#header .left-col {
    display: block;
}
#header .position-static {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #f7f7f7;
}
#_desktop_logo {
    text-align: center;
}
#_desktop_logo {
    width: 50%;
}
#_desktop_cart {
    width: 25%;
    padding: 0 15px;
    text-align: right;
}
.anthemeblocks-homeslider-desc .slider-cont-line {
    background: rgba(255,255,255,.2);
}
#amegamenu .amenu-link sup {
    top: 2px;
}
#amegamenu .amenu-link:before {
    content: '┃';
}
#amegamenu .amenu-link:after {
    content: '┃';
}
#_desktop_search .search-icon {
    margin-left: .5rem;
}
@media (max-width: 991px) {
    #header .header-nav.tablet-h {
        border-bottom: 1px solid #eaeaea;
    }
    #header .position-static {
        border-top: none;
    }
    #header #_desktop_search {
        width: 100%;
    }
    .header-top.tablet-h .search-widget {
        float: none;
        padding: 0 .9375rem;
        width: 100%;
    }    
} 