html,
body {
  width: 100%;
  overflow-x: hidden;
}

.an-sfsl p {
    font-size: 14px;
    color: #ffffff;
}
#mobile-amegamenu .category-item.level-1 {
    margin: 0 !important;
}
.header-nav {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.dropdown .expand-more, #header .header-nav .user-info a,
#_desktop_an_wishlist-nav a {
    color: #000;
}
.lang_and_сr,
.mobile-lang-and-cur,
.unit-price-cart { display: none; }
.adropdown-3 .acontent-1,
.adropdown-3 .acontent-2 {
    width: 50%;
}

#content.page-home > .row:first-child .an_banner-img {
  overflow-x: visible;
  overflow-y: hidden;
  width: 100vw;
  max-height: 100vh;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
#content.page-home > .row:first-child .an_banner-img img {
  width: 100%;
  height: auto;
}
#content.page-home > .row:first-child .an_banner-link:hover+.an_banner-img img,
#content.page-home > .row:first-child .an_banner-img:hover img {
    -webkit-transform: none;
    transform: none;
}

.add-to-cart { background-color: #cf9c44; }
.add-to-cart:hover { background-color: #ffc054; }

#index .an_homeproducts .products-section-title { display: none; }
.an_homeproducts-banner-content {
    background: none;
    padding: 0;
}
#index h1 {
    color: #cf9c44;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
}

#index [data-block-id="4"] .an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 100%;
    padding: 30px;
    transform: translate(-50%,-50%);
    text-align: center;
}
#index [data-block-id="4"] .an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    text-shadow: 0 0 10px #000;
}
#index [data-block-id="4"] .featured-products { margin-top: 30px; }

.an_banner-link:hover+.an_banner-img img, .an_banner-img:hover img {
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 991px) {
	#content.page-home > .row:last-child .an_banner {
    	max-height: none;
    	margin: 0;
    	display: flex;
    	column-gap: 60px;
	}
    #content.page-home > .row:last-child .an_banner:last-child {
        flex-direction: row-reverse;
        margin-top: 60px;
    }
}

#footer .an_banner {
    max-width: 1200px;
    margin: 0 auto !important;
    float: none;
}
#footer .an_banner p {
    text-align: center;
}
#footer .an_banner p img {
    width: auto;
    height: 90px;
  margin: 5px 10px;
}

#footer {
    background-color: #f4f4f8;
}

@media (min-width: 768px) {
    #footer .col-md-6.links {
        width: 75%;
    }
    #footer .col-md-6.links > .row {
  	  display: flex;
 	   justify-content: end;
	}
    #footer .col-md-6.links > .row > .wrapper {
    	width: 33.33%;
	}
}

#footer iframe {
    margin: 30px 0 10px;
}

.block-contact > .hidden-sm-down {
    line-height: 1.4;
}
.footer-contact-block { margin-top: 10px; }

#index .an_banner {
    max-height: none;
    margin: 30px 0;
}
#index .an_homeproducts-block { margin-bottom: 0 !important; }

@media (max-width: 991px) {
  #index .an_banner .an_banner-content { margin-top: 25px; }
}
@media (max-width: 767px) {
  #index h1 {
    font-size: 18px;
  }
  #footer .an_banner p img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  #index h1 {
    font-size: 16px;
  }
}