﻿/*=====================================================
    
    SMARTPHONES ONLY

=====================================================*/

@media all and (max-width: 481px) {
    .paypal-button {
        width: 100%;
    }
}

@media all and (min-width: 481px) {

    .totals .paypal-button {
        width: 50%;
    }
}


/*=====================================================
    
    ALL OTHER SIZES

=====================================================*/
.overview .overview-buttons .pp-button-container,
.variant-overview .overview-buttons .pp-button-container {
    text-align: center;
    width: 100%;
}

.overview .product-options {
    border-top: 0px;
}

.message-error {
    color: #bf1616;
    background-color: #FFBABA;
    border: 3px solid #bf1616;
    font-weight: bold;
    text-align: left;
    margin: 15px 15px;
    padding: 10px;
    line-height: 1;
}

    .message-error ul {
        padding-left: 20px;
    }

        .message-error ul li {
            padding-top: 2px;
        }

/*hiding phone number since it does not come back from PayPal*/
.shipping-info ul li.phone {
    display: none;
}


.paypal-button {
    position: relative !important;
    padding: 6px 15px !important;
    border: 0px !important;
    background-color: #fff !important;
    margin-bottom: 5px !important;
    transition: 0.20s ease-in !important;
}

    .paypal-button:hover,
    .paypal-button:focus {
        background-color: #ddd !important;
        box-shadow: inset 0 -3.25em 0 0 #ddd !important;
    }

    .paypal-button span {
        position: relative !important;
        z-index: 1 !important;
    }


        .paypal-button span:before {
            content: url("https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom.svg");
        }

.totals .addon-buttons {
    text-align: center;
}

.checkout-page .address-item button {
    padding: 10px 15px;
}

    .checkout-page .address-item button:hover {
        filter: brightness(0.85);
    }

.paypal-buy-now-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: fit-content;
    min-height: 21px;
    z-index: 9999999 !important;
    color: rgb(255, 255, 255);
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    bottom: 0px;
    background-color: #ffd48a;
    border-left: 5px solid #ec942c;
    margin: 20px auto;
    padding: 40px 30px;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px #ccc;
}

    .paypal-buy-now-notification span {
        display: block;
        padding: 25px 0 5px 0;
        width: auto;
        height: auto;
        overflow: hidden;
        font-size: 1.3em;
        font-weight: 500;
        color: #0F0F0F;
    }

.paypal-buy-now-notification-close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0.8;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    right: 15px;
    top: 25px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 800;
    cursor: pointer;
    border-color: #0F0F0F;
    color: black;
}

.ajaxCart-override {
    /*Used to hide Ajax Cart Popup*/
    display: none !important;
}

.hr-text {
    border: 0;
    position: relative;
    text-align: center;
    height: 1.5em;
    font-size: 14px;
    margin: 5px 5px 10px;
}

    .hr-text::before {
        content: "";
        background: linear-gradient(to right, transparent, black, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text::after {
        content: attr(data-content);
        position: relative;
        padding: 0 7px;
        line-height: 1.5em;
        background-color: #f6f6f6;
    }

.pp-label-text {
    font-size: 14px;
    display: block !important;
    margin: 5px;
}
