
/*new header*/

#ut-top-header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#ut-top-header ul li {
    width: 100%;
    text-align: center;
    color: #000;
}

#ut-top-header-right ul li {
    float: unset;
    margin-right: 0;
}

#ut-top-header-right ul li a {
    color: #000;
}

#header-section {
    position: sticky !important;
}

#header-section .grid-container {
    max-width: 1440px;
}

#header-section #header-section-lower-area #navigation.ut-horizontal-navigation a {
    font-size: 12px;
    line-height: 45px;
}

#header-section .ha-header-front {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-section .ha-header-front .site-logo-col {
    flex: 100px;
}

#header-section .ha-header-front .site-logo-col .site-logo {
    text-align: left;
}

#header-section .ha-header-front .search-col {
    flex: auto;
}

#header-section .ha-header-front .search-col .aws-container .aws-search-form {
    margin: 0;
}

#header-section .ha-header-front .actions-col {
    flex: 100px;
    display: flex;
    justify-content: end;
}

#header-section .ha-header-front .actions-col .wc-j-upsellator-cart-count-container {
    display: block;
    padding: 0 10px !important;
}

#header-section .ha-header-front .actions-col .wc-j-upsellator-cart-count-container .wooj-icon-basket-1:before {
    margin-right: 0;
    margin-left: 0;
}

#mm-mobile-menu:not(.mm-menu):not(.mm) {
    display: none;
}

html.mmenu-active {
    overflow: hidden;
}

.actions-col #ut-header-secondary-extra-module {
    width: unset;
}

.actions-col #ut-header-secondary-extra-module ul {
    margin-top: 0;
}

.actions-col #ut-header-secondary-extra-module a {
    font-size: 20px;
    padding: 0 10px;
}

.actions-col .gtstctr {
    display: inline-block;
    width: 31px;
    height: 1px;
    float: unset;
}

.ut-header-light .ut-mm-button:before {
    color: rgb(0 0 0) !important;
}
.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
    -webkit-transform: unset;
    transform: unset;
}

@media (max-width: 1024px) {
    .mm-page {
        min-height: unset;
    }

    #header-section .ha-header-front {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
    }

    .ha-header-front .hide-on-desktop:not(.ut-mobile-menu) {
        width: auto !important;
        float: unset !important;
        margin-top: 0;
        display: flex;
        justify-content: center;
    }

    #header-section .wc-j-upsellator-cart-count-container {
        margin-top: 0 !important;
        right: 0;
        padding: 0 5px !important;
        width: auto !important;
        float: unset !important;
        position: relative !important;
    }

    #ut-header-tertiary-extra-module .ut-navigation-menu .ut-main-navigation-link i {
        margin-left: 0;
    }

    .ha-header-front .site-logo-wrap {
        float: unset;
        width: 100%;
        margin: 0;
    }

    #header-section .site-logo {
        text-align: center;
    }

    .ut-mm-trigger {
        float: unset !important;
        padding: 0 10px;
    }

    .search-mobile-icon {
        display: flex;
        align-items: center;
        padding: 0 5px;
        cursor: pointer;
    }

    .mobile-search-row {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 0 15px;
    }
    .aws-container .aws-search-form {
        width: 100% !important;
        float: unset !important;
    }

    /*TOP BAR*/

    #ut-top-header {
        display: block !important;
    }

    #ut-top-header #ut-top-header-right {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #header-section #ut-top-header {
        border-bottom: 1px solid #DDD;
    }

    #ut-top-header-right ul {
        position: relative;
        overflow: hidden;
        height: 40px;
    }

    #ut-top-header-right ul li {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

    #ut-top-header-right ul li.active {
        opacity: 1;
        transform: translateY(0);
        z-index: 2;
    }

    #ut-top-header-right ul li.next {
        opacity: 0.5;
        transform: translateY(100%);
        z-index: 1;
    }
}

/* end new header*/