/*
Theme Name: Clutches de Guatemala
Description: Una plantilla para clutchesdeguatemala.com.
Version: 1.0
Author: Code Crafters
Author URI: http://www.wearecodecrafters.com
Template: enfold
Text Domain: cluchesdg
*/
body,
h1, h2, h3, h4, h5, h6,
p, span, a, div, ul, ol, li,
button, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
}
.cluchesdg_base_container {
    max-width: 1420px;
    width: 95%;
    margin: 50px auto 50px auto;
    .cluchesdg_brand_title {
        h3 {
            margin-bottom: 65px !important;
        }
    }
}
.titulo_tienda__container {
    position: relative;
    min-height: 99px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url(./img/tienda_icono.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    h1 {
        position: relative;
        margin: 0;
        margin-left: 40px;
        color: #fff;
        font-size: 42px;
        z-index: 2;
    }
    .titulo_tienda__linea {
        position: absolute;
        bottom: 1px;
        right: 0;
        width: 60%;
        height: 4px;
        background-color: #f8001b;
        z-index: 1;
    }
}
@media (max-width: 1200px) {
    .titulo_tienda__container {
        min-height: 90px;
    }
    .titulo_tienda__container h1 {
        font-size: 50px;
    }
    .titulo_tienda__container .titulo_tienda__linea {
        width: 50%;
    }
}
@media (max-width: 875px) {
    .titulo_tienda__container {
        min-height: 80px;
    }
    .titulo_tienda__container h1 {
        font-size: 40px;
    }
    .titulo_tienda__container .titulo_tienda__linea {
        width: 45%;
    }
}
@media (max-width: 695px) {
    .titulo_tienda__container {
        min-height: 55px;
    }
    .titulo_tienda__container h1 {
        font-size: 30px;
    }
    .titulo_tienda__container .titulo_tienda__linea {
        width: 35%;
    }
}
@media (max-width: 410px) {
    .titulo_tienda__container {
        min-height: 50px;
    }
    .titulo_tienda__container .titulo_tienda__linea {
        width: 20%;
    }
}
.cluchesdg_base_container_top {
    max-width: 1420px;
    width: 95%;
    margin: 0px auto 50px auto;
}
.partes_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 65px 0;
    grid-gap: 50px;
    a {
        margin: 0;
        background: #000;
        color: #fff;
        font-size: 32.5px;
        line-height: 35px;
        text-align: center;
        font-weight: bold;
        min-height: 250px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
        padding: 0 20px;
    }
    a:hover {
        background: #f8001b;
    }
}
@media (max-width: 800px) {
    .partes_container {
        grid-gap: 20px;
    }
}
@media (max-width: 675px) {
    .partes_container {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.partes_hero {
    background: url(img/hero_tienda_r.png);
    min-height: 475px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    .partes_content {
        width: 100%;
        min-height: 475px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, .5);
        h2,
        p {
            text-align: center;
            color: #fff;
            font-size: 17px;
        }
        h2 {
            font-size: 50px;
            font-weight: bold;
            line-height: 55px;
        }
    }
}
@media (max-width: 776px) {
    .partes_hero .partes_content h2 {
        font-size: 45px;
        line-height: 45px;
    }
}
.mobile_logo_container {
    display: none;
}
@media (max-width: 767px) {
    .mobile_logo_container {
        display: flex;
        justify-content: center;
        align-items: center;
        a {
            max-width: 175px;
            padding: 10px 0;
            display: flex;
            align-items: center;
            img {
                width: 100%;
            }
        }
    }
}
main.template-shop,
aside.sidebar,
#main .container_wrap {
    border: none !important;
}
main.template-shop.content {
    padding-top: 0px !important;
}
aside.sidebar {
    padding-top: 0px !important;
    .wpfFilterTitle {
        text-align: start;
        color: #000;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        i.wpfTitleToggle {
            display: none;
        }
    }
    #wpfSliderRange {
        height: 0;
        border: 2px solid #f8001b;
        .ui-slider-handle {
            border-radius: 100%;
            border: 2px solid #f8001b !important;
            top: -.6em !important;
        }
    }
    ul.wpfFilterVerScroll {
        margin-top: 15px !important;
    }
    .wpfFilterButton {
        color: #fff;
        background: #f8001b;
    }
}
.search_mobil_container {
    display: none;
}
@media (max-width: 767px) {
    .search_mobil_container {
        display: block;
        position: absolute;
        padding: 15px 25px;
        width: 100%;
        background-color: #000;
        border-top: 2px solid #f8001b;
        transition: .3s;
    }
    .search_mobil_container.no_active {
        top: 0px;
    }
    .search_mobil_container.active {
        top: 138px;
    }
    .search_mobil_container .av_searchform_wrapper input {
        padding: 10px 20px;
        min-height: 45px;
        font-size: 16px;
    }
}
/*
HEADER
*/
#header_meta {
    min-height: 45px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_meta .phone-info {
    font-size: 11px;
    color: #000;
}
#header_meta ul.menu a {
    font-size: 11px;
    color: #f8001b;
}
@media (max-width: 767px) {
    #header_meta {
        min-height: 30px;
    }
    #header_meta .container{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    #header_meta ul.menu a {
        font-size: 12px;
    }
    #header_meta .phone-info {
        display: none;
    }
    #header_meta ul.menu {
        justify-content: center;
        li.menu-item {
            padding: 0px 2.5px;
            line-height: 5px;
        }
    }
}
@media (max-width: 375px) {
    #header_meta .phone-info,
    #header_meta ul.menu a {
        font-size: 10px;
    }
}
#header_main {
    background-color: #000;
}
#header_main .av-logo-container {
    min-height: 124px;
}
#header_main .av-logo-container span.avia-svg-logo {
    position: absolute;
    width: 500px;
    height: 145px;
    bottom: -80px;
    left: 0;
    transform: none;
    z-index: 3;
}
#header_main .av-logo-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 930px;
    height: 300px;
    background: url(img/forma_logo_large.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right center;
    top: 0;
    left: 0;
    transform: translate(-50%, -10%);
    z-index: 3;
}
#header_main .av-logo-container span.avia-svg-logo svg {
    width: auto;
    height: 70px;
    position: relative;
    left: 70px;
    top: 32px;
    opacity: 1 !important;
}
@media (max-width: 1225px) {
    #header_main .av-logo-container span.avia-svg-logo {
        width: 345px;
    }
    #header_main .av-logo-container:before {
        width: 750px;
        height: 200px;
        top: 60px;
    }
    #header_main .av-logo-container span.avia-svg-logo svg {
        width: 65%;
        height: 105px;
        left: 35px;
    }
}
@media (max-width: 940px) {
    #header_main .av-logo-container span.avia-svg-logo {
        width: 250px;
        bottom: -91px;
        left: -15px;
    }
    #header_main .av-logo-container:before {
        width: 500px;
        height: 200px;
        top: 30px;
    }
}
.av-logo-container nav.main_menu > ul {
    display: none !important;
}
.av-logo-container nav.main_menu .av_menu_icon_beside {
    border: none !important;
    margin: 0px;
}
#header_main .av-logo-container span.avia-svg-logo span.avia-standard-logo-sub {
    display: none;
}
#header_main .av-logo-container span.avia-svg-logo svg path {
    fill: #000;
}
#header_main .av-logo-container span.avia-svg-logo svg path.cls-2 {
    fill: #f8001b;
}
.header-additional {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 124px;
}
@media (max-width: 940px) {
    #header_main .av-logo-container {
        min-height: 80px;
    }
    .header-additional {
        min-height: 80px;
    }
}
@media (max-width: 767px) {
    .header-additional {
        flex-direction: column-reverse;
        .icono_catalogo {
            display: none;
        }
    }
}
.header-additional span,
#menu-catalogo li a,
#avia-menu li a {
    color: #fff;
    font-size: 16px;
}
@media (max-width: 1145px) {
    #avia-menu li a,
    #menu-catalogo li a {
        font-size: 12.5px;
        padding: 0px 8px;
    }
}
@media (max-width: 820px) {
    #avia-menu li a,
    #menu-catalogo li a {
        font-size: 11px;
        padding: 0px 7px;
    }
}
#search_header form, #menu-catalogo {
    margin: 0px;
}
#search_header .av_searchform_wrapper {
    border-radius: 9px;
    margin: 0px 15px;
}
#search_header .av_searchform_wrapper .av-input-field {
    min-width: 362px;
    max-height: 25px;
    text-align: left;
    padding-right: 25px !important;
    font-size: 17px;
}
@media (max-width: 900px) {
    #search_header .av_searchform_wrapper .av-input-field {
        min-width: 240px;
    }
}
#search_header .av_searchform_wrapper span.av-button-icon::before {
    color: #f8001b;
}
#search_header .av_searchform_wrapper .av-input-field, #search_header #searchsubmit {
    background: #f5f5f5;
}
#search_header .av_searchform_wrapper .av-input-field::placeholder {
    text-align: left;
    direction: rtl;
}
#menu-catalogo {
    display: flex;
}
#menu-catalogo li {
    margin-right: 10px;
}
#menu-catalogo li a:hover {
    text-decoration: underline;
}
#menu-catalogo li a::before,
.header-additional span.icono_catalogo::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#menu-catalogo li:nth-child(1) a::before {
    background-image: url('./img/carrito.svg');
}
#menu-catalogo li:nth-child(2) a::before {
    background-image: url('./img/ingresar.svg');
}
#menu-catalogo li:nth-child(3) a::before {
    background-image: url('./img/contacto.svg');
}
.header-additional span.icono_catalogo::before {
    background-image: url('./img/icono_catalogo.svg');
}
#menu-catalogo li:nth-child(3) a {
    margin: 0px;
}

