.header.links li>a:before {
    margin-right: 8px;
    width: 15px;
    position: static;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    font-size: 11px;
    vertical-align: middle;
}

.header.links li.wishlist>a:before {
    content: "\f08a";
    width: 15px;
}

.header.links li.authorization-link>a:before {
    content: "\f090";
    width: 15px;
}

.header.links li.welcome>span:before {
    margin-right: 8px;
    width: 15px;
    position: static;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f291";
    font-size: 11px;
    vertical-align: middle;
}

.header.links li>a.order-link:before {
    content: "\f022";
}

.under-search-bar{
    padding: 10px 0 10px 0 !important
}

.under-search-bar-title{
    color: #003e94;
    padding: 0px 20px 10px 20px !important;
    font-size: 12px;
    line-height: 20px;
}

.under-search-bar-content > p > a:before {
    position: static;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\3e";
}

.under-search-bar-content > p > a{
    text-decoration: underline;
    color: #003e94;
}

.under-search-bar-content{
    text-align: center;
    padding: 0;
    margin-left: -26px;
}

@media only screen and (max-width: 767px) {
    .under-search-bar{
        border: 1px solid #c4c4c4;
        margin-bottom: 10px;
    }
    .under-search-bar-title{
        font-size: 20px;
        text-align: center;
    }
    .under-search-bar-content{
        margin-left: 0px;
    }
    .under-search-bar-title{
        font-size: 20px;
        text-align: center;
    }
    .compare, .product-addto-links .action.tocompare, .product-item-actions .actions-secondary > .action.tocompare {
        display: list-item !important;
    }
    .header.links li.compare>a:before {
        content: "\f0ec";
    }
    .section-item-title.nav-sections-item-title.active{
        padding-top: 22px !important;
        box-shadow: 0 0 15px rgb(0 0 0 / 75%);
        clip-path: inset(0px -15px 0px -15px);
        position: relative;
        z-index: 1;
    }
    .nav-sections-item-title.active a {
        font-size: 16px !important;
    }
    .nav-sections-item-content {
        box-shadow: 0 0 15px rgb(0 0 0 / 75%);
        clip-path: inset(-15px 0px 0px 0px);
        position: relative;
        z-index: 0;
    }
    .cdz-menu .item.level-top>.menu-link {
        text-transform: unset !important;
    }
    .nav-sections{
        width: calc(100% - 130px) !important;
    }
    .nav-open .page-wrapper {
        left: calc(100% - 134px) !important;
    }
    .nav-open .mb-bottom-toolbar {
        left: calc(100% - 134px) !important;
    }
}