.header-nav .col-md-7.right-nav > a{
    margin-top: .9375rem;
    outline: none;
}

#header .header-nav .user-info{
    margin-left: 15px;
}

.header-top-right.col-md-10.col-sm-12.position-static{
    display: flex;
}

.header-top-right.col-md-10.col-sm-12.position-static #search_widget{
    margin-left: auto;
}

.header-top-right.col-md-10.col-sm-12.position-static #_desktop_cart{
    display: inline-flex;
    margin-left: 15px;
    align-items: center;
}

.header-nav a{
    outline: none;
}

.header-top a{
    outline: none;
}

#_desktop_language_selector{
    margin-left: 15px;
}

body#category #wrapper .container{
    width: 100%;
    max-width: 1360px;
}

#header #_desktop_logo{
    width: auto!important;
}

#header #_desktop_top_menu{
    padding: 0;
}

#header .header-top-right{
    padding-left: 0;
}

@media (min-width: 1200px) {
    .js-product.product.col-xs-12.col-sm-6.col-xl-4{
        width: 20%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .top-menu a[data-depth="0"]{
        font-size: 12px;
        padding: 10px 5px;
    }
}

.product-flag.out_of_stock{
    background-color:red !important;
}

.block-category.card-block{
    min-height:unset !important;
}