@charset "UTF-8";

/**
 * PayPal Plus for PrestaShop by PixelWeb
 *
 *  @author     Sergio Quiñonez <sq@pixelweb.com.mx>
 *  @copyright  2008-2017 PixelWeb™
 *  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.scroll-lock {
    overflow: hidden !important; }

.position-fixed {
    position: fixed !important; }

#ppp_spinner {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000001;
    margin: 0;
    text-align: center;
    margin-top: -43px; }
    #ppp_spinner.hide {
        display: none !important; }
    #ppp_spinner:after {
        content: '';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        -moz-opacity: .9;
        -khtml-opacity: .9;
        -webkit-opacity: .9;
        opacity: .9;
        -ms-filter: alpha(opacity=90);
        filter: alpha(opacity=90); }
    #ppp_spinner:before {
        content: "";
        display: block;
        margin: 0 auto 10px;
        text-align: center;
        width: 54px;
        height: 54px;
        border-left: 8px solid #000;
        border-left: 8px solid rgba(0, 0, 0, 0.2);
        border-right: 8px solid #000;
        border-right: 8px solid rgba(0, 0, 0, 0.2);
        border-bottom: 8px solid #000;
        border-bottom: 8px solid rgba(0, 0, 0, 0.2);
        border-top: 8px solid #2180c0;
        border-radius: 50px;
        -webkit-animation: rotation .7s infinite linear;
        -moz-animation: rotation .7s infinite linear;
        -o-animation: rotation .7s infinite linear;
        animation: rotation 0.7s infinite linear; }
    #ppp_spinner p {
        color: #777;
        text-shadow: 0 0 2px white; }

#paypalplus_payment_button a {
    padding: 15px 40px 15px 15px;
    background-color: #FBFBFB; }
    #paypalplus_payment_button a:hover {
        background-color: #f6f6f6; }
    #paypalplus_payment_button a:after {
        display: block;
        content: "\f054";
        position: absolute;
        right: 15px;
        margin-top: -11px;
        top: 50%;
        font-family: "FontAwesome";
        font-size: 25px;
        height: 22px;
        width: 14px;
        color: #777777; }
    #paypalplus_payment_button a img {
        display: block;
        margin-top: 7px;
        max-width: 100%;
        height: auto; }

#paypalplus_confirmation dl dd.status-success,
#paypalplus_confirmation dl dd.status-warning,
#paypalplus_confirmation dl dd.status-danger {
    font-weight: bold; }
#paypalplus_confirmation dl dd.status-success {
    color: #43b754; }
#paypalplus_confirmation dl dd.status-warning {
    color: #da681c; }
#paypalplus_confirmation dl dd.status-danger {
    color: #f3515c; }

#paypalplus_embedded {
    position: relative;
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    /* #ppp_spinner {
        position: absolute;
        top: 0;
        margin: 0;
        &:after {
            position: absolute;
        }
        &:before {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin-top: -43px;
        }
        p {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin-top: 20px;
        }
    } */ }

.pppLightBox .fancybox-skin {
    padding-top: 40px !important;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
    .pppLightBox .fancybox-skin .fancybox-close {
        top: 6px;
        right: 25px;
        width: 0;
        height: 0;
        background: none;
        -webkit-transform: scale(1.3, 1);
        /* Safari and Chrome */
        -moz-transform: scale(1.3, 1);
        /* Firefox */
        -ms-transform: scale(1.3, 1);
        /* IE 9 */
        -o-transform: scale(1.3, 1);
        /* Opera */
        transform: scale(1.3, 1);
        /* W3C */
        opacity: .3; }
        .pppLightBox .fancybox-skin .fancybox-close:hover {
            opacity: .8; }
        .pppLightBox .fancybox-skin .fancybox-close:after {
            content: "x";
            font-family: "Arial";
            font-size: 16px;
            font-weight: bold;
            margin: 0 auto;
            display: block; }
.pppLightBox.fancybox-opened {
    z-index: 1000001; }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg); }
    to {
        -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg); }
    to {
        -o-transform: rotate(359deg); } }
@keyframes rotation {
    from {
        transform: rotate(0deg); }
    to {
        transform: rotate(359deg); } }