#header_main_alternate {
    background-color: #f8001b;
}
#header_main_alternate #menu-item-1217 {
    display: none;
}
#header_main_alternate .av-main-nav-wrap {
    display: flex;
    justify-content: flex-end;    
    align-items: center;
    height: 56px !important;
}
#header_main_alternate ul.menu li a:hover span.avia-menu-text {
    text-decoration: underline;
}
#header_meta .social_bookmarks {
    display: none;
}
#header_meta nav.sub_menu{
    top: 5px;
}
#avia2-menu {
    display: flex;
    align-items: center;
}
#avia2-menu > li {
    border: none !important;
    padding: 0px 4px;
}
#avia2-menu #menu-item-838 a,
#avia2-menu #menu-item-839 a,
#avia2-menu #menu-item-840 a {
    display: block;
    font-size: 0px;
    width: 19.5px;
    height: 19.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
#avia2-menu #menu-item-838 a {
    background-image: url('./img/facebook_gris.svg');
}
#avia2-menu #menu-item-839 a {
    background-image: url('./img/whatsapp_gris.svg');
}
#avia2-menu #menu-item-840 a {
    background-image: url('./img/linkedin_gris.svg');
}
#top.home #av_section_3 .content,
#top.home #av_section_5 .content,
#top.page-id-63 #av_section_2 .content,
#top.page-id-63 #after_section_2 .content,
#top.page-id-63 #av_section_3 .content,
#top.page-id-63 #av_section_5 .content {
    padding-bottom: 0px !important;
}
#evolucion_container section.av_textblock_section {
    padding: 50px 0px;
}
#mapa_container .content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.cluchesdg_title_cust .template-page.content{
    padding-bottom: 0px !important;
}
#search_header .ajax_search_response {
    position: absolute !important;
    background: #fff;
    z-index: 3;
    margin-top: 5px;
    border-radius: 20px;
    .av_ajax_search_entry:hover {
        background: #f8001b;
        .av_ajax_search_image {
            background: #fff;
        }
        .av_ajax_search_title,
        .ajax_search_excerpt {
            color: #fff;
        }
    }
    .av_ajax_search_entry_view_all:hover {
        color: #fff;
    }
}
#search_header form {
    overflow: visible !important;
}
@media (max-width: 768px) {
    #search_header .ajax_search_response {
        h4 {
            padding-bottom: 15px;
            text-transform: uppercase;
        }
        h4,
        .av_ajax_search_entry_view_all {
            background: #f8001b;
            color: #fff !important;
        }
        .av_ajax_search_entry {
            color: #000;
            padding: 15px 20px;
            border: none;
            border-bottom: 1px solid #d3d3d3;
        }
    }
}
#trabaja_con_nosotros_container {
    padding-top: 50px;
    form.job_filters {
        background: #fff;
        margin-bottom: 50px;
        .search_jobs {
            display: flex;
            justify-content: center;
            align-items: center;
            input {
                margin: 0;
                padding: 12px 17px;
                font-size: 17px;
                border-radius: 10px;
            }
        }
        .job_types {
            display: flex;
            justify-content: center;
            align-items: center;
            background : #fff;
            li label{
                font-size: 17px;
                font-weight: 500;
                display: flex;
                justify-content: center;
                align-items: center;
                input {
                    width: 17px;
                    height: 17px;
                    accent-color: rgba(248, 0, 27, .5);
                }
            }
        }
        .showing_jobs {
            display: none !important;
        }
    }
    ul.job_listings {
        li {
            a {
                background: #fff;
                padding: 25px 10px;
                display: flex;
                align-items: center;
                .position {
                    margin-left: 18px;
                    h3 {
                        font-size: 17px;
                    }
                    .company {
                        display: none;
                    }
                }
                .meta {
                    .date {
                        display: none;
                    }
                }
                .position,
                .location {
                    height: 45px;
                    display: flex;
                    align-items: center;
                }


            }
            a:hover {
                background: #d3d3d3;
            }
        }
    }
    .search_submit input {
        background: #f8001b;
    }
}
@media (max-width: 768px) {
    #trabaja_con_nosotros_container form.job_filters .search_jobs {
        display: block;
    }
    #trabaja_con_nosotros_container form.job_filters .job_types {
        display: block;
        li {
            border: none;
        }
    }
    #trabaja_con_nosotros_container .template-page.content {
        padding-top: 0px;
    }
}

