#mobile-header {
    border-bottom: 1px solid var(--neutral-neutral-50, #F4F5F7);
}

@media only screen and (max-width: 600px) {
    #mobile-header {
        height: 56px;
    }
}

#mobile-header-sticky .header-1 {
    display: flex;
    align-items: center;
    width: 1368px;
    justify-content: space-between;
    padding-bottom: 5px;
}

#mobile-header-sticky .header-1 .col-mobile-logo {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky .header-1 .col-mobile-logo {
        margin-top: 0;
    }
}

#mobile-header-sticky .header-1 .header-icons .header-icon {
    padding: 0;
    background: transparent;
}

#mobile-header-sticky .header-icons {
    display: flex;
    padding: var(--space0, 0px) var(--space1, 8px);
    justify-content: flex-end;
    align-items: center;
    gap: var(--space1, 8px);

}

/* #mobile-header-sticky .header-icons div {
    padding: 0;
}
 */

#mobile-header-sticky .header-icon .m-nav-btn:hover svg path,
#mobile-header-sticky .header-icon .header-user-btn:hover svg path {
    fill: #50A826;
}

#mobile-header-sticky #search_widget {
    max-width: 100%;
    width: 100%;
}


#mobile-header-sticky #search_widget form {
    width: 100%;
    display: flex;
    justify-content: center;
}

#mobile-header-sticky #search_widget .input-group {
    width: 515px;
}

#mobile-header-sticky .menu-header-1 {
    display: flex;
    height: 56px;
    padding: 16px var(--space2, 16px);
    align-items: center;
    align-self: stretch;
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky .menu-header-1 {
        height: 30px;
    }
}

#mobile-header-sticky .menu-header-1 span {
    margin: 0;
}



#mobile-header-sticky .menu-header-nav {
    border-top: 1px solid var(--neutral-neutral-50, #F4F5F7);
}

#header .header-nav .header-wa-info {
    color: var(--neutral-neutral-0, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#mobile-header-sticky>div>div>div>div.col-12.header-1>div.col-6.search-dekstop {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {

    #mobile-header-sticky>div>div>div>div.col-12.header-1>div.col-6.search-dekstop {
        display: none;
    }
}

#mobile-btn-search {
    display: none;
}

#mobile-header .col-mobile-btn-search,
#mobile-header .col-mobile-btn-menu {
    position: relative;
    margin-right: -47px;
    margin-left: -23px;
    background: #FFF;
}

#mobile-header .js-m-nav-btn-menu {
    display: flex;
    padding: var(--space05, 4px);
    align-items: center;
    gap: var(--space1, 8px);
}

#mobile-header .js-m-nav-btn-menu span {
    display: flex !important;
    color: var(--neutral-_-neutral-800, #232629);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#mobile-header .js-m-nav-btn-menu span:hover {
    text-decoration: underline;
}


#mobile-header-sticky>div>div>div>div.col-12.menu-header-1>div.col.col-auto.col-mobile-btn.col-mobile-btn-menu.col-mobile-menu-push.js-col-mobile-menu-push>a {
    display: flex;
    align-items: center;
    gap: var(--space1, 8px);
}

#mobile-header-sticky>div>div>div>div.col-12.menu-header-1>div.col.col-auto.col-mobile-btn.col-mobile-btn-menu.col-mobile-menu-push.js-col-mobile-menu-push>a:hover {
    background: var(--neutral-neutral-0, #FFF);
}

#cbp-hrmenu>ul {
    display: flex;
    gap: var(--space2, 16px);
    padding-left: var(--space2, 16px);
}

@media only screen and (max-width: 600px) {

    #cbp-hrmenu>ul,
    #mobile-header-sticky .iqit-megamenu-container {
        padding-left: 0;
    }
}


#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu .cbp-hrmenu-tab {
    margin: 0 !important;
}

#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu .cbp-tab-title {
    margin: 0;
    color: var(--neutral-_-neutral-800, #232629);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 600px) {
    #index #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu .cbp-tab-title {
        font-size: 13px;
    }
}

#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu .cbp-tab-title:hover {
    text-decoration-line: underline;
}

#search_widget>form>div>input {
    border-radius: 8px;
    border: #B9C0C9 1px solid;
    color: var(--neutral-neutral-600, #68717C);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#search_widget>form>div>button>svg {
    margin: 8px;
}

#mobile-header-sticky>div>div>div>div.col-12.header-1>div.header-icons.col-3>div.col.col-auto.col-mobile-btn.col-mobile-btn-account,
#mobile-header-sticky>div>div>div>div.col-12.header-1>div.header-icons.col-3>div.col.col-auto.col-mobile-btn.col-mobile-btn-cart.ps-shoppingcart.side-cart {
    padding: 0;
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky .header-1 .col-mobile-logo {
        display: flex;
        align-items: center;
        gap: var(--space1, 8px);
    }
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky .header-1 .col-mobile-logo .col-mobile-btn {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky .header-1 .col-mobile-logo a img {
        width: 93.049px;
        height: 43.009px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky .header-1 .col-mobile-logo .m-nav-btn span {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {

    #mobile-header .col-mobile-btn-search,
    #mobile-header .col-mobile-btn-menu {
        display: flex;
        margin: 0;
        padding: 0;
    }

    #mobile-header .col-mobile-btn-menu {
        display: flex;
        margin: -10px 0 0 0;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    #mobile-header-sticky>div>div>div>div.col-12.menu-header-1>div.container.iqit-megamenu-container {
        overflow-x: auto;
    }
}

#mobile-header .iqit-megamenu-container {
    margin: 0;
}


/* Menú lateral izquierdo */
#mobile-header .mm-panel__header {
    border-bottom: 1px solid var(--neutral-neutral-100, #E8EAED);
    background-color: #FFF;
    display: flex;
    align-items: center;
}

#mobile-header .js-mobile-menu__close {
    display: flex;
    width: 42px;
    height: 41px;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    background-color: #FFF;
}

#mobile-header .mobile-menu__logo img {
    display: flex;
    width: 122px;
    height: 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#mobile-header .mobile-menu__header .mobile-menu__back-btn {
    background-color: #FFF;
    display: flex;
    padding: var(--space1, 8px);
    align-items: center;
    gap: var(--space1, 8px);
    align-self: stretch;
}

#mobile-header .mobile-menu__header {
    opacity: 1;
    visibility: visible;
}

#mobile-header .mobile-menu__header .mobile-menu__back-btn span {
    color: var(--neutral-neutral-700, #464B53);
    font-family: Inter !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

#iqitmegamenu-mobile>div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24>ul {
    display: flex;
    padding: var(--space0, 0px) var(--space2, 16px) !important;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space1, 8px);
    align-self: stretch;
    padding-top: var(--space2, 16px) !important;
}

#mobile-header .mobile-menu__tab {
    border-bottom: none;
    min-height: 0;
}

#mobile-header .mobile-menu__tab .mobile-menu__link .has-children {
    color: var(--neutral-_-neutral-800, #232629);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#mobile-header .mobile-menu__tab .mobile-menu__link .empty-children {
    color: var(--neutral-neutral-700, #464B53);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: var(--space1, 8px);

}

#mobile-header .mobile-menu__submenu {
    padding-top: 16px !important;
}

#mobile-header .mobile-menu__arrow {
    display: none;
}

#iqitmegamenu-mobile>div.position-relative.mobile-menu__content.flex-grow-1.mx-c16.my-c24>ul>li>ul>li>a {
    padding: 0;
}

#mobile-header .mobile-menu__content .mobile-menu__tab {
    width: 100%;
    padding: var(--space05, 4px) var(--space1, 8px);
    height: 42px;
    justify-content: space-between;
    align-self: stretch;
}

#mobile-header .mobile-menu__content .mobile-menu__tab:hover {
    border-radius: var(--radius05, 4px);
    background: var(--neutral-neutral-50, #F4F5F7);
}

#mobile-header .mobile-menu__content .mobile-menu__tab:first-of-type {
    height: auto;
}

#mobile-header .mobile-menu__content .mobile-menu__tab .mobile-menu__link {
    display: flex;
    padding: var(--space05, 4px) var(--space1, 8px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


#mobile-header .mobile-menu__content .mobile-menu__tab .mobile-menu__link div {
    display: flex;
    align-items: center;
    gap: var(--space1, 8px);
}

#mobile-header .mobile-menu__content .mobile-menu__tab .mobile-menu__link img {
    width: 34px;
    height: 34px;
}


#iqitmegamenu-mobile .mobile-menu__category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

#iqitmegamenu-mobile .mobile-menu__category-header .parent-title {
    padding: var(--space1, 8px) 0;
    display: flex;
    gap: var(--space1, 8px);
    align-items: center;
}

#iqitmegamenu-mobile .mobile-menu__category-header .parent-title h2 {
    color: var(--neutral-_-neutral-800, #232629);
    margin-bottom: 0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#iqitmegamenu-mobile .mobile-menu__category-header .parent-title img {
    width: 28px;
    height: 28px;
}

#iqitmegamenu-mobile .mobile-menu__category-header a {
    color: var(--neutral-neutral-700, #464B53);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

/* SEARCH MOBILE */
#search-widget-mobile {
    width: 390px;
    top: 42px;
    left: -310px;
    border-top: none;

}

/* Agrandar el menu desplegable */
#header #_mobile_iqitmegamenu-mobile {
    width: 360px;
    box-shadow: 0px 4px 10px 0px rgba(56, 56, 56, 0.10);
}

#header #_mobile_iqitmegamenu-mobile #iqitmegamenu-mobile {
    border: none;
}

/* Acoltur inicio de sesión en desktop */

#header #_mobile_iqitmegamenu-mobile .mobile-menu__footer {
    display: none;
}

@media only screen and (max-width: 600px) {
    #header #_mobile_iqitmegamenu-mobile .mobile-menu__footer {
        display: flex;

    }
}

/* Estilos BF */

#cbp-hrmenu-tab-17 a span {
    color: white !important;
    background-color: black;
    padding: 5px;
    border-radius: 5px;
}

