/* Header */

/* Elementor header band */
.elementor-location-header_band_53120233102 .elementor-container {
    max-width: 100% !important;
}

.elementor-location-header_band_53120233102 .elementor-container .elementor-widget-wrap {
    padding: 0;
}

/* Shared header navigation */
header .navbar-nav {
    gap: 10px;
}

.navbar-nav {
    align-items: center;
}

header .navbar-nav .nav-link,
header .navbar-nav .dropdown-item a {
    font-family: 'Gotham Screensmart';
    font-weight: 400;
    color: #671E75;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

header .nav-link {
    font-size: 12px;
    font-family: "HCo Gotham SSm";
    font-weight: 500;
    color: #000;
}

header .current a.nav-link {
    border-bottom: 3px solid #671d75;
}

header .nav-link:focus,
header .nav-link:hover {
    color: #671d75;
}

header .dropdown-item.active,
header .dropdown-item:active {
    background-color: #671d75;
}

header .dropdown-item.active a,
header .dropdown-item:active a {
    color: #ffffff;
}

/* Header band */
.header-band {
    background-color: var(--primary);
    text-align: center;
    padding: 6px 4px;
}

.header-band__text {
    color: white;
    font-size: 12px;
    font-family: "HCo Gotham SSm";
    font-weight: 500;
}

/* Dropdown content */
header ul.submenu {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
}

header ul.submenu li {
    padding: 10px;
}

.menu-item--serviciones-en-linea:hover ul.submenu,
.menu-item--proposito-social:hover ul.submenu {
    display: block;
}

/* Main header layout */
header.main-header {
    border: none;
}

header .menu__logo {
    max-height: 45px;
}

header .menu-principal-wrapper {
    border-bottom: 2px solid #F3E8FF;
    padding-top: 17px;
    padding-bottom: 17px;
}

header .menu-principal-wrapper nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.menu-principal {
    justify-content: flex-end;
}

.menu-principal .navbar-nav {
    align-items: center;
    flex: 1;
}

.menu-principal .navbar-nav > li > span {
    display: flex;
    align-items: center;
}

/* Primary nav actions */
.menu-item--others a.nav-link {
    font-weight: 500;
    color: #671E75;
    font-size: 12px;
}

.menu-item--others ul.menu-botones {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-item--others ul.menu-botones li > a.nav-link {
    border: 2px solid #E9D4FF;
    border-radius: 8px;
    padding: 3px 7px;
}

header .menu-principal .menu-item--mi-cuenta .nav-link {
    font-size: 12px;
    font-family: 'Gotham Screensmart';
    font-weight: 400;
}

.menu-principal .menu-item--mi-cuenta > span::before {
    content: '';
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-image: url(/wp-content/themes/muguerza-theme/img/icono-micuenta.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/* Search */
.menu-principal .menu-item--buscador {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-principal .search-box {
    position: relative;
    flex: 1;
}

.menu-principal .search-input,
.opciones-movil-buscador .search-input {
    font-size: 14px;
    padding: 24px 16px 24px 48px;
    border-radius: 25px;
    width: 100%;
    border: 2px solid #671E75;
	height: 52px;
}

.menu-principal .search-input:focus,
.opciones-movil-buscador .search-input:focus {
    outline: none;
    box-shadow: none;
}

.menu-principal .search-input-icon,
.opciones-movil-buscador .search-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #671E75;
    font-size: 20px;
    line-height: 1;
    pointer-events: none;
}

/* Cart */
.site-header-cart {
    position: relative;
}

.site-header-cart .cart-contents::after {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/muguerza-theme/img/icono-carrito-nuevo.svg);
    background-size: 18px 24px;
    content: '';
    display: block;
    float: none;
    height: 25px;
    width: 25px;
}

.site-header-cart .cart-contents .count {
    font-size: 12px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background-color: #E88D21;
    border-radius: 50%;
    color: #FFFFFF;
    left: calc(100% - 8px);
    line-height: 1;
    min-height: 18px;
    min-width: 18px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    top: -5px;
    z-index: 1;
}

/* Secondary nav */
.menu-secundario {
    justify-content: center;
}

.menu-secundario-wrapper {
    box-shadow: 0px 4px 6px -1px #0000001A;
    border-bottom: 2px solid #F3E8FF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-item--covid-19 {
    border: 1px solid #6331C4;
    border-radius: 6px;
    background-color: #6331C4;
}

header .menu-secundario-wrapper .menu-item--covid-19 > .nav-link,
header .menu-secundario-wrapper .menu-item--covid-19 > .nav-link:hover {
    color: #ffffff;
    padding: 8px 16px;
}

/* Mobile header elements */
header .opciones-movil,
header .header-mobile-actions,
header .header-mobile-quick-actions {
    display: none;
}

.menu-item--carrito.opciones-movil .cart-contents {
    display: inline-block;
}

.menu-item--carrito.opciones-movil .count {
    left: 53%;
}

/* Tablet/mobile layout */
@media only screen and (max-width: 992px) {
    .menu-secundario-wrapper > nav {
        text-align: center;
        padding-top: 0;
    }

    .menu-principal-wrapper > nav {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 989px) {
    header .navbar-brand-wrapper {
        flex: 1;
    }

    header .header-mobile-quick-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        margin-left: auto;
    }

    header .header-mobile-actions {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    header .opciones-movil {
        display: block;
    }

    header .opciones-movil-buscador {
        flex: 1;
        width: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    header .header-mobile-quick-actions .menu-item--mi-cuenta > span,
    header .header-mobile-quick-actions .menu-item--carrito .site-header-cart {
        display: flex;
        align-items: center;
    }

    header .header-mobile-quick-actions .menu-item--mi-cuenta .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    header .header-mobile-quick-actions .menu-item--mi-cuenta > span::before {
        content: '';
        width: 40px;
        height: 40px;
        margin-right: 5px;
        background-image: url(/wp-content/themes/muguerza-theme/img/icono-micuenta.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
    }

    header .header-mobile-quick-actions .menu-item--carrito .navbar-nav {
        gap: 0;
    }
}

@media only screen and (max-width: 767px) {
    header .navbar-nav {
        text-align: center;
    }

    .menu-item--covid-19 {
        border: 0;
        border-radius: 6px;
    }

    .menu-item--covid-19 a.nav-link {
        border: 1px solid #000000;
        border-radius: 6px;
        margin: 0 auto;
    }
}