/*

--------------------------------------------

*/
#menu-item-search,
.main_menu .btns-mobile {
    display: none;
}
@media (max-width: 767px) {
    #header_main .av-logo-container {
        height: 85px !important;
        min-height: 85px;
        .inner-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0px;
            .main_menu {
                display: flex !important;
                flex-direction: row-reverse;
                justify-content: center;
                align-items: center;
                position: relative !important;
                padding: 0;
                .btns-mobile {
                    display: block;
                    display: flex;
                    span,
                    a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 15px;
                        img {
                            width: 25px;
                        }
                    }
                }
                ul.av-main-nav {
                    a {
                        padding: 0 !important;
                    }
                }
            }
        }
        span.avia-svg-logo {
            position: relative;
            bottom: 0;
            left: 0;
            width: 230px;
            svg {
                top: 0;
                left: 0;
                width: 200px;
                path {
                    fill: #fff;
                }
            }
        }
        .header-additional {
            display: none;
            flex-direction: row;
            span {
                font-size: 7px;
            }
            span.icono_account {
                margin-right: 10px;
            }
            .icono_catalogo,
            .avia_search_element,
            .menu-catalogo-container {
                display: none;
            }
        }
        #menu-item-search > a {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    #header_main .av-logo-container:before {
        display: none;
    }
}
/*


--------------------------------------------


*/

/*
FRONTE_PAGE HERO
*/
#hero_container,
#hero_container .av-section-cont-open {
    min-height: 580px;
}
@media (max-width: 776px) {
    #hero_container .av-section-cont-open {
        width: 100% !important;
        max-width: 100% !important;
    }
}
#hero_container .av-section-cont-open {
    background: rgba(0, 0, 0, .5);
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
}
#hero_container .cluchesdg_hero_content h1 {
    text-align: center;
    font-size: 67px;
    font-weight: bold;
    line-height: 65px;
    text-transform: none;
}
@media (max-width: 776px) {
    #hero_container .cluchesdg_hero_content h1 {
        font-size: 35px;
        line-height: 40px;
    }
}
#hero_container .cluchesdg_hero_content p {
    font-size: 19.5px;
}
#hero_container .footer_hero {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 100px;
}
#hero_container p.item_footer_hero {
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: bold;
}
@media (max-width: 776px) {
    #hero_container p.item_footer_hero {
        font-size: 12px;
    }
}
#hero_container .big-number {
    font-size: 40px;
    margin-right: 3px;
}
/*
FRONTE_PAGE PRODUCTOS
*/
#after_section_2 .content {
    padding-bottom: 0px !important;
}
#productos_container .avia-content-slider {
    margin-bottom: 0 !important;
}
.productos_componente .avia_cart_buttons,
.productos_componente .product-sorting,
#top.single-product #main > .avia-section section.products .avia_cart_buttons,
main.template-shop .avia_cart_buttons,
main.template-shop .product-sorting {
    display: none;
}
.productos_componente .product .inner_product,
#top.single-product #main > .avia-section section.products .product .inner_product,
main.template-shop .product .inner_product,
.wc-block-grid__product {
    min-height: 400px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px !important;
    border: 2px solid transparent;
    transition: .5s;
}
.productos_componente .product .inner_product:hover,
#top.single-product #main > .avia-section section.products .product .inner_product:hover,
main.template-shop .product .inner_product:hover {
    border: 2px solid #d3d3d3;
}
/* .productos_componente .product .inner_product:hover .add_to_cart_button__container a,
#top.single-product #main > .avia-section section.products .product .inner_product:hover .add_to_cart_button__container a,
main.template-shop .product .inner_product:hover .add_to_cart_button__container a {
    font-size: 14.5px;
} */
.productos_componente .product .thumbnail_container,
#top.single-product #main > .avia-section section.products .product .thumbnail_container,
main.template-shop .product .thumbnail_container {
    margin: 0px;
}
.productos_componente .product .inner_product_header,
#top.single-product #main > .avia-section section.products .product .inner_product_header,
main.template-shop .product .inner_product_header {
    background: #f5f5f5;
    border: none !important;
    padding: 0px !important;
}
.productos_componente .product .inner_product_header .avia-arrow,
#top.single-product #main > .avia-section section.products .product .inner_product_header .avia-arrow,
main.template-shop .product .inner_product_header .avia-arrow {
    display: none;
}
.productos_componente .product .inner_product_header_cell,
#top.single-product #main > .avia-section section.products .product .inner_product_header_cell,
main.template-shop .product .inner_product_header_cell {
    h2 {
        font-size: 14px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        min-height: 75px;
    }
    .onsale {
        background: none;
        color: #f8001b;
        font-weight: bold;
        border: 2.5px solid #f8001b;
    }
}
.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 14px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
}
.productos_componente .product .inner_product_header_cell .price,
#top.single-product #main > .avia-section section.products .product .inner_product_header_cell .price,
main.template-shop .product .inner_product_header_cell .price {
    del .amount,
    ins .amount,
    > span.amount {
        font-size: 14px;
        font-weight: 700 !important;
        color: #f8001b !important;
    }
    del {
        text-decoration: line-through #000 1.5px;
    }
}
.wc-block-grid__product .wc-block-grid__product-price {
    font-size: 14px;
    font-weight: 700 !important;
    color: #f8001b !important;
}
.productos_componente .avia_cart_buttons_override,
#top.single-product #main > .avia-section section.products .avia_cart_buttons_override,
main.template-shop .avia_cart_buttons_override {
    display: grid;
    grid-template-columns: 75% 25%;
    min-height: 50px;
}
.productos_componente .add_to_cart_button__container,
#top.single-product #main > .avia-section section.products .add_to_cart_button__container,
main.template-shop .add_to_cart_button__container {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 950px) and (min-width: 768px) {
    .productos_componente .add_to_cart_button__container,
    #top.single-product #main > .avia-section section.products .add_to_cart_button__container,
    main.template-shop .add_to_cart_button__container {
        padding: 0;
    }
}
.productos_componente .add_to_cart_button__container a,
#top.single-product #main > .avia-section section.products .add_to_cart_button__container a,
main.template-shop .add_to_cart_button__container a {
    width: 100%;
    height: 35px;
    line-height: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #f8001b;
    border: 2px solid #f8001b !important;
    padding: 0;
    transition: .3s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart a {
    width: 100%;
    height: 35px;
    line-height: 0px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
    background: #f8001b;
    background-color: #f8001b !important;
    border: 2px solid #f8001b !important;
    padding: 0 !important;
    transition: .3s;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    border-radius: 5px !important;
    min-width: 250px;
}
@media (max-width: 950px) and (min-width: 768px) {
    .productos_componente .add_to_cart_button__container a,
    #top.single-product #main > .avia-section section.products .add_to_cart_button__container a,
    main.template-shop .add_to_cart_button__container a {
        font-weight: 700;
        font-size: 11px;
    }
}
.productos_componente .add_to_cart_button__container a:hover,
#top.single-product #main > .avia-section section.products .add_to_cart_button__container a:hover,
main.template-shop .add_to_cart_button__container a:hover {
    background: #fff;
    color: #f8001b;
}
.productos_componente .avia_cart_buttons_override .icono_container,
#top.single-product #main > .avia-section section.products .avia_cart_buttons_override .icono_container,
main.template-shop .avia_cart_buttons_override .icono_container {
    align-self: center;
    justify-self: flex-end;
    width: 35px;
    padding-top: 4px;
}
.productos_componente .avia_cart_buttons_override .icono_container {
    padding: 0;
}
.productos_componente .avia_cart_buttons_override .icono_container a,
#top.single-product #main > .avia-section section.products .avia_cart_buttons_override .icono_container a,
main.template-shop .avia_cart_buttons_override .icono_container a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    max-width: 150px;
    margin: 0 auto !important;
    margin-top: 20px !important;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #f8001b;
}

.slick-dots button:hover,
.slick-dots button:focus {
    background-color: #f8001b;
}
/*
FRONTE_PAGE NUESTROS EXPERTOS
*/
.cluchesdg_nuestros_expertos .content {
    padding-bottom: 0px !important;
}
.cluchesdg_btn .avia-button {
    background: #f8001b;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 5px !important;
}
.cluchesdg_content .avia_textblock {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 50px;
}
.cluchesdg_img  {
    position: relative;
} 
.cluchesdg_img .cluchesdg_relative {
    z-index: 2;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
}
.cluchesdg_img .cluchesdg_relative .avia-image-container-inner {
    margin: 0 !important;
}
.cluchesdg_img .cluchesdg_relative  img {
    max-width: 400px;
    margin-top: 12px;
}
.cluchesdg_img .cluchesdg_absoluto {
    position: absolute;
    bottom: -12px;
    right: 0;
}
.cluchesdg_brand_title h3 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 50px !important;
}
@media (max-width: 768px) {
    .cluchesdg_brand_title h3 {
        font-size: 35px;
    }
}
.cluchesdg_brand_title h3::after {
    content: "";
    display: block;
    min-width: 450px;
    width: 100%;
    height: 4px;
    background-color: red;
    border-radius: 2px;
    position: absolute;
    left: -150px;
    bottom: -8px;
}
.cluchesdg_brand_title .special-heading-border {
    display: none;
}
/*
FRONTE_PAGE CATEGORIAS
*/
#categorias_container .av-section-cont-open {
    max-width: 1100px;
}
#categorias_container .slick-slide > div {
    padding: 0px 20px;
}
#categorias_container .slick-list {
    margin: 0 -20px;
}
@media (max-width: 1110px) {
    #categorias_container .av-section-cont-open {
        max-width: 950px;
    }
    #categorias_container .slick-slide > div {
        padding: 0px 5px;
    }
    #categorias_container .slick-list {
        margin: 0 -5px;
    }
}
@media (max-width: 950px) {
    #categorias_container .av-section-cont-open {
        max-width: 700px;
    }
}
@media (max-width: 600px) {
    #categorias_container .av-section-cont-open {
        max-width: 300px !important;
        width: 300px !important;
    }
}
@media (max-width: 400px) {
    #categorias_container .av-section-cont-open {
        max-width: 200px !important;
    }
}
#categorias_container .cluchesdg_categoria_item {
    min-height: 300px;
}
#categorias_container .av_textblock_section p {
    margin: 0;
}
#categorias_container .av_textblock_section a {
    min-height: 300px;
    padding: 0px 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: .3s;
    font-size: 35px;
    font-weight: bold;
    opacity: .6;
    transition: .3s;
    text-decoration: none;
}
@media (max-width: 1110px) {
    #categorias_container .av_textblock_section a {
        font-size: 40px;
    }
}
@media (max-width: 776px) {
    #categorias_container .av_textblock_section a {
        font-size: 25px;
    }
}
#categorias_container .av_textblock_section a:hover {
    background: rgba(248, 0, 27, .4);
    opacity: 1;
}
.slick-arrow {
    position :absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border:none;
    padding:0;
    z-index: 2;
    font-size: 0px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.slick-prev {
    left:-40px;
    background-image: url('./img/left_arrow.svg');
}
.slick-next {
    right:-80px;
    background-image: url('./img/right_arrow.svg');
}
/*
FRONTE_PAGE NUESTROS SERVICIOS
*/
.cluchesdg_center_title h3 {
    color: #f8001b;
    text-align: center;
    position: relative;
    padding-top: 15px;
    font-size: 42px;
    font-weight: bold;
    margin: 0 !important;
}
@media (max-width: 768px) {
    .cluchesdg_center_title h3 {
        font-size: 35px;
    }
}
.cluchesdg_center_title h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 175px;
    height: 4px;
    background-color: #f8001b;
    transform: translateX(-50%);
}
.cluchesdg_servicios_container__mobile {
    display: none;
}
.cluchesdg_servicios_container {
    background-color: #e6e6e6;
}
.cluchesdg_servicios_container_p {
    background-color: #e6e6e6;
    .av-section-cont-open {
        display: flex;
        .template-page.content {
            max-width: 660px;
            padding-top: 100px !important;
            padding-bottom: 0px !important;
        }
    }
}
@media (max-width: 768px) {
    .cluchesdg_servicios_container_p .av-section-cont-open .template-page.content {
        padding-top: 50px !important;
    }
    .cluchesdg_servicios_container_p .avia_textblock {
        font-size: 17px !important;
    }
}
@media (max-width: 940px) {
    .cluchesdg_servicios_container__mobile {
        display: block;
    }
    .cluchesdg_servicios_container__desktop {
        display: none;
    }
}
.cluchesdg_servicios_card {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 25px;
    min-width: 30%;
    min-height: 285px !important;
    transition: .3s;
    img {
        min-width: 70px;
    }
    h3 {
        font-size: 19.5px;
        color: #f8001b;
        font-weight: bold;
    }
}
@media (max-width: 1275px) {
    .cluchesdg_servicios_card {
        min-height: 325px !important;
    }
}
.cluchesdg_servicios_card:hover {
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.3);
}
.cluchesdg_nosotros_p {
    max-width: 800px;
    margin: 0 auto;
}
.cluchesdg_column_contacto {
    padding-top: 50px;
}
@media (max-width: 776px) {
    .cluchesdg_column_contacto .av-special-heading h3 {
        font-size: 30px;
    }
    .cluchesdg_nosotros_p p {
        font-size: 17px;
        margin: 0 !important;
    }
    #mapa_container .template-page.content {
        padding-top: 50px !important;
        padding-bottom: 0px;
    }
    .cluchesdg_column_contacto {
        padding-top: 0px;
    }
    #mapa_container.cluchesdg_oficionas_title .template-page.content{
        padding-top: 0px !important;
    }
    #ubicaciones_container .template-page.content {
        padding-top: 0px;
    }
}
/*
FRONTE_PAGE PORQUE NOSOTROS
*/
#poque_nosotros_container,
#poque_nosotros_container .av-section-cont-open {
    min-height: 460px;
}
@media (max-width: 776px) {
    #poque_nosotros_container .av-section-cont-open {
        max-width: 100% !important;
        width: 100% !important;
    }
}
#poque_nosotros_container .av-section-cont-open {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .69);
    max-width: 100%;
    display: flex;
    align-items: center;
}
#poque_nosotros_container .cluchesdg_porque_nosotros {
    text-align: center;
}
#poque_nosotros_container .porque_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 40px;
    p {
        font-size: 19.5px;
        font-weight: bold;
    }
}
@media (max-width: 1110px) {
    #poque_nosotros_container .porque_content {
        max-width: 950px;
        p {
            font-size: 16.5px;
        }
    }
}
@media (max-width: 950px) {
    #poque_nosotros_container .porque_content {
        max-width: 700px;
    }
}
@media (max-width: 776px) {
    #poque_nosotros_container .porque_content {
        flex-direction: column;
    }
}
#poque_nosotros_container .porque_content p::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#poque_nosotros_container .porque_content p.porque_profesionales::before {
    background-image: url('./img/porque_profesionales.svg');
}
#poque_nosotros_container .porque_content p.porque_entrega::before {
    background-image: url('./img/porque_entrega.svg');
}
#poque_nosotros_container .porque_content p.porque_precios::before {
    background-image: url('./img/porque_precios.svg');
}
#poque_nosotros_container .porque_content p.porque_equipo::before {
    background-image: url('./img/porque_equipos.svg');
}
/*
FRONTE_PAGE LOGOS
*/
#logos_container .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#logos_container img {
    width: 100%;
    height: 100px;
}
#logos_container .slick-slide > div {
    padding: 0px 20px;
}
#logos_container .slick-list {
    margin: 0 -20px;
}
@media (max-width: 776px) {
    #after_section_8 .av-section-cont-open {
        max-width: 600px !important;
    }
}
@media (max-width: 600px) {
    #after_section_8 .av-section-cont-open {
        max-width: 200px !important;
    }
}
/*
CONTACT HERO
*/
.cluchesdg_brand_hero,
.cluchesdg_brand_hero .av-section-cont-open,
.cluchesdg_brand_hero .av-section-cont-open main {
    min-height: 430px;
}
.cluchesdg_brand_hero .av-section-cont-open {
    min-height: 430px;
    background: rgba(0, 0, 0, .5);
    margin: 0;
    padding: 0;
    max-width: 100%;
    position: relative;
}
.cluchesdg_brand_hero .av-section-cont-open main {
    display: flex;
    justify-content: center;
    align-items: center;
}
#nosotros_hero_container.cluchesdg_brand_hero .av-section-cont-open main {
    justify-content: flex-start;
    align-items: self-end;
}
#nosotros_hero_container.cluchesdg_brand_hero .av-section-cont-open main .post-entry {
    margin: 75px 50px;
}
.cluchesdg_brand_hero .av-section-cont-open main h1 {
    font-size: 50px;
    font-weight: bold;
}
.cluchesdg_brand_hero .av-section-cont-open main p {
    font-size: 19.5px;
    margin: .25em 0;
    max-width: 675px;
    line-height: 25px;
}
@media (max-width: 768px) {
    .cluchesdg_brand_hero .av-section-cont-open main p {
        font-size: 15px;
        line-height: 20px;
        max-width: 90%;
        margin: 0 auto;
    }
}
.cluchesdg_brand_hero .av-section-cont-open .entry-content-wrapper .avia-image-container {
    position: absolute;
    bottom: -45px;
    left: -20%;
}
@media (max-width: 1000px) {
    .cluchesdg_brand_hero,
    .cluchesdg_brand_hero .av-section-cont-open,
    .cluchesdg_brand_hero .av-section-cont-open main {
        min-height: auto;
        height: 375px;
    }
    .cluchesdg_brand_hero .av-section-cont-open {
        max-width: 100% !important;
        width: 100% !important;
    }
    .cluchesdg_brand_hero .av-section-cont-open main {
        padding: 0;
    }
    .cluchesdg_brand_hero .av-section-cont-open .entry-content-wrapper .avia-image-container {
        bottom: -30px;
    }
    .cluchesdg_brand_hero .av-section-cont-open main h1 {
        font-size: 50px;
    }
}
@media (max-width: 700px) {
    .cluchesdg_brand_hero .av-section-cont-open main h1 {
        font-size: 35px;
        text-align: left !important;
    }
    .cluchesdg_brand_hero .av-section-cont-open .entry-content-wrapper .avia-image-container {
        bottom: -15px;
    }
    #nosotros_hero_container.cluchesdg_brand_hero .av-section-cont-open main .post-entry {
        margin: 15px 20px;
    }
}
#contact_hero_container .av-section-cont-open main h1 {
    text-align: center !important;
}
.span_tel::before {
    background-image: url('./img/tel_gris.svg');
}
.span_whatsapp::before {
    background-image: url('./img/whatsapp_icono_gris.svg');
}
.span_mail::before {
    background-image: url('./img/mail_gris.svg');
}
.span_direccion::before {
    background-image: url('./img/direccion_gris.svg');
}
#wpcf7-f867-p35-o1 {
    max-width: 560px;
    box-shadow: 10px 8px 58px -12px rgba(0,0,0,0.39);
    -webkit-box-shadow: 10px 8px 58px -12px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 8px 58px -12px rgba(0,0,0,0.39);
    border-radius: 25px;
    padding: 45px 30px;
}
#wpcf7-f867-p35-o1 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
@media (max-width: 776px) {
    #wpcf7-f867-p35-o1 form {
        display: flex;
        flex-direction: column;
    }
}
#wpcf7-f867-p35-o1 form p {
    margin: 0;
}
#wpcf7-f867-p35-o1 form p input,
#wpcf7-f867-p35-o1 form p textarea {
    border-radius: 5px !important;
    margin: 0 !important;
}
#wpcf7-f867-p35-o1 form p:nth-child(6) {
    grid-column: 1 / 3;
}
#wpcf7-f867-p35-o1 form p textarea {
    max-height: 95px;
}
#wpcf7-f867-p35-o1 form label {
    font-size: 17.5px;
    color: #474749;
    font-weight: 500;
}
#wpcf7-f867-p35-o1 form p:last-of-type {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
#wpcf7-f867-p35-o1 form p:last-of-type input.wpcf7-submit {
    border-radius: 0 !important;
    background-color: #f8001b;
    font-weight: bold;
}
#mapa_container .entry-content-wrapper .avia_codeblock_section {
    display: flex;
    justify-content: center;
}
.cluchesdg_ubicaciones_card {
    min-height: 225px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cluchesdg_ubicaciones_card .locaciones_content {
    min-height: 110px;
}
.cluchesdg_ubicaciones_card a.avia-button{
    border-radius: 0;
    min-width: 165px;
}
/*
NOSOTROS EVOLUCION
*/
#evolucion_container .flex_column_table .flex_column {
    display: flex
;
    align-items: center;
}
#evolucion_container .flex_column_table {
    display: flex
;
    flex-wrap: wrap;
    min-height: 500px;
}
#evolucion_container .cluchesdg_overlay_right::after {
    content: "";
    visibility: visible;
    opacity: 1;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
#evolucion_container .cluchesdg_overlay_right {
    position: relative;
}
#evolucion_container .cluchesdg_overlay_left > section.av_textblock_section {
    max-width: 550px;
    margin-left: 50px;
}
/*
SINGLE PRODUCT
*/
#productos_container .cluchesdg_brand_title h3 {
    margin-bottom: 60px !important;
}
#productos_container .slick-slide > div {
    padding: 0px 20px;
}
#productos_container .slick-list {
    margin: 0 -20px;
}
@media (max-width: 1075px) {
    #productos_container .slick-slide > div {
    padding: 0px 5px;
    }
    #productos_container .slick-list {
        margin: 0 -5px;
    }
}
#top div.product {
    span.onsale {
        background: none;
        color: #f8001b;
        font-weight: bold;
        border: 2.5px solid #f8001b;
    }
    .single-product-summary {
        display: flex;
        flex-wrap: wrap;
        column-gap: 5%;
        
        .images_woo, .entry-summary {
            width: 47.5%;
            margin: 0;
        }
        .images_woo {
            background: #f5f5f5;
        }
        @media (max-width: 776px) {
            .images_woo, .entry-summary {
                width: 100%;
            }
        }
        .product_left {
            .product_left_inner {
                height: 100%;
                display: flex;
                flex-direction: column;
                .stock {
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #82d175;
                    margin-top: 0;
                    margin-bottom: 0;
                }
                .stock:last-of-type {
                    display: none;
                }
                nav.woocommerce-breadcrumb {
                    font-size: 14px;
                    color: #88898b;
                    margin-bottom: 50px;
                    a {
                        color: #88898b;
                    }
                    a:hover {
                        font-weight: 500;
                    }
                }
                .product_title {
                    font-size: 25px;
                    margin-bottom: 0px;
                    font-weight: bold;
                    text-transform: uppercase;
                }
                p.price {
                    del .amount,
                    ins .amount,
                    > span.amount,
                    .woocommerce-Price-currencySymbol {
                        font-size: 19.5px;
                        font-weight: 700 !important;
                        color: #f8001b !important;
                    }
                    del {
                        text-decoration: line-through #000 1.5px !important;
                    }
                    font-size: 16.5px;
                    color: #88898b;
                    margin-top: 0px;
                    margin-bottom: 50px;
                    font-weight: 400;
                    /* span.amount {
                        font-size: 19.5px;
                        color: #f8001b;
                        font-weight: bold;
                    } */
                }
                p.posted_in,
                p.tagged_as {
                    margin: 0;
                    font-size: 16.5px;
                    color: #88898b;
                }
                form.cart {
                    margin-bottom: 0px;
                    display: flex;
                    justify-content: flex-start;
                    width: 100%;
                    .quantity {
                        margin: 0;
                        max-height: 36.5px;
                        margin-right: 25px;
                        input {
                            max-height: 36.5px;
                            vertical-align: top;
                            height: 36.5px;
                            line-height: 36.5px;
                            background: rgba(245, 245, 245, .5);
                            font-size: 16px;
                            color: #88898b;
                        }
                        input.minus:hover,
                        input.plus:hover {
                            color: #f8001b;
                        }
                    }
                    button.single_add_to_cart_button  {
                        padding: 0;
                        max-height: 36.5px;
                        min-width: 180px;
                        background: #f8001b;
                        font-size: 14px;
                        font-weight: bold;
                    }
                }
            }
        }
        
        .additional-product-info {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            column-gap: 5%;
            .add-info-left {
                width: 300px;
                .cluchesdg_aditional_info_product {
                    padding: 50px 0 0 0;
                    .necesitas_ayuda {
                        background: #f5f5f5;
                        min-height: 275px;
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 40px;
                        h3 {
                            background: #f8001b;
                            text-align: center;
                            color: #fff;
                            font-size: 14.5px;
                            font-weight: bold;
                            padding: 16px;
                            margin: 0;
                        }
                        .cluchesdg_content {
                            height: 100%;
                            min-height: 225px;
                            display: grid;
                            grid-template-columns: 1fr;
                            .llamanos,
                            .chatea_nosotros {
                                display: flex;
                                flex-direction: column;
                                justify-content: center;
                                align-items: center;
                            }
                            .llamanos p:first-child {
                                font-size: 12px;
                                color: #666;
                                text-align: center;
                            }
                            .llamanos p {
                                font-size: 12px;
                            }
                            .chatea_nosotros {
                                border-top: 1px solid gray;
                                width: 80%;
                                margin: 0 auto;
                                a {
                                    font-size: 12px;
                                    color: #f8001b;
                                    font-weight: bold;
                                    border: 1px solid #f8001b;
                                    padding: 7px 15px;
                                    transition: .3s;
                                }
                                a:hover {
                                    color: #fff;
                                    background: #f8001b;
                                }
                            }
                        }
                    }
                    .opiniones_positivas {
                        background: #f5f5f5;
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 50px;
                        h3 {
                            background: #f8001b;
                            text-align: center;
                            color: #fff;
                            font-size: 14.5px;
                            font-weight: bold;
                            padding: 16px;
                            margin: 0;
                        }
                        .cluchesdg_content {
                            display: grid;
                            grid-template-columns: 28% 68%;
                            grid-gap: 4%;
                            div.icon {
                                align-self: center;
                                padding-left: 15px;
                                path {
                                    fill: #cf8600;
                                }
                            }
                            div.opiniones {
                                padding: 25px 14px;
                                font-size: 12px;
                                line-height: 20px;
                            }
                        }
                    }
                }
            }
            .add-info-right {
                width: calc(95% - 300px);
                .product-custom-fields-acf {
                    h3 {
                        font-size: 16.5px;
                    }
                    .acf-table {
                        border-collapse: collapse;
                        width: 100%;
                    }
                    .acf-table th,
                    .acf-table td {
                        border: none;
                        padding: 8px;
                        text-align: left;
                    }
                    .acf-table th {
                        font-weight: bold;
                        letter-spacing: 0px;
                        text-transform: none;
                        font-weight: 600;
                    }
                }
            }
        }
        .additional-product-info .woocommerce-tabs{
            .woocommerce-Tabs-panel {
                border-radius: 10px;
                padding: 40px 25px;
                background: #fff;
                h2 {
                    font-size: 25px;
                    color: #f8001b;
                }
                p {
                    font-size: 14px;
                }
            }
            .wc-tabs {
                display: none;
            }
        }
        @media (max-width: 776px) {
            .additional-product-info {
                flex-direction: column-reverse;
                .add-info-right {
                    width: 100%;
                }
            }
        }
    }
}
#top.single-product #main > .avia-section {
    background: #fff !important;
    border: none;
    .product_column {
        border-top: 1px solid #d3d3d3;
        padding-top: 50px;
        margin-top: 50px;
        h2 {
            font-size: 42.5px;
            text-align: center;
            color: #000;
            margin-bottom: 51px;
            text-transform: uppercase;
        }
    }
}
/*
FOOTER
*/
.cluchesdg_footer_mobile {
    display: none;
}
@media (max-width: 990px) {
    .cluchesdg_footer_mobile {
        display: block;
    }
    .cluchesdg_footer_desktop {
        display: none;
    }
}
#footer-page .avia-section {
    background-color: #000;
}
#footer-page img {
    width: 100%;
}
#footer-page p,
#footer-page a.footer_phone {
    color: #fff;
    font-size: 15.5px;
}
#footer-page a.footer_phone:hover {
    font-weight: bold;
}
@media (max-width: 1175px) {
    #footer-page p {
        font-size: 13px;
    }
}
#footer-page .cluchesdg_title_footer > p {
    font-size: 16px;
    color: #f8001b;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
#footer-page span.span_time::before,
#footer-page a.footer_phone::before,
#footer-page p.footer_mail::before,
span.span_icon::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#footer-page span.span_time::before {
    background-image: url('./img/time.svg');
}
#footer-page a.footer_phone::before {
    background-image: url('./img/tel.svg');
}
#footer-page p.footer_mail::before {
    background-image: url('./img/mail.svg');
}
#footer-page .cluchesdg_payments {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.cluchesdg_payments section.av_textblock_section {
    grid-column: 1 / 4;
}
.cluchesdg_payments div.avia-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-page #footer_bottom_container .template-page {
    border-top: 3px solid #f8001b !important;
    padding: 0;
    padding-top: 25px;
    color: #fff;
    font-size: 12px;
}
#footer-page .cluchesdg_final_logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#footer-page .cluchesdg_final_logo .avia-image-container {
    margin: 0;
    margin-left: 12px;
}
#footer-page .cluchesdg_final_logo img {
    max-width: 175px;
}
@media (max-width: 800px) {
    #footer-page .cluchesdg_final_logo img {
        max-width: 150px;
    }
}
#top #footer-page .cluchesdg_payments2 {
    p {
        display: flex;
        align-items: center;
        column-gap: 10px;
        img {
            width: auto;
            height: 25px;
        }
        img.wp-image-725 {
            height: 23px;
        }
    }
}
@media (max-width: 1175px) {
    #top #footer-page .cluchesdg_payments2 {
        p {
            img {
                height: 18px;
            }
            img.wp-image-725 {
                height: 16px;
            }
        }
    }
}
/*
GLOBAL
*/
.hr-inner {
    border: none !important;
}
.cluchesdg_title_footer > p,
.cluchesdg_title_footer a {
    font-size: 16px;
    color: #f8001b;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
.cluchesdg_title_footer a:hover {
    color: #000;
}
.cluchesdg_center_div {
    display: flex;
    justify-content: center;
}
/*
CARRITO
*/
.woocommerce-cart .wc-block-components-main.wc-block-cart__main {
	width: 100%;
	padding: 0;
}
table.wc-block-cart-items .wc-block-cart-item__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10%;
	margin: 15px 0 0;
}
table.wc-block-cart-items .wc-block-cart-item__wrap a.wc-block-components-product-name {
	font-size: 19px;
	font-family: var(--font2);
}

table.wc-block-cart-items tr.wc-block-cart-items__row:first-child .wc-block-cart-item__prices:before, 
table.wc-block-cart-items tr.wc-block-cart-items__row:first-child .wc-block-cart-item__quantity:before {
	top: 10px;
	position: absolute;
	display: block;
	font-size: 13px;
	font-family: var(--font1);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
table.wc-block-cart-items tr.wc-block-cart-items__row:first-child .wc-block-cart-item__prices:before {
	content: 'Precio';
}
table.wc-block-cart-items tr.wc-block-cart-items__row:first-child .wc-block-cart-item__quantity:before {
	content: 'Cantidad';
}
.wc-block-cart-items__header th span {
	font-size: 13px;
	font-family: var(--font1);
	font-weight: 600 !important;
	letter-spacing: 1px;
}
table.wc-block-cart-items .wc-block-cart-item__quantity {
	display: flex;
	gap: 0 26%;
}
button.wc-block-cart-item__remove-link {
	position: absolute;
	left: -10px;
	margin: 10px 0 0 !important;
	width: 20px;
	height: 20px;
	background: url(img/delete-pro.svg) no-repeat 50% 50% !important;
	background-size: 100% !important;
	text-indent: -9999px;
}
table.wc-block-cart-items .wc-block-cart-item__prices span.wc-block-formatted-money-amount {
	font-size: 16px !important;
	color: var(--color1);
	letter-spacing: 1px;
}
table.wc-block-cart-items td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper{
	margin: 27px 0 0 !important;
}
table.wc-block-cart-items .wc-block-cart-item__wrap a.wc-block-components-product-name, 
table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__prices, 
table.wc-block-cart-items.wc-block-components-quantity-selector{
	margin: 0 !important;
}
.wc-block-components-product-metadata__description {
	display: none !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	background: transparent !important;
	border: none !important;
	width: 120px !important;
	height: 50px !important;
}
.wc-block-components-quantity-selector {
	width: 100% !important;
	max-width: 200px;
}
button.wc-block-components-quantity-selector__button {
	opacity: 1 !important;
	min-width: 70px !important;
    background: #f8001b !important;
    color: #fff !important;
    font-size: 30px !important;
}
button.wc-block-components-quantity-selector__button:hover {
	background: rgba(248, 0, 27, .8) !important;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
/* RecuadroTotales */
.woocommerce-cart .wc-block-components-sidebar-layout {
	display: flex;
	flex-direction: column;
    font-size: 18px;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-button {
    background: #f8001b;
}
/*
CUENTA
*/
.woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar {
	color: black;
	width: 70%;
	margin: 0 auto;
	padding: 50px;
	background: #f6f6f6;
	border-radius: 20px;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	padding: 0 0 30px;
	font-size: 30px;
	font-family: var(--font1);
	text-align: center;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title:after {
	content: '';
	position: relative;
	display: block;
	width: 200px;
	height: 23px;
	background: url(img/bdr-img.png) no-repeat 50% 50%;
	margin: 10px auto 0;
}
.woocommerce-cart .wc-block-components-product-badge {
    display: none;
}



.woocommerce-account h2 {
	color: #000;
	font-size: 25px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login, 
.woocommerce-account form.woocommerce-form.woocommerce-form-register.register {
	background: transparent;
	border: 1px solid #CED4DA !important;
	padding: 40px 20px !important;
	border-radius: 20px !important;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-register.register {
	display: flex;
	flex-direction: column;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login input, 
.woocommerce-account form.woocommerce-form.woocommerce-form-register.register input {
	border-radius: 10px !important;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login .show-password-input {
    display: none;
}
.woocommerce-account button.woocommerce-button, 
button.woocommerce-Button.button {
	background: #f8001b !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	border-radius: 10px !important;
	text-transform: uppercase;
	padding: 15px 35px;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-register.register p:nth-child(5) {
	margin: 0 !important;
}
/* Tabla */
.logged-in nav.woocommerce-MyAccount-navigation ul li.is-active {
	background: #f8001b;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li:hover{
	background: rgba(248, 0, 27, .4);
}
.logged-in nav.woocommerce-MyAccount-navigation ul li {
	background: transparent;
	padding: 16px 0;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
	border-bottom: 1px solid #CED4DA;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li a {
	border: none !important;
}
.logged-in nav.woocommerce-MyAccount-navigation ul li.is-active a, 
.logged-in nav.woocommerce-MyAccount-navigation ul li:hover a {
	color: white;
}
.logged-in .woocommerce-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 2%;
}
.logged-in .woocommerce-MyAccount-content .u-column1.col-1, 
.logged-in .woocommerce-MyAccount-content .u-column2.col-2 {
	border: 2px solid #CED4DA !important;
	padding: 40px 30px !important;
	border-radius: 15px;
}
.logged-in .woocommerce-MyAccount-content .u-column1.col-1 h3, 
.logged-in .woocommerce-MyAccount-content .u-column2.col-2 h3 {
	color: #f8001b;
}
.logged-in .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input {
	background: transparent !important;
	border: 2px solid #CED4DA !important;
	border-radius: 9px !important;
}
.woocommerce-account .woocommerce-orders-table__cell a {
    background: #f8001b;
}
.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    background: transparent;
}
.woocommerce-MyAccount-content .woocommerce-button {
    background-color: #f8001b !important;
}