/*
Theme Name: Cosmoskin
Author: Luxary Sites Development
*/

/** LiqPay styles START **/
/*
.liqpay-button-payment {
    border: none !important; 
    display:inline-block !important;
    text-align: center !important;
    padding: 5px 24px !important;
    color: #fff !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.12);
    font-size:16px !important;
    line-height: 1.75 !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer !important;
    border-radius: 8px !important;
    background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
}
*/

.liqpay-button-payment {
    border: none !important; 
    display:inline-block !important;
    text-align: center !important;
    padding: 0.5208333333vw 1.5625vw !important;
    color: #fff !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.12);
    font-size: 0.8975vw !important;
    line-height: 1.75 !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer !important;
    border-radius: 8px !important;
    background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
}

.liqpay-button-payment:hover {
    opacity: 0.5;
}

.product__right.liqpay-bottom-desc {
    margin: 0 auto;
    width: 28vw;
}

/* Start of desktop - 1720px */
@media (max-width: 1760px) {}

/* Start of laptop - 1176px */
@media (max-width: 1176px) {}

/* Start of laptop small - 768px */
@media (max-width: 768px) {
    .liqpay-button-payment {
        padding: 5px 24px !important;
        font-size: 16px !important;
    }
    .product__right.liqpay-bottom-desc {
        width: 70vw;
    }
}

/* Start of mobile - 496px */
@media (max-width: 496px) {}
/** LiqPay styles END **/