/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

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

/**********************************
    GENERAL STYLES
**********************************/
.st_pro_videos_box{
    z-index:10000;
}
#footer .scroll-to-top-button a:hover, .slick-arrow:hover {
    background-color: #139fbd;
}
#cms .lcuecookie_reset_cookies {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 30px;
    background: #139fbd;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}
/**********************************
    END GENERAL STYLES
**********************************/

/**********************************
    HEADER STYLES
**********************************/
#header #search_widget {
    overflow: unset;
    width: 100%;
}
#header #search_widget .search-widget form input {
    border: 1px solid #139fbd;
    background: #fff;
}
#header #search_widget .search-widget form button.btn-primary {
    right: 0;
}
#header #search_widget .search-widget form button.btn-primary i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
}
.anav-top .amenu-link:hover {
    color: #139fbd;
}
/**********************************
    END HEADER STYLES
**********************************/

/**********************************
    FOOTER STYLES
**********************************/
#footer .gdpr_consent.gdpr_module_15 > span label {
    width: 100%;
    display: flex;
}
#footer .gdpr_consent.gdpr_module_15 > span label span {
    margin-right: 10px;
}
#footer .gdpr_consent.gdpr_module_15 > span label span i {
    display: none;
}
#footer .gdpr_consent.gdpr_module_15 .custom-checkbox input[type="checkbox"]:checked + span > i {
    display: block;
}
/**********************************
    END FOOTER STYLES
**********************************/

/**********************************
    HOME PAGE STYLES
**********************************/
/**********************************
    END HOME PAGE STYLES
**********************************/

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

/**********************************
    PRODUCT LIST STYLES
**********************************/
/**********************************
    END PRODUCT LIST STYLES
**********************************/

/**********************************
    PRODUCT PAGE STYLES
**********************************/
/**********************************
    END PRODUCT PAGE STYLES
**********************************/

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

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

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