#_desktop_contact_link {
display: none !Important;
}

#header .header-nav {
background-color: #f2f0ee;
    font-weight: 700;
    text-transform: uppercase;
}

#header .header-nav .right-nav ul {  
justify-content: end;
}

#header .header-nav .wrapper ul li:last-child {
    border: 0;
    margin-right: 0px ! IMPORTANT;
}

#_desktop_user_info {
  border-left: 2px solid #f3f3f3;
  padding: 6px 0 6px 18px;
  margin-left: 20px;
  display: none !important;
}

#header .logo {
  max-width: 200px;
  max-height: 100px;
  padding: 0px 0px !important;
}

.an_advantages-text {
    text-align: justify;
}

div#login-price {
    border-radius: 5px;
}

@media (min-width: 992px) {
#header .vertical-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 13px;
    padding-right: 0px;
}

#amegamenu.fixed-menu .amenu-item .amenu-link {
    padding: 13px 12px 11px;
}
@media (min-width: 768px) {
#subcategories ul {
    display: none;
}
}
@media (max-width: 767px) {
#subcategories ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* margin: 0px -15px; */
    list-style: none;
    padding: 0;
    justify-content: space-evenly;
  background: #e9e9e9;
  } }
#subcategories ul li {
    width: auto !important;
    padding: 0 10px;
    margin-bottom: 10px;
  }

.block-category {
    margin-bottom: -20px;
  margin-top: -10px;
}

.subcategory-heading {
    margin-bottom: 0px !important;
  font-size: 0px;
}

#category #wrapper {
    padding-top: 10px;
}

.an_advantages-head p:not(.an_advantages-title) {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    max-width: auto;
    margin: 0 auto 15px;
    margin-top: 10px !important;
}

@media (min-width: 992px) {
.header-block {
    min-height: 0px !important;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 05px;
  }
}

.an_homeproducts-products .products {
    margin-left: 0;
    /* padding-bottom: 20px; */
    margin-bottom: 40px;
}

.an_homeproducts-banner-default.an_homeproducts-banner-overlay {
    margin-top: 0px;
    margin-bottom: 34px;
}

.an-sfsl {
    background: #232323;
    padding: 9px 0 8px;
    position: relative;
}

.product-add-to-cart {
    display: flex
;
    align-items: center;
    padding-top: 20px;
}

.brand-img img {
	max-width: 200px;
}