/*
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2019 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */
.productlike-fb {
    padding-left: 20px !important;
    background: url('../img/picto_fb.png') no-repeat 0 0;
}

.modern_share {
    cursor: pointer;
    margin: auto;
}

.modern_share:hover {
    text-shadow: 1px 1px 1px #1d2a43;
    opacity: 0.9;
}

.modern_share_l {
    vertical-align: top;
    display: inline-block;
    height: 52px;
    width: 57px;
    background: url('../img/btn-l.png') right top no-repeat;
}

.modern_share_bg {
    position: relative;
    vertical-align: top;
    display: inline-block;
    height: 52px;
    background: url('../img/btn-bg.png') right top repeat-x;
}

.modern_share_r {
    vertical-align: top;
    display: inline-block;
    height: 52px;
    width: 7px;
    background: url('../img/btn-r.png') right top no-repeat;
}

.modern_share_bg span {
    color: #FFF;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    text-shadow: 1px 1px 0px #1d2a43;
    margin-top: 10px;
}

.button_outside_border_blue {
    padding: 0px;
    clear: both;
    display: inline-block;
    border: solid #29447e 1px;
    border-bottom: solid #1a356e 1px;
    cursor: pointer;
}

.button_inside_border_blue {
    padding: 6px;
    background-color: #5c75a9;
    border-top: solid #8a9cc2 1px;
    text-align: center;
    color: #fff;
}

div.button_inside_border_blue:active {
    background-color: #4f6aa3;
}

.cartsharepopup span.yvcc {
    display: block;
    clear: both;
    margin-top: 15px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #0c1754;
}

.cartsharepopup { text-align: center; width: 400px; background: #34528a url('../img/popupbg.gif') top repeat-x; border: 10px solid #000; padding: 15px; color: #d8d8d8; position: relative; padding-bottom: 30px; }

.cartsharepopup .close { cursor: pointer; width: 25px; height: 25px; background: url('../img/close.png') no-repeat; position: absolute; right: -16px; top: -16px; }

.cartsharepopup span.yvc { font-size: 18px; font-family: arial; font-weight: bold; text-shadow: 1px 1px 0px #2d4675; }

.cartsharepopup span.vc { display: block; clear: both; margin-top: 20px; font-size: 46px; color: #FFF; font-family: arial; font-weight: bold; text-shadow: 1px 1px 0px #2d4675; }