.menu_responsive.is-open {
    display: block;
    opacity: 1;
}

body.htheme_mobile_menu_open {
    overflow: hidden;
}

.htheme_hamburger_content {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.htheme_hamburger_header {
    position: relative;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #666;
    z-index: 10001;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.htheme_hamburger_logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.htheme_hamburger_logo img {
    height: 45px;
    width: auto;
    max-width: 100%;
}

.htheme_hamburger_close {
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.htheme_hamburger_close::before,
.htheme_hamburger_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    background-color: #fff;
}

.htheme_hamburger_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.htheme_hamburger_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.htheme_mobile_top_bar {
    display: flex;
    width: 100%;
}

.htheme_mobile_contact_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(to right, #e5b9e4, #abd4e6, #c6ddaa, #fff3ad, #ffcba8, #f095a4, #f4b3cd);
    height: 30px;
}

.mobile-compra-minima,
.mobile-contact-info {
    display: flex;
    align-items: center;
    background-color: #666;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    white-space: nowrap;
}

.mobile-contact-info {
    width: 75%;
}

.mobile-contact-info a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
}

.whatsapp-icon {
    height: 24px !important;
    width: auto;
    margin-right: 10px;
}



.htheme_mobile_nav_button a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    font-weight: bold;
}

.nav-button-ingresos {
    background-color: #e5b9e4;
}

.nav-button-productos {
    background-color: #ffcba8;
}

.nav-button-micompra {
    background-color: #c6ddaa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-button-micompra .cart-count-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff5555;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.htheme_mobile_nav_button img {
    height: 20px;
    width: auto;
    margin-left: 5px;
}

.htheme_mobile_products_section {
    flex: 1;
    overflow-y: auto;
}

.menu_responsive #primary-menu,
.menu_responsive #primary {
    padding: 0;
}

.menu_responsive #primary-menu li,
.menu_responsive #primary li {
    border-bottom: 1px solid #f0f0f0;
}

.menu_responsive #primary-menu li a,
.menu_responsive #primary li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.htheme_burger_toggle {
    width: 44px;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.htheme_burger_toggle::before {
    content: '+';
    font-size: 24px;
    font-weight: 300;
    color: #888;
    transition: transform 0.3s ease;
}

.htheme_burger_toggle[data-toggle="close"]::before {
    transform: rotate(45deg);
}

.menu_responsive .sub-menu,
.menu_responsive #primary-menu .sub-menu,
.menu_responsive #primary .sub-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
}

.menu_responsive li.menu-item-has-children.open>.sub-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.menu_responsive .sub-menu li a {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    padding: 12px 20px 12px 40px;
    display: block;
}

.htheme_icon_mobile_holder {
    display: none;
}

.htheme_icon_mobile,
.htheme_icon_hamburger_toggle {
    display: inline-block;
    cursor: pointer;
}

.htheme_icon_mobile span,
.htheme_icon_hamburger_toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 5px 0;
    transition: transform 0.3s ease;
}

.htheme_small_navigation.AAA_logo_y_contacto {
    background-color: #6d6d6d;
    padding: 5px 0;
    position: relative;
    z-index: 100;
}

.htheme_logo_and_info_wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.htheme_small_navigation .htheme_logo {
    position: absolute;
    left: 0;
    top: -14px;
    z-index: 1001;
    padding: 0;
    float: none;
}

.header-info-bar-custom-flash {
    display: flex;
    justify-content: end;
    color: #fff;
    padding-right: 20px;
    box-sizing: border-box;
    flex-grow: 1;
    align-self: stretch;
}

.header-info-bar-custom-flash .contact-info-left,
.header-info-bar-custom-flash .contact-info-right {
    display: flex;
    align-items: center;
}

.header-info-bar-custom-flash .contact-info-right {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.header-info-bar-custom-flash .contact-info-left a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.compra-minima-bar {
    font-size: 18px;
    margin-right: 5px;
    font-weight: normal;
}

.menu_responsive {
    display: none;
}

.htheme_nav_icon_search,
.htheme_container.AAA_login,
.htheme_default_navigation .htheme_logo {
    display: none !important;
}

#primary-menu ul.sub-menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    z-index: 1000;
    min-width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    padding: 0px;
}

#primary-menu ul.sub-menu>li.menu-item-has-children {
    position: relative;
}

#primary-menu ul.sub-menu ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1001;
    min-width: 200px;
}

#primary-menu>li:first-child ul.sub-menu li a {
    background-color: rgb(248, 248, 248) !important;
    display: flex;
}

#primary-menu>li:first-child ul.sub-menu li a:hover {
    background-color: #eb1d6c !important;
    color: rgba(255, 255, 255, 1);
}

#primary-menu ul.sub-menu li a {
    display: block;
    color: rgb(85, 85, 85);
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
}

#primary-menu ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}

.F5A570 a {
    background-color: rgb(245, 165, 112) !important;
}

#primary-menu>li {
    position: relative;
    margin: 0px 5px;
}

.htheme_default_navigation .htheme_container>.htheme_inner_col.htheme_mm_reference {
    align-items: end;
    position: relative;
    height: 80px;
    display: flex;
}

.htheme_main_navigation {
    display: flex;
    justify-content: end;
    align-items: end;
}

#primary-menu>li:first-child>a {
    color: #FFFFFF;
    padding: 8px 20px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    transition: background-color 0.3s ease;
    font-size: 14px;
    width: 120px;
    text-decoration: none;
}

#primary-menu>li:first-child>a:hover {
    background-color: #e67e00 !important;
}

#primary-menu>li.menu-item-has-children:hover>ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

nav.htheme_primary_menu_nav {
    position: absolute;
    right: 193px;
}


/* Estilos para los botones del footer */
.htheme_footer_buttons {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.htheme_footer_buttons_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.htheme_footer_button {
    flex: 1;
    text-align: center;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.htheme_footer_button:nth-child(1) {
    background-color: #e5a1c9;
}

.htheme_footer_button:nth-child(2) {
    background-color: #a1c9e5;
}

.htheme_footer_button:nth-child(3) {
    background-color: #c9e5a1;
}

.htheme_footer_button:nth-child(4) {
    background-color: #e5e5a1;
}

.htheme_footer_button.empty {
    background-color: #e5c9a1;
}

.htheme_footer_button:nth-child(6) {
    background-color: #e5a1a1;
}

.htheme_footer_button:nth-child(7) {
    background-color: #E8B4D6;
    letter-spacing: -0.03em;
    padding: 0;
    line-height: 14px;
}

.htheme_footer_button:hover {
    opacity: 0.9;
    color: #fff;
}

.htheme_large_white_box {
    width: 370px;
    padding: 5px 5px 0;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=00);
    overflow: hidden;
    height: 0;
    -webkit-box-shadow: 3px 3px 10px -2px rgba(92, 92, 92, 1);
    -moz-box-shadow: 3px 3px 10px -2px rgba(92, 92, 92, 1);
    box-shadow: 3px 3px 10px -2px rgba(92, 92, 92, 1);
    display: none;
}
a.htheme_overlay_search {
    border: 1px solid;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .menu_responsive #primary-menu>li:nth-child(1)>a {
        display: none !important;
    }

    .mobile-compra-minima {
        justify-content: end;
    }

    .mobile-contact-info {
        justify-content: start;
    }

    .AAA_logo_y_contacto.htheme_small_navigation {
        display: none;
    }

    .menu_responsive {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block !important;
        overflow-y: auto;
        z-index: 99;
    }

    .menu_responsive.is-open {
        position: fixed;
    }

    .htheme_default_navigation .htheme_container>.htheme_inner_col.htheme_mm_reference {
        align-items: end;
        position: relative;
        height: 80px;
        display: flex;
    }

    .menu_inner {
        margin-top: 30px;
    }

    .htheme_main_navigation {
        display: none !important;
    }

    .htheme_icon_mobile_holder {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .menu_responsive li.menu-item-has-children.open>.sub-menu {
        display: block;
    }

    .htheme_mobile_nav_buttons ul {
        display: flex;
    }

    .htheme_mobile_nav_buttons ul li {
        flex-grow: 1;
    }

    .nav-button-productos a::before {
        content: "\f0c9";
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âcono fa-bars */
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 8px;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        margin-right: 5px;
    }

    .htheme_button_container {
        margin: 0 2px;
        padding: 0 !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .htheme_mobile_contact_info .logo img {
        width: 81px;
        margin-top: 9px;
        margin-right: 10px;
    }

    .htheme_mobile_contact_info {
        justify-content: end;
    }

    .htheme_mobile_contact_info .logo {
        display: block !important;
        z-index: 999;
    }

    .htheme_mobile_contact_info {
        height: 50px !important;
    }

    .htheme_hamburger_header {
        display: none;
    }

    .htheme_hamburger_header {
        height: 70px;
    }
}


/* Estilos responsive para los botones del footer */
@media (max-width: 768px) {
    .whatsapp-icon{
        margin-right: 5px;
    }
    .compra-minima-bar {
        font-size: 16px;
    }
    a.htheme_overlay_search {
        border: 1px solid white;
        border-radius: 10px;
        cursor: pointer;
        position: absolute;
        left: 10px;
        color: white;
        background: #666666;
        font-size: 12px;
        padding: 8px;
    }
    .htheme_top_holder {
        position: sticky;
        top: 0;
        z-index: 999;
        height: 136px;
    }

    .htheme_footer_buttons_row {
        flex-wrap: wrap;
    }

    .htheme_footer_button {
        flex: 1 0 33.33%;
        padding: 10px 5px;
        font-size: 15px;
    }

    .htheme_large_white_box {
        right: 40px !important;
    }

    .htheme_large_white_box {
        position: fixed;
        width: 300px !important;
    }
}

@media (max-width: 576px) {
    .htheme_footer_button {
        flex: 1 0 50%;
        padding: 8px 5px;
        font-size: 11px;
    }
}