/**********************************
        LUIS CAMBRA EXTRA STYLES
**********************************/

/**********************************
        GENERAL STYLES
**********************************/
@media (max-width: 767px){
    body .cc-grower {
        position: fixed;
        top: 0;
        left: 0;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
        z-index: 1000;
    }
    body .cc-grower .cc-message {
        font-size: 12px;
        line-height: 16px;
    }
    body .cc-grower .cc-message .cc-link {
        float: right;
    }
    .wg-default, .wg-default .country-selector {
        right: auto !important;
        left: 0 !important;
    }
    body .float-floating.whatsapp_1 {
        bottom: 15px;
        top: auto;
        left: auto;
        width: 48px;
        height: 48px;
        right: 140px;
    }
    body .float-floating.whatsapp_1 i {
        top: 5px;
    }
}
/**********************************
        END GENERAL STYLES
**********************************/

/**********************************
        HEADER STYLES
**********************************/
#header .logo {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px){
    #header .header-nav {
        padding: 5px 0;
        min-height: 62px;
    }
    #header .header-nav .top-logo {
        padding-top: 0;
    }
    #header .header-nav .top-logo h1 {
        margin-bottom: 0;
    }
}
/**********************************
        END HEADER STYLES
**********************************/

/**********************************
        FOOTER STYLES
**********************************/
@media (max-width: 767px){
    #footer .footer-container {
        margin-bottom: 70px;
    }
}
/**********************************
        END FOOTER STYLES
**********************************/

/**********************************
        HOME PAGE STYLES
**********************************/
@media (max-width: 767px){
    .tingle-modal-box__content img {
        max-width: 100% !important;
        height: auto;
    }
}
/**********************************
        END HOME PAGE STYLES
**********************************/

/**********************************
        CATEGORY PAGE STYLES
**********************************/
/**********************************
        END CATEGORY PAGE STYLES
**********************************/

/**********************************
        PRODUCT LIST STYLES
**********************************/
.product-miniature .on-sale.on-sale {
    width: auto !important;
    left: auto !important;
    top: 0px !important;
    right: 0px !important;
}
.product-miniature li.product-flag.new-product {
    position: absolute;
    margin-top: 0;
    left: 0px;
    top: 0px;
    right: auto;
}
.product-miniature li.discount {
    position: absolute;
    margin-top: 0;
    left: 0px !important;
    top: 35px;
    right: auto;    
}
/**********************************
        END PRODUCT LIST STYLES
**********************************/

/**********************************
        PRODUCT PAGE STYLES
**********************************/
@media (max-width: 767px){
    #product .product-cover img {
        height: auto;
    }
    #product .product-accessories {
        margin-top: 20px;
    }
    #product .product-accessories p.h5 {
        text-align: center;
        margin-bottom: 15px;
    }
    #product .product-accessories .products {
        justify-content: center;
    }
    #product .images-container .product-images {
        min-height: 115px;
    }
    #product #main .js-qv-mask.scroll {
        width: 100%;
        margin: 0 auto;
    }
    #product #main .scroll-box-arrows.scroll {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 40px;
    }
    #product #main .scroll-box-arrows .left {
        background: #6b00d6;
        color: #fff;
        height: 24px;
        line-height: 24px;
    }
    #product #main .scroll-box-arrows .right {
        background: #6b00d6;
        color: #fff;
        height: 24px;
        line-height: 24px;
    }
}
/**********************************
        END PRODUCT PAGE STYLES
**********************************/

/**********************************
        CART PAGE STYLES
**********************************/
/**********************************
        END CART PAGE STYLES
**********************************/

/**********************************
        CHECKOUT PAGE STYLES
**********************************/
/**********************************
        END CHECKOUT PAGE STYLES
**********************************/

/**********************************
    END LUIS CAMBRA EXTRA STYLES
**********************************/