* {
  scrollbar-color: #601c00 #e0e0e0 !important;
  scrollbar-width: thin !important;
}

#top-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 3rem 0;
  height: 8vh;
  min-height: 70px;
  background-image: linear-gradient(to bottom, #33230e, #47331b);
}
#top-bar .left  {
  width: 45%;
  font-size: 1rem;
}
#top-bar .center  {
  width: 10%;
}
#top-bar .right  {
  display: flex;
  width: 45%;
  align-items: center;
  column-gap: 20px;
  justify-content: end;
  text-align: right;
  color: white;
}
#top-bar .right a.link {
  color: white;
}
#top-bar .right a.button {
  color: #372713;
}

#header-new {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 9vh;
  padding: 0 50px;
  background-image: linear-gradient(to bottom, #47331b, #553c1e);
  border-bottom: 1px solid #553c1e;
}
.header {
  background-color: unset;
}
.header.left {
  display: flex;
  align-items: start;
  width: 50%;
}
.header.left .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 55px;
}
.header.left .menu-item a.menu-link {
  padding-right: 0;
}
.header.left .menu-item a.menu-link img {
  background-color: #f7d8aa;
  border-radius: 5px;
  height: 45px;
  width: 45px;
  max-height: 45px;
  max-width: 45px;
}
.header.left .menu-item p {
  opacity: 0;
  color: #f7d8aa;
  line-height: 0.8rem;
  letter-spacing: 0.03rem;
}
.header.left .menu-item:hover p {
  opacity: 1;
  transition: opacity 300ms;
}
.header.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
  width: 50%;
  text-align: right;
}

#top-bar-mobile {
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  height: 8vh;
  min-height: 70px;
  background-image: linear-gradient(to bottom, #33230e, #47331b);
}
#top-bar-mobile .left  {
  width: 35%;
  font-size: 1rem;
}
#top-bar-mobile .center  {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-bar-mobile .right  {
  display: flex;
  width: 35%;
  align-items: center;
  column-gap: 20px;
  justify-content: end;
  text-align: right;
}
#top-bar-mobile a.button {
  color: black;
}
#header-new-mobile {
  position: sticky;
  top: 0;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8vh;
  padding: 0 1rem;
  background-image: linear-gradient(to bottom, #47331b, #553c1e);
  border-bottom: 1px solid #553c1e;
}
#header-new-mobile .left .menu-item {
  margin-right: 10px;
}
#header-new-mobile .header.left .menu-item a.menu-link img {
  width: 37px;
  height: 37px;
  max-width: 37px;
  max-height: 37px;
}

@media only screen and (max-width: 1024px) {
  #top-bar {
    display: none;
  }
  #top-bar-mobile {
    display: flex;
  }
  #header-new {
    display: none;
  }
  #header-new-mobile {
    display: flex;
  }
  .header__lang-value-container {
    display: flex;
  }
  .header__lang-value-container .dropdown__btn {
    margin: 0 5px 0 0;
    padding: 0;
  }
  .header__lang-value-container .dropdown__btn::after {
    width: 0;
    height: 0;
  }
  .header__lang-value-container .dropdown__btn span:last-child {
    display: none;
  }
  .header__lang-value-container .dropdown__menu.left-align {
    left: -100%;
  }

  .products-list .product__counter input {
    width: 24px;
  }
  .update-product-quantity-new.update-cart-new.minus, .update-product-quantity-new.update-cart-new.plus {
    margin: 0 8px;
  }
}


.homePage .giogio__gradient {
  background: linear-gradient(to bottom, #553c1e, #4b2a0b);
}
.homePage .anchorSlider {
  border-top: 1px solid #553c1e;
}
.homePage .anchorSlider-color {
  background: linear-gradient(to bottom, #4b2a0b 40%, #321700);
  top: 8vh !important;
}
.homePage .anchorSlider-color .slick-arrow {
  display: none !important;
}

.header__search-form {
  z-index: 3;
}

.header__lang-value-container {
  column-gap: 10px;
}
.header__lang-value-container .dropdown.value {
  margin-right: 0;
}

.wrap__large {
  max-width: unset !important;
}

footer.footer.new {
  background-color: #584738;
}

.header__logo.hidden {
  display: flex !important;
}

#anchor-slider-main {
  z-index: 1;
}

.modal .update-product-quantity-new.update-cart-new {
  color: #CD0037;
}
