* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFDF8;
  font-family: "Helvetica";
  font-weight: 400;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media (max-width: 400px) {
  .container {
    padding: 0px 15px;
  }
}
@media (max-width: 350px) {
  .container {
    padding: 0px 10px;
  }
}

.container__fluid {
  max-width: 100%;
  padding: 0px 20px;
}

button {
  cursor: pointer;
}

input, select, textarea {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

summary::marker {
  display: none !important;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
}

ins {
  text-decoration: none;
}

.ajax_add_to_cart.added {
  display: none !important;
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/Helvetica.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/Helvetica-Bold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-Light";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/helvetica-light.woff") format("woff");
}
@font-face {
  font-family: "bebasregular";
  src: url("assets/fonts/bebas-regular-webfont.woff2") format("woff2"), url("assets/fonts/bebas-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.purple__bg--btn {
  background-color: #49317D;
  border: none;
  padding: 13px 45px 12px 44px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.purple__bg--btn:hover {
  background-color: #2c2046;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .purple__bg--btn {
    padding: 11px 35px 10px 35px;
    font-size: 16px;
    line-height: 17.68px;
  }
}
@media (max-width: 767px) {
  .purple__bg--btn {
    font-size: 16px;
    line-height: 19.68px;
    padding: 13px 45px 12px 44px;
  }
}

.banner__light--bg-btn {
  background-color: #FFFFFF;
  border: none;
  padding: 13px 39px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner__light--bg-btn:hover {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.secondary__btn {
  background-color: #FFFFFF;
  border: none;
  padding: 17px 32px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #7B005D;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondary__btn:hover {
  background-color: #E9CFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rounded__dark-btn {
  background-color: transparent;
  border: 1px solid #494949;
  padding: 14px 31px;
  border-radius: 50px;
  color: #494949;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rounded__dark-btn svg {
  stroke: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rounded__dark-btn:hover {
  background-color: #494949;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rounded__dark-btn:hover svg {
  stroke: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .rounded__dark-btn {
    padding: 11px 20px;
  }
}
@media (max-width: 767px) {
  .rounded__dark-btn {
    padding: 14px 31px;
  }
}

.txt__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.txt__link:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .txt__link {
    font-size: 15px;
    line-height: 19.68px;
  }
}
@media (max-width: 767px) {
  .txt__link {
    font-size: 16px;
    line-height: 19.68px;
  }
}

.explore__more-product {
  font-size: 16px;
  line-height: 13.88px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 400px) {
  .explore__more-product {
    gap: 5px;
    font-size: 14px;
    line-height: 13.88px;
  }
}
@media (max-width: 367px) {
  .explore__more-product {
    gap: 4px;
    font-size: 14px;
    line-height: 13.88px;
  }
}

.primary__btn {
  background-color: #737B4C;
  border: none;
  padding: 14px 31px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.primary__btn:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.best__sellers {
  padding: 102px 0px 102.15px;
}
@media (max-width: 1300px) {
  .best__sellers {
    padding: 60px 0px 60px;
  }
}
@media (max-width: 767px) {
  .best__sellers {
    padding: 75px 0px 75.15px;
  }
}
.best__sellers .best__sellers--title {
  margin-bottom: 29px;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--title {
    margin-bottom: 29px;
  }
}
.best__sellers .best__sellers--title .subtitle {
  font-size: 18px;
  line-height: 19.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--title .subtitle {
    font-size: 16px;
    line-height: 18.8px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--title .subtitle {
    font-size: 16px;
    line-height: 17.6px;
    margin-bottom: 5px;
  }
}
.best__sellers .best__sellers--title h2 {
  font-size: 80px;
  line-height: 72.41px;
  color: #737B4C;
  font-family: "bebasregular";
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--title h2 {
    font-size: 70px;
    line-height: 70.41px;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--title h2 {
    font-size: 50px;
    line-height: 45.25px;
    margin-bottom: 0px;
  }
}
.best__sellers .best__sellers--tab-list {
  position: relative;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--tab-list {
    margin-bottom: 30px;
  }
}
.best__sellers .best__sellers--tab-list::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: rgba(115, 123, 76, 0.1019607843);
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--tab-list::after {
    height: 2px;
  }
}
.best__sellers .best__sellers--tab-list .swiper-slide {
  width: auto;
}
.best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item {
  background-color: transparent;
  padding: 14px 0px;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 13.88px;
  letter-spacing: 0.8px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  border-radius: 0px;
  color: #777777;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item::after {
    height: 2px;
  }
}
.best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item:hover {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item.active__tab {
  color: #494949;
}
.best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item.active__tab::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item {
    padding: 11px 0px;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--tab-list .swiper-slide .tab__list--item {
    padding: 14px 0px;
    font-size: 15px;
    line-height: 13.01px;
  }
}
@media (max-width: 767px) {
  .best__sellers .seller__product-slider {
    margin-right: -20px;
  }
}
@media (max-width: 400px) {
  .best__sellers .seller__product-slider {
    margin-right: -15px;
  }
}
@media (max-width: 350px) {
  .best__sellers .seller__product-slider {
    margin-right: -10px;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img {
  height: 305px;
  border: 1px solid #DDDDDD;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-img {
    height: 245px;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-img {
    height: 188px;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .product__img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .product__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list {
  position: absolute;
  top: 8px;
  left: 9px;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul li {
  display: inline-flex;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul li a {
  background-color: #D7D2CB;
  padding: 3px 8px 4px;
  display: inline-flex;
  font-size: 16px;
  line-height: 14.08px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul li a:hover {
  background-color: #737B4C;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn {
  position: absolute;
  bottom: 7px;
  left: 0px;
  width: 100%;
  padding: 0px 9px;
  transform: translateY(48px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn {
    display: none;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn button, .best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: #FFFDF8;
  font-size: 20px;
  line-height: 26px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  border: none;
  border-radius: 0px;
  padding: 7px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn button:hover, .best__sellers .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn a:hover {
  background-color: #737B4C;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .product__variant {
  position: absolute;
  bottom: 10px;
  left: 13px;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-img .product__variant span {
  font-size: 15px;
  line-height: 19.5px;
  color: #555555;
  font-weight: 400;
  font-family: "bebasregular";
  display: inline-flex;
  text-transform: uppercase;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail {
  padding: 8px 0px;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail {
    padding: 10px 0px 0px;
    text-align: center;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .category__name {
  font-size: 14px;
  line-height: 18.2px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  display: flex;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail .category__name {
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 4px;
    justify-content: center;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail h3 {
  font-size: 24px;
  line-height: 31.2px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail h3 a {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail h3 a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .single__product--price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #555555;
  margin: 0px;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail .single__product--price {
    font-size: 20px;
    line-height: 23.4px;
    margin-bottom: 0px;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .single__product--sale-price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #C00000;
  margin: 0px;
  margin-right: 9px;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .single__product--sale-price del {
  color: #B2B2B2;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail .single__product--sale-price {
    font-size: 20px;
    line-height: 23.4px;
    margin-bottom: 0px;
  }
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .mobile__cart-btn {
  display: none;
  margin-top: 17px;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .mobile__cart-btn button, .best__sellers .best__sellers--product .seller__product--item .single__product-detail .mobile__cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: #737B4C;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-weight: 400;
  border: none;
  border-radius: 0px;
  padding: 5px 20px 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .seller__product--item .single__product-detail .mobile__cart-btn button:hover, .best__sellers .best__sellers--product .seller__product--item .single__product-detail .mobile__cart-btn a:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .seller__product--item .single__product-detail .mobile__cart-btn {
    display: block;
  }
}
.best__sellers .best__sellers--product .seller__product--item:hover .single__product--cart-btn {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.best__sellers .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .best__sellers .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar {
    width: 94.2%;
  }
}
.best__sellers .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #737B4C;
}
.best__sellers .best__sellers--product .best__sellers--bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 9.85px;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
}
@media (max-width: 400px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
}
@media (max-width: 367px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 3px);
  }
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col:nth-last-child(1) {
  justify-content: flex-end;
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .products__numbers p {
  font-size: 16px;
  line-height: 13.88px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .products__numbers p {
    font-size: 14px;
    line-height: 12.88px;
  }
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9.85px;
}
@media (max-width: 400px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
    gap: 6.85px;
  }
}
@media (max-width: 367px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
    gap: 4.85px;
  }
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev, .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next {
  width: 28.15px;
  height: 28.85px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555555;
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev::after, .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next::after {
  display: none;
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev svg, .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next svg {
  width: 13px;
  height: 8px;
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev.swiper-button-disabled, .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
@media (max-width: 400px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev, .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next {
    width: 25.15px;
    height: 25.85px;
  }
}
.best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .explore__more-product {
  font-size: 16px;
  line-height: 13.88px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 400px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .explore__more-product {
    gap: 5px;
    font-size: 14px;
  }
}
@media (max-width: 367px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .explore__more-product {
    gap: 4px;
    font-size: 12px;
    line-height: 12.88px;
  }
}
.best__sellers .best__sellers--product .product__card__main--wrapper .product__content {
  text-align: left;
}
@media (max-width: 767px) {
  .best__sellers .best__sellers--product .product__card__main--wrapper .product__content {
    text-align: center;
  }
}

.collection__filter-wrapper {
  border: 1px solid #333333;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .collection__filter-wrapper {
    margin: 0px -15px;
    margin-bottom: 37px;
    border-left: none;
    border-right: none;
  }
}
.collection__filter-wrapper .collection__filter-button--column {
  border-right: 1px solid #333333;
}
@media (max-width: 767px) {
  .collection__filter-wrapper .collection__filter-button--column {
    border-right: none;
    width: 50%;
  }
}
.collection__filter-wrapper .collection__filter-button--column button {
  background-color: transparent;
  padding: 13px 82px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  line-height: 10.83px;
  color: #333333;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0px;
}
.collection__filter-wrapper .collection__filter-button--column button#close__filter-btn {
  display: none;
}
@media (max-width: 1300px) {
  .collection__filter-wrapper .collection__filter-button--column button {
    padding: 13px 51px;
    font-size: 14px;
    line-height: 10.83px;
  }
}
@media (max-width: 767px) {
  .collection__filter-wrapper .collection__filter-button--column button {
    padding: 13px 11px;
    font-size: 14px;
    line-height: 16.83px;
    width: 100%;
  }
}
.collection__filter-wrapper .collection__filter-sort--column {
  border-left: 1px solid #333333;
  padding: 15.7px 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  position: relative;
}
.collection__filter-wrapper .collection__filter-sort--column::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 30px;
  background-color: #DDDDDD;
  transform: translate(0, -50%);
  display: none;
}
@media (max-width: 767px) {
  .collection__filter-wrapper .collection__filter-sort--column::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .collection__filter-wrapper .collection__filter-sort--column {
    border-left: none;
    padding: 10px 10px;
    width: 50%;
  }
}
.collection__filter-wrapper .collection__filter-sort--column p {
  font-size: 13px;
  line-height: 10.99px;
  color: #777777;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.collection__filter-wrapper .collection__filter-sort--column .woocommerce-ordering {
  margin-bottom: 0px;
  display: flex;
}
@media (max-width: 767px) {
  .collection__filter-wrapper .collection__filter-sort--column .woocommerce-ordering {
    width: 65%;
  }
}
.collection__filter-wrapper .collection__filter-sort--column .woocommerce-ordering select {
  background-color: transparent;
  border: none;
  padding: 0px;
  font-size: 13px;
  line-height: 14.99px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";
  padding-right: 26px;
  background-image: url(assets/images/select__icon.svg) !important;
  background-position: 100%;
  background-size: 15px 8.75px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .collection__filter-wrapper .collection__filter-sort--column .woocommerce-ordering select {
    width: 100%;
    padding-right: 19px;
  }
}

.menu__sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__sidebar .sidebar__layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2784313725);
  z-index: 1;
}
.menu__sidebar .sidebar__wrapper {
  max-width: 430px;
  position: absolute;
  top: 0px;
  left: -100%;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #FFFDF8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__sidebar .sidebar__wrapper .sidebar__body {
  height: calc(100% - 300px);
  width: 100%;
  padding: 53px 20px 41px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 16px 130px 15px 20px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .search__field {
  position: relative;
  max-height: 21px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .search__field input {
  width: 100%;
  padding: 0px 0px 0px 25px;
  font-size: 18px;
  line-height: 18.7px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .search__field input::placeholder {
  color: #494949;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .search__field button {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  background-color: transparent;
  padding: 0px;
  border: none;
  border-radius: 0px;
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .search__field button svg {
  width: 100%;
  height: 100%;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .close__sidebar-wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__search-wrapper .close__sidebar-wrapper button {
  background-color: transparent;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18.6px;
  color: #000000;
  font-family: "bebasregular";
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper {
  height: 100%;
  overflow-y: auto;
  border-top: 1px solid #DDDDDD;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li a {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 25.3px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  padding: 15px 30px 13px 0px;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li a svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 8px;
  height: 14px;
  background: url(assets/images/Expand_Less.svg) no-repeat;
  background-position: center;
  background-size: 8px 14px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul {
  padding: 0px 20px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li a::after {
  display: none;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li ul {
  padding: 0px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.parent-first-child {
  margin-bottom: 41px;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.parent-first-child a {
  padding-left: 23px;
  padding-right: 0px;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.parent-first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%) rotate(180deg);
  width: 8px;
  height: 14px;
  background: url(assets/images/Expand_Less.svg) no-repeat;
  background-position: center;
  background-size: 8px 14px;
  display: block !important;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian a {
  font-size: 20px;
  line-height: 12px;
  color: #494949;
  padding: 20px 20px 18px 0px !important;
  font-family: "Helvetica-Bold";
  font-weight: 700;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 13px;
  height: 13px;
  background: url(assets/images/plus__icon.svg) no-repeat;
  background-position: center;
  background-size: cover;
  display: block !important;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian ul li a {
  padding: 14px 0px 13px;
  font-family: "Helvetica";
  font-weight: 400;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian ul li a::after {
  display: none !important;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian.expanded a::after {
  display: none !important;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper #mega-menu-wrap-sidebar .mega-menu-toggle {
  display: none;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper #mega-menu-wrap-sidebar #mega-menu-sidebar {
  display: block;
  background: transparent;
}
.menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper #mega-menu-wrap-sidebar #mega-menu-sidebar li a {
  color: #494949;
  background: transparent;
}
.menu__sidebar .sidebar__wrapper .sidebar__footer {
  background-color: #D7D2CB;
  max-height: 290px;
  height: auto;
  padding: 13px 20px;
}
.menu__sidebar .sidebar__wrapper .sidebar__footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu__sidebar .sidebar__wrapper .sidebar__footer ul li {
  display: block;
  padding: 14px 0px;
  border-bottom: 1px solid #B3AFA9;
}
.menu__sidebar .sidebar__wrapper .sidebar__footer ul li:nth-last-child(1) {
  padding-bottom: 0px;
  border: none;
}
.menu__sidebar .sidebar__wrapper .sidebar__footer ul li a, .menu__sidebar .sidebar__wrapper .sidebar__footer ul li button {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 20px;
  line-height: 11.8px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0px;
  border: none;
  border-radius: 0px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar {
  position: absolute;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header {
  height: calc(100% - 424.5px);
  width: 100%;
  padding: 53px 20px 24.5px;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 16px 130px 15px 20px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .search__field {
  position: relative;
  max-height: 21px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .search__field input {
  width: 100%;
  padding: 0px 0px 0px 25px;
  font-size: 18px;
  line-height: 18.7px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .search__field input::placeholder {
  color: #494949;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .search__field button {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  background-color: transparent;
  padding: 0px;
  border: none;
  border-radius: 0px;
  width: 17px;
  height: 17px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .search__field button svg {
  width: 100%;
  height: 100%;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .close__sidebar-wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sidebar__search-wrapper .close__sidebar-wrapper button {
  background-color: transparent;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 21.6px;
  color: #000000;
  font-family: "bebasregular";
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-back--btn {
  margin-bottom: 21px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-back--btn a, .menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-back--btn button {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 22px;
  line-height: 25.3px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  padding: 15px 30px 13px 0px;
  position: relative;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items {
  height: calc(100% - 75.3px);
  overflow-y: auto;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details summary {
  font-size: 20px;
  line-height: 12px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  padding: 20px 40px 18px 0px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 13px;
  height: 13px;
  background: url(assets/images/plus__icon.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details ul li {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details ul li a {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 25.3px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  padding: 15px 30px 13px 0px;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details ul li a svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details[open] {
  margin-bottom: 19px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details[open] summary {
  padding-bottom: 15px;
  border: none;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-header .sub__menu-items details[open] summary::after {
  display: none;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-footer {
  height: 400px;
  position: relative;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-footer .video__title-wrapper {
  width: 100%;
  padding: 47px 109px 47px 22px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-footer .video__title-wrapper h2 {
  font-size: 50px;
  line-height: 45.5px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin-bottom: 26px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-footer .video__title-wrapper a {
  font-size: 16px;
  line-height: 14.56px;
  color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-footer img, .menu__sidebar .sidebar__wrapper .sub__menu-sidebar .sub__menu-footer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu__sidebar.active__menu-sidebar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__sidebar.active__menu-sidebar .sidebar__wrapper {
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__sidebar.active__submenu-sidebar .sidebar__wrapper .sub__menu-sidebar {
  right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu-side-bar li.main-parent {
  position: unset;
}

.menu-item-has-children ul.sub-menu {
  background: #FFFDF8;
  position: absolute;
  top: auto;
  width: 100%;
  height: calc(100% - 57px);
  bottom: 0px;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-item-has-children ul.sub-menu.open-children {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-item-has-children ul.sub-menu.open-children .expanded ul.sub-menu {
  height: 100%;
}

.accordian ul.sub-menu {
  position: unset;
  opacity: 1;
  visibility: visible;
  height: 0;
}

.bottom-video {
  margin-top: 49px !important;
}
.bottom-video a {
  display: none !important;
}
.bottom-video .menu-item-video {
  height: 400px;
  margin: 0px -20px;
}
.bottom-video .menu-item-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sidebar__menu-wrapper .menu li ul::-webkit-scrollbar {
  width: 3px;
}
.sidebar__menu-wrapper .menu li ul::-webkit-scrollbar-track {
  background: #dedede;
}
.sidebar__menu-wrapper .menu li ul::-webkit-scrollbar-thumb {
  background: #737B4C;
}
.sidebar__menu-wrapper .menu li ul .expanded {
  margin-bottom: 27px;
}

.product__card__main--wrapper .product__wrapper {
  position: relative;
  height: 303px;
  overflow: hidden;
  background-color: #EFDDE8;
  border: 1px solid #DDDDDD;
}
@media (max-width: 1300px) {
  .product__card__main--wrapper .product__wrapper {
    height: 242px;
  }
}
@media (max-width: 767px) {
  .product__card__main--wrapper .product__wrapper {
    height: 188px;
  }
}
.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn {
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 9px !important;
  left: auto !important;
  top: 10.18px !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn .alg-wc-wl-view-state i {
  transform: none !important;
}
.product__card__main--wrapper .product__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px !important;
}
.product__card__main--wrapper .product__wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
.product__card__main--wrapper .product__wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px !important;
}
.product__card__main--wrapper .product__wrapper a .onsale {
  position: absolute;
  border-radius: 0px !important;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  margin: 0;
  padding: 0;
  line-height: 11.36px !important;
  background-color: #737B4C !important;
  padding: 4px 6px 5px !important;
  font-size: 16px !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  top: 8.18px !important;
  color: #FFFFFF !important;
  left: 8px !important;
  right: auto;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .product__card__main--wrapper .product__wrapper a .onsale {
    padding: 5px 6px 4px;
    font-size: 15px;
  }
}
.product__card__main--wrapper .product__wrapper .onsale {
  position: absolute;
  border-radius: 0px !important;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  margin: 0;
  padding: 0;
  line-height: 11.36px;
  background-color: #737B4C !important;
  padding: 4px 6px 5px !important;
  font-size: 16px !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  top: 8.18px !important;
  left: 8px !important;
  right: auto;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .product__card__main--wrapper .product__wrapper .onsale {
    padding: 5px 6px 4px;
    font-size: 15px;
  }
}
.product__card__main--wrapper .product__wrapper .add_to_cart_button {
  position: absolute;
  bottom: 6.82px;
  left: 0px;
  right: 0px;
  width: 95%;
  margin: 0 auto;
  background-color: #FFFDF8;
  border: 1px solid #333333;
  padding: 7px 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 20px;
  line-height: 26px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  text-transform: uppercase;
  border-radius: 0px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(48px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper .product__wrapper .add_to_cart_button:hover {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .product__card__main--wrapper .product__wrapper .add_to_cart_button {
    display: none;
  }
}
.product__card__main--wrapper .product__content {
  text-align: center;
  padding: 8.18px 0px 32.82px;
}
@media (max-width: 1300px) {
  .product__card__main--wrapper .product__content {
    padding: 8.18px 0px 20.82px;
  }
}
@media (max-width: 767px) {
  .product__card__main--wrapper .product__content {
    padding: 10px 0px 0px;
  }
}
.product__card__main--wrapper .product__content a {
  font-size: 14px;
  line-height: 18.2px;
  color: #777777;
  display: block;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.product__card__main--wrapper .product__content .woocommerce-LoopProduct-link {
  display: block;
}
.product__card__main--wrapper .product__content .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 31.2px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 7px;
  text-transform: uppercase;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1300px) {
  .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
    font-size: 22px;
    line-height: 28.2px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.product__card__main--wrapper .product__content .price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #555555;
  margin: 0px;
}
.product__card__main--wrapper .product__content .price ins {
  font-weight: 400;
}
.product__card__main--wrapper .product__content .price del {
  opacity: 1;
}
@media (max-width: 767px) {
  .product__card__main--wrapper .product__content .price {
    font-size: 18px;
    line-height: 23.4px;
    margin: 0px;
  }
}
.product__card__main--wrapper .product__content .ctm__cart-btn--mb {
  margin-top: 15px;
  display: none;
}
@media (max-width: 767px) {
  .product__card__main--wrapper .product__content .ctm__cart-btn--mb {
    display: block;
  }
}
.product__card__main--wrapper .product__content .ctm__cart-btn--mb a {
  background-color: #737B4C !important;
  border-radius: 0px !important;
  padding: 4px 15px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #fff !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  border: none !important;
  text-transform: uppercase !important;
  width: 100%;
  text-align: center;
  margin: 0px !important;
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__card__main--wrapper:hover .product__wrapper .add_to_cart_button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper:hover .product__wrapper .alg-wc-wl-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky__cart-product {
  background-color: #FFFDF8;
  padding: 9px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #333333;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky__cart-product .sticky__cart-product--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col {
  width: calc(50% - 15px);
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-item--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-item--row .sticky__product-img {
  width: 57px;
  height: 59px;
  background-color: #B3AFA9;
  overflow: hidden;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-item--row .sticky__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-item--row .sticky__product-name {
  width: calc(100% - 65px);
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-item--row .sticky__product-name h2 {
  font-size: 25px;
  line-height: 16.25px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-item--row .sticky__product-name p {
  font-size: 15px;
  line-height: 12.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col:nth-last-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 22px;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__product-price--col p {
  font-size: 25px;
  line-height: 21.75px;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin: 0px;
  color: #494949;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper {
  max-width: 304px !important;
  width: 100%;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap {
  overflow: hidden !important;
  max-width: 304px !important;
  background-color: #737B4C !important;
  padding: 5px !important;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap .quantity {
  float: none !important;
  margin: 0px;
  background-color: #FFFFFF;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap .quantity .qty-minus {
  width: 12px;
  font-size: 20px;
  line-height: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap .quantity .qty-plus {
  width: 12px;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap .quantity .input-text {
  width: 64px;
  border: none;
  padding: 0px 5px;
  text-align: center;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 16.9px;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap .single_add_to_cart_button {
  float: none !important;
  width: calc(100% - 115px);
  height: auto;
  min-height: auto;
  border-radius: 0px;
  border: none;
  background-color: transparent !important;
  line-height: 26px;
  font-size: 20px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 10px;
}
.sticky__cart-product .sticky__cart-product--row .sticky__cart-product--col .sticky__cart-wrapper .simple__product--quantity-wrap .single_add_to_cart_button::after {
  top: 3px !important;
  right: 5px !important;
}
.sticky__cart-product.show__sticky-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#powerTip {
  background-color: #FFFDF8 !important;
  max-width: 192.52px !important;
  width: 100% !important;
  border-radius: 0px;
}
#powerTip::before {
  border: none !important;
  width: 15px;
  height: 15px;
  top: -8px !important;
  background: #FFFDF8;
  transform: rotate(45deg);
}
#powerTip .box_view_html img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#powerTip .box_view_html h1, #powerTip .box_view_html h2, #powerTip .box_view_html h3, #powerTip .box_view_html h4, #powerTip .box_view_html h5, #powerTip .box_view_html h6 {
  font-size: 30px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 15px;
}
#powerTip .box_view_html p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.68px;
  color: #555555;
  margin-bottom: 5px;
}

.cart-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

.wp-block-woocommerce-cart {
  padding: 50px 0px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  display: none;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 23.4px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading::before {
  color: #737B4C;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.wc-block-cart__empty-cart__title {
  display: block;
}
.wp-block-woocommerce-cart .wc-block-grid.wp-block-product-new {
  display: none;
}

.announcement__bar {
  background-color: #737B4C;
  padding: 11px 0px;
}
.announcement__bar .announcement__bar-container {
  max-width: 518px;
  margin: 0 auto;
}
.announcement__bar .announcement__bar-container .announcement__bar-item--text {
  padding: 0px 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .announcement__bar .announcement__bar-container .announcement__bar-item--text {
    padding: 0px 0px;
  }
}
.announcement__bar .announcement__bar-container .announcement__bar-item--text p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #FFFFFF;
  line-height: 18.45px;
  margin: 0px;
}
.announcement__bar .announcement__bar-container .announcement__bar-item--text p a{
	color: #FFFFFF;
    	text-decoration: underline;
}
@media (max-width: 767px) {
  .announcement__bar .announcement__bar-container .announcement__bar-item--text p {
    font-size: 14px;
    line-height: 17.22px;
  }
}
@media (max-width: 767px) {
  .announcement__bar .announcement__bar-container .announcement__bar--slider-arrow {
    display: none;
  }
}
.announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-next {
  width: 12px;
  height: 12px;
  margin: 0px !important;
  opacity: 1 !important;
  top: 50%;
  right: 0px !important;
  background-color: #737B4C;
  transform: translate(0, -50%);
}
.announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-next::after {
  display: none;
}
.announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-prev {
  width: 12px;
  height: 12px;
  margin: 0px !important;
  opacity: 1 !important;
  top: 50%;
  left: 0px !important;
  background-color: #737B4C;
  transform: translate(0, -50%);
}
.announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-prev::after {
  display: none;
}

.main__header {
  background-color: #FFFFFF;
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
@media (max-width: 767px) {
  .main__header {
    padding: 16px 0px 19px;
  }
}
.main__header .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main__header .header__row .mobile__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16.55px;
}
.main__header .header__row .mobile__wrapper .mobile__menu-icon {
  display: none;
}
@media (max-width: 991px) {
  .main__header .header__row .mobile__wrapper .mobile__menu-icon {
    display: flex;
  }
}
.main__header .header__row .mobile__wrapper .mobile__menu-icon button {
  width: 25.45px;
  height: 19px;
  background-color: transparent;
  border: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__header .header__row .mobile__wrapper .header__logo-wrapper {
  max-width: 178px;
  width: 100%;
}
@media (max-width: 767px) {
  .main__header .header__row .mobile__wrapper .header__logo-wrapper {
    max-width: 176px;
  }
}
.main__header .header__row .mobile__wrapper .header__logo-wrapper a {
  display: flex;
  align-items: center;
}
.main__header .header__row .mobile__wrapper .header__logo-wrapper a img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .main__header .header__row .header__menu-wrapper {
    display: none !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap {
  background: transparent !important;
  position: inherit !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  position: inherit !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li {
  position: inherit !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li a {
  font-size: 16px !important;
  line-height: 19.68px !important;
  color: #494949 !important;
  font-family: "Helvetica" !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0px !important;
  height: auto !important;
  background: transparent !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li a .mega-indicator {
  width: 10px !important;
  height: 10px !important;
  background: url(assets/images/menu__icon.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0px !important;
  display: block !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li a .mega-indicator::after {
  display: none !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul {
  position: absolute !important;
  top: 100% !important;
  left: 0px !important;
  width: 100% !important;
  background-color: #FFFDF8 !important;
  padding: 46px 0px 209px !important;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1411764706) !important;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul {
    padding: 50px 0px 110px !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li {
  position: relative !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.mega-menu-row {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0px 20px !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul {
  position: inherit !important;
  align-items: flex-start !important;
  background-color: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
  gap: 41px !important;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul {
    gap: 10px !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li.mega__menu-empty--col {
  width: 0 !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul {
  gap: 0px !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li {
  padding: 0px !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li .mega-block-title {
  font-size: 18px !important;
  line-height: 22.14px !important;
  color: #333333 !important;
  font-family: "Helvetica-Bold" !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
  text-transform: capitalize !important;
  padding: 0px !important;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li .mega-block-title {
    font-size: 15px !important;
    line-height: 18.14px !important;
    margin-bottom: 13px !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul {
  display: block !important;
  list-style: none !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li {
  margin-bottom: 13px !important;
  line-height: normal !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li:nth-last-child(1) {
  margin-bottom: 0px !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li a {
  font-size: 16px !important;
  line-height: 20.84px !important;
  color: #555555 !important;
  font-family: "Helvetica" !important;
  font-weight: 400 !important;
  display: inline-block !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li a:hover {
  color: #737B4C !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li a img {
  display: none !important;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li a {
    font-size: 14px !important;
    line-height: 14.84px !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li .children {
  margin-top: 13px;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li .woocommerce-Price-amount {
  display: none !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  max-width: 30.6944444444vw !important;
  margin: 0 !important;
  padding: 0px !important;
  height: 100% !important;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper {
    max-width: 300px !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul {
  position: relative !important;
  display: block !important;
  width: auto !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li {
  width: 100% !important;
  height: 100% !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul {
  position: relative !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li img, .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video {
  height: 100% !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container {
  height: 100% !important;
  background: linear-gradient(to right, #d29c2c 53%, #a85e14 100%) !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container .mejs-overlay-play {
  position: absolute !important;
  bottom: 44px !important;
  right: 88px;
  width: 24px !important;
  height: 24px !important;
  left: auto !important;
  top: auto !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container .mejs-overlay-play .mejs-overlay-button {
  width: 100% !important;
  height: 100% !important;
  background-position: 0px -12px;
  background-size: 119px;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container .mejs-overlay-play {
    bottom: 38px !important;
    right: 15px;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container .mejs-controls {
  display: none !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text {
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 3 !important;
  height: auto !important;
  padding: 48px 101px 48px 42px !important;
  z-index: 0 !important;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text .mega-block-title {
  font-size: 50px !important;
  line-height: 45.5px !important;
  font-weight: 400 !important;
  font-family: "bebasregular" !important;
  margin-bottom: 26px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text .mega-block-title {
    font-size: 40px !important;
    line-height: 38.5px !important;
    margin-bottom: 15px !important;
  }
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text .textwidget p a {
  font-size: 16px !important;
  line-height: 14.56px !important;
  font-weight: 700 !important;
  font-family: "Helvetica-Bold" !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  padding-right: 22px !important;
  position: relative;
}
.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text .textwidget p a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 16px;
  height: 8px;
  background: url(assets/images/menu__arrow-icon.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -50%);
}
@media (max-width: 1300px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text {
    padding: 30px 40px 30px 25px !important;
  }
}
@media (max-width: 767px) {
  .main__header .header__row .header__menu-wrapper {
    display: none;
  }
}
.main__header .header__row .header__action-wrapper {
  max-width: 178px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .main__header .header__row .header__action-wrapper {
    max-width: max-content;
  }
}
.main__header .header__row .header__action-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.main__header .header__row .header__action-wrapper ul li {
  display: flex;
  position: relative;
}
.main__header .header__row .header__action-wrapper ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 1px;
  background-color: #DDDDDD;
  height: 30px;
  transform: translate(0, -50%);
}
.main__header .header__row .header__action-wrapper ul li:nth-child(1)::after {
  display: none;
}
.main__header .header__row .header__action-wrapper ul li a, .main__header .header__row .header__action-wrapper ul li button {
  background-color: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main__header .header__row .header__action-wrapper ul li a .cart__number--wrapper, .main__header .header__row .header__action-wrapper ul li button .cart__number--wrapper {
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: #737B4C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__header .header__row .header__action-wrapper ul li a .cart__number--wrapper p, .main__header .header__row .header__action-wrapper ul li button .cart__number--wrapper p {
  font-size: 13px;
  line-height: 9.32px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #FFFFFF;
  margin: 0px;
}
.main__header .header__row .header__action-wrapper ul li a .cart__number--wrapper .loading__loader .loading__icon, .main__header .header__row .header__action-wrapper ul li button .cart__number--wrapper .loading__loader .loading__icon {
  height: 0;
  width: 0;
  padding: 4px;
  border: 1px solid #fff;
  border-right-color: #494949;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  display: none !important;
}
.main__header .header__row .header__action-wrapper ul li a .cart__number--wrapper.loading .cart__number--value, .main__header .header__row .header__action-wrapper ul li button .cart__number--wrapper.loading .cart__number--value {
  display: none !important;
}
.main__header .header__row .header__action-wrapper ul li a .cart__number--wrapper.loading .loading__loader .loading__icon, .main__header .header__row .header__action-wrapper ul li button .cart__number--wrapper.loading .loading__loader .loading__icon {
  display: block !important;
}
.main__header .header__row .header__action-wrapper ul li a svg, .main__header .header__row .header__action-wrapper ul li button svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .main__header .header__row .header__action-wrapper ul li .gtranslate_wrapper {
    display: none;
  }
}
.main__header .header__row .header__action-wrapper ul li .gtranslate_wrapper select {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  border: none;
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-image: url(assets/images/select__arrow-icon.svg) !important;
  background-position: 100%;
  background-size: 10px 5.49px;
  background-repeat: no-repeat;
  padding-right: 13px;
  max-width: 35px;
}

.header__main-wrapper {
  position: relative;
}
.header__main-wrapper .search-popup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFDF8 !important;
  z-index: 9999;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__main-wrapper .search-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__main-wrapper .search-popup .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__main-wrapper .search-popup .container .search-popup-inner {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 400px) {
  .header__main-wrapper .search-popup .container .search-popup-inner {
    max-width: 245px !important;
  }
}
.header__main-wrapper .search-popup .container .search-popup-inner form {
  position: relative;
}
.header__main-wrapper .search-popup .container .search-popup-inner form input {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 10px 50px 10px 10px;
  border-radius: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.header__main-wrapper .search-popup .container .search-popup-inner form button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-flex;
  border: none;
  padding: 0px;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.header__main-wrapper .search-popup .container .search-popup-inner form button svg {
  width: 100%;
  height: 100%;
}
.header__main-wrapper .search-popup .container .search-popup-inner .close-search {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translate(0, -50%);
}
@media (max-width: 400px) {
  .header__main-wrapper .search-popup .container .search-popup-inner .close-search {
    right: -30px;
  }
}
.header__main-wrapper .search-popup .container .search-popup-inner .close-search svg {
  width: 100%;
  height: 100%;
}

.main__footer .main__footer-wrapper {
  border-top: 1px solid #494949;
  padding-top: 49px;
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper {
    padding-top: 39px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main__footer .main__footer-wrapper .main__footer-row {
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row {
    row-gap: 42px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column {
  width: calc(23.4% - 49.5px);
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column {
    width: calc(23.4% - 15px);
  }
}
@media (max-width: 991px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column {
    width: 100%;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__logo-wrapper {
  max-width: 178px;
  margin-bottom: 18px;
  display: flex;
  width: 100%;
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__logo-wrapper {
    max-width: 165px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__logo-wrapper {
    max-width: 178px;
    margin-bottom: 18px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__logo-wrapper a {
  width: 100%;
  height: auto;
  display: flex;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__logo-wrapper a img {
  width: 100%;
  height: auto;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__detail-des {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 25px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__detail-des {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .footer__detail-des p {
  font-size: 16px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 20.8px;
  margin: 0px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper p {
  font-size: 16px;
  line-height: 20.8px;
  color: #333333;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li {
  display: flex;
  margin-bottom: 12px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li a {
    font-size: 14px;
    line-height: 19.8px;
    gap: 6px;
  }
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li a svg {
    width: 20px;
    height: 20px;
  }
}
@media(max-width: 1200px){
.main__header .header__row .mobile__wrapper .mobile__menu-icon{
display: block;
}
.header__menu-wrapper{
  display: none;
}
}
@media (max-width: 991px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li a {
    font-size: 16px;
    line-height: 20.8px;
    gap: 10px;
  }
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-detail--column .inquiries__wrapper ul li a svg {
    width: 22px;
    height: 22px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column {
  width: calc(76.6% - 49.5px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column {
    width: calc(76.6% - 15px);
  }
}
@media (max-width: 991px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column {
    row-gap: 40px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row {
  width: calc(64.99% - 41px);
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 82px;
  row-gap: 30px;
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row {
    width: calc(64.99% - 15px);
    column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row {
    width: 100%;
    column-gap: 0px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column {
  max-width: 158px;
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column:nth-last-child(1) {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column {
    max-width: calc(50% - 15px);
    width: 100%;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column h2 {
  font-size: 18px;
  line-height: 23.4px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";
  text-transform: uppercase;
  margin-bottom: 31px;
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column h2 {
    margin-bottom: 20px;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column ul li {
  display: flex;
  margin-bottom: 10px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column ul li a {
  font-size: 16px;
  line-height: 20.8px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__menu-list--row .footer__menu-list--column ul li a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column {
  width: calc(35.01% - 41px);
}
@media (max-width: 1300px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column {
    width: calc(35.01% - 15px);
  }
}
@media (max-width: 767px) {
  .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column {
    width: 100%;
  }
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title {
  margin-bottom: 15px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title h2 {
  font-size: 18px;
  line-height: 23.4px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title p {
  font-size: 16px;
  line-height: 22.14px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 24px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field input {
  font-size: 16px;
  line-height: 22.14px;
  color: #333333;
  padding: 11px 16px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 15px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field input::placeholder {
  color: #333333;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field button, .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field input[type=submit] {
  border: none;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #737B4C;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22.14px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field button:hover, .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field input[type=submit]:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper .social__media-title {
  position: relative;
  margin-bottom: 8px;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper .social__media-title::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  z-index: 2;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper .social__media-title h3 {
  font-size: 18px;
  line-height: 24.91px;
  color: #333333;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
  background-color: #FFFDF8;
  display: inline-block;
  padding-right: 21px;
  text-transform: uppercase;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul li {
  display: inline-flex;
}
.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main__footer .footer__copyright-wrapper {
  border-top: 1px solid #DDDDDD;
  padding: 12px 0px 10px;
  margin-top: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .main__footer .footer__copyright-wrapper {
    padding: 11px 0px 15px;
    margin-top: 40px;
    flex-direction: column-reverse;
    row-gap: 9px;
  }
}
.main__footer .footer__copyright-wrapper .footer__copyright-col {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .main__footer .footer__copyright-wrapper .footer__copyright-col {
    width: calc(40% - 15px);
  }
}
@media (max-width: 767px) {
  .main__footer .footer__copyright-wrapper .footer__copyright-col {
    width: 100%;
    text-align: center;
  }
}
.main__footer .footer__copyright-wrapper .footer__copyright-col:nth-last-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main__footer .footer__copyright-wrapper .footer__copyright-col:nth-last-child(1) {
    width: calc(60% - 15px);
  }
}
@media (max-width: 767px) {
  .main__footer .footer__copyright-wrapper .footer__copyright-col:nth-last-child(1) {
    width: 100%;
    justify-content: center;
  }
}
.main__footer .footer__copyright-wrapper .footer__copyright-col p {
  font-size: 16px;
  line-height: 22.14px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.main__footer .footer__copyright-wrapper .footer__copyright-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 21px;
}
.main__footer .footer__copyright-wrapper .footer__copyright-col ul li {
  position: relative;
}
.main__footer .footer__copyright-wrapper .footer__copyright-col ul li::before {
  content: "|";
  position: absolute;
  top: 1px;
  left: -12px;
  font-size: 16px;
  line-height: 22.14px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
}
.main__footer .footer__copyright-wrapper .footer__copyright-col ul li:nth-child(1)::before {
  display: none;
}
.main__footer .footer__copyright-wrapper .footer__copyright-col ul li a {
  font-size: 16px;
  line-height: 22.14px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__footer .footer__copyright-wrapper .footer__copyright-col ul li a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site__banner {
  background-color: #EFDDE8;
}
.site__banner .banner__item-wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .site__banner .banner__item-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .site__banner .banner__item-wrapper {
    flex-direction: column;
    padding-top: 53px;
  }
}
.site__banner .banner__item-wrapper .banner__item--txt {
  max-width: 557px;
  width: 100%;
  position: absolute;
  top: 82px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1300px) {
  .site__banner .banner__item-wrapper .banner__item--txt {
    max-width: 475px;
    top: 42px;
  }
}
@media (max-width: 767px) {
  .site__banner .banner__item-wrapper .banner__item--txt {
    position: relative;
    top: 0px;
    padding: 0px 20px;
  }
}
.site__banner .banner__item-wrapper .banner__item--txt .subtitle {
  font-size: 30px;
  line-height: 26.02px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #49317D;
  margin: 0px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1300px) {
  .site__banner .banner__item-wrapper .banner__item--txt .subtitle {
    font-size: 20px;
    line-height: 22.02px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .site__banner .banner__item-wrapper .banner__item--txt .subtitle {
    font-size: 18px;
    line-height: 21.02px;
  }
}
@media (max-width: 767px) {
  .site__banner .banner__item-wrapper .banner__item--txt .subtitle {
    font-size: 18px;
    line-height: 15.61px;
    margin-bottom: 10px;
  }
}
.site__banner .banner__item-wrapper .banner__item--txt h1 {
  font-size: 152px;
  line-height: 137.58px;
  color: #49317D;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 21px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .site__banner .banner__item-wrapper .banner__item--txt h1 {
    font-size: 100px;
    line-height: 92.58px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .site__banner .banner__item-wrapper .banner__item--txt h1 {
    font-size: 82px;
    line-height: 70.58px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .site__banner .banner__item-wrapper .banner__item--txt h1 {
    font-size: 80px;
    line-height: 72.41px;
    margin-bottom: 20px;
  }
}
.site__banner .banner__item-wrapper .banner__item--txt p {
  font-size: 18px;
  line-height: 22.14px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 22px;
}
@media (max-width: 1300px) {
  .site__banner .banner__item-wrapper .banner__item--txt p {
    font-size: 16px;
    line-height: 22.14px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .site__banner .banner__item-wrapper .banner__item--txt p {
    font-size: 18px;
    line-height: 22.14px;
    margin-bottom: 26px;
  }
}
.site__banner .banner__item-wrapper .banner__bg--image {
  width: 100%;
  height: auto;
}
.site__banner .light__slider::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.site__banner .light__slider .banner__item--txt {
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 635px;
}
.site__banner .light__slider .banner__item--txt .subtitle {
  color: #FFFFFF;
}
.site__banner .light__slider .banner__item--txt h1 {
  font-size: 100px;
  line-height: 90.51px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.site__banner .light__slider .banner__item--txt p {
  font-size: 16px;
  line-height: 20.8px;
  color: #FFFFFF;
  margin-bottom: 34px;
}
.site__banner .light__slider .banner__item--txt p span {
  font-weight: normal;
  font-family: "Helvetica-Bold";
}
.site__banner .banner__slider--arrows .swiper-button-next {
  width: 40px;
  height: 41px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px !important;
  right: 22px !important;
  top: 50%;
  transform: translate(0, -50%);
}
.site__banner .banner__slider--arrows .swiper-button-next::after {
  display: none;
}
.site__banner .banner__slider--arrows .swiper-button-next svg {
  width: 8px;
  height: 14px;
}
@media (max-width: 767px) {
  .site__banner .banner__slider--arrows .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 400px) {
  .site__banner .banner__slider--arrows .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 10px !important;
  }
}
.site__banner .banner__slider--arrows .swiper-button-prev {
  width: 40px;
  height: 41px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px !important;
  left: 22px !important;
  top: 50%;
  transform: translate(0, -50%);
}
.site__banner .banner__slider--arrows .swiper-button-prev::after {
  display: none;
}
.site__banner .banner__slider--arrows .swiper-button-prev svg {
  width: 8px;
  height: 14px;
}
@media (max-width: 767px) {
  .site__banner .banner__slider--arrows .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 400px) {
  .site__banner .banner__slider--arrows .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 10px !important;
  }
}

.body__scrub .body__scrub-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body__scrub .body__scrub-row .body__scrub-column {
  width: 50%;
}
@media (max-width: 991px) {
  .body__scrub .body__scrub-row .body__scrub-column {
    width: 100%;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub--left-image {
  width: 100%;
  height: 894px;
  display: flex;
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub--left-image img, .body__scrub .body__scrub-row .body__scrub-column .body__scrub--left-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub--left-image {
    height: 722px;
  }
}
@media (max-width: 991px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub--left-image {
    height: 822px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub--left-image {
    height: 575px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper {
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 135px 109px 136px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1413px) and (min-width: 1301px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper {
    padding: 135px 60px 136px 68px;
  }
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper {
    padding: 85px 50px 85px 50px;
  }
}
@media (max-width: 991px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper {
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper {
    padding: 70px 20px 64px 20px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper .subtitle {
  font-size: 30px;
  line-height: 27.15px;
  color: #FFD4F5;
  text-transform: uppercase;
  font-family: "bebasregular";
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper .subtitle {
    font-size: 25px;
    line-height: 23.15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper .subtitle {
    font-size: 16px;
    line-height: 17.6px;
    margin-bottom: 10px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper h2 {
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  margin-bottom: 21px;
  text-transform: uppercase;
}
@media screen and (max-width: 1413px) and (min-width: 1301px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper h2 {
    font-size: 45px;
  }
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper p {
  font-size: 18px;
  line-height: 22.14px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper p {
    font-size: 16px;
    line-height: 21.14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper p {
    font-size: 18px;
    line-height: 22.14px;
    margin-bottom: 52px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul {
    margin-bottom: 52px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li {
    margin-bottom: 28px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__icon {
  width: 61px;
  height: 61px;
  background-color: #E9CFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__icon {
    width: 55px;
    height: 55px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__icon {
    width: 61px;
    height: 61px;
    padding: 10px;
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__info {
  width: calc(100% - 85px);
}
@media (max-width: 1300px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__info {
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__info {
    width: calc(100% - 85px);
  }
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__info h3 {
  font-size: 18px;
  line-height: 23.4px;
  color: #FFFFFF;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  margin-bottom: 8px;
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__info h3 span {
  font-style: italic;
}
.body__scrub .body__scrub-row .body__scrub-column .body__scrub-content--wrapper ul li .list__info p {
  font-size: 16px;
  line-height: 19.68px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.explore__collections {
  padding: 102px 0px 51.075px;
}
@media (max-width: 1300px) {
  .explore__collections {
    padding: 60px 0px 30px;
  }
}
@media (max-width: 767px) {
  .explore__collections {
    padding: 74px 0px 37.075px;
  }
}
.explore__collections .explore__collections-title {
  margin-bottom: 56px;
}
@media (max-width: 1300px) {
  .explore__collections .explore__collections-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .explore__collections .explore__collections-title {
    margin-bottom: 38px;
  }
}
.explore__collections .explore__collections-title .subtitle {
  font-size: 18px;
  line-height: 19.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 1300px) {
  .explore__collections .explore__collections-title .subtitle {
    font-size: 16px;
    line-height: 18.8px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .explore__collections .explore__collections-title .subtitle {
    font-size: 16px;
    line-height: 17.6px;
    margin-bottom: 11px;
  }
}
.explore__collections .explore__collections-title h2 {
  font-size: 80px;
  line-height: 72.41px;
  color: #737B4C;
  font-family: "bebasregular";
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .explore__collections .explore__collections-title h2 {
    font-size: 70px;
    line-height: 70.41px;
  }
}
@media (max-width: 767px) {
  .explore__collections .explore__collections-title h2 {
    font-size: 50px;
    line-height: 45.25px;
  }
}
.explore__collections .explore__collections-slider {
  width: 83.6%;
  margin-left: auto;
}
@media screen and (max-width: 2700px) and (min-width: 2559px) {
  .explore__collections .explore__collections-slider {
    width: 75%;
    margin-left: auto;
  }
}
@media screen and (max-width: 2100px) and (min-width: 2000px) {
  .explore__collections .explore__collections-slider {
    width: 81.3%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1700px) {
  .explore__collections .explore__collections-slider {
    width: 85.7%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1750px) and (min-width: 1721px) {
  .explore__collections .explore__collections-slider {
    width: 86.6%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1720px) and (min-width: 1701px) {
  .explore__collections .explore__collections-slider {
    width: 87.6%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1685px) and (min-width: 1670px) {
  .explore__collections .explore__collections-slider {
    width: 88.1%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1550px) {
  .explore__collections .explore__collections-slider {
    width: 89.9%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1540px) and (min-width: 1500px) {
  .explore__collections .explore__collections-slider {
    width: 91.6%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1401px) {
  .explore__collections .explore__collections-slider {
    width: 94.5%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1321px) {
  .explore__collections .explore__collections-slider {
    width: 100%;
    margin-left: auto;
    padding-left: 41px;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1301px) {
  .explore__collections .explore__collections-slider {
    width: 100%;
    margin-left: auto;
    padding-left: 20px;
  }
}
@media (max-width: 1300px) {
  .explore__collections .explore__collections-slider {
    width: 100%;
    padding-left: 20px;
  }
}
.explore__collections .explore__collections-slider .collection__item-wrapper {
  width: 100%;
  height: 381px;
  overflow: hidden;
  position: relative;
  display: flex;
  background-color: #E9CFFF;
}
@media (max-width: 1300px) {
  .explore__collections .explore__collections-slider .collection__item-wrapper {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .explore__collections .explore__collections-slider .collection__item-wrapper {
    height: 236.11px;
  }
}
.explore__collections .explore__collections-slider .collection__item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore__collections .explore__collections-slider .collection__item-wrapper .collection__item-name {
  padding: 0px 13px;
  position: absolute;
  bottom: 8.25px;
  left: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .explore__collections .explore__collections-slider .collection__item-wrapper .collection__item-name {
    padding: 0px 8px;
    bottom: 5.11px;
  }
}
.explore__collections .explore__collections-slider .collection__item-wrapper .collection__item-name p {
  background-color: #FFFDF8;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 20px;
  line-height: 16.35px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
}
.explore__collections .explore__collections-slider .collection__item-wrapper .collection__item-name p svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .explore__collections .explore__collections-slider .collection__item-wrapper .collection__item-name p {
    padding: 14px 15px;
    gap: 10px;
    font-size: 18px;
    line-height: 16.35px;
  }
}
@media (max-width: 767px) {
  .explore__collections .explore__collections-slider .collection__item-wrapper .collection__item-name p {
    padding: 10px 15px 9px 15px;
    font-size: 18px;
    line-height: 15.61px;
    gap: 7px;
  }
}
.explore__collections .explore__collections-slider .collection__item-wrapper:hover .collection__item-name p svg {
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.explore__collections .explore__collections--slider-arrows {
  margin-top: 28.75px;
}
@media (max-width: 767px) {
  .explore__collections .explore__collections--slider-arrows {
    margin-top: 37.89px;
  }
}
.explore__collections .explore__collections--slider-arrows .swiper-pagination-progressbar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: 30px;
}
.explore__collections .explore__collections--slider-arrows .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #737B4C;
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 9.85px;
}
@media (max-width: 767px) {
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
}
@media (max-width: 400px) {
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col:nth-last-child(1) {
  justify-content: flex-end;
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .products__numbers p {
  font-size: 16px;
  line-height: 13.88px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .products__numbers p {
    font-size: 14px;
    line-height: 12.88px;
  }
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9.85px;
}
@media (max-width: 400px) {
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
    gap: 6.85px;
  }
}
@media (max-width: 367px) {
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
    gap: 4.85px;
  }
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev, .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next {
  width: 28.15px;
  height: 28.85px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555555;
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev::after, .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next::after {
  display: none;
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev svg, .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next svg {
  width: 13px;
  height: 8px;
}
.explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev.swiper-button-disabled, .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
@media (max-width: 400px) {
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-prev, .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .swiper-button-next {
    width: 25.15px;
    height: 25.85px;
  }
}

.iconic__body {
  padding: 51.075px 0px 51px;
}
@media (max-width: 1300px) {
  .iconic__body {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .iconic__body {
    padding: 37.075px 0px 37.77px;
  }
}
.iconic__body .iconic__body-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 22px;
}
.iconic__body .iconic__body-row .iconic__body-column {
  width: calc(50% - 6px);
}
@media (max-width: 991px) {
  .iconic__body .iconic__body-row .iconic__body-column {
    width: 100%;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image {
  height: 723px;
  background-color: #DDDDDD;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image {
    height: 432px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image .drag_element .point_style img {
  position: unset !important;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame {
  width: 100%;
  height: 100%;
  padding: 47px 91px 62px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 35px;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame {
    padding: 35px 40px 40px;
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame {
    padding: 55px 100px 80px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame {
    padding: 54.54px 0px 60px 0px;
    row-gap: 33px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--title {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--title {
    padding: 0px 31px 0px 30px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--title h2 {
  font-size: 50px;
  line-height: 49.5px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--title h2 {
    font-size: 40px;
    line-height: 42.5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--title h2 {
    line-height: 39.6px;
    margin-bottom: 10.46px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--title p {
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  color: #F8F8F6;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products {
  position: relative;
  padding: 0px 69px 0px 71px;
  width: 100%;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products {
    padding: 0px 60px 0px 60px;
  }
}
@media (max-width: 991px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products {
    padding: 0px 90px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products {
    padding: 0px 51.45px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img {
  height: 303px;
  background-color: #FFFFFF;
  position: relative;
  display: flex;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img {
    height: 275px;
  }
}
@media (max-width: 991px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img {
    height: 289px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn a, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn button {
  width: 100%;
  padding: 9px 15px 10px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 26px;
  font-family: "bebasregular";
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  text-align: center;
  border: none;
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn a:hover, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn button:hover {
  background-color: #333333 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn a, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn button {
    padding: 15px 15px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn a, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-img .iconic__product-cart--btn button {
    padding: 9.46px 15px 8.54px;
    font-size: 20px;
    line-height: 26px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail {
  background-color: #FFFFFF;
  padding: 11px 20px 12px;
  border: 1px solid #DDDDDD;
  text-align: center;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail {
    padding: 12px 15px 12px;
  }
}
@media (max-width: 991px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail {
    padding: 25px 20px 25px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail {
    padding: 10.86px 15px 18px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail .iconic__cate-name a {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
  display: block;
  margin-bottom: 0px;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail h3 {
  font-size: 24px;
  line-height: 31.2px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail h3 {
    margin-bottom: 6.9px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail h3 a {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail h3 a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail p {
  font-size: 22px;
  line-height: 28.6px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__product--item .iconic__product--item-detail p {
    font-size: 20.98px;
    line-height: 27.28px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .swiper-pagination-number {
  font-size: 18px;
  line-height: 22.14px;
  font-weight: 400;
  font-family: "bebasregular";
  text-align: center;
  margin-top: 11px;
  color: #494949;
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .swiper-pagination-number {
    margin-top: 16px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-next, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-prev {
  width: 40px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-next::after, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-prev::after {
  display: none;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-next.swiper-button-disabled, .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-next {
  right: 13px;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-next {
    right: 6px;
  }
}
.iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-prev {
  left: 11px;
}
@media (max-width: 1300px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-prev {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame .iconic__body-frame--products .iconic__swiper-arrow .iconic__swiper-button-prev {
    left: 6px;
  }
}

.featured__collection {
  padding: 51px 0px;
}
@media (max-width: 1300px) {
  .featured__collection {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .featured__collection {
    padding: 37.77px 0px 37.075px;
  }
}
.featured__collection .featured__collection-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 27px;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row {
    row-gap: 27px;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col {
  width: calc(24.5% - 12.5px);
}
@media (max-width: 991px) {
  .featured__collection .featured__collection-row .featured__collection-img--col {
    width: calc(32.5% - 12px);
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-img--col {
    width: 100%;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title {
  height: 100%;
  background-color: #B2B2B2;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title {
    height: 463px;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 53px 26px 53px 27px;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content {
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content {
    padding: 39px 26px 39px 26px;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content .sub__title {
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #FFFFFF;
  margin-bottom: 18px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content .sub__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content .sub__title {
    margin-bottom: 18px;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content h2 {
  font-size: 30px;
  line-height: 31.5px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content h2 {
    font-size: 24px;
    line-height: 27.5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content h2 {
    font-size: 30px;
    line-height: 31.5px;
    margin-bottom: 18px;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content a {
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content a svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content a:hover svg {
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content a {
    font-size: 16px;
    line-height: 19.68px;
    margin-bottom: 0px;
  }
}
.featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__collection .featured__collection-row .featured__collection-products--col {
  width: calc(75.5% - 12.5px);
}
@media (max-width: 991px) {
  .featured__collection .featured__collection-row .featured__collection-products--col {
    width: calc(67.5% - 12px);
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col {
    width: 100%;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list {
  position: relative;
  margin-bottom: 36.82px;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list {
    margin-bottom: 20px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: rgba(115, 123, 76, 0.1019607843);
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide {
  width: auto;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item {
  background-color: transparent;
  padding: 0px 0px 20.82px;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 13.88px;
  letter-spacing: 0.8px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  border-radius: 0px;
  color: #777777;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item:hover {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item.active__tab {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item.active__tab::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item {
    padding: 0px 0px 12.82px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--tab-list .swiper-slide .tab__list--item {
    padding: 12px 0px 12px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .product__card__main--wrapper .product__content {
  text-align: left;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .product__card__main--wrapper .product__content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product-slider {
    margin-right: -20px;
  }
}
@media (max-width: 400px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product-slider {
    margin-right: -15px;
  }
}
@media (max-width: 350px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product-slider {
    margin-right: -10px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img {
  height: 305px;
  border: 1px solid #DDDDDD;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img {
    height: 243px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img {
    height: 188px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .product__img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .product__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list {
  position: absolute;
  top: 8px;
  left: 9px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul li {
  display: inline-flex;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul li a {
  background-color: #D7D2CB;
  padding: 3px 8px 4px;
  display: inline-flex;
  font-size: 16px;
  line-height: 14.08px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--tag-list ul li a:hover {
  background-color: #737B4C;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn {
  position: absolute;
  bottom: 7px;
  left: 0px;
  width: 100%;
  padding: 0px 9px;
  transform: translateY(48px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn {
    display: none;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn button, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: #FFFDF8;
  font-size: 20px;
  line-height: 26px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  border: none;
  border-radius: 0px;
  padding: 7px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn button:hover, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .single__product--cart-btn a:hover {
  background-color: #737B4C;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .product__variant {
  position: absolute;
  bottom: 10px;
  left: 13px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-img .product__variant span {
  font-size: 15px;
  line-height: 19.5px;
  color: #555555;
  font-weight: 400;
  font-family: "bebasregular";
  display: inline-flex;
  text-transform: uppercase;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail {
  padding: 8px 0px;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail {
    padding: 10px 0px;
    text-align: center;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail .category__name {
  font-size: 14px;
  line-height: 18.2px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  display: flex;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail .category__name {
    justify-content: center;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail h3 {
  font-size: 24px;
  line-height: 31.2px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail h3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail h3 a {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail h3 a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail .single__product--price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #555555;
  margin: 0px;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail .single__product--price {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail .single__product--sale-price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #C00000;
  margin: 0px;
  margin-right: 9px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .single__product-detail .single__product--sale-price del {
  color: #B2B2B2;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item:hover .single__product--cart-btn {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .mobile__cart-btn {
  display: none;
  margin-top: 17px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .mobile__cart-btn button, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .mobile__cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: #737B4C;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-weight: 400;
  border: none;
  border-radius: 0px;
  padding: 5px 20px 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .mobile__cart-btn button:hover, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .mobile__cart-btn a:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product--item .mobile__cart-btn {
    display: block;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: 37px;
}
@media (max-width: 1300px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar {
    width: 95%;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .slider__pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #737B4C;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 9.85px;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
}
@media (max-width: 367px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 3px);
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col:nth-last-child(1) {
  justify-content: flex-end;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .products__numbers p {
  font-size: 16px;
  line-height: 13.88px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .products__numbers p {
    font-size: 14px;
    line-height: 12.88px;
  }
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9.85px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-prev, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-next {
  width: 28.15px;
  height: 28.85px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555555;
  cursor: pointer;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-prev::after, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-next::after {
  display: none;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-prev svg, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-next svg {
  width: 13px;
  height: 8px;
}
.featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-prev.swiper-button-disabled, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
@media (max-width: 767px) {
  .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-prev, .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col .seller__slider-arrows .featured__swiper-button-next {
    width: 25.15px;
    height: 25.85px;
  }
}

.discover {
  padding: 51px 0px;
}
@media (max-width: 1300px) {
  .discover {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .discover {
    padding: 37.075px 0px 37px;
  }
}
.discover .discover__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 23px;
}
.discover .discover__row .discover__column-lg {
  width: calc(60.75% - 18.5px);
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-lg {
    width: calc(60.75% - 10px);
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-lg {
    width: 100%;
  }
}
.discover .discover__row .discover__column-lg .discover__image-wrapper {
  height: 669px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper {
    height: 442px;
  }
}
.discover .discover__row .discover__column-lg .discover__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 77px 54px;
}
@media (max-width: 1300px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper {
    padding: 50px 35px;
  }
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper {
    padding: 45px 20px 45px 26px;
  }
}
.discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper p {
  font-size: 20px;
  line-height: 17.35px;
  letter-spacing: 0.8px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper p {
    font-size: 16px;
    line-height: 13.88px;
    margin-bottom: 13px;
  }
}
.discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper h2 {
  font-size: 100px;
  line-height: 90.51px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #FFFFFF;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper h2 {
    font-size: 70px;
    line-height: 70.51px;
  }
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper h2 {
    font-size: 58px;
    line-height: 57.51px;
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper h2 {
    font-size: 50px;
    line-height: 45.25px;
  }
}
.discover .discover__row .discover__column-sm {
  width: calc(39.25% - 18.5px);
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-sm {
    width: calc(39.25% - 10px);
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-sm {
    width: 100%;
  }
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-image {
  height: 461px;
  width: 100%;
  background-color: #DDDDDD;
}
@media (max-width: 1300px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-image {
    height: 455px;
  }
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-image {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-image {
    display: none;
  }
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content {
  padding: 40px 0px 0px;
}
@media (max-width: 1300px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content {
    padding: 25px 0px 0px;
  }
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content {
    padding: 15px 0px 0px;
  }
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content h3 {
  font-size: 20px;
  line-height: 17.35px;
  color: #494949;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content h3 {
    font-size: 18px;
    line-height: 20.35px;
    margin-bottom: 7px;
  }
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content p {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 15px;
  }
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content a {
  font-size: 16px;
  line-height: 19.68px;
  padding: 17px 35px 17px 36px;
  display: inline-block;
  background-color: #737B4C;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content a:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .discover .discover__row .discover__column-sm .discover__sunscreen-wrapper .discover__sunscreen-content a {
    padding: 15px 20px;
  }
}

.about__us {
  padding: 51px 0px 102.08px;
}
@media (max-width: 1300px) {
  .about__us {
    padding: 30px 0px 60px;
  }
}
@media (max-width: 767px) {
  .about__us {
    padding: 30px 0px 74px;
  }
}
.about__us .about__us-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about__us .about__us-row {
    row-gap: 45px;
  }
}
.about__us .about__us-row .about__us-txt--col {
  width: calc(70.04% - 21.5px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col {
    width: calc(70.04% - 15px);
  }
}
@media (max-width: 991px) {
  .about__us .about__us-row .about__us-txt--col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col {
    display: block;
    width: 100%;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper {
  width: calc(45.78% - 19.5px);
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper {
    width: calc(47.78% - 15px);
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper {
    width: 100%;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .sub__title {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 22px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .sub__title {
    font-size: 16px;
    line-height: 18.8px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .sub__title {
    font-size: 18px;
    line-height: 19.8px;
    margin-bottom: 22px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block h2 {
  font-size: 30px;
  line-height: 36.9px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block h2 span {
  font-style: italic;
  color: #737B4C;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block h2 {
    font-size: 25px;
    line-height: 30.9px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block h2 {
    font-size: 30px;
    line-height: 36.9px;
    margin-bottom: 22px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 28px;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block p {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 37px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0px 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list {
    padding: 16px 0px 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list {
    padding: 18px 0px 15px;
    margin-bottom: 37px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item {
  max-width: 90px;
  width: 100%;
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item h4 {
  font-size: 30px;
  line-height: 21.3px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item h4 {
    font-size: 26px;
    line-height: 21.3px;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item h4 {
    font-size: 30px;
    line-height: 21.3px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item p {
    font-size: 15px;
    line-height: 19.68px;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__info-list .about__info-list--item p {
    font-size: 16px;
    line-height: 19.68px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__us-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
}
@media (min-width: 2000px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__us-btns {
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__us-btns {
    gap: 10px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__us-btns {
    gap: 38px !important;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-txt--wrapper .about__us-txt--block .about__us-btns {
    gap: 0px;
    row-gap: 10px;
    justify-content: space-between;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-image--wrapper {
  width: calc(54.22% - 19.5px);
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-image--wrapper {
    width: calc(52.22% - 15px);
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-txt--col .about__us-image--wrapper {
    display: none;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-image--wrapper .about__us-image--block {
  border-radius: 31px;
  overflow: hidden;
  height: 566px;
  width: 100%;
  background-color: #B2B2B2;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-txt--col .about__us-image--wrapper .about__us-image--block {
    height: 455px;
  }
}
.about__us .about__us-row .about__us-txt--col .about__us-image--wrapper .about__us-image--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__us .about__us-row .about__us-list--col {
  width: calc(29.96% - 21.5px);
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-list--col {
    width: calc(29.96% - 15px);
  }
}
@media (max-width: 991px) {
  .about__us .about__us-row .about__us-list--col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__us .about__us-row .about__us-list--col {
    display: none;
  }
}
.about__us .about__us-row .about__us-list--col .about__us-main--list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 48px;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-list--col .about__us-main--list ul {
    row-gap: 20px;
  }
}
.about__us .about__us-row .about__us-list--col .about__us-main--list ul li {
  display: block;
  width: 100%;
  padding-left: 31px;
}
.about__us .about__us-row .about__us-list--col .about__us-main--list ul li h5 {
  position: relative;
  font-size: 20px;
  line-height: 17.35px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  text-transform: uppercase;
  margin-bottom: 12.08px;
}
.about__us .about__us-row .about__us-list--col .about__us-main--list ul li h5::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -31px;
  width: 16px;
  height: 16px;
  border: 4px solid #DFDFD0;
  background-color: #737B4C;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-list--col .about__us-main--list ul li h5 {
    font-size: 18px;
    line-height: 16.35px;
    margin-bottom: 9.08px;
  }
}
.about__us .about__us-row .about__us-list--col .about__us-main--list ul li p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-weight: 400;
  font-family: "Helvetica";
  position: relative;
  margin-bottom: 0px;
}
.about__us .about__us-row .about__us-list--col .about__us-main--list ul li p::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -23px;
  height: 95%;
  width: 1px;
  background-color: #DDDDDD;
}
@media (max-width: 1300px) {
  .about__us .about__us-row .about__us-list--col .about__us-main--list ul li p {
    font-size: 15px;
    line-height: 18.8px;
  }
}

.customer__reviews {
  background-color: #D7D2CB;
  padding: 86px 0px 84.15px;
  position: relative;
}
@media (max-width: 1300px) {
  .customer__reviews {
    padding: 60px 0px 60px;
  }
}
@media (max-width: 767px) {
  .customer__reviews {
    padding: 72px 0px 71.5px;
  }
}
.customer__reviews .reviews__layer {
  width: 393px;
  height: 190px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 1300px) {
  .customer__reviews .reviews__layer {
    width: 343px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .customer__reviews .reviews__layer {
    width: 141px;
    height: 74px;
  }
}
.customer__reviews .reviews__layer img {
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
}
.customer__reviews .customer__reviews-title {
  max-width: 627px;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .customer__reviews .customer__reviews-title {
    max-width: 440px;
    margin-bottom: 35px;
  }
}
.customer__reviews .customer__reviews-title p {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  text-transform: uppercase;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .customer__reviews .customer__reviews-title p {
    font-size: 16px;
    line-height: 17.8px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .customer__reviews .customer__reviews-title p {
    font-size: 18px;
    line-height: 19.8px;
    margin-bottom: 13px;
  }
}
.customer__reviews .customer__reviews-title h2 {
  font-size: 50px;
  line-height: 55px;
  color: #333333;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 1300px) {
  .customer__reviews .customer__reviews-title h2 {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  .customer__reviews .customer__reviews-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .customer__reviews .customer__reviews-title h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 32px;
  }
}
.customer__reviews .reviews__slide-card {
  background-color: #FFFDF8;
  padding: 30px 39px;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .customer__reviews .reviews__slide-card {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .customer__reviews .reviews__slide-card {
    padding: 25px 16.5px;
    margin: 0px 20px;
  }
}
.customer__reviews .reviews__slide-card .customer__detail .user__img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #E9CFFF;
  overflow: hidden;
  margin-bottom: 15px;
}
.customer__reviews .reviews__slide-card .customer__detail .user__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info {
  position: relative;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .customer__name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 9px;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .customer__name h3 {
  font-size: 18px;
  line-height: 15.61px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  margin-bottom: 0px;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .customer__name .verified__tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .customer__name .verified__tag .verified__icon {
  width: 14.33px;
  height: 14.33px;
  border-radius: 50%;
  background-color: #737B4C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .customer__name .verified__tag p {
  font-size: 14px;
  line-height: 12.14px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .rate__stars {
  width: 95px;
  display: flex;
  margin-bottom: 9px;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .rate__stars img {
  width: 100%;
  height: auto;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .quotes__icon {
  position: absolute;
  top: -7px;
  right: 0px;
  width: 28px;
  height: 25.24px;
}
.customer__reviews .reviews__slide-card .customer__detail .customer__review-info .quotes__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.customer__reviews .reviews__slide-card .customer__detail .review__des {
  margin-bottom: 22px;
}
.customer__reviews .reviews__slide-card .customer__detail .review__des p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper {
  border-top: 1px solid #DDDDDD;
  padding-top: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper {
    padding-top: 14px;
  }
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__date {
  width: calc(50% - 10px);
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__date p {
  font-size: 15px;
  line-height: 19.5px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
  margin-bottom: 0px;
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__info {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__info {
    width: calc(50% - 0px);
    gap: 15px;
    flex-wrap: nowrap;
  }
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__info p {
  font-size: 15px;
  line-height: 19.5px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
  margin-bottom: 0px;
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__info .review__powered-by {
  width: 70px;
  height: auto;
  padding-top: 3px;
}
.customer__reviews .reviews__slide-card .customer__detail .card__bottom-wrapper .review__info .review__powered-by img {
  width: 100%;
  height: auto;
}
.customer__reviews .reviews__arrows-row {
  border-top: 3px solid rgba(115, 123, 76, 0.1882352941);
  padding-top: 13px;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .customer__reviews .reviews__arrows-row {
    padding-top: 13px;
    margin-top: 32px;
  }
}
.customer__reviews .reviews__arrows-row .reviews__arrows-column {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 9.85px;
}
.customer__reviews .reviews__arrows-row .reviews__arrows-column:nth-last-child(1) {
  justify-content: flex-end;
}
.customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9.85px;
}
.customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper .reviews__swiper-button-prev, .customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper .reviews__swiper-button-next {
  width: 28.15px;
  height: 28.85px;
  border-radius: 50%;
  position: relative;
  left: 0px;
  top: 0px;
  border: 1px solid #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper .reviews__swiper-button-prev.swiper-button-disabled, .customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper .reviews__swiper-button-prev.swiper-button-lock, .customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper .reviews__swiper-button-next.swiper-button-disabled, .customer__reviews .reviews__arrows-row .reviews__arrows-column .reviews__arrows-wrapper .reviews__swiper-button-next.swiper-button-lock {
  opacity: 0.5;
  cursor: not-allowed;
}
.customer__reviews .reviews__arrows-row .reviews__arrows-column p {
  font-size: 16px;
  line-height: 13.88px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.insta__feed {
  padding: 104px 0px 103px;
}
@media (max-width: 1300px) {
  .insta__feed {
    padding: 60px 0px 60px;
  }
}
@media (max-width: 767px) {
  .insta__feed {
    padding: 75px 0px 75px;
  }
}
.insta__feed .insta__feed-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .insta__feed .insta__feed-row {
    display: block;
  }
}
.insta__feed .insta__feed-row .insta__feed-col {
  width: calc(50% - 15px);
}
@media (max-width: 1300px) {
  .insta__feed .insta__feed-row .insta__feed-col {
    width: calc(70% - 15px);
  }
}
@media (max-width: 767px) {
  .insta__feed .insta__feed-row .insta__feed-col {
    width: 100%;
  }
}
.insta__feed .insta__feed-row .insta__feed-col:nth-last-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .insta__feed .insta__feed-row .insta__feed-col:nth-last-child(1) {
    width: calc(30% - 15px);
  }
}
@media (max-width: 767px) {
  .insta__feed .insta__feed-row .insta__feed-col:nth-last-child(1) {
    display: block;
    width: 100%;
    margin-bottom: 41px;
  }
}
.insta__feed .insta__feed-row .insta__feed-col .insta__feed-title p {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .insta__feed .insta__feed-row .insta__feed-col .insta__feed-title p {
    font-size: 16px;
    line-height: 18.8px;
    margin-bottom: 12px;
  }
}
.insta__feed .insta__feed-row .insta__feed-col .insta__feed-title h2 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.insta__feed .insta__feed-row .insta__feed-col .insta__feed-title h2 span {
  color: #737B4C;
  font-style: italic;
}
@media (max-width: 1300px) {
  .insta__feed .insta__feed-row .insta__feed-col .insta__feed-title h2 {
    font-size: 16px;
    line-height: 18.8px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .insta__feed .insta__feed-row .insta__feed-col .insta__feed-title h2 {
    font-size: 25px;
    line-height: 30.75px;
    margin-bottom: 32px;
  }
}
.insta__feed .instaFeed {
  margin-top: 39px;
}
.insta__feed .instaFeed .instagram-gallery-item__wrap .instagram-gallery-item__media-mask {
  display: none !important;
}
.insta__feed .instaFeed .instagram-gallery-item__wrap .instagram-gallery-item__icon {
  opacity: 1 !important;
  pointer-events: all;
  margin: 0px !important;
  background-color: #FFFDF8 !important;
  width: 30.02px;
  height: 30.02px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  bottom: 9.61px;
  left: 8.41px;
}
.insta__feed .instaFeed .instagram-gallery-item__wrap .instagram-gallery-item__icon::before {
  color: #292D32 !important;
}
.insta__feed .instaFeed .swiper-pagination {
  display: none;
}
.insta__feed .instaFeed .swiper-button-prev, .insta__feed .instaFeed .swiper-button-next {
  display: none !important;
}
.insta__feed .instaFeed .instagram-gallery__actions {
  display: none !important;
}

.spinner {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: none;
  border-top: 4px solid #8E517F;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-left: 4px solid #737B4C;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-pagination {
  display: none;
}

.light__slider .banner__bg--image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 767px) {
  .light__slider .banner__bg--image {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.iconic__body-column .iconic__body-product--image hotspot-container .hotspot-container {
  position: relative;
  display: inline-block;
}
.iconic__body-column .iconic__body-product--image hotspot-container .hotspot-container .hotspot-point {
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.iconic__body-column .iconic__body-product--image hotspot-container .hotspot-container .hotspot-point .hotspot-marker {
  width: 35px;
  height: 35px;
}
.iconic__body-column .iconic__body-product--image hotspot-container .hotspot-container .hotspot-point .hotspot-marker img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .imagehotspot__popupLayer {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content {
  background-color: #FFFDF8;
  margin: 0 auto;
  padding: 24px 19px 45px 20px;
  width: 370px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-image {
  width: 100%;
  height: 291px;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0 20px;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product__image--slider .swiper-wrapper img {
  width: 100%;
  height: 291px;
  object-fit: cover;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product__image--slider .swiper-button-next {
  width: 7px;
  height: 12.25px;
  top: 31%;
  right: 6px;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product__image--slider .swiper-button-next::after {
  display: none;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product__image--slider .swiper-button-prev {
  width: 7px;
  height: 12.25px;
  left: 6px;
  top: 31%;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product__image--slider .swiper-button-prev::after {
  display: none;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details {
  padding-top: 19px;
  text-align: center;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .product-categories a {
  display: inline-block;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #777777;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details h2 {
  font-family: "bebasregular";
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 6.9px;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .product__price span {
  display: inline-block;
  font-family: "bebasregular";
  font-size: 20.98px;
  font-weight: 400;
  line-height: 27.28px;
  color: #494949;
  margin-bottom: 13.4px;
  text-transform: uppercase;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .product__description {
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 400;
  line-height: 18.45px;
  color: #777777;
  margin-bottom: 39px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .quntity__btn--wrapper {
  overflow: hidden;
  max-width: 100%;
  background-color: #737B4C;
  padding: 4px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .quntity__btn--wrapper .product-quantity {
  float: none !important;
  margin: 0px;
  background-color: #FFFFFF;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .quntity__btn--wrapper .product-quantity .quantity-decrease {
  width: 12px;
  font-size: 20px;
  line-height: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .quntity__btn--wrapper .product-quantity .quantity-input {
  width: 64px;
  border: none;
  padding: 0px 5px;
  text-align: center;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 16.9px;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .quntity__btn--wrapper .product-quantity .quantity-increase {
  width: 12px;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
}
.iconic__body-column .iconic__body-product--image .imagehotSPot__modal .modal-content .product-info .product-details .quntity__btn--wrapper .add_to_cart_button {
  float: none !important;
  width: calc(100% - 115px);
  height: auto;
  min-height: auto;
  border-radius: 0px;
  border: none;
  background-color: transparent !important;
  line-height: 26px;
  font-size: 20px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 10px;
  color: #FFFFFF;
}

.image-hotspot-open {
  overflow: hidden;
}

.hotspot__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotspot__spinner .imagehotSpot__spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(farthest-side, #737B4C 94%, rgba(0, 0, 0, 0)) top/9px 9px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #737B4C);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 9px), #000 0);
  animation: imagehotSpot__spinner-c7wet2 1s infinite linear;
}
@keyframes imagehotSpot__spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}

html[dir=rtl] .announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-prev {
  top: 3px;
  left: 0px;
  right: auto;
  transform: rotate(180deg);
}
html[dir=rtl] .announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-next {
  top: 3px;
  transform: rotate(180deg);
}
html[dir=rtl] .main__header .header__row .header__action-wrapper ul li::after {
  left: auto;
  right: -9px;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-body {
  padding-right: 0px;
  padding-left: 6px;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-body .cart-items-list li .product-details .remove-item {
  right: auto;
  left: -6px;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary {
  padding-right: 0px;
  padding-left: 6px;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .coupon__accordion summary {
  padding: 14px 15px 14px 35px;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .coupon__accordion summary svg {
  right: auto;
  left: 20px;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .cart__proceed-btns a {
  flex-direction: row-reverse;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .cart__proceed-btns a.proceed-to-checkout {
  flex-direction: row;
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .cart__proceed-btns a.proceed-to-checkout svg {
  transform: rotate(180deg);
}
html[dir=rtl] .cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .customer__bought .upsells__products-wrapper .upsell__product-item .upsell__product-detail .upsell__product-price-row {
  gap: 10px;
}
html[dir=rtl] .site__banner .banner__slider--arrows .swiper-button-next {
  left: 22px !important;
  right: auto !important;
}
html[dir=rtl] .best__sellers .best__sellers--product .product__card__main--wrapper .product__content {
  text-align: right;
}
html[dir=rtl] .best__sellers .seller__slider-arrows {
  flex-direction: row-reverse;
}
html[dir=rtl] .best__sellers .explore__more-product svg {
  transform: rotate(180deg);
}
html[dir=rtl] .explore__collections .explore__more-product svg {
  transform: rotate(180deg);
}
html[dir=rtl] .explore__collections .seller__slider-arrows {
  flex-direction: row-reverse;
}
html[dir=rtl] .featured__collection .explore__more-product svg {
  transform: rotate(180deg);
}
html[dir=rtl] .featured__collection .seller__slider-arrows {
  flex-direction: row-reverse;
}
html[dir=rtl] .about__us .about__us-row .about__us-list--col .about__us-main--list ul li {
  padding-left: 0px;
  padding-right: 31px;
}
html[dir=rtl] .about__us .about__us-row .about__us-list--col .about__us-main--list ul li h5::before {
  left: auto;
  right: -31px;
}
html[dir=rtl] .about__us .about__us-row .about__us-list--col .about__us-main--list ul li p::before {
  left: auto;
  right: -23px;
}
html[dir=rtl] .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper .social__media-title h3 {
  padding-right: 0px;
  padding-left: 21px;
}
html[dir=rtl] .collection__filter-wrapper .collection__filter-sort--column {
  border-left: none;
  border-right: 1px solid #333333;
}
html[dir=rtl] .collection__filter-wrapper .collection__filter-button--column {
  border-right: none;
  border-left: 1px solid #333333;
}
html[dir=rtl] .collection__header-image img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir=rtl] .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
  padding-left: 32px;
  padding-right: 0px;
  border-right: none;
  border-left: 1px solid #333333;
}
@media (max-width: 1300px) {
  html[dir=rtl] .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
    padding-left: 15px;
  }
}
html[dir=rtl] .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column .woof_container .woof_container_inner .woof_list li .icheckbox_square-blue {
  right: auto;
  left: 0;
}
html[dir=rtl] .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column .woof_container .woof_container_inner .woof_list li .woof_childs_list {
  padding-left: 0px !important;
  padding-right: 17px !important;
}
html[dir=rtl] .related .product__card__main--wrapper .product__content {
  text-align: right;
}
html[dir=rtl] .our_recently_viewed__products-wrapper .product__card__main--wrapper .product__content {
  text-align: right;
}
html[dir=rtl] .product__details--banner--wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: auto !important;
  left: 13px !important;
}
html[dir=rtl] .product__ctm--gallery-wrapper .product__main-view .swiper-button-next, html[dir=rtl] .product__ctm--gallery-wrapper .product__main-view .swiper-button-prev {
  transform: rotate(180deg);
}
html[dir=rtl] .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner {
  text-align: right !important;
}
html[dir=rtl] .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset {
  text-align: right;
}
html[dir=rtl] .main__login-wrapper .login__image-block {
  right: auto;
  left: 0px;
}
html[dir=rtl] .main__login-wrapper .login__form-block {
  padding-left: 100px;
  padding-right: 0px;
}
@media (max-width: 1300px) {
  html[dir=rtl] .main__login-wrapper .login__form-block {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .main__login-wrapper .login__form-block {
    padding-left: 0px !important;
  }
}
html[dir=rtl] .variations_form .variations tbody tr th {
  text-align: right;
}
html[dir=rtl] .variations_form .variations tbody tr th label {
  padding-left: 17px !important;
  padding-right: 0px !important;
}
html[dir=rtl] .register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row input {
  text-align: right;
}
html[dir=rtl] .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper {
  right: auto !important;
  left: 0px !important;
}
html[dir=rtl] .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li {
  text-align: right;
}
html[dir=rtl] #mega-menu-main_menu li.custom__sub-menu .mega-sub-menu {
  right: 0px !important;
  left: auto !important;
}
html[dir=rtl] .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text {
  padding: 48px 42px 48px 101px !important;
}
html[dir=rtl] .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text .mega-block-title {
  text-align: right !important;
}
html[dir=rtl] .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li .wp-video .mejs-container .mejs-layers .mejs-overlay-play {
  right: auto !important;
  left: 88px !important;
}
html[dir=rtl] .register__form-wrapper .login__form-block {
  padding: 67px 0px 67px 55px;
}
html[dir=rtl] .about__banner--wrapper .container .about__banner--content-wrapper {
  left: auto;
  right: 0px;
  padding: 0px 20px 0px 0px;
  z-index: 2;
}
html[dir=rtl] .about__banner--wrapper .about__banner-image img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir=rtl] .our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__content a svg {
  transform: rotate(180deg);
}
html[dir=rtl] .our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__content button svg {
  transform: rotate(180deg);
}
html[dir=rtl] .our__keyValues--wrapper .key__value--cards .key__value--card-content::after {
  right: auto;
  left: -12px;
}
html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content::before {
  right: -47.85px;
  left: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content::before {
    right: -28px;
  }
}
html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content::before {
  right: auto;
  left: -47.85px;
}
html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image .journey__video--btn button {
  flex-direction: row-reverse;
}
html[dir=rtl] .people__block .people__slider-wrapper {
  margin-left: 0;
  margin-right: auto;
}
html[dir=rtl] .people__block .people__slider-arrow {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
html[dir=rtl] .about__cta .cta__image {
  right: auto;
  left: 0px;
}
html[dir=rtl] .about__cta .cta__image img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir=rtl] .contact__wrapper .contact__card-row .contact__card-column .contact__card-item .visit__info a svg {
  transform: rotate(270deg);
}
html[dir=rtl] .contact__form-block .contact__block-row .contact__form-card--wrapper .contact__form-title h3 {
  padding-right: 0px;
  padding-left: 26px;
}
html[dir=rtl] .contact__form-block .contact__block-row .contact__form-card--wrapper .form__submit-btn--wrapper p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
html[dir=rtl] .contact__form-block .form__field-row {
  flex-direction: row-reverse;
}
html[dir=rtl] .contact__form-block .form__field-row .form__field-item {
  text-align: right;
}
html[dir=rtl] .contact__form-block .form__field-row .form__field-item input, html[dir=rtl] .contact__form-block .form__field-row .form__field-item textarea, html[dir=rtl] .contact__form-block .form__field-row .form__field-item select {
  text-align: right;
}
html[dir=rtl] .contact__form-block .form__field-row .form__field-item select {
  padding: 10px 17px 10px 30px !important;
  background-position: 5% !important;
}
html[dir=rtl] .contact__form-block .form__field-row .form__field-item select#contacting {
  background-position: 1.6% !important;
}
@media (max-width: 991px) {
  html[dir=rtl] .contact__form-block .form__field-row .form__field-item select#contacting {
    background-position: 5% !important;
  }
}
html[dir=rtl] .contact__faqs .faq__item details summary {
  padding: 23px 22px 23px 45px;
}
html[dir=rtl] .contact__faqs .faq__item details summary::after {
  right: auto;
  left: 26px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  html[dir=rtl] .contact__faqs .faq__item details summary::after {
    left: 15px;
  }
}
html[dir=rtl] .store__map--wrapper .wpsl-search {
  padding: 72px 80px 74px 44px !important;
}
@media (max-width: 1300px) {
  html[dir=rtl] .store__map--wrapper .wpsl-search {
    padding: 80px 40px !important;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .store__map--wrapper .wpsl-search {
    padding: 50px 20px !important;
  }
}
html[dir=rtl] .store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper input {
  padding: 13px 14px 10px 44px !important;
}
html[dir=rtl] .store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper .wpsl-search-btn-wrap button {
  right: auto !important;
  left: 12px !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir=rtl] .store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper .wpsl-search-btn-wrap button::before {
  left: auto;
  right: -12px;
}
html[dir=rtl] .store__map--wrapper .search__result--wrapper ul li {
  padding: 29px 59px 28px 21px !important;
}
@media (max-width: 991px) {
  html[dir=rtl] .store__map--wrapper .search__result--wrapper ul li {
    padding: 20px 50px 20px 20px !important;
  }
}
html[dir=rtl] .store__map--wrapper .search__result--wrapper ul li .wpsl-store-location::before {
  right: 17px;
  left: auto;
}
@media (max-width: 991px) {
  html[dir=rtl] .store__map--wrapper .search__result--wrapper ul li .wpsl-store-location::before {
    right: 10px;
  }
}
html[dir=rtl] #wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c {
  padding-left: 0px !important;
}
@media (max-width: 1300px) {
  html[dir=rtl] #wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c {
    padding-left: 18px !important;
  }
}
html[dir=rtl] .rtl #wpsl-gmap .wpsl-info-window {
  padding-right: 5px;
}
html[dir=rtl] .faq__banner .faq__banner-title .faq__search .faq__search-field input {
  padding: 14px 26px 14px 56px !important;
}
html[dir=rtl] .faq__banner .faq__banner-title .faq__search .faq__search-field button {
  right: auto;
  left: 14px;
}
html[dir=rtl] .faq__banner .faq__banner-title .faq__search .faq__search-field button::before {
  left: auto;
  right: -12px;
}
html[dir=rtl] .all__faqs-list .faqs__item-list .faqs__item-title h3 {
  padding-left: 32px;
  padding-right: 0px;
}
html[dir=rtl] .all__faqs-list .faqs__item-list .topic__questions .faq__item details summary {
  padding: 23px 22px 23px 45px;
}
html[dir=rtl] .all__faqs-list .faqs__item-list .topic__questions .faq__item details summary::after {
  right: auto;
  left: 26px;
  transform: rotate(180deg);
}
@media (max-width: 1300px) {
  html[dir=rtl] .all__faqs-list .faqs__item-list .topic__questions .faq__item details summary::after {
    top: 41%;
    left: 15px;
  }
}
html[dir=rtl] .privacy__content .privacy__accordion details summary {
  padding: 23px 0px 15px 40px;
}
html[dir=rtl] .privacy__content .privacy__accordion details summary::after {
  right: auto;
  left: 0px;
}
html[dir=rtl] .privacy__content .privacy__accordion details .privacy__accordion-txt ul li {
  padding-left: 0px;
  padding-right: 21px;
}
html[dir=rtl] .privacy__content .privacy__accordion details .privacy__accordion-txt ul li::before {
  left: auto;
  right: 0px;
}
@media (max-width: 1300px) {
  html[dir=rtl] .iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image {
    height: 100%;
  }
}
@media (max-width: 1300px) {
  html[dir=rtl] .iconic__body .iconic__body-row .iconic__body-column .iconic__body-product--image .hotspot-container {
    height: 100%;
  }
}
html[dir=rtl] .product__card__main--wrapper .product__content {
  text-align: right !important;
}
@media (max-width: 767px) {
  html[dir=rtl] .best__sellers .seller__product-slider {
    margin-right: 0px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .featured__collection .featured__collection-row .featured__collection-products--col .best__sellers--product .seller__product-slider {
    margin-left: -20px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .rounded__dark-btn {
    padding: 12px 25px;
  }
}
html[dir=rtl] .menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li a {
  padding: 15px 0px 13px 30px;
}
html[dir=rtl] .menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li a::after {
  right: auto;
  left: 0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1) translate(0, -50%);
}
@media (max-width: 1300px) {
  html[dir=rtl] .explore__collections .explore__collections-slider {
    padding-right: 20px;
    padding-left: 0px;
  }
}
html[dir=rtl] .main__footer .footer__copyright-wrapper .footer__copyright-col ul {
  gap: 21px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
html[dir=rtl] .main__footer .footer__copyright-wrapper .footer__copyright-col ul li::before {
  left: auto;
  right: -12px;
}
html[dir=rtl] .menu-item-has-children ul.sub-menu {
  right: auto;
  left: -100%;
}
html[dir=rtl] .menu-item-has-children ul.sub-menu.open-children {
  right: auto;
  left: 0px;
}
html[dir=rtl] .menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian a {
  padding: 20px 0px 18px 20px !important;
}
html[dir=rtl] .menu__sidebar .sidebar__wrapper .sidebar__body .sidebar__menu-wrapper ul li.main-parent ul li.accordian a::after {
  right: auto;
  left: 0px;
}
html[dir=rtl] .about__banner--wrapper .about__banner-image img {
  object-position: -265px 0px;
}
html[dir=rtl] .infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button {
  flex-direction: row-reverse;
}
html[dir=rtl] .our__ingredients--wrapper .our__ingrdients--cards {
  margin-right: 0px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper {
    padding-left: 0px;
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper::after {
    right: 0px !important;
    left: auto;
  }
}
html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content {
  text-align: right;
}
@media (max-width: 991px) {
  html[dir=rtl] .people__block .people__slider-wrapper {
    padding-left: 0px;
    padding-right: 20px;
  }
}
html[dir=rtl] .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content::before {
  right: -28px !important;
  left: auto;
}
html[dir=rtl] .people__block .people__slider-wrapper .people__slide-item .people__img .member__name {
  padding: 22px 17px 22px 70px;
}
html[dir=rtl] .people__block .people__slider-wrapper .people__slide-item .people__img .linkedin__icon {
  right: auto;
  left: 0px;
}
html[dir=rtl] .people__block .people__slider-wrapper .people__slide-item .people__detail a svg {
  transform: rotate(180deg);
}
@media (max-width: 1279px) {
  html[dir=rtl] .faq__banner .faq__topic-slider {
    margin-right: 0px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .all__faqs-list .faqs__item-list .faqs__item-title {
    padding-right: 0px;
    padding-left: 27px;
  }
}
html[dir=rtl] .checkout__banner .steps__list ul li::after {
  right: auto;
  left: -40px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout__banner .steps__list ul li::after {
    left: -30px;
  }
}
html[dir=rtl] .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-thumbnail {
  margin-right: 0px;
  margin-left: 12px;
}
html[dir=rtl] .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-total {
  right: auto;
  left: 0px;
}

.collection__header {
  position: relative;
  height: 417px;
  background-position: right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1300px) {
  .collection__header {
    height: 316px;
    background-position: 85% !important;
  }
}
@media (max-width: 767px) {
  .collection__header {
    min-height: 267px;
    height: auto;
    background-position: 74% !important;
    display: flex;
    align-items: center;
  }
}
.collection__header .collection__header-image {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.collection__header .collection__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 767px) {
  .collection__header .collection__header-image img {
    object-position: 75%;
  }
}
.collection__header .collection__title {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  padding: 20px 0px;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .collection__header .collection__title {
    position: relative;
    transform: none;
    top: 0px;
    width: 100%;
  }
}
.collection__header .collection__title .collection__title-wrapper {
  max-width: 497px;
}
@media (max-width: 767px) {
  .collection__header .collection__title .collection__title-wrapper {
    max-width: 228px;
  }
}
.collection__header .collection__title .collection__title-wrapper .page-title {
  font-size: 60px;
  line-height: 73.8px;
  color: #333333;
  margin-bottom: 10px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .collection__header .collection__title .collection__title-wrapper .page-title {
    font-size: 50px;
    line-height: 61.5px;
    margin-bottom: 0;
  }
}
.collection__header .collection__title .collection__title-wrapper p, .collection__header .collection__title .collection__title-wrapper .shop-description {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.main__products--wrapper {
  padding: 57px 0px 82px;
}
@media (max-width: 1300px) {
  .main__products--wrapper {
    padding: 35px 0px 50px;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper {
    padding: 0px 0px 80px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
  width: calc(24.26% - 15.5px);
  display: none;
  padding-right: 32px;
  border-right: 1px solid #333333;
}
@media (max-width: 1300px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
    width: calc(40.26% - 15.5px);
  }
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
    width: 100%;
    margin-bottom: 40px;
    border: none;
    padding-right: 0;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column {
  width: 100%;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list {
  position: relative;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 50%;
  height: 100%;
  width: 1px;
  background-color: #DDDDDD;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -10.5px;
  row-gap: 11px;
  position: relative;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 25%;
  height: 100%;
  width: 1px;
  background-color: #DDDDDD;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 25%;
  height: 100%;
  width: 1px;
  background-color: #DDDDDD;
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul {
    margin: 0px -7px;
    row-gap: 20px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li {
  width: 25% !important;
  display: block !important;
  padding: 0px 10.5px !important;
  margin: 0px !important;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 991px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li {
    width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li {
    width: 50% !important;
    padding: 0px 7px !important;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper {
  position: relative;
  height: 303px;
  overflow: hidden;
  background-color: #EFDDE8;
  border: 1px solid #DDDDDD;
}
@media (max-width: 1300px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper {
    height: 242px;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper {
    height: 188px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px !important;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px !important;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper a .onsale {
  border-radius: 0px !important;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  margin: 0;
  padding: 0;
  line-height: 11.36px;
  background-color: #737B4C;
  padding: 4px 6px 5px;
  font-size: 16px;
  font-family: "bebasregular";
  font-weight: 400;
  top: 8.18px;
  left: 8px;
  right: auto;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper a .onsale {
    padding: 5px 6px 4px;
    font-size: 15px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper .onsale {
  border-radius: 0px !important;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  margin: 0;
  padding: 0;
  line-height: 11.36px;
  background-color: #737B4C;
  padding: 4px 6px 5px;
  font-size: 16px;
  font-family: "bebasregular";
  font-weight: 400;
  top: 8.18px;
  left: 8px;
  right: auto;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper .onsale {
    padding: 5px 6px 4px;
    font-size: 15px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper .add_to_cart_button {
  position: absolute;
  bottom: 6.82px;
  left: 0px;
  right: 0px;
  width: 95%;
  margin: 0 auto;
  background-color: #FFFDF8;
  border: 1px solid #333333;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 20px;
  line-height: 26px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  text-transform: uppercase;
  border-radius: 0px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(48px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper .add_to_cart_button:hover {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__wrapper .add_to_cart_button {
    display: none;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content {
  text-align: center;
  padding: 8.18px 0px 32.82px;
}
@media (max-width: 1300px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content {
    padding: 8.18px 0px 20.82px;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content {
    padding: 10px 0px 0px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content a {
  font-size: 14px;
  line-height: 18.2px;
  color: #777777;
  display: block;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 31.2px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 7px;
  text-transform: uppercase;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1300px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
    font-size: 22px;
    line-height: 28.2px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #555555;
  margin: 0px;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .price ins {
  font-weight: 400;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .price del {
  opacity: 1;
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .price {
    font-size: 18px;
    line-height: 23.4px;
    margin: 0px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .ctm__cart-btn--mb {
  margin-top: 15px;
  display: none;
}
@media (max-width: 767px) {
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .ctm__cart-btn--mb {
    display: block;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .ctm__cart-btn--mb a {
  background-color: #737B4C !important;
  border-radius: 0px !important;
  padding: 4px 15px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #fff !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  border: none !important;
  text-transform: uppercase !important;
  width: 100%;
  text-align: center;
  margin: 0px !important;
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper:hover .product__wrapper .add_to_cart_button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__products--wrapper.open__filters .collection__filter-wrapper .collection__filter-button--column button#open__filter-btn {
  display: none;
}
.main__products--wrapper.open__filters .collection__filter-wrapper .collection__filter-button--column button#close__filter-btn {
  display: flex;
}
.main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__filter-column {
  display: block !important;
}
.main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__filter-column .mobile__close-btn {
  display: none !important;
}
.main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__products-item--column {
  width: calc(75.74% - 15.5px) !important;
}
@media (max-width: 991px) {
  .main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__products-item--column {
    width: calc(60.74% - 15.5px) !important;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__products-item--column {
    width: 100% !important;
  }
}
.main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li {
  width: 33.33% !important;
}
@media (max-width: 991px) {
  .main__products--wrapper.open__filters .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li {
    width: 50% !important;
  }
}
.main__products--wrapper .load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
}
@media (max-width: 1300px) {
  .main__products--wrapper .load-more-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .main__products--wrapper .load-more-container {
    margin-top: 50px;
  }
}
.main__products--wrapper .load-more-container button {
  background-color: #737B4C;
  padding: 13px 20px;
  border: none;
  color: #FFFFFF;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  font-size: 16px;
  line-height: 19.68px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__products--wrapper .load-more-container button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__products--wrapper.open__filters .products__products-item--column .all__product-list::after {
  display: none !important;
}
.main__products--wrapper.open__filters .products__products-item--column .all__product-list ul::after {
  right: 33.33% !important;
}
.main__products--wrapper.open__filters .products__products-item--column .all__product-list ul::before {
  left: 33.33% !important;
}
.main__products--wrapper .woof_products_top_panel {
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .main__products--wrapper .woof_products_top_panel {
    margin-top: 15px !important;
  }
}
.main__products--wrapper .woof_products_top_panel .woof_reset_button_2 {
  padding: 0px;
  background-color: transparent !important;
  color: #555555;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 400;
  line-height: 10.99px;
  text-decoration: underline !important;
  border: none;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul li {
  line-height: 15.99px;
}
.main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul li ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
.main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul li ul li {
  color: #555555;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 400;
  line-height: 10.99px;
}
.main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul li ul li .woof_remove_ppi {
  background: #D7D2CB;
  padding: 8px 29px 8px 10px;
  font-size: 13px;
  line-height: 10.99px;
  font-weight: 400;
  font-family: "Helvetica";
  display: inline-flex;
  border-radius: 20px;
  color: #555555;
  background-image: url(assets/images/close__filter-icon.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 97%;
}
@media (max-width: 991px) {
  .main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul li ul li .woof_remove_ppi {
    background-position: 95%;
  }
}

.products__filter-column .woof_container {
  margin: 0;
}
.products__filter-column .woof_container .woof_container_inner {
  padding: 27px 0px 39px;
  border-bottom: 1px solid #DDDDDD;
}
.products__filter-column .woof_container .woof_container_inner h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.52px;
  color: #333333;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li {
  margin: 0 0 10px;
  position: relative;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li:nth-last-child(1) {
  margin: 0;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 13.52px;
  padding: 0;
  margin-left: 0 !important;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li .woof_childs_list_opener span {
  background: url(assets/images/plus__icon_summary.svg) no-repeat;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li .woof_childs_list_opener span.woof_is_opened {
  background: url(assets/images/minus__icon_summary.svg) no-repeat;
  background-size: contain !important;
  background-position: center !important;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li .icheckbox_square-blue {
  margin: 0;
  border-radius: 2px;
  border: 0.5px solid #333333;
  position: absolute;
  right: 0;
  background: none;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li .icheckbox_square-blue.checked {
  background: none;
  background-color: #737B4C;
  border: 0.5px solid #737B4C;
}
.products__filter-column .woof_container .woof_container_inner .woof_list li .woof_childs_list {
  margin: 10px 0 !important;
}
.products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider {
  height: 2px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  width: 100%;
}
.products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider .ui-slider-range {
  background-color: #737B4C;
  top: 5px;
}
.products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background-color: #737B4C;
  border: none;
}
.products__filter-column .woof_container .woof_container_inner .price_slider_amount {
  margin-top: 24px;
}
.products__filter-column .woof_container .woof_container_inner .price_slider_amount .price_label {
  font-size: 16px;
  line-height: 13.52px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}
.products__filter-column .woof_submit_search_form_container button {
  width: 100%;
  padding: 7px 12px;
  background-color: #494949;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0px !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products__filter-column .woof_submit_search_form_container button:hover {
  background-color: #737B4C;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products__filter-column .woof_submit_search_form_container button.woof_reset_search_form::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .products__filter-column .woof_price_search_container form .price_slider_wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}

.custom-badge {
  position: absolute;
  top: 8.16px;
  left: 8px;
  padding: 5.4px 8px 5.4px;
  display: inline-flex;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 11.36px;
}

.product__wrapper .alg-wc-wl-btn i.loading {
  right: 0;
  left: 0;
  bottom: 0px;
  margin: 0;
  top: 0;
  position: relative;
}
.product__wrapper .alg-wc-wl-btn.loading .alg-wc-wl-view-state {
  display: none;
}

#woof_html_buffer {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.product__details--main-wrapper {
  padding-top: 18px;
}
.product__details--main-wrapper .woocommerce-breadcrumbs {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
}
.product__details--main-wrapper .woocommerce-breadcrumbs .woocommerce-breadcrumb {
  margin: 0 0 18px 0px;
}
.product__details--main-wrapper .woocommerce-breadcrumbs .woocommerce-breadcrumb a {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.45px;
}
.product__details--main-wrapper .related.products .products__collection-row .products__filter-column {
  display: none;
}

.woocommerce-product-gallery__trigger img {
  opacity: 0;
  visibility: hidden;
}
.woocommerce-product-gallery__trigger img::after {
  display: none !important;
}
.woocommerce-product-gallery__trigger img::before {
  display: none !important;
}

.product__details--banner--wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
  padding-bottom: 99px;
  position: relative;
}
.product__details--banner--wrapper .onsale {
  line-height: 11.36px !important;
  border-radius: 0px !important;
  background-color: #737B4C !important;
  padding: 4px 6px 5px !important;
  font-size: 16px !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  top: 8px !important;
  color: #FFFFFF !important;
  left: 133px !important;
  text-transform: uppercase !important;
  height: auto !important;
  min-height: auto !important;
}
.product__details--banner--wrapper .woocommerce-product-gallery {
  width: calc(53.086% - 18.5px) !important;
  float: none !important;
  margin-bottom: 0px !important;
}
.product__details--banner--wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  background-image: url(assets/images/product__search-icon.svg) !important;
  background-position: center !important;
  background-size: cover !important;
  right: 13px !important;
  top: 14px !important;
}
.product__details--banner--wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  opacity: 0;
  visibility: hidden;
}
.product__details--banner--wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  display: none !important;
}
.product__details--banner--wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  display: none !important;
}
.product__details--banner--wrapper .woocommerce-product-gallery .product__ctm--gallery-wrapper .product__main-view {
  border: 1px solid #DDDDDD;
}
.product__details--banner--wrapper .woocommerce-product-gallery .product__ctm--gallery-wrapper .product__main-view .product__main--item .woocommerce-product-gallery__image {
  height: 100%;
  width: 100%;
}
.product__details--banner--wrapper .woocommerce-product-gallery .product__ctm--gallery-wrapper .product__main-view .product__main--item .woocommerce-product-gallery__image a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.product__details--banner--wrapper .woocommerce-product-gallery .product__ctm--gallery-wrapper .product__main-view .product__main--item .woocommerce-product-gallery__image a img {
  height: 100%;
}
.product__details--banner--wrapper .summary {
  width: calc(46.914% - 18.5px) !important;
  float: none !important;
  margin-bottom: 0px !important;
}
.product__details--banner--wrapper .summary .product-categories a {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.product__details--banner--wrapper .summary .product_title {
  font-family: "bebasregular";
  font-size: 50px;
  line-height: 61.5px;
  color: #494949;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
}
.product__details--banner--wrapper .summary .yotpo {
  margin-bottom: 12.2px;
}
.product__details--banner--wrapper .summary .yotpo .yotpo-bottomline .yotpo-stars .yotpo-icon::before {
  color: #737B4C;
}
.product__details--banner--wrapper .summary .yotpo .yotpo-bottomline .text-m {
  font-size: 14px;
  line-height: 17.22px;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
  display: inline-block;
  color: #777777 !important;
}
.product__details--banner--wrapper .summary .woocommerce-product-details__short-description, .product__details--banner--wrapper .summary p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.68px;
  color: #555555;
  margin-bottom: 12px;
}
.product__details--banner--wrapper .summary .price {
  margin-bottom: 28px;
  color: #494949 !important;
  display: flex;
  align-items: center;
  gap: 7px;
}
.product__details--banner--wrapper .summary .price .woocommerce-Price-amount {
  font-family: "bebasregular";
  font-size: 25px;
  display: inline-block;
  font-weight: 400;
  line-height: 21.75px;
  color: #494949;
}
.product__details--banner--wrapper .summary .variations_form .woocommerce-variation-description {
  display: none;
}
.product__details--banner--wrapper .summary .variations_form .variations {
  margin-bottom: 0px !important;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  overflow: hidden !important;
  max-width: 406px !important;
  background-color: #737B4C !important;
  padding: 5px !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  float: none !important;
  margin: 0px;
  background-color: #FFFFFF;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty-minus {
  width: 12px;
  font-size: 20px;
  line-height: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty-plus {
  width: 12px;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text {
  width: 64px;
  border: none;
  padding: 0px 5px;
  text-align: center;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 16.9px;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  float: none !important;
  width: calc(100% - 115px);
  height: auto;
  min-height: auto;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  line-height: 26px;
  font-size: 20px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 10px;
}
.product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button::after {
  top: 3px !important;
  right: 5px !important;
}
.product__details--banner--wrapper .summary .product_meta {
  display: none;
}

.woocommerce-tabs {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
  padding-bottom: 88px;
}
.woocommerce-tabs .tabs {
  padding: 0px !important;
  background-color: #E8E6DB;
  border: none !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 55px !important;
}
.woocommerce-tabs .tabs::before, .woocommerce-tabs .tabs::after {
  display: none !important;
}
.woocommerce-tabs .tabs li {
  padding: 0px !important;
  border: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
  background-color: transparent !important;
  border-right: 1px solid #A6A6A6 !important;
}
.woocommerce-tabs .tabs li::before, .woocommerce-tabs .tabs li::after {
  display: none !important;
}
.woocommerce-tabs .tabs li a {
  padding: 17.5px 62px 17.5px !important;
  display: inline-block !important;
  font-size: 20px !important;
  line-height: 12px !important;
  color: #494949 !important;
  font-weight: 400 !important;
  font-family: "bebasregular" !important;
  text-transform: uppercase !important;
}
.woocommerce-tabs .tabs li.active {
  border-color: transparent !important;
}
.woocommerce-tabs .tabs li.active a {
  background-color: #D7D2CB !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0px !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel h1, .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce-tabs .woocommerce-Tabs-panel h3, .woocommerce-tabs .woocommerce-Tabs-panel h4, .woocommerce-tabs .woocommerce-Tabs-panel h5, .woocommerce-tabs .woocommerce-Tabs-panel h6 {
  font-size: 30px;
  line-height: 36.9px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 16px;
  line-height: 19.68px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #555555;
  margin-bottom: 0px;
}

.product__ctm--gallery-wrapper {
  height: 580px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product__ctm--gallery-wrapper .product__thumbs {
  width: calc(15.28% - 3px);
  margin: 0;
  height: 100%;
}
.product__ctm--gallery-wrapper .product__thumbs .product__thumb--item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid transparent;
}
.product__ctm--gallery-wrapper .product__thumbs .product__thumb--item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product__ctm--gallery-wrapper .product__thumbs .swiper-slide-thumb-active .product__thumb--item {
  border-color: #DDDDDD;
}
.product__ctm--gallery-wrapper .product__main-view {
  width: calc(84.72% - 3px);
  margin: 0;
  height: 100%;
}
.product__ctm--gallery-wrapper .product__main-view .product__main--item {
  width: 100%;
  height: 100%;
}
.product__ctm--gallery-wrapper .product__main-view .product__main--item img {
  width: 100%;
  height: 100%;
}
.product__ctm--gallery-wrapper .product__main-view .swiper-button-next {
  background-image: url(assets/images/right__arroe.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  background-size: contain;
}
.product__ctm--gallery-wrapper .product__main-view .swiper-button-next::after {
  opacity: 0;
  visibility: hidden;
}
.product__ctm--gallery-wrapper .product__main-view .swiper-button-prev {
  background-image: url(assets/images/left__Arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  background-size: contain;
}
.product__ctm--gallery-wrapper .product__main-view .swiper-button-prev::after {
  opacity: 0;
  visibility: hidden;
}

.variations_form .variations {
  margin: 0;
}
.variations_form .variations tbody tr {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 27px;
}
.variations_form .variations tbody tr .woo-variation-items-wrapper .reset_variations {
  display: none !important;
}
.variations_form .variations tbody tr th {
  min-width: 100%;
  position: relative;
  text-align: left;
  line-height: normal !important;
  margin-bottom: 16px !important;
}
.variations_form .variations tbody tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  left: 0;
}
.variations_form .variations tbody tr th label {
  font-size: 14px;
  font-weight: normal;
  line-height: 17.22px;
  color: #494949;
  margin-bottom: 16px;
  background-color: #FFFDF8;
  padding-right: 17px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: "Helvetica-Bold";
}
.variations_form .variations tbody tr td .variable-items-wrapper {
  gap: 7px !important;
  flex-wrap: wrap;
  align-items: flex-start !important;
}
.variations_form .variations tbody tr td .variable-items-wrapper li {
  border-radius: 0 !important;
  border: 1px solid #333333 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin: 0px !important;
  min-width: auto !important;
  height: auto !important;
  padding: 10px 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.variations_form .variations tbody tr td .variable-items-wrapper li .variable-item-contents span {
  font-size: 15px;
  font-weight: 400;
  line-height: 12.68px;
  color: #555555;
  font-family: "Helvetica";
  padding: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.variations_form .variations tbody tr td .variable-items-wrapper li:hover, .variations_form .variations tbody tr td .variable-items-wrapper li.selected {
  border-color: #737B4C !important;
  background-color: #737B4C !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.variations_form .variations tbody tr td .variable-items-wrapper li:hover .variable-item-contents span, .variations_form .variations tbody tr td .variable-items-wrapper li.selected .variable-item-contents span {
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item {
  padding: 1px !important;
  border: none !important;
  width: 78px !important;
  text-align: center;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item .variable-item-contents::before {
  display: none !important;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item .variat__swatches__wrap .variant__image-wrap {
  border: 1px solid #DDDDDD;
  height: 78px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item .variat__swatches__wrap .variant__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item .variat__swatches__wrap span {
  font-size: 16px;
  line-height: 13.52px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  display: inline-block;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item:hover .variat__swatches__wrap .variant__image-wrap, .variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item.selected .variat__swatches__wrap .variant__image-wrap {
  border-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our_recently_viewed__products-wrapper .main__collection-flex--wrapper .products__collection-row .products__filter-column {
  display: none;
}

.related {
  padding: 68px 0px 87px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #FFFFFF;
}
.related .related__products--content-wrapper {
  margin-bottom: 26px;
}
.related .related__products--content-wrapper span {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}
.related .related__products--content-wrapper h2 {
  font-size: 50px;
  line-height: 61.5px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin: 0px;
}
.related .related-products--slider-wrapper {
  position: relative;
}
.related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-next, .related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-prev {
  width: 8px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
}
.related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-next::after, .related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-prev::after {
  display: none;
}
.related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-next {
  right: -24px;
}
.related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-prev {
  left: -24px;
}
.related .product__card__main--wrapper .product__content {
  text-align: left;
  padding-bottom: 0px;
  padding-top: 8px;
}
.related .product__card__main--wrapper .product__content .price {
  color: #555555;
}
.related .product__card__main--wrapper .product__content .price ins {
  font-weight: 400 !important;
}
.related .product__card__main--wrapper .product__content .price .woocommerce-Price-amount {
  color: #555555;
}

.our_recently_viewed__products-wrapper {
  padding: 100px 0px 50px;
}
.our_recently_viewed__products-wrapper .related__products--content-wrapper {
  margin-bottom: 26px;
}
.our_recently_viewed__products-wrapper .related__products--content-wrapper span {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}
.our_recently_viewed__products-wrapper .related__products--content-wrapper h2 {
  font-size: 50px;
  line-height: 61.5px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin: 0px;
}
.our_recently_viewed__products-wrapper .recently-viewed--product-slider {
  position: relative;
}
.our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-next, .our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-prev {
  width: 8px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
}
.our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-next::after, .our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-prev::after {
  display: none;
}
.our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-next {
  right: -24px;
}
.our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-prev {
  left: -24px;
}
.our_recently_viewed__products-wrapper .product__card__main--wrapper .product__content {
  text-align: left;
  padding-bottom: 0px;
  padding-top: 8px;
}
.our_recently_viewed__products-wrapper .product__card__main--wrapper .product__content .price {
  color: #555555;
}
.our_recently_viewed__products-wrapper .product__card__main--wrapper .product__content .price ins {
  font-weight: 400 !important;
}
.our_recently_viewed__products-wrapper .product__card__main--wrapper .product__content .price .woocommerce-Price-amount {
  color: #555555;
}

.custom__products-tabs {
  padding-bottom: 99px;
}
.custom__products-tabs .custom__products-tabs--btn {
  padding: 0px !important;
  background-color: #E8E6DB;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 55px !important;
}
.custom__products-tabs .custom__products-tabs--btn .tab__links {
  padding: 17.5px 62px 17.5px !important;
  display: inline-block !important;
  font-size: 20px !important;
  line-height: 12px !important;
  color: #494949 !important;
  font-weight: 400 !important;
  font-family: "bebasregular" !important;
  text-transform: uppercase !important;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-right: 1px solid #A6A6A6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom__products-tabs .custom__products-tabs--btn .tab__links.active {
  background-color: #D7D2CB;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom__products-tabs .tab__content-wrapper {
  display: none;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col {
  width: calc(42.188% - 26px);
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 18px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h1, .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h2 {
  font-size: 30px;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 36.9px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h3, .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h4 {
  font-size: 24px;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h5, .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h6 {
  font-size: 20px;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des p a {
  color: #737B4C;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des ul {
  list-style: none;
  padding: 0px 0px 0px 15px;
  margin: 18px 0px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des ul li {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des ul li::before {
  content: "";
  position: absolute;
  top: 5.3px;
  left: -15px;
  width: 7px;
  height: 7px;
  background-color: #737B4C;
  border-radius: 7px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des ul li a {
  color: #737B4C;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits {
  max-width: 506px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .single__product-benefits--title {
  position: relative;
  margin-bottom: 18px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .single__product-benefits--title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  z-index: 1;
  transform: translate(0, -50%);
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .single__product-benefits--title p {
  font-size: 20px;
  line-height: 24.6px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  color: #494949;
  padding-right: 24px;
  display: inline-flex;
  position: relative;
  z-index: 2;
  background-color: #FFFDF8;
  margin-bottom: 0px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul li {
  width: calc(48% - 5px);
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul li:nth-child(even) {
  width: calc(52% - 5px);
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: url(assets/images/material-symbols_check.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col {
  width: calc(57.812% - 26px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__image-container {
  width: calc(34.456% - 26px);
  height: 322px;
  display: flex;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container {
  width: calc(65.544% - 26px);
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container h3 {
  font-size: 25px;
  line-height: 30.75px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin-bottom: 28px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 23px;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul li {
  display: flex;
  align-items: center;
  padding: 13px 0px;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  font-family: "Helvetica";
  border-bottom: 1px solid #A6A6A6;
  color: #555555;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul li span {
  font-weight: 400;
  font-family: "bebasregular";
  margin-right: 16px;
  text-transform: uppercase;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul li:nth-child(1) {
  border-top: 1px solid #A6A6A6;
}
.custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: "Helvetica";
  font-family: "Helvetica";
  margin-bottom: 0px !important;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__detail-wrapper--title {
  margin-bottom: 20px;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__detail-wrapper--title h2 {
  font-size: 18px;
  line-height: 19.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 8px;
  margin: 0px -4px;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column {
  padding: 0px 4px;
  width: 25%;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-image {
  height: 312px;
  width: 100%;
  overflow: hidden;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-detail {
  background-color: #FFFFFF;
  padding: 19px 17px 30px;
  border: 1px solid #DDDDDD;
  border-top: none;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-detail h3 {
  font-size: 25px;
  line-height: 15px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-detail p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 14px;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-detail span {
  font-size: 16px;
  line-height: 13.88px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column .fragrances__products-item .fragrances__products-detail span:hover {
  gap: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__detail-wrapper--title {
  margin-bottom: 29px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__detail-wrapper--title h2 {
  font-size: 18px;
  line-height: 19.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col {
  width: calc(46.6% - 54.5px);
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li {
  background-color: #F2EEE8;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__image {
  width: 106px;
  height: auto;
  overflow: hidden;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail {
  width: calc(100% - 106px);
  padding: 16px 25px 19px 21px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail h3 {
  font-size: 20px;
  line-height: 12.6px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col {
  width: calc(53.4% - 54.5px);
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content {
  margin-bottom: 29px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content h3 {
  font-size: 25px;
  line-height: 15.75px;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 24px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content p {
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  margin-bottom: 0px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__detail-title {
  position: relative;
  margin-bottom: 27px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__detail-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  z-index: 1;
  transform: translate(0, -50%);
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__detail-title p {
  font-size: 20px;
  line-height: 12.6px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  color: #494949;
  padding-right: 23px;
  display: inline-flex;
  position: relative;
  z-index: 2;
  background-color: #FFFDF8;
  margin-bottom: 0px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
  row-gap: 15px;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__list ul li {
  display: inline-flex;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
}
.custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__list ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 19px;
  height: 19px;
  background: url(assets/images/block__icon.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.custom__products-tabs .use__product-wrapper .use__product-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col {
  width: calc(48.009% - 23.5px);
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content {
  margin-bottom: 34px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content h2 {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content p {
  font-size: 25px;
  line-height: 30.75px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .pro__tips-wrapper {
  background-color: #F2EEE8;
  padding: 23px 32px 26px 25px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .pro__tips-wrapper h4 {
  font-size: 20px;
  line-height: 12px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .pro__tips-wrapper p {
  font-size: 16px;
  line-height: 21.76px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  margin: 0px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col {
  width: calc(51.991% - 23.5px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__video-col {
  width: calc(47.67% - 26px);
  height: 350px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__video-col img, .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__video-col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col {
  width: calc(52.33% - 26px);
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col h3 {
  font-size: 25px;
  line-height: 15.75px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  margin-bottom: 20px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 36px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col ul li {
  padding: 10px 0px 10px 33px;
  border-bottom: 1px solid #A6A6A6;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19.2px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  counter-increment: number;
  position: relative;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col ul li::after {
  content: "0" counter(number) ".";
  display: inline-block;
  font-weight: 400;
  font-family: "bebasregular";
  position: absolute;
  left: 0px;
  top: 13px;
  line-height: 12.6px;
  font-size: 20px;
  color: #494949;
  text-transform: uppercase;
}
.custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.custom__products-mobile details summary {
  font-size: 20px;
  line-height: 12px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  padding: 18px 0px 17px;
  border-bottom: 1px solid #DDDDDD;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.custom__products-mobile details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 12px;
  height: 12px;
  background: url(assets/images/plus__icon_summary.svg) no-repeat;
  background-position: center !important;
  background-size: cover !important;
  transform: translate(0, -50%);
}
.custom__products-mobile details[open] summary {
  border-bottom-color: #333333;
}
.custom__products-mobile details[open] summary::after {
  background: url(assets/images/minus__icon_summary.svg) no-repeat;
  background-position: center !important;
  background-size: contain !important;
}

.fragrances__slider .fragrances__products-item .fragrances__products-image {
  height: 312px;
  width: 100%;
  overflow: hidden;
}
.fragrances__slider .fragrances__products-item .fragrances__products-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fragrances__slider .fragrances__products-item .fragrances__products-detail {
  background-color: #FFFFFF;
  padding: 19px 17px 30px;
  border: 1px solid #DDDDDD;
  border-top: none;
}
.fragrances__slider .fragrances__products-item .fragrances__products-detail h3 {
  font-size: 25px;
  line-height: 15px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.fragrances__slider .fragrances__products-item .fragrances__products-detail p {
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 14px;
}
.fragrances__slider .fragrances__products-item .fragrances__products-detail span {
  font-size: 16px;
  line-height: 13.88px;
  color: #494949;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  align-items: center;
  gap: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fragrances__slider .fragrances__products-item .fragrances__products-detail span:hover {
  gap: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fragrances__slider .fragrances-swiper-pagination {
  height: 2px;
  background-color: #DDDDDD;
  position: relative;
  margin: 0px;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-top: 35px;
  width: 94%;
}
.fragrances__slider .fragrances-swiper-pagination .swiper-pagination-progressbar-fill {
  background: #737B4C;
}

.page-id-8 .login__content {
  display: none;
}

.page-id-9 .login__content {
  display: none;
}

.account__main-wrapper + .login__content {
  display: none;
}

.product__details--banner--wrapper .summary .simple__product--quantity-wrap {
  overflow: hidden !important;
  max-width: 406px !important;
  background-color: #737B4C !important;
  padding: 5px !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product__details--banner--wrapper .summary .simple__product--quantity-wrap .quantity {
  float: none !important;
  margin: 0px;
  background-color: #FFFFFF;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product__details--banner--wrapper .summary .simple__product--quantity-wrap .quantity .qty-minus {
  width: 12px;
  font-size: 20px;
  line-height: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product__details--banner--wrapper .summary .simple__product--quantity-wrap .quantity .qty-plus {
  width: 12px;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product__details--banner--wrapper .summary .simple__product--quantity-wrap .quantity .input-text {
  width: 64px;
  border: none;
  padding: 0px 5px;
  text-align: center;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  line-height: 16.9px;
}
.product__details--banner--wrapper .summary .simple__product--quantity-wrap .single_add_to_cart_button {
  float: none !important;
  width: calc(100% - 115px);
  height: auto;
  min-height: auto;
  border-radius: 0px;
  border: none;
  background-color: transparent !important;
  line-height: 26px;
  font-size: 20px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 10px;
}
.product__details--banner--wrapper .summary .simple__product--quantity-wrap .single_add_to_cart_button::after {
  top: 3px !important;
  right: 5px !important;
}

.product__details--main-wrapper .woocommerce-notices-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
}

.yotpo-main-widget {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0px 20px !important;
  padding-top: 50px !important;
}
.yotpo-main-widget .main-widget {
  background-color: #FFFFFF;
  border: 1px solid #494949;
  padding: 59px 83px 64px 81px;
}
.yotpo-main-widget .main-widget .yotpo-label-container {
  display: none;
}
.yotpo-main-widget .main-widget .yotpo-display-wrapper .yotpo-regular-box {
  padding: 0px !important;
  margin: 0px !important;
}
.yotpo-main-widget .main-widget .yotpo-display-wrapper .yotpo-regular-box .bottom-line-items {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
.yotpo-main-widget .main-widget .yotpo-display-wrapper .yotpo-regular-box .bottom-line-items .yotpo-filter-stars {
  display: inline-flex;
  align-items: center;
}
.yotpo-main-widget .main-widget .yotpo-display-wrapper .yotpo-regular-box .bottom-line-items .yotpo-filter-stars .yotpo-icon {
  line-height: normal !important;
}
.yotpo-main-widget .main-widget .yotpo-display-wrapper .yotpo-regular-box .bottom-line-items .yotpo-filter-stars .yotpo-icon::before {
  color: #FEB61D !important;
  font-size: 20px;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container {
  padding: 0px !important;
  margin-bottom: 10px !important;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button {
  font-size: 20px;
  line-height: 15.2px;
  padding: 11px 23px 11px 22px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #737B4C;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 0px !important;
  font-family: "Helvetica-Bold";
  text-transform: uppercase;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button .write-question-review-button-text {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 19.68px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase !important;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button .yotpo-icon {
  display: none !important;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button .yotpo-icon::before {
  color: #FFFFFF !important;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button:hover {
  color: #737B4C !important;
  border-color: #737B4C !important;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button:hover .write-question-review-button-text {
  color: #737B4C !important;
}
.yotpo-main-widget .main-widget .write-question-review-buttons-container button:hover .yotpo-icon::before {
  color: #737B4C !important;
}
.yotpo-main-widget .main-widget .yotpo-first-review .yotpo-first-review-stars {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.yotpo-main-widget .main-widget .yotpo-first-review .yotpo-first-review-stars .stars-wrapper .yotpo-icon::before {
  color: #737B4C !important;
}
.yotpo-main-widget .main-widget .yotpo-first-review .yotpo-first-review-content button {
  font-size: 20px;
  line-height: 15.2px;
  padding: 11px 23px 11px 22px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #737B4C;
  color: #FFFFFF;
  border-radius: 0px !important;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.yotpo-main-widget .main-widget .new-yotpo-small-box .yotpo-nav ul li {
  margin-bottom: 0px !important;
}
.yotpo-main-widget .main-widget .new-yotpo-small-box .yotpo-nav ul li .yotpo-nav-wrapper {
  border-color: #737B4C;
}
.yotpo-main-widget .main-widget .new-yotpo-small-box .yotpo-nav ul li .yotpo-nav-wrapper span {
  color: #737B4C;
}
.yotpo-main-widget .main-widget .yotpo-nav-content .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
  font-size: 16px;
  line-height: 14.32px;
  color: #555555;
  font-family: "Helvetica-Bold";
  font-weight: normal;
}
.yotpo-main-widget .main-widget .yotpo-nav-content .yotpo-reviews .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon::before {
  color: #FEB61D !important;
}
.yotpo-main-widget .main-widget .yotpo-main .content-title {
  font-size: 20px;
  line-height: 17.9px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 17px;
}
.yotpo-main-widget .main-widget .yotpo-main .yotpo-review-wrapper .content-review {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.yotpo-main-widget .main-widget .write-review-content .form-element .y-label, .yotpo-main-widget .main-widget .yotpo-footer .form-element .y-label {
  font-size: 16px;
  line-height: 18.88px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
}
.yotpo-main-widget .main-widget .write-review-content .form-element .y-input, .yotpo-main-widget .main-widget .yotpo-footer .form-element .y-input {
  height: auto;
  font-size: 14px;
  line-height: 16.1px;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
  padding: 9px 15px;
}
.yotpo-main-widget .main-widget .write-review-content .form-element textarea.y-input, .yotpo-main-widget .main-widget .yotpo-footer .form-element textarea.y-input {
  height: auto;
  min-height: 100px !important;
  font-size: 14px;
  line-height: 16.1px;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
  padding: 9px 15px;
}
.yotpo-main-widget .main-widget .y-label, .yotpo-main-widget .main-widget .yotpo-mandatory-explain {
  font-size: 16px !important;
  line-height: 18.88px !important;
  color: #494949 !important;
  font-family: "Helvetica" !important;
  font-weight: 400 !important;
}
.yotpo-main-widget .main-widget .yotpo-submit {
  font-size: 20px !important;
  line-height: 15.2px !important;
  padding: 11px 23px 11px 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #737B4C !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  font-family: "bebasregular" !important;
  text-transform: uppercase !important;
  margin-bottom: 0px !important;
}
.yotpo-main-widget .main-widget .yotpo-submit:hover {
  background-color: #333333 !important;
}
.yotpo-main-widget .main-widget .write-review-wrapper .stars-wrapper .yotpo-icon::before {
  color: #FEB61D !important;
}

.empty__cart-message {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}

.free__shipping-wrapper {
  background-color: #ECEAE0;
  border: 1px solid #DDDDDD;
  padding: 15px 15px 14px 17px;
  margin-bottom: 25px;
}
.free__shipping-wrapper p {
  font-size: 16px;
  line-height: 20.8px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 12px;
}
.free__shipping-wrapper p span {
  font-family: "Helvetica-Bold";
  font-weight: 700;
  color: #737B4C;
}
.free__shipping-wrapper .free__shipping-progress--bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.free__shipping-wrapper .free__shipping-progress--bar p {
  font-size: 18px;
  line-height: 12.96px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px !important;
}
.free__shipping-wrapper .free__shipping-progress--bar .progress__bar-track {
  width: calc(100% - 86.03px);
  height: 8px;
  background-color: #FFFFFF;
}
.free__shipping-wrapper .free__shipping-progress--bar .progress__bar-track .progress__bar-thumb {
  height: 100%;
  background-color: #737B4C;
}

.product__details--main-wrapper .jdgm-widget {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0px 20px !important;
  margin-top: 50px !important;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg {
  background-color: #FFFFFF;
  border: 1px solid #494949;
  padding: 59px 83px 64px 81px;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-rev-widg__title {
  font-size: 50px;
  line-height: 61.5px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars .jdgm-star {
  color: #FEB61D;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average {
  font-size: 14px;
  line-height: 17.22px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-text {
  font-size: 14px;
  line-height: 17.22px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star {
  color: #FEB61D;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar .jdgm-histogram__bar-content {
  background-color: #FEB61D;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__frequency {
  font-size: 14px;
  line-height: 17.22px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  background-color: #737B4C;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border: none;
  font-size: 20px !important;
  line-height: 15.2px !important;
  padding: 11px 22px !important;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__title {
  font-size: 35px;
  line-height: 41.5px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset {
  text-align: left;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset label {
  font-size: 18px;
  line-height: 18.88px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset .jdgm-star {
  color: #FEB61D;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset input, .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset textarea {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: 17.88px;
  color: #494949;
  border-radius: 0px !important;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset input:focus, .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset textarea:focus {
  border-color: #737B4C;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset .jdgm-sort-dropdown-wrapper select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #737B4C;
  font-size: 18px;
  line-height: 18.88px;
  font-family: "Helvetica";
  font-weight: 400;
  border: none;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #737B4C;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset p {
  font-size: 18px;
  line-height: 18.88px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #494949;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset p a {
  color: #737B4C;
  text-decoration: underline;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset .jdgm-picture-fieldset__delete:hover {
  background-color: #737B4C !important;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset.jdgm-form__fieldset-actions a {
  border-color: #737B4C;
  color: #737B4C;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset.jdgm-form__fieldset-actions input[type=submit] {
  border-color: #737B4C;
  background-color: #737B4C;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-row-actions .jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown {
  background-color: #FFFFFF !important;
  background: transparent !important;
  padding: 9px 35px 9px 15px;
  border-radius: 0px;
  border: 1px solid #494949;
  font-size: 15px;
  line-height: 17.7px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-row-actions .jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #494949;
  right: 6px;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-rating .jdgm-rev__rating .jdgm-star {
  color: #FEB61D;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon::before {
  color: #737B4C;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author-wrapper .jdgm-rev__author {
  font-size: 16px;
  line-height: 14.32px;
  color: #555555;
  font-family: "Helvetica-Bold";
  font-weight: normal;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title {
  font-size: 20px;
  line-height: 17.9px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 17px;
}
.product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__body p {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
  margin-bottom: 24px;
}

.product__content .jdgm-widget {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0px 0px !important;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.product__content .jdgm-widget .jdgm-prev-badge__stars .jdgm-star {
  color: #FEB61D;
  font-size: 15px;
  padding-right: 1.58px !important;
}
.product__content .jdgm-widget .jdgm-prev-badge__text {
  font-size: 14px;
  line-height: 17.22px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}

.product__details--banner--wrapper .jdgm-widget {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0px 0px !important;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.product__details--banner--wrapper .jdgm-widget .jdgm-prev-badge__stars .jdgm-star {
  color: #737B4C;
  font-size: 15px;
  padding-right: 1.58px !important;
}
.product__details--banner--wrapper .jdgm-widget .jdgm-prev-badge__text {
  font-size: 14px;
  line-height: 17.22px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}

.no-products-found {
  padding: 0px 0px 45px;
}
@media (max-width: 767px) {
  .no-products-found {
    padding: 45px 0px 45px;
  }
}
.no-products-found .no__products--wrapper a {
  display: inline-flex;
  font-size: 16px;
  color: #333333;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .no-products-found .no__products--wrapper a {
    margin-bottom: 14px;
  }
}
.no-products-found .no__products--wrapper a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.no-products-found .no__products--wrapper a span svg {
  width: 100%;
  height: 100%;
  fill: #333333;
}
.no-products-found .no__products--wrapper p {
  font-size: 24px;
  color: #737B4C;
  font-weight: 600;
  text-transform: uppercase;
}

.account__page-title {
  display: none;
}

.account__main-wrapper .account__page-title {
  display: block;
  background-color: #899064;
  padding: 36px 0px;
}
.account__main-wrapper .account__page-title .woocommerce-breadcrumb {
  font-size: 16px;
  line-height: 13.76px;
  color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 19px;
}
.account__main-wrapper .account__page-title .woocommerce-breadcrumb a {
  color: #FFFFFF;
}
.account__main-wrapper .account__page-title h1 {
  font-size: 50px;
  line-height: 29.5px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #FFFFFF;
  margin: 0px;
  text-transform: uppercase;
}
.account__main-wrapper .account__section {
  padding: 40px 0px 82px;
}
.account__main-wrapper .account__section .woocommerce {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account__main-wrapper .account__section .woocommerce account-dropdown-wrapper {
  display: none;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 15.547%;
  border-right: 1px solid #DDDDDD;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #DDDDDD;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 18px 10px 18px 0px;
  display: flex;
  font-size: 18px;
  line-height: 10.62px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  border-color: #ECEAE0;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: #ECEAE0;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
    padding-left: 20px;
  }
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 84.453%;
  background-color: #ECEAE0;
  padding: 52px 43px 53px 49px;
}
@media (max-width: 1024px) {
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
    padding: 0px 0px !important;
  }
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -6.5px;
  border: none;
  width: 100%;
  row-gap: 13px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation li {
  width: 25%;
  padding: 0px 6.5px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 154px;
  padding: 10px;
  background-color: #FFFDF8;
  border: 1px solid #494949;
  row-gap: 25px;
  font-size: 20px;
  line-height: 11.8px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper {
  max-width: 591px;
  margin-bottom: 25px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper .my__account-title {
  font-size: 30px;
  line-height: 17.7px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper p {
  font-size: 16px;
  line-height: 27.2px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper p a {
  color: #737B4C;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
  font-size: 20px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  font-size: 16px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a {
  color: #737B4C;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-button {
  background-color: #737B4C;
  color: #FFFFFF;
  border-radius: 0px;
  padding: 6px 13px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #737B4C;
  font-size: 18px;
  color: #494949;
  background-color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #737B4C;
  top: 50%;
  transform: translate(0, -50%);
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
  display: none;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button {
  background-color: #737B4C;
  color: #FFFFFF;
  border-radius: 0px;
  padding: 10px 23px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
  display: none;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  padding: 0px !important;
  float: none !important;
  width: calc(50% - 15px);
  margin: 0px !important;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
  font-size: 16px;
  line-height: normal;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #494949;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #494949;
}
@media (max-width: 767px) {
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
    background-color: #fff;
  }
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row em {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #494949;
  display: block;
  margin-top: 3px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 15px 20px 25px 20px;
  border: 1px solid #494949 !important;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 16px;
  line-height: normal;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  padding: 0px 10px 0px 10px;
  left: 0;
  position: relative;
  color: #494949;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  width: calc(50% - 15px);
  margin: 0px !important;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row input {
  padding-right: 50px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
  background-color: #737B4C;
  color: #FFFFFF;
  border-radius: 0px;
  padding: 13px 33px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .account__info-title {
  font-size: 30px;
  line-height: 17.7px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 47px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -8.5px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address {
  width: 33.33%;
  padding: 0px 8.5px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper {
  background-color: #FFFDF8;
  border: 1px solid #333333;
  padding: 24px 17px 30px 22px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper .woocommerce-Address-title {
  margin-bottom: 26px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper .woocommerce-Address-title .card__icon {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #ECEAE0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 22px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper .woocommerce-Address-title h3 {
  font-size: 24px;
  line-height: 14.16px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 0px;
  text-transform: uppercase;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper address {
  font-size: 16px;
  line-height: 20.8px;
  color: #333333;
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 38px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper .edit__card-btn a {
  font-size: 16px;
  line-height: 15.52px;
  color: #444444;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  display: inline-flex;
  text-decoration: underline !important;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form h3 {
  font-size: 30px;
  line-height: 17.7px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #333333;
  margin-bottom: 36px;
  text-transform: capitalize;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  padding: 0px;
  margin: 0px;
  float: none !important;
  width: calc(50% - 15px);
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  font-size: 16px;
  line-height: normal;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #494949;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label.screen-reader-text {
  clip: unset;
  word-wrap: normal !important;
  border: 0;
  clip-path: unset;
  height: auto;
  margin: 0;
  margin-bottom: 5px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: relative !important;
  width: auto;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #494949;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #494949;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #494949;
  height: auto;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single .select2-selection__rendered {
  padding: 0px !important;
  line-height: normal;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 5px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .address__save-btn {
  margin-top: 30px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .address__save-btn .button {
  background-color: #737B4C;
  color: #FFFFFF;
  border-radius: 0px;
  padding: 13px 33px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .address__save-btn .button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table {
  background-color: #FFFDF8;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table thead tr {
  text-align: left !important;
  border-bottom: 1px solid #DDDDDD;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table thead tr th {
  text-align: left !important;
  padding: 10px 10px;
  font-size: 20px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td {
  padding: 10px;
  font-size: 16px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  text-align: left !important;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td a {
  color: #737B4C;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td a img {
  max-width: 55px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td.add-to-cart-btn .add_to_cart_inline {
  justify-content: flex-start;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td.add-to-cart-btn .add_to_cart_inline a {
  background-color: #737B4C;
  color: #FFFFFF;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td.add-to-cart-btn .add_to_cart_inline a:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td.product-removal .alg-wc-wl-btn i {
  transform: none !important;
  font-size: 24px;
}
.account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr:nth-last-child(even) {
  background-color: #f7f7f7;
}

.main__login-wrapper {
  position: relative;
}
.main__login-wrapper .login__form-block {
  max-width: 504px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 151px;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__form-block {
    max-width: 370px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .main__login-wrapper .login__form-block {
    max-width: 100%;
    padding-right: 0px;
    padding-top: 42px;
    padding-bottom: 57px;
  }
}
.main__login-wrapper .login__form-block .login__form-title {
  margin-bottom: 43px;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__form-block .login__form-title {
    margin-bottom: 30px;
  }
}
.main__login-wrapper .login__form-block .login__form-title h2 {
  font-size: 30px;
  line-height: 31.29px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
  margin-bottom: 18px;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__form-block .login__form-title h2 {
    font-size: 26px;
    line-height: 29.29px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .main__login-wrapper .login__form-block .login__form-title h2 {
    font-size: 30px;
    line-height: 31.29px;
    margin-bottom: 18px;
  }
}
.main__login-wrapper .login__form-block .login__form-title p {
  font-size: 16px;
  line-height: 20.16px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.main__login-wrapper .login__form-block .woocommerce-form-login {
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
  border: none;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row {
  padding: 0px;
  margin: 0px;
  margin-bottom: 26px;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row {
    margin-bottom: 26px;
  }
}
.main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row label {
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
  margin-bottom: 12px;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row input {
  background-color: #ECEAE0;
  border: none;
  border-radius: 0px;
  padding: 18px 24px 17px 24px;
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row input {
    padding: 15px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row input {
    padding: 18px 24px 17px 24px;
  }
}
.main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row .show-password-input {
  display: none;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .woocommerce-form-row.mb__0 {
  margin-bottom: 0px;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 7px;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row {
    margin-bottom: 37px;
  }
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row .login__form-column .woocommerce-form__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8.5px;
  font-size: 14px;
  line-height: 14.6px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row .login__form-column .woocommerce-form__label .woocommerce-form__input {
  width: 15px;
  height: 15px;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row .login__form-column .lost_password a {
  font-size: 14px;
  line-height: 14.6px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__form-row .login__form-column .lost_password a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__btn {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 22px !important;
}
@media (max-width: 767px) {
  .main__login-wrapper .login__form-block .woocommerce-form-login .login__btn {
    margin-bottom: 23px !important;
  }
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__btn button {
  width: 100%;
  display: block;
  background-color: #737B4C;
  padding: 16px 20px 15px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 11.4px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .login__btn button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .new__customer-link {
  text-align: center;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .new__customer-link p {
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  color: #777777;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.main__login-wrapper .login__form-block .woocommerce-form-login .new__customer-link p a {
  color: #494949 !important;
  text-decoration: underline !important;
}
.main__login-wrapper .login__image-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 57.1%;
  height: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 1300px) {
  .main__login-wrapper .login__image-block {
    width: calc(100% - 390px);
  }
}
@media (max-width: 767px) {
  .main__login-wrapper .login__image-block {
    width: 100%;
    position: relative;
    height: 223px;
  }
}
.main__login-wrapper .login__image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lost__password-wrapper {
  padding: 30px 0px 30px 0px;
  width: 100%;
}
.lost__password-wrapper .woocommerce-ResetPassword {
  max-width: 40%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lost__password-wrapper .woocommerce-ResetPassword {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .lost__password-wrapper .woocommerce-ResetPassword {
    max-width: 100%;
  }
}
.lost__password-wrapper .woocommerce-ResetPassword p {
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 30px;
}
.lost__password-wrapper .woocommerce-ResetPassword .woocommerce-form-row {
  padding: 0px;
  width: 100%;
  margin: 0px;
}
.lost__password-wrapper .woocommerce-ResetPassword .woocommerce-form-row label {
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
  margin-bottom: 12px;
}
.lost__password-wrapper .woocommerce-ResetPassword .woocommerce-form-row input {
  background-color: #ECEAE0;
  border: none;
  border-radius: 0px;
  padding: 18px 24px 17px 24px;
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
}
.lost__password-wrapper .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
  width: 100%;
  display: block;
  background-color: #737B4C;
  padding: 16px 20px 15px !important;
  border-radius: 0px;
  font-size: 20px;
  line-height: 11.4px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lost__password-wrapper .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login__content .woocommerce-notices-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
}
.login__content .woocommerce-notices-wrapper ul {
  margin: 0px !important;
}
.login__content .woocommerce-notices-wrapper ul a {
  color: #737B4C;
}

.lost__password-wrapper .lost_reset_password .lost__mb-2 {
  margin-bottom: 20px !important;
}

.note__wrapper {
  padding: 20px 0px;
}

.lost__password-wrapper .lost_reset_password .password-input .show-password-input {
  margin: 0;
  top: 20px;
}

.woocommerce-notices-wrapper, .woocommerce-message {
  width: 100%;
}

.woocommerce-order-details {
  margin-top: 24px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 30px;
  line-height: 17.7px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 15px;
}
.woocommerce-order-details .woocommerce-table--order-details {
  border-collapse: collapse !important;
  border-radius: 0px !important;
}
.woocommerce-order-details .woocommerce-table--order-details tr td, .woocommerce-order-details .woocommerce-table--order-details tr th {
  font-family: "Helvetica" !important;
  font-weight: 400 !important;
}
.woocommerce-order-details .woocommerce-table--order-details tr td a, .woocommerce-order-details .woocommerce-table--order-details tr th a {
  color: #737B4C !important;
}

.woocommerce-order-details + .woocommerce-customer-details .woocommerce-column__title {
  font-size: 30px;
  line-height: 17.7px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 15px;
}
.woocommerce-order-details + .woocommerce-customer-details address {
  border-radius: 0px !important;
  border: 1px solid #cbcbcb;
  padding: 10px 20px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #494949;
  font-size: 15px;
  line-height: 22px;
}

.register__form-wrapper .login__form-block {
  padding: 67px 55px 67px 0px;
}
@media (max-width: 1300px) {
  .register__form-wrapper .login__form-block {
    padding: 45px 20px 45px 0px;
  }
}
@media (max-width: 767px) {
  .register__form-wrapper .login__form-block {
    padding: 32px 0px 39px 0px;
  }
}
.register__form-wrapper .login__form-block .login__form-title {
  margin-bottom: 26px;
}
.register__form-wrapper .login__form-block .login__form-title h2 {
  margin-bottom: 15px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register {
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
  border: none;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row .register__form-col6 {
  width: calc(50% - 9.5px);
  padding: 0px !important;
  margin: 0px !important;
}
@media (max-width: 1300px) {
  .register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row .register__form-col6 {
    width: 100%;
  }
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row .register__form-col12 {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row label {
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
  margin-bottom: 12px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row input {
  background-color: #ECEAE0;
  border: none;
  border-radius: 0px;
  padding: 18px 24px 17px 24px;
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
}
@media (max-width: 1300px) {
  .register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row input {
    padding: 15px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row input {
    padding: 18px 24px 17px 24px;
  }
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row .show-password-input {
  display: none;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-row.mb__0 {
  margin-bottom: 0px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-reward--Program {
  margin-top: 19px;
  border-top: 1px solid #DDDDDD;
  padding-top: 18px;
  margin-bottom: 37px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-reward--Program .register__form-reward--checked {
  margin-bottom: 18px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-reward--Program .register__form-reward--checked label span {
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-reward--Program .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
  margin-bottom: 0px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-reward--Program .woocommerce-privacy-policy-text p a {
  color: #494949;
  text-decoration: underline !important;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-submit--btn p {
  padding: 0px !important;
  margin: 0px !important;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-submit--btn p button {
  width: 100%;
  display: block;
  background-color: #737B4C;
  padding: 16px 20px 15px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 11.4px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .register__form-submit--btn p button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .new__customer-link {
  text-align: center;
  margin-top: 18px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .new__customer-link p {
  font-size: 16px;
  line-height: 16.69px;
  font-weight: 400;
  color: #777777;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.register__form-wrapper .login__form-block .woocommerce-form-register .new__customer-link p a {
  color: #494949 !important;
  text-decoration: underline !important;
}

.contact__wrapper {
  padding: 61px 0px 47.5px;
}
@media (max-width: 767px) {
  .contact__wrapper {
    padding: 40px 0px 30px;
  }
}
.contact__wrapper .contact__title-wrapper {
  max-width: 725px;
  margin: 0 auto;
  margin-bottom: 35px;
  text-align: center;
}
.contact__wrapper .contact__title-wrapper .woocommerce-breadcrumb {
  font-size: 16px;
  line-height: 13.76px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 19px;
}
.contact__wrapper .contact__title-wrapper .woocommerce-breadcrumb a {
  font-size: 16px;
  line-height: 13.76px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__title-wrapper .woocommerce-breadcrumb a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__title-wrapper h2 {
  font-size: 50px;
  line-height: 29.5px;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin-bottom: 19px;
  color: #494949;
}
.contact__wrapper .contact__title-wrapper p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.contact__wrapper .contact__card-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -10px;
  row-gap: 20px;
}
.contact__wrapper .contact__card-row .contact__card-column {
  width: 25%;
  padding: 0px 10px;
}
@media (max-width: 1300px) {
  .contact__wrapper .contact__card-row .contact__card-column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .contact__card-row .contact__card-column {
    width: 100%;
  }
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item {
  background-color: #FFFFFF;
  padding: 0px 18px 31px 19px;
  border: 1px solid #494949;
  height: 100%;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .card__title-block {
  padding: 19px 0px 14px 45px;
  border-bottom: 1px solid #B9B9B9;
  position: relative;
  margin-bottom: 20px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .card__title-block svg {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .card__title-block h3 {
  font-size: 25px;
  line-height: 25.25px;
  letter-spacing: 0.32px;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #494949;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info ul li {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  display: block;
  margin-bottom: 6px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info p {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  margin-bottom: 12px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info p a {
  font-weight: normal;
  font-family: "Helvetica-Bold";
  text-decoration: underline !important;
  color: #333333;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info .mb__0 {
  margin-bottom: 0px !important;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .call__info div div p {
  margin-bottom: 0px !important;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .mail__info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .mail__info ul li {
  display: block;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .mail__info ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .mail__info ul li p {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  margin-bottom: 0px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .mail__info ul li a {
  display: inline-flex;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  color: #333333;
  text-decoration: underline !important;
  margin-bottom: 0px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .visit__info p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 38px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .visit__info a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-family: "Helvetica-Bold";
  font-weight: 700;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .visit__info a svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .visit__info a:hover svg {
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .get__touch-info p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 37px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .get__touch-info .contact__social-icons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .get__touch-info .contact__social-icons ul li {
  display: inline-flex;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .get__touch-info .contact__social-icons ul li a {
  display: inline-flex;
  max-width: 21px;
}
.contact__wrapper .contact__card-row .contact__card-column .contact__card-item .get__touch-info .contact__social-icons ul li a img {
  max-width: 100%;
}

.contact__form-block {
  padding: 47.5px 0px;
}
@media (max-width: 767px) {
  .contact__form-block {
    padding: 30px 0px;
  }
}
.contact__form-block .contact__block-row {
  background-color: #ECEAE0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact__form-block .contact__block-row .contact__form-card--image {
  width: 31.875%;
  display: flex;
}
@media (max-width: 991px) {
  .contact__form-block .contact__block-row .contact__form-card--image {
    width: 39.875%;
  }
}
@media (max-width: 767px) {
  .contact__form-block .contact__block-row .contact__form-card--image {
    width: 100%;
    height: 190px;
  }
}
.contact__form-block .contact__block-row .contact__form-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper {
  width: 68.125%;
  padding: 53px 50px 41px 40px;
}
@media (max-width: 991px) {
  .contact__form-block .contact__block-row .contact__form-card--wrapper {
    width: 60.125%;
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .contact__form-block .contact__block-row .contact__form-card--wrapper {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .contact__form-title {
  position: relative;
  margin-bottom: 34px;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .contact__form-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #656565;
  transform: translate(0%, -50%);
  z-index: 1;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .contact__form-title h3 {
  font-size: 25px;
  line-height: 18px;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  background-color: #ECEAE0;
  padding-right: 26px;
  display: inline-flex;
  color: #494949;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -16px;
  row-gap: 29px;
}
@media (max-width: 991px) {
  .contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-row {
    row-gap: 15px;
  }
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-row .form__field-col {
  width: 33.33%;
  padding: 0px 16px;
}
@media (max-width: 1024px) {
  .contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-row .form__field-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-row .form__field-col {
    width: 100%;
  }
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-row .form__field-col12 {
  width: 100%;
  padding: 0px 16px;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item p {
  margin: 0px !important;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item label {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item label span {
  font-size: 14px;
  line-height: 17.22px;
  color: #D98986;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item input {
  width: 100%;
  padding: 10px 17px;
  border: none;
  background-color: #DEDCD3;
  border-radius: 0px;
  font-size: 16px;
  line-height: 19.68px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item input::placeholder {
  color: #777777;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  display: block;
  font-style: italic;
  margin-top: 3px;
  font-family: "Helvetica";
  font-weight: 400;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item select {
  width: 100%;
  padding: 10px 30px 10px 17px;
  border: none;
  background-color: #DEDCD3;
  border-radius: 0px;
  font-size: 16px;
  line-height: 19.68px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  background-image: url(assets/images/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 17px;
  border: none;
  background-color: #DEDCD3;
  border-radius: 0px;
  font-size: 16px;
  line-height: 19.68px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  min-height: 103px;
  max-height: 103px;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__field-item textarea::placeholder {
  color: #777777;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__submit-btn--wrapper {
  margin-top: 22px;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__submit-btn--wrapper button, .contact__form-block .contact__block-row .contact__form-card--wrapper .form__submit-btn--wrapper input[type=submit] {
  cursor: pointer;
  display: inline-flex;
  background-color: #494949;
  padding: 6px 63px 7px 64px;
  border: none;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__form-block .contact__block-row .contact__form-card--wrapper .form__submit-btn--wrapper button:hover, .contact__form-block .contact__block-row .contact__form-card--wrapper .form__submit-btn--wrapper input[type=submit]:hover {
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact__faqs {
  padding: 47.5px 0px 49px;
}
@media (max-width: 767px) {
  .contact__faqs {
    padding: 30px 0px 40px;
  }
}
.contact__faqs .contact__faqs-title {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .contact__faqs .contact__faqs-title {
    margin-bottom: 32px;
  }
}
.contact__faqs .contact__faqs-title h3 {
  font-size: 50px;
  line-height: 48.5px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 991px) {
  .contact__faqs .contact__faqs-title h3 {
    font-size: 40px;
    line-height: 44.5px;
  }
}
.contact__faqs .faqs__items-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact__faqs .faqs__items-row {
    row-gap: 9px;
  }
}
.contact__faqs .faqs__items-row .faqs__items-col {
  width: calc(50% - 26px);
}
@media (max-width: 1300px) {
  .contact__faqs .faqs__items-row .faqs__items-col {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .contact__faqs .faqs__items-row .faqs__items-col {
    width: 100%;
  }
}
.contact__faqs .faq__item {
  margin-bottom: 9px;
}
.contact__faqs .faq__item:nth-last-child(1) {
  margin-bottom: 0px;
}
.contact__faqs .faq__item details {
  background-color: #ECEAE0;
  border: 1px solid #DDDDDD;
}
.contact__faqs .faq__item details summary {
  font-size: 20px;
  line-height: 22px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  padding: 23px 45px 23px 22px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact__faqs .faq__item details summary {
    padding: 20px 30px 20px 20px;
  }
}
.contact__faqs .faq__item details summary::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 26px;
  width: 12px;
  height: 12px;
  background: url(assets/images/faq__arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact__faqs .faq__item details summary::after {
    top: 26px;
    right: 15px;
  }
}
.contact__faqs .faq__item details .show__ans-wrapper {
  padding: 0px 25px 28px 22px;
}
.contact__faqs .faq__item details .show__ans-wrapper .ans__content {
  border-top: 1px solid #DDDDDD;
  padding-top: 16px;
}
.contact__faqs .faq__item details .show__ans-wrapper .ans__content p {
  font-size: 16px;
  line-height: 20.48px;
  color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  margin: 0px;
}
.contact__faqs .faq__item details[open] {
  background-color: #737B4C;
  border-color: #737B4C;
}
.contact__faqs .faq__item details[open] summary {
  color: #FFFFFF;
  padding-bottom: 16px;
}
.contact__faqs .faq__item details[open] summary::after {
  background: url(assets/images/faq__arrow-open.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.contact__faqs .faq__all-btn {
  margin-top: 48px;
  text-align: center;
}
.contact__faqs .faq__all-btn a {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #494949;
  padding: 15px 30px;
  font-family: "Helvetica-Bold";
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__faqs .faq__all-btn a:hover {
  background-color: #494949;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about__banner--wrapper {
  width: 100%;
  height: calc(100vh - 110px);
}
@media (max-width: 1300px) {
  .about__banner--wrapper {
    height: auto;
  }
}
@media (max-height: 700px) {
  .about__banner--wrapper {
    height: auto;
  }
}
.about__banner--wrapper .container {
  position: relative;
}
.about__banner--wrapper .container .about__banner--content-wrapper {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 477px;
  padding: 0px 0px 0px 20px;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper {
    top: 40px;
  }
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .subtitle {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .subtitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .subtitle {
    margin-bottom: 22px;
  }
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text h1 {
  font-family: "Helvetica";
  font-size: 40px;
  line-height: 49.2px;
  color: #494949;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 400;
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text h1 span {
  color: #737B4C;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text h1 {
    font-size: 36px;
    line-height: 43.2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text h1 {
    font-size: 30px;
    line-height: 36.9px;
    margin-bottom: 22px;
  }
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text p {
  font-family: "Helvetica";
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  margin-bottom: 27px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text p {
    margin-bottom: 31px;
  }
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons {
  display: flex;
  align-items: center;
  column-gap: 24px;
  row-gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons {
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons {
    column-gap: 30px;
    row-gap: 15px;
  }
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons a {
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.68px;
  color: #494949;
  padding: 14px 20px 14px 31px;
  border: 1px solid #494949;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons a {
    line-height: 18.68px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons a {
    line-height: 19.68px;
    padding: 14px 31px;
  }
}
.about__banner--wrapper .container .about__banner--content-wrapper .about__banner-text .about__banner--buttons a.no__border--btn {
  border: 0;
  padding: 0;
}
.about__banner--wrapper .about__banner-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .about__banner--wrapper .about__banner-image {
    display: flex;
  }
}
@media (max-height: 700px) {
  .about__banner--wrapper .about__banner-image {
    height: 90vh;
  }
}
@media (max-width: 991px) {
  .about__banner--wrapper .about__banner-image {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .about__banner--wrapper .about__banner-image {
    height: 828px;
  }
}
.about__banner--wrapper .about__banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px -86px;
}
@media screen and (max-width: 1680px) and (min-width: 1440px) {
  .about__banner--wrapper .about__banner-image img {
    object-position: 0px -25px;
  }
}
@media (min-width: 1950px) {
  .about__banner--wrapper .about__banner-image img {
    object-position: 0px 0px;
  }
}
@media (max-width: 1300px) {
  .about__banner--wrapper .about__banner-image img {
    object-position: 0px 0px;
  }
}
@media (max-width: 991px) {
  .about__banner--wrapper .about__banner-image img {
    object-fit: cover;
    object-position: left;
  }
}
@media (max-width: 767px) {
  .about__banner--wrapper .about__banner-image img {
    object-position: -230px 0px;
  }
}
@media (max-height: 700px) {
  .about__banner--wrapper .about__banner-image img {
    object-position: 0px -25px;
  }
}

.about__instruction--wrapper {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  padding: 67px 0px 68px;
}
@media (max-width: 1300px) {
  .about__instruction--wrapper {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 767px) {
  .about__instruction--wrapper {
    padding: 42px 0px;
  }
}
.about__instruction--wrapper .instruction__text {
  max-width: 1021px;
  text-align: center;
  margin: 0 auto;
}
.about__instruction--wrapper .instruction__text p {
  font-family: "Helvetica";
  font-size: 30px;
  font-weight: 400;
  line-height: 36.9px;
  color: #555555;
}
@media (max-width: 1300px) {
  .about__instruction--wrapper .instruction__text p {
    font-size: 26px;
    line-height: 32.9px;
  }
}
@media (max-width: 767px) {
  .about__instruction--wrapper .instruction__text p {
    font-size: 20px;
    line-height: 24.6px;
  }
}
.about__instruction--wrapper .instruction__text p em {
  color: #737B4C;
}

.about__ensuring--wrapper {
  padding: 99px 0px 100px;
}
@media (max-width: 1300px) {
  .about__ensuring--wrapper {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper {
    padding: 28px 0px 65px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns {
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns {
    row-gap: 39px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper {
  width: calc(45% - 38px);
}
@media (max-width: 1300px) {
  .about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper {
    width: calc(45% - 15px);
  }
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper {
    width: 100%;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper .image {
  width: 100%;
  height: 686px;
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper .image {
    height: 325px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper .image {
    height: 519px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .left__col--wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper {
  width: calc(55% - 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper {
    width: calc(55% - 15px);
  }
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper {
    width: 100%;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper {
    row-gap: 39px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content {
  max-width: 477px;
}
@media (max-width: 1300px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content {
    max-width: 100%;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content span {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  color: #555555;
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1300px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content span {
    line-height: 17.8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content span {
    line-height: 19.8px;
    margin-bottom: 22px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content h2 {
  font-family: "Helvetica";
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
  color: #494949;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content h2 {
    font-size: 30px;
    line-height: 31.2px;
    margin-bottom: 28px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #777777;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content p {
    margin-bottom: 22px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__top--content p br {
    display: none;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content {
    align-items: flex-end;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__image {
  width: calc(40% - 18px);
  height: 266px;
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__image {
    width: 100%;
    height: 390px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__content {
  width: calc(60% - 18px);
  padding-right: 45px;
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__content {
    width: 100%;
    padding-right: 0px;
    margin-top: 18px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__content h3 {
  font-family: "bebasregular";
  font-size: 25px;
  font-weight: 400;
  line-height: 31.75px;
  color: #494949;
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__content h3 {
    margin-bottom: 13px;
  }
}
.about__ensuring--wrapper .about__ensuring--columns .right__col--wrapper .right__col__bottom--content .bottom__content p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #777777;
  margin: 0;
}

.infused__by__nature--wrapper .infused__video--poster {
  width: 100%;
  height: 626px;
  position: relative;
}
@media (max-width: 1300px) {
  .infused__by__nature--wrapper .infused__video--poster {
    height: 465px;
  }
}
@media (max-width: 767px) {
  .infused__by__nature--wrapper .infused__video--poster {
    height: 393px;
  }
}
.infused__by__nature--wrapper .infused__video--poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infused__by__nature--wrapper .infused__video--poster .infused__video--title {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  width: 519px;
  margin: 0 auto;
  display: inline-block;
  z-index: 99;
  text-align: center;
}
@media (max-width: 767px) {
  .infused__by__nature--wrapper .infused__video--poster .infused__video--title {
    width: 100%;
    padding: 0px 20px;
  }
}
.infused__by__nature--wrapper .infused__video--poster .infused__video--title h2 {
  font-family: "bebasregular";
  font-size: 100px;
  font-weight: 400;
  line-height: 84px;
  color: #FFFFFF;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .infused__by__nature--wrapper .infused__video--poster .infused__video--title h2 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .infused__by__nature--wrapper .infused__video--poster .infused__video--title h2 {
    font-size: 50px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}
.infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button {
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.68px;
  color: #494949;
  padding: 16.5px;
  text-align: center;
  min-width: 178px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15.62px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button {
    font-size: 16px;
    line-height: 19.68px;
    padding: 12px 16.5px;
  }
}
@media (max-width: 767px) {
  .infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button {
    padding: 14px 31px;
    gap: 10px;
    min-width: auto;
  }
}
.infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button svg {
  fill: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button:hover {
  background: transparent;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.infused__by__nature--wrapper .infused__video--poster .infused__video--title .video__btn button:hover svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infused__video--popup {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 90%;
  height: 90%;
  background: #FFFFFF;
  z-index: 1000;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.infused__video--popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infused__video--popup.active {
  display: block;
}

.our__ingredients--wrapper {
  padding: 99px 0px 49px;
}
@media (max-width: 1300px) {
  .our__ingredients--wrapper {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 767px) {
  .our__ingredients--wrapper {
    padding: 65px 0px 35px;
  }
}
.our__ingredients--wrapper .our__ingredients--header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 73px;
}
@media (max-width: 1300px) {
  .our__ingredients--wrapper .our__ingredients--header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .our__ingredients--wrapper .our__ingredients--header {
    margin-bottom: 42px;
  }
}
.our__ingredients--wrapper .our__ingredients--header .header__title {
  width: calc(50% - 84.5px);
}
@media (max-width: 1300px) {
  .our__ingredients--wrapper .our__ingredients--header .header__title {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .our__ingredients--wrapper .our__ingredients--header .header__title {
    width: 100%;
  }
}
.our__ingredients--wrapper .our__ingredients--header .header__title h2 {
  font-family: "Helvetica";
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
  color: #494949;
  margin: 0;
}
.our__ingredients--wrapper .our__ingredients--header .header__title h2 span {
  color: #737B4C;
}
@media (max-width: 1300px) {
  .our__ingredients--wrapper .our__ingredients--header .header__title h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .our__ingredients--wrapper .our__ingredients--header .header__title h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .our__ingredients--wrapper .our__ingredients--header .header__title h2 {
    font-size: 30px;
    line-height: 31.2px;
    margin-bottom: 21px;
  }
}
.our__ingredients--wrapper .our__ingredients--header .header__description {
  width: calc(50% - 84.5px);
}
@media (max-width: 1300px) {
  .our__ingredients--wrapper .our__ingredients--header .header__description {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .our__ingredients--wrapper .our__ingredients--header .header__description {
    width: 100%;
  }
}
.our__ingredients--wrapper .our__ingredients--header .header__description p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #777777;
  margin-bottom: 24px;
}
@media (max-width: 1300px) {
  .our__ingredients--wrapper .our__ingredients--header .header__description p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .our__ingredients--wrapper .our__ingredients--header .header__description p {
    margin-bottom: 29px;
  }
}
.our__ingredients--wrapper .our__ingredients--header .header__description a {
  display: inline-block;
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.68px;
  color: #494949;
  padding: 14px 31px;
  border: 1px solid #494949;
}
@media (max-width: 1280px) {
  .our__ingredients--wrapper .our__ingrdients--cards {
    margin-right: -20px;
  }
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper {
  border: 1px solid #494949;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__header {
  padding: 21.67px 13px 12px 12px;
  background-color: #D7D2CB;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__header .icon {
  width: 27.26px;
  height: 39.33px;
  margin-bottom: 7px;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__header .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__header .icon {
    width: 27.26px;
    height: 39.33px;
  }
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__header h3 {
  font-family: "bebasregular";
  font-size: 25px;
  font-weight: 400;
  line-height: 25.25px;
  letter-spacing: 0.02em;
  color: #494949;
  margin: 0;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50.5px;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__content {
  padding: 22px 14px 36px 13px;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__content p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #777777;
  min-height: 83.19px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 13.88px;
  color: #494949;
  margin: 0;
}
.our__ingredients--wrapper .our__ingrdients--cards .swiper-slide .ingredients__cards--content-wrapper .card__content button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 13.88px;
  color: #494949;
  margin: 0;
  border: 0;
  background: transparent;
}
.our__ingredients--wrapper our-ingredients-cards .swiper-pagination {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px !important;
  bottom: 0px;
  margin-top: 42px !important;
  height: 2px;
  background-color: #DDDDDD;
  display: none;
}
@media (max-width: 1280px) {
  .our__ingredients--wrapper our-ingredients-cards .swiper-pagination {
    display: block;
  }
}
.our__ingredients--wrapper our-ingredients-cards .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #737B4C;
}

.ingredients__video--popup {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 90%;
  height: 90%;
  background: #FFFFFF;
  z-index: 1000;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.ingredients__video--popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ingredients__video--popup.active {
  display: block;
}

.our__keyValues--wrapper {
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .our__keyValues--wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .our__keyValues--wrapper {
    padding-bottom: 84px;
  }
}
.our__keyValues--wrapper .key__value--cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767px) {
  .our__keyValues--wrapper .key__value--cards {
    border: 1px solid #DDDDDD;
  }
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content {
  width: calc(33.33% - 15px);
  position: relative;
  padding-bottom: 43px;
}
@media (max-width: 991px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content {
    width: 100%;
    padding: 10px 9px 25px 9px;
    border-bottom: 1px solid #DDDDDD;
  }
  .our__keyValues--wrapper .key__value--cards .key__value--card-content:nth-last-child(1) {
    border-bottom: none !important;
  }
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background: #DDDDDD;
}
@media (max-width: 767px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content::after {
    display: none;
  }
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content:nth-last-child(1)::after {
  display: none;
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content .image {
  width: 100%;
  height: 454px;
  margin-bottom: 17px;
}
@media (max-width: 1300px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content .image {
    height: 355px;
  }
}
@media (max-width: 991px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content .image {
    height: 255px;
  }
}
@media (max-width: 767px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content .image {
    height: 477px;
  }
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content .card__content h3 {
  font-family: "bebasregular";
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  color: #555555;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content .card__content h3 span {
  margin-right: 16px;
  display: inline-block;
}
@media (max-width: 991px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content .card__content h3 span {
    margin-right: 6px;
  }
}
@media (max-width: 991px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content .card__content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .our__keyValues--wrapper .key__value--cards .key__value--card-content .card__content h3 {
    margin-bottom: 17px;
  }
}
.our__keyValues--wrapper .key__value--cards .key__value--card-content .card__content p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #777777;
  margin: 0;
}

.parallax__image {
  display: flex;
}
.parallax__image img {
  width: 100%;
  height: auto;
}

.inspiring__journey {
  padding: 67px 0px 0px;
}
@media (max-width: 1300px) {
  .inspiring__journey {
    padding: 50px 0px 0px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey {
    padding: 40px 0px 0px;
  }
}
.inspiring__journey .inspiring__journey-title {
  max-width: 525px;
  margin: 0 auto;
  margin-bottom: 68px;
  text-align: center;
}
@media (max-width: 1300px) {
  .inspiring__journey .inspiring__journey-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .inspiring__journey .inspiring__journey-title {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .inspiring__journey-title {
    margin-bottom: 40px;
    text-align: left;
  }
}
.inspiring__journey .inspiring__journey-title h2 {
  font-size: 50px;
  line-height: 52px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 1300px) {
  .inspiring__journey .inspiring__journey-title h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .inspiring__journey .inspiring__journey-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .inspiring__journey-title h2 {
    font-size: 30px;
    line-height: 31.2px;
  }
}
.inspiring__journey .border__block {
  border-bottom: 1px solid #494949;
}
@media (max-width: 767px) {
  .inspiring__journey .border__block {
    border-bottom: none;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 68px;
  max-width: 944px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 81px;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper {
    row-gap: 45px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper {
    padding-left: 28px;
    row-gap: 40px;
    padding-bottom: 0px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background-color: #494949;
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper::after {
    margin: 0px;
    right: auto;
    left: 0px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col {
  width: calc(50% - 38px);
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col {
    width: 100%;
    display: none;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image {
  width: 100%;
  height: 340px;
  position: relative;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image {
    height: 270px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image .journey__video--btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 178px;
  text-align: center;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image .journey__video--btn button {
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.68px;
  color: #FFFFFF;
  background: #737B4C;
  border: 0;
  padding: 16.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-image--col .journey__image-main--image .journey__video--btn button svg {
  margin-right: 16.62px;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col {
  width: calc(50% - 38px);
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col {
    width: 100%;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content {
  position: relative;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -47.85px;
  width: 20px;
  height: 20px;
  background-color: #737B4C;
  z-index: 3;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content::before {
    left: -34.85px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content::before {
    left: -28px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .sub__heading {
  font-size: 18px;
  line-height: 19.8px;
  color: #555555;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .sub__heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .sub__heading {
    margin-bottom: 11px;
    line-height: 12.06px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content h3 {
  font-size: 50px;
  line-height: 32px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content h3 {
    font-size: 40px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content h3 {
    font-size: 50px;
    line-height: 32px;
    margin-bottom: 23px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image {
  width: 100%;
  height: 237px;
  display: none;
  margin-bottom: 23px;
  position: relative;
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image {
    display: flex;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image .journey__video--btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image .journey__video--btn button {
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.68px;
  color: #FFFFFF;
  background: #737B4C;
  border: 0;
  padding: 14px 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image .journey__video--btn button svg {
  margin-right: 16.62px;
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .journey__image-main--image .journey__video--btn button svg {
    margin-right: 10px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .des__content {
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .des__content p {
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .des__content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .des__content p {
    margin-bottom: 26px;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row .inspiring__journey-txt--col .inspiring__content .des__content p:nth-last-child(1) {
  margin-bottom: 0px;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) {
  flex-direction: row-reverse;
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content {
  text-align: right;
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content {
    text-align: left;
  }
}
.inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content::before {
  left: auto;
  right: -47.85px;
}
@media (max-width: 991px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content::before {
    right: -34.85px;
  }
}
@media (max-width: 767px) {
  .inspiring__journey .border__block .inspiring__journey-info--wrapper .inspiring__journey-info--row:nth-child(even) .inspiring__journey-txt--col .inspiring__content::before {
    left: -28px;
    right: auto;
  }
}

.people__block {
  padding: 100px 0px 100px;
  position: relative;
  min-height: 505.27px;
}
@media (max-width: 1300px) {
  .people__block {
    padding: 60px 0px 60px;
  }
}
@media (max-width: 767px) {
  .people__block {
    padding: 65px 0px 65px;
  }
}
.people__block .people__info {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1300px) {
  .people__block .people__info {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .people__block .people__info {
    position: relative;
    top: 0px;
  }
}
.people__block .people__info .people__content-block {
  position: relative;
}
.people__block .people__info .people__content-block .people__block-title {
  max-width: 444px;
}
@media (max-width: 1300px) {
  .people__block .people__info .people__content-block .people__block-title {
    max-width: 405px;
  }
}
@media (max-width: 991px) {
  .people__block .people__info .people__content-block .people__block-title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .people__block .people__info .people__content-block .people__block-title {
    margin-bottom: 50px;
  }
}
.people__block .people__info .people__content-block .people__block-title h2 {
  font-size: 50px;
  line-height: 52px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .people__block .people__info .people__content-block .people__block-title h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .people__block .people__info .people__content-block .people__block-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .people__block .people__info .people__content-block .people__block-title h2 {
    font-size: 30px;
    line-height: 31.2px;
    margin-bottom: 24px;
  }
}
.people__block .people__info .people__content-block .people__block-title p {
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 33px;
}
@media (max-width: 1300px) {
  .people__block .people__info .people__content-block .people__block-title p {
    margin-bottom: 24px;
  }
}
.people__block .people__info .people__content-block .people__block-title a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #494949;
  background-color: transparent;
  padding: 14px 31px;
  color: #494949;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  gap: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__info .people__content-block .people__block-title a svg {
  stroke: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__info .people__content-block .people__block-title a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__info .people__content-block .people__block-title a:hover svg {
  stroke: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper {
  max-width: 56.52%;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .people__block .people__slider-wrapper {
    max-width: 100%;
    padding-left: 20px;
  }
}
.people__block .people__slider-wrapper .people__slide-item {
  background-color: #E9E5DF;
}
.people__block .people__slider-wrapper .people__slide-item .people__img {
  height: 454px;
  width: 100%;
  position: relative;
}
@media (max-width: 1300px) {
  .people__block .people__slider-wrapper .people__slide-item .people__img {
    height: 338px;
  }
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__slide-item .people__img {
    height: 378px;
  }
}
.people__block .people__slider-wrapper .people__slide-item .people__img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 231px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.people__block .people__slider-wrapper .people__slide-item .people__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px -44px;
}
@media (max-width: 1300px) {
  .people__block .people__slider-wrapper .people__slide-item .people__img img {
    object-position: center;
  }
}
.people__block .people__slider-wrapper .people__slide-item .people__img .member__name {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 22px 70px 22px 17px;
  left: 0px;
  z-index: 2;
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__slide-item .people__img .member__name {
    padding: 22px 70px 36px 17px;
  }
}
.people__block .people__slider-wrapper .people__slide-item .people__img .member__name p {
  font-size: 16px;
  line-height: 16.64px;
  color: #F2F2F2;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__slide-item .people__img .member__name p {
    margin-bottom: 15px;
  }
}
.people__block .people__slider-wrapper .people__slide-item .people__img .member__name h3 {
  font-size: 30px;
  line-height: 19.5px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.people__block .people__slider-wrapper .people__slide-item .people__img .linkedin__icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  background-color: #737B4C;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: none;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slide-item .people__img .linkedin__icon:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slide-item .people__img .linkedin__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.people__block .people__slider-wrapper .people__slide-item .people__detail {
  padding: 21px 21px 29px 17px;
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__slide-item .people__detail {
    padding: 24px 17px 38px 17px;
  }
}
.people__block .people__slider-wrapper .people__slide-item .people__detail p {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__slide-item .people__detail p {
    margin-bottom: 24px;
    -webkit-line-clamp: 6;
  }
}
.people__block .people__slider-wrapper .people__slide-item .people__detail a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 16px;
  line-height: 13.88px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slide-item .people__detail a:hover {
  gap: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slider-arrow {
  margin-top: 31px;
  margin-bottom: 19.15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__slider-arrow {
    margin-top: 34px;
    margin-bottom: 14.15px;
  }
}
.people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-next, .people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-prev {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px !important;
  width: 28.15px;
  height: 28.85px;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-next.swiper-button-disabled, .people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: transparent !important;
  border-color: #B8B8B8 !important;
}
.people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-next.swiper-button-disabled svg, .people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-prev.swiper-button-disabled svg {
  fill: #B8B8B8 !important;
}
.people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-next svg, .people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-prev svg {
  fill: #B8B8B8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-next:hover, .people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-prev:hover {
  background-color: #737B4C;
  border-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-next:hover svg, .people__block .people__slider-wrapper .people__slider-arrow .people__swiper-button-prev:hover svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.people__block .people__slider-wrapper .people__info-swiper-pagination {
  height: 2px;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px !important;
  background-color: #DDDDDD;
  max-width: 71%;
}
@media (max-width: 1300px) {
  .people__block .people__slider-wrapper .people__info-swiper-pagination {
    max-width: 95.5%;
  }
}
@media (max-width: 991px) {
  .people__block .people__slider-wrapper .people__info-swiper-pagination {
    max-width: 97.5%;
  }
}
@media (max-width: 767px) {
  .people__block .people__slider-wrapper .people__info-swiper-pagination {
    max-width: 95%;
  }
}
.people__block .people__slider-wrapper .people__info-swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #737B4C;
}

.about__cta {
  padding: 121px 0px 120px;
  background-color: #737B4C;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .about__cta {
    padding: 80px 0px 70px;
  }
}
@media (max-width: 991px) {
  .about__cta {
    padding: 60px 0px 0px;
  }
}
@media (max-width: 767px) {
  .about__cta {
    padding: 57px 0px 0px;
  }
}
.about__cta .about__cta-txt {
  max-width: 560px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1300px) {
  .about__cta .about__cta-txt {
    max-width: 510px;
  }
}
@media (max-width: 991px) {
  .about__cta .about__cta-txt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about__cta .about__cta-txt {
    max-width: 100%;
    margin-bottom: 32.31px;
  }
}
.about__cta .about__cta-txt .sub__heading {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #FFFFFF;
  margin-bottom: 21px;
  display: block;
}
@media (max-width: 1300px) {
  .about__cta .about__cta-txt .sub__heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about__cta .about__cta-txt .sub__heading {
    margin-bottom: 16px;
  }
}
.about__cta .about__cta-txt h2 {
  font-size: 50px;
  line-height: 52px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 21px;
}
@media (max-width: 1300px) {
  .about__cta .about__cta-txt h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .about__cta .about__cta-txt h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about__cta .about__cta-txt h2 {
    font-size: 30px;
    line-height: 31.2px;
    margin-bottom: 26px;
  }
}
.about__cta .about__cta-txt p {
  font-size: 16px;
  line-height: 20.8px;
  color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 33px;
}
@media (max-width: 1300px) {
  .about__cta .about__cta-txt p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .about__cta .about__cta-txt p {
    margin-bottom: 34px;
  }
}
.about__cta .about__cta-txt .about__cta-form {
  max-width: 449px;
}
@media (max-width: 767px) {
  .about__cta .about__cta-txt .about__cta-form {
    max-width: 100%;
  }
}
.about__cta .about__cta-txt .about__cta-form .cta__form-field {
  position: relative;
}
.about__cta .about__cta-txt .about__cta-form .cta__form-field p {
  margin: 0px !important;
}
.about__cta .about__cta-txt .about__cta-form .cta__form-field p br {
  display: none !important;
}
.about__cta .about__cta-txt .about__cta-form .cta__form-field input {
  width: 100%;
  padding: 13px 130px 13px 14px;
  color: #777777;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  border: none;
  background-color: #FFFDF8;
  border-radius: 0px !important;
}
.about__cta .about__cta-txt .about__cta-form .cta__form-field button, .about__cta .about__cta-txt .about__cta-form .cta__form-field input[type=submit] {
  background-color: #494949;
  padding: 12px 23px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 13px;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about__cta .about__cta-txt .about__cta-form .cta__form-field button:hover, .about__cta .about__cta-txt .about__cta-form .cta__form-field input[type=submit]:hover {
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about__cta .cta__image {
  width: 870px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
}
.about__cta .cta__image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .about__cta .cta__image {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .about__cta .cta__image {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about__cta .cta__image {
    display: none;
  }
}
.about__cta .cta__image-mobile--image {
  max-width: 100%;
  height: 428px;
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  .about__cta .cta__image-mobile--image {
    display: flex;
  }
}
.about__cta .cta__image-mobile--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.ourJourney__video--popup {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 90%;
  height: 90%;
  background: #FFFFFF;
  z-index: 1000;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.ourJourney__video--popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ourJourney__video--popup.active {
  display: block;
}

.faq__banner {
  background-color: #737B4C;
  padding: 65px 0px 41px;
}
@media (max-width: 991px) {
  .faq__banner {
    padding: 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .faq__banner {
    padding: 54px 0px 54px;
  }
}
.faq__banner .faq__banner-title {
  max-width: 626px;
  margin: 0 auto;
  margin-bottom: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__banner .faq__banner-title {
    margin-bottom: 28px;
  }
}
.faq__banner .faq__banner-title h2 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .faq__banner .faq__banner-title h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 17px;
  }
}
.faq__banner .faq__banner-title p {
  font-size: 16px;
  line-height: 20.8px;
  color: #EFEFEF;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .faq__banner .faq__banner-title p br {
    display: none;
  }
}
.faq__banner .faq__banner-title .faq__search {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 399px;
}
@media (max-width: 767px) {
  .faq__banner .faq__banner-title .faq__search {
    margin-top: 28px;
  }
}
.faq__banner .faq__banner-title .faq__search .faq__search-field {
  position: relative;
}
.faq__banner .faq__banner-title .faq__search .faq__search-field input {
  width: 100%;
  padding: 14px 56px 14px 26px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
}
.faq__banner .faq__banner-title .faq__search .faq__search-field input::placeholder {
  color: #777777;
}
.faq__banner .faq__banner-title .faq__search .faq__search-field button {
  width: 20px;
  height: 20.69px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 14px;
  background-color: transparent;
  border: none;
  transform: translate(0%, -50%);
}
.faq__banner .faq__banner-title .faq__search .faq__search-field button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 35px;
  transform: translate(0%, -50%);
  background-color: #DDDDDD;
}
.faq__banner .faq__banner-title .faq__search .faq__search-results {
  background-color: #FFFFFF;
  text-align: left;
  border-top: 1px solid #DDDDDD;
}
.faq__banner .faq__banner-title .faq__search .faq__search-results .faq__search-result-item {
  padding: 12px 15px;
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
  font-family: "Helvetica";
  font-weight: "Helvetica";
  color: #777777;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__banner .faq__banner-title .faq__search .faq__search-results .faq__search-result-item:nth-last-child(1) {
  border: none;
}
.faq__banner .faq__banner-title .faq__search .faq__search-results .faq__search-result-item:hover {
  background-color: #DDDDDD;
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__banner .topics__title {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .faq__banner .topics__title {
    margin-bottom: 28px;
  }
}
.faq__banner .topics__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  z-index: 2;
}
.faq__banner .topics__title p {
  font-size: 16px;
  line-height: 20.8px;
  color: #FFFFFF;
  display: inline-flex;
  padding: 0px 13px 0px 16px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  background-color: #737B4C;
}
@media (max-width: 1279px) {
  .faq__banner .faq__topic-slider {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .faq__banner .faq__topic-slider .swiper-slide {
    width: auto;
  }
}
.faq__banner .faq__topic-slider .topic__slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  padding: 22.5px 10px 21.5px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  font-size: 16px;
  line-height: 17.27px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .faq__banner .faq__topic-slider .topic__slide-item {
    padding: 22.5px 28px 21.5px;
  }
}
.faq__banner .faq__topic-slider .topic__slide-item svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__banner .faq__topic-slider .topic__slide-item:hover {
  background-color: #FFFFFF;
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__banner .faq__topic-slider .topic__slide-item:hover svg {
  fill: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__banner .faq__topic-slider .topics__progressbar {
  margin-top: 22px;
  max-width: 95%;
  display: none;
}
@media (max-width: 1279px) {
  .faq__banner .faq__topic-slider .topics__progressbar {
    display: block;
  }
}
.faq__banner .faq__topic-slider .topics__progressbar .topics__swiper-pagination {
  position: relative;
  margin: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.168627451);
}
.faq__banner .faq__topic-slider .topics__progressbar .topics__swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #FFFFFF;
}

.all__faqs-list {
  padding: 71px 0px 0px;
}
@media (max-width: 767px) {
  .all__faqs-list {
    padding: 41px 0px 0px;
  }
}
.all__faqs-list .faqs__item-list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .all__faqs-list .faqs__item-list {
    margin-bottom: 41px;
  }
}
.all__faqs-list .faqs__item-list .faqs__item-title {
  position: relative;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .all__faqs-list .faqs__item-list .faqs__item-title {
    padding-right: 27px;
  }
}
.all__faqs-list .faqs__item-list .faqs__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 100%;
  height: 1px;
  background-color: #494949;
  z-index: 2;
}
.all__faqs-list .faqs__item-list .faqs__item-title h3 {
  font-size: 30px;
  line-height: 39px;
  color: #333333;
  display: inline-flex;
  padding-right: 32px;
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  background-color: #FFFDF8;
}
@media (max-width: 991px) {
  .all__faqs-list .faqs__item-list .faqs__item-title h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .all__faqs-list .faqs__item-list .faqs__item-title h3 {
    font-size: 25px;
    line-height: 32.5px;
    padding-right: 24px;
  }
}
.all__faqs-list .faqs__item-list .topic__questions {
  padding-bottom: 47px;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767px) {
  .all__faqs-list .faqs__item-list .topic__questions {
    padding-bottom: 0px;
    border: none;
  }
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item {
  margin-bottom: 0px;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details {
  background-color: #FFFDF8;
  border: 1px solid #DDDDDD;
  border-top: none !important;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details summary {
  font-size: 20px;
  line-height: 22px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  padding: 23px 45px 23px 22px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .all__faqs-list .faqs__item-list .topic__questions .faq__item details summary {
    padding: 20px 30px 20px 20px;
  }
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 12px;
  height: 12px;
  background: url(assets/images/faq__page-arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .all__faqs-list .faqs__item-list .topic__questions .faq__item details summary::after {
    right: 15px;
  }
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details .show__ans-wrapper {
  padding: 0px 25px 28px 22px;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details .show__ans-wrapper .ans__content {
  border-top: 1px solid rgba(255, 255, 255, 0.2784313725);
  padding-top: 16px;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details .show__ans-wrapper .ans__content p {
  font-size: 16px;
  line-height: 20.48px;
  color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  margin: 0px;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details[open] {
  background-color: #737B4C;
  border-color: #737B4C;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details[open] summary {
  color: #FFFFFF;
  padding-bottom: 16px;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item details[open] summary::after {
  background: url(assets/images/faq__arrow-open.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.all__faqs-list .faqs__item-list .topic__questions .faq__item:nth-child(1) details {
  border-top: 1px solid #DDDDDD !important;
}

.faq__cta {
  padding: 40px 0px 90px;
}
@media (max-width: 1300px) {
  .faq__cta {
    padding: 40px 0px 70px;
  }
}
@media (max-width: 767px) {
  .faq__cta {
    padding: 35px 0px 76px;
  }
}
.faq__cta .faq__cta-wrapper {
  background-color: #737B4C;
  padding: 50px 43px 50px 54px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .faq__cta .faq__cta-wrapper {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .faq__cta .faq__cta-wrapper {
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper {
    padding: 38px 22px 52px 22px;
    row-gap: 68px;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-info--col {
  width: calc(40.33% - 19px);
}
@media (max-width: 991px) {
  .faq__cta .faq__cta-wrapper .faq__cta-info--col {
    width: 100%;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block {
  max-width: 385px;
}
@media (max-width: 991px) {
  .faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block {
    max-width: 100%;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block h3 {
  font-size: 50px;
  line-height: 52.5px;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block h3 {
    font-size: 45px;
    line-height: 50.5px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block h3 {
    font-size: 50px;
    line-height: 52.5px;
    margin-bottom: 18px;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block p {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #F2F2F2;
  margin-bottom: 27px;
}
.faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block a {
  background-color: #FFFFFF;
  display: inline-flex;
  padding: 22px 31px 21px 32px;
  font-size: 16px;
  line-height: 17.27px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block a {
    padding: 16px 30px 16px 30px;
  }
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block a {
    padding: 22px 31px 21px 32px;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-info--col .faq__cta-title-block a:hover {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col {
  width: calc(59.67% - 19px);
}
@media (max-width: 991px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col {
    width: 100%;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row {
    padding-top: 0px;
    row-gap: 18px;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col {
  width: calc(50% - 38.5px);
}
@media (max-width: 1300px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col {
    width: 100%;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item {
  width: 100%;
  padding: 0px 18px 32px 19px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  position: relative;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -38px;
  height: 100%;
  width: 1px;
  background-color: #81885E;
}
@media (max-width: 1300px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item::before {
    left: -15px;
  }
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .card__title-block {
  padding: 19px 0px 14px 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
  position: relative;
  margin-bottom: 20px;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .card__title-block svg {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .card__title-block h3 {
  font-size: 25px;
  line-height: 25.25px;
  letter-spacing: 0.32px;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .mail__info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .mail__info ul li {
  display: block;
  margin-bottom: 21px;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .mail__info ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .mail__info ul li p {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #FFFFFF;
  margin-bottom: 0px;
}
.faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col .faq__contact-card--item .mail__info ul li a {
  display: inline-flex;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: normal;
  font-family: "Helvetica-Bold";
  color: #FFFFFF;
  text-decoration: underline !important;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col:nth-child(1) .faq__contact-card--item::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col:nth-child(1) .faq__contact-card--item::before {
    display: block;
    width: 100%;
    height: 1px;
    left: 0px;
    top: -34px;
  }
}
@media (max-width: 767px) {
  .faq__cta .faq__cta-wrapper .faq__cta-contact--col .faq__cta-card--row .faq__cta-card--col:nth-child(2) .faq__contact-card--item::before {
    display: none;
  }
}

.privacy__banner {
  padding: 43px 0px 43px;
  background-color: #D7D2CB;
}
@media (max-width: 767px) {
  .privacy__banner {
    padding: 41px 0px 41px;
  }
}
.privacy__banner .privacy__banner-title {
  max-width: 1017px;
}
.privacy__banner .privacy__banner-title .woocommerce-breadcrumb {
  font-size: 16px;
  line-height: 13.76px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 19px;
}
.privacy__banner .privacy__banner-title .woocommerce-breadcrumb a {
  color: #555555;
}
.privacy__banner .privacy__banner-title h2 {
  font-size: 50px;
  line-height: 29.5px;
  color: #494949;
  font-family: "bebasregular";
  font-weight: 400;
  margin-bottom: 19px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .privacy__banner .privacy__banner-title h2 {
    line-height: 44.5px;
  }
}
.privacy__banner .privacy__banner-title p {
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.privacy__banner .privacy__banner-title p a {
  color: #000 !important;
  text-decoration: underline !important;
}

.privacy__content {
  padding: 23px 0px 90px;
}
@media (max-width: 767px) {
  .privacy__content {
    padding: 25px 0px 69px;
  }
}
.privacy__content .privacy__accordion details {
  border-bottom: 1px solid #DDDDDD;
}
.privacy__content .privacy__accordion details summary {
  font-size: 25px;
  color: #494949;
  line-height: 32.5px;
  padding: 23px 40px 15px 0px;
  font-family: "bebasregular";
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .privacy__content .privacy__accordion details summary {
    padding: 16px 31px 19px 0px;
  }
}
.privacy__content .privacy__accordion details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 14px;
  height: 7px;
  background: url(assets/images/privacy__arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0%, -50%);
}
.privacy__content .privacy__accordion details .privacy__accordion-txt {
  padding-bottom: 26px;
}
.privacy__content .privacy__accordion details .privacy__accordion-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
}
.privacy__content .privacy__accordion details .privacy__accordion-txt p a {
  color: #737B4C;
}
.privacy__content .privacy__accordion details .privacy__accordion-txt ul {
  list-style: none;
  padding: 0px;
  margin: 17px 0px;
}
.privacy__content .privacy__accordion details .privacy__accordion-txt ul li {
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px;
  padding-left: 21px;
  position: relative;
}
.privacy__content .privacy__accordion details .privacy__accordion-txt ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 13px;
  height: 13px;
  background-color: #737B4C;
  border-radius: 50%;
}
.privacy__content .privacy__accordion details[open] summary::after {
  transform: rotate(180deg);
}

.error__page {
  background-color: #737B4C;
  padding: 0px 0px 83px;
}
@media (max-width: 767px) {
  .error__page {
    padding: 0px 0px 92px;
  }
}
.error__page .error__image {
  max-width: 678.37px;
  margin: 0 auto;
  margin-bottom: 31px;
  display: flex;
}
.error__page .error__image img {
  width: 100%;
  height: auto;
}
.error__page .error__page-content {
  text-align: center;
}
.error__page .error__page-content .page-title {
  font-size: 60px;
  line-height: 65.4px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #FFEEC3;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .error__page .error__page-content .page-title {
    font-size: 50px;
    line-height: 58.4px;
  }
}
@media (max-width: 767px) {
  .error__page .error__page-content .page-title {
    font-size: 40px;
    line-height: 43.6px;
  }
}
.error__page .error__page-content p {
  font-size: 18px;
  line-height: 22.14px;
  color: #FFFFFF;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 46px;
}
.error__page .error__page-content a {
  background-color: #FFEEC3;
  padding: 14px 31px;
  display: inline-block;
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.error__page .error__page-content a:hover {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.checkout__banner {
  padding: 33px 0px 71px;
}
@media (max-width: 1300px) {
  .checkout__banner {
    padding: 33px 0px 30px;
  }
}
@media (max-width: 767px) {
  .checkout__banner {
    padding: 22px 0px 36px;
  }
}
.checkout__banner .steps__list {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .checkout__banner .steps__list {
    margin-bottom: 15px;
  }
}
.checkout__banner .steps__list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 61px;
}
@media (max-width: 767px) {
  .checkout__banner .steps__list ul {
    gap: 41px;
    row-gap: 10px;
  }
}
.checkout__banner .steps__list ul li {
  display: inline-flex;
  position: relative;
}
.checkout__banner .steps__list ul li a {
  font-size: 25px;
  line-height: 30.75px;
  color: #777777;
  font-weight: 400;
  font-family: "Helvetica";
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .checkout__banner .steps__list ul li a {
    font-size: 17.26px;
    line-height: 21.23px;
  }
}
.checkout__banner .steps__list ul li a:hover {
  color: #494949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout__banner .steps__list ul li.active__page a {
  color: #494949;
}
.checkout__banner .steps__list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 21px;
  height: 11px;
  background: url(assets/images/step__arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .checkout__banner .steps__list ul li::after {
    right: -30px;
  }
}
.checkout__banner .steps__list ul li:nth-last-child(1)::after {
  display: none;
}
.checkout__banner .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0px;
  border: none;
  padding: 0px;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
}
@media (max-width: 767px) {
  .checkout__banner .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 0px;
  }
}
.checkout__banner .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-family: "Helvetica-Bold";
  font-weight: normal;
  color: #737B4C;
  text-decoration: underline !important;
}
.checkout__banner .woocommerce-form-coupon-toggle .woocommerce-info::after, .checkout__banner .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon {
  max-width: 466px;
  margin: 0px auto;
  border: none;
  padding: 23px 24px 23px 26px;
  background-color: #ECEAE0;
  border-radius: 0px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon {
    padding: 20px 22px 20px 22px;
  }
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__txt {
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #777777;
  margin-bottom: 16px;
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__field {
  width: calc(100% - 188px);
}
@media (max-width: 767px) {
  .checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__field {
    width: 100%;
  }
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__field input {
  width: 100%;
  padding: 10px 13px;
  background-color: #DAD9C8;
  font-size: 16px;
  line-height: 19.68px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  border: none;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__button {
    width: 100%;
  }
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  background-color: #737B4C;
  padding: 8px 10px 9px;
  color: #FFFFFF;
  font-family: "bebasregular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22.14px;
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__button .button {
    width: 100%;
  }
}
.checkout__banner .woocommerce-form-coupon-toggle .checkout_coupon .coupon__row-wrapper .coupon__button .button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.checkout__form-wrapper {
  position: relative;
  padding-bottom: 75px;
}
.checkout__form-wrapper .woocommerce-NoticeGroup {
  width: 100% !important;
}
.checkout__form-wrapper .woocommerce-checkout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info {
  width: calc(52.23% - 27.5px);
}
@media (max-width: 1300px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info {
    width: calc(52.23% - 15px);
  }
}
@media (max-width: 991px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info {
    width: 100%;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .billing__title, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .billing__title {
  font-size: 20px;
  line-height: 24.6px;
  color: #494949;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  padding-bottom: 12px;
  border-bottom: 1px solid #656565;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .billing__title, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .billing__title {
    margin-bottom: 22px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 29px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper {
    row-gap: 22px;
    margin-bottom: 25px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper p {
  margin: 0px;
  padding: 0px;
  width: calc(50% - 12.5px);
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper p {
    width: 100%;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field {
  display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper label {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  display: inline-flex;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper label {
    margin-bottom: 9px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label .required, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label .required, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper label .required, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper label .required {
  color: #D98986;
  font-size: 14px;
  line-height: 17.22px;
  font-family: "Helvetica";
  font-weight: 400;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .input-text, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .input-text, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .input-text {
  width: 100%;
  background-color: #ECEAE0;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 19.68px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  border: none;
  border-radius: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection {
  border: none;
  background-color: transparent;
  height: auto !important;
  margin: 0px !important;
  border-radius: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper select, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper select, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper select, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper select {
  width: 100%;
  background-color: #ECEAE0;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 19.68px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  border: none;
  border-radius: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__arrow, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection__arrow, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow {
  width: 10px;
  height: 6px;
  top: 50%;
  right: 13px;
  background: url(assets/images/checkout__down-arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -50%);
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__arrow b, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow b, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection__arrow b, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow b {
  display: none;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-shipping-fields h3 {
  margin-bottom: 17px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-shipping-fields h3 .woocommerce-form__label {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-shipping-fields h3 .woocommerce-form__label .woocommerce-form__input {
  width: 13px;
  height: 13px;
  border: 1px solid #656565;
  border-radius: 50%;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {
  margin: 0px;
  padding: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  display: inline-flex;
  margin-bottom: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
  width: 100%;
  background-color: #ECEAE0;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 19.68px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  border: none;
  min-height: 97px;
  max-height: 97px;
  border-radius: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap {
    margin-top: 0px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details {
  background-color: #ECEAE0;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary {
  padding: 15px 70px 17px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 19.68px;
  font-family: "Helvetica";
  font-weight: normal;
  color: #494949;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary {
    font-family: "Helvetica-Bold";
    font-weight: 700;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 23px;
  height: 23px;
  background-color: #494949;
  border-radius: 50px;
  transform: translate(0, -50%);
  background-image: url(assets/images/plus__border-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary::after {
    right: 17px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content {
  padding: 0px 22px 41px 18px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content {
    padding: 0px 17px 24px 18px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block {
  border-top: 1px solid #656565;
  padding-top: 16px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block h4 {
  font-size: 18px;
  line-height: 22.14px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
  margin-bottom: 8px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block p {
  font-size: 15px;
  line-height: 18.45px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #494949;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block p {
    margin-bottom: 21px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field p {
  margin: 0px !important;
  padding: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field p label {
  display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field textarea {
  width: 100%;
  background-color: #FFFDF8;
  padding: 12px 16px;
  border-radius: 0px;
  border: none;
  font-size: 15px;
  line-height: 18.45px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #555555;
  min-height: 97px;
  max-height: 97px;
  margin-bottom: 21px;
  resize:none;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field button {
  background-color: #494949;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19.68px;
  border: none;
  border-radius: 0px;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field button:hover {
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details[open] summary::after {
  background-image: url(assets/images/minus__border-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
  width: calc(47.77% - 27.5px);
  background-color: #ECEAE0;
  padding: 25px 33px 43px;
}
@media (max-width: 1300px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
    width: calc(47.77% - 15px);
  }
}
@media (max-width: 991px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
    padding: 18px 17px 25px 18px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper #order_review_heading {
  font-size: 20px;
  line-height: 24.6px;
  color: #494949;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #656565;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper #order_review_heading {
    padding-bottom: 13px;
    margin-bottom: 18px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order__item-head {
    display: none;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order__item-head p {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table {
    border-top: 1px solid #C0C0C0;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item {
  padding: 24px 0px 23px 25px;
  position: relative;
  border-bottom: 1px solid #C0C0C0;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .product-remove {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .product-remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-thumbnail {
  width: 78px;
  height: 88px;
  border: 1px solid #DDDDDD;
  margin-right: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1300px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
    max-width: 410px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
    max-width: calc(100% - 90px);
    width: 100%;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name p {
  font-size: 22px;
  line-height: 22.2px;
  color: #494949;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name p strong {
  font-weight: 400 !important;
  padding: 0px !important;
  border: none !important;
  display: inline-flex !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity {
  border: 1px solid #494949;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  max-width: 91px;
  position: relative;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity input {
  width: 100%;
  border: none;
  padding: 0px 15px;
  font-size: 20px;
  line-height: 13.2px;
  font-family: "bebasregular";
  font-weight: 400;
  color: #494949;
  text-align: center;
  background-color: transparent;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity button {
  width: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0px;
  border-radius: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity button.quantity-decrease {
  left: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity button.quantity-increase {
  right: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-total {
  position: absolute;
  bottom: 9px;
  right: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-total .woocommerce-Price-amount {
  font-size: 20px;
  line-height: 16.9px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #C0C0C0;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal {
    padding: 17px 0px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal p {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal .woocommerce-Price-amount {
  font-size: 20px;
  line-height: 16.9px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  padding: 21px 0px 22px;
  border-bottom: 1px solid #C0C0C0;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row {
    padding: 18px 0px 21px;
    align-items: flex-start;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li {
  margin: 0px;
  display: flex;
  flex-direction: row-reverse;
  gap: 11px;
  margin-bottom: 19px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li:nth-last-child(1) {
  margin-bottom: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li input {
  margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li label {
  font-size: 20px;
  line-height: 16.9px;
  color: #555555;
  font-family: "bebasregular";
  font-weight: 400;
  text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li label .amount {
  font-weight: 400 !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order-total {
  padding: 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order-total p {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order-total .woocommerce-Price-amount {
  font-size: 20px;
  line-height: 16.9px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #737B4C;
  text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .free__shipping-wrapper {
  margin-top: 21px;
  background-color: #E1DFD3;
  border: none;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .free__shipping-wrapper p span {
  font-weight: 400;
  font-family: "Helvetica";
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #656565;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment-title {
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment-title h3 {
  font-size: 20px;
  line-height: 24.6px;
  color: #494949;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  margin-bottom: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment {
  background-color: transparent !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0px !important;
  border: none !important;
  margin-bottom: 36px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li {
  background-color: #E1DFD3;
  padding: 9px 17px 10px 17px;
  margin-bottom: 8px !important;
  display: block;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input {
  margin-right: 5px !important;
  width: 13px;
  height: 13px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label {
  font-size: 16px;
  line-height: 18.4px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_bacs .payment_method_bacs {
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_bacs .payment_method_bacs p {
  font-size: 15px;
  line-height: 18.15px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #555555;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_bacs .payment_method_bacs::before {
  display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cod .payment_method_cod {
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cod .payment_method_cod p {
  font-size: 15px;
  line-height: 18.15px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #555555;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cod .payment_method_cod::before {
  display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order {
  padding: 0px !important;
  border: none !important;
  margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order .button {
  width: 100% !important;
  border-radius: 0px !important;
  background-color: #737B4C !important;
  border: none !important;
  text-align: center;
  padding: 14px 15px !important;
  font-size: 23px;
  line-height: 17.71px;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 0px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order .button:hover {
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout wc-order-attribution-inputs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}

.wc-block-cart__submit-container a {
  width: 100% !important;
  border-radius: 0px !important;
  background-color: #737B4C !important;
  border: none !important;
  text-align: center;
  padding: 14px 15px !important;
  font-size: 23px;
  color: #FFFFFF !important;
  line-height: 17.71px;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  min-height: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wc-block-components-product-name {
  color: #494949 !important;
}

.wc-block-components-totals-coupon a {
  color: #494949 !important;
}

.wp-block-woocommerce-filled-cart-block {
  padding: 55px 0px !important;
}

.cart-subtotal-price {
  font-size: 16px;
  line-height: 19.68px;
  color: #494949;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}
.cart-subtotal-price del .woocommerce-Price-amount {
  color: #777777 !important;
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .cart-subtotal-price del .woocommerce-Price-amount {
    display: inline-flex;
    margin-right: 0px !important;
    color: #494949 !important;
  }
}

.cart-subtotal .cart-subtotal-flex-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cart-subtotal .cart-subtotal-flex-box .apply__coupon-txt {
  text-align: right;
}
.cart-subtotal .cart-subtotal-flex-box .apply__coupon-txt p {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background-color: #E1DFD3 !important;
  border: 1px dashed #555555 !important;
  padding: 4px 3px 4px 3px !important;
  font-size: 16px !important;
  line-height: 11.52px !important;
  color: #555555 !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .cart-subtotal .cart-subtotal-flex-box .apply__coupon-txt p {
    display: none !important;
  }
}
.cart-subtotal .cart-subtotal-flex-box .apply__coupon-txt p .coupon__code-txt {
  color: #494949 !important;
}
.cart-subtotal .cart-subtotal-flex-box .apply__coupon-txt p .discount__per {
  display: inline-flex !important;
  background-color: #737B4C !important;
  padding: 3px 8px 2px 8px !important;
  color: #FFFFFF !important;
}

.mobile__coupon-tag {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mobile__coupon-tag {
    display: flex;
  }
}
.mobile__coupon-tag .cart-subtotal-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  padding: 10px 0px 13px;
  border-bottom: 1px solid #AFAFAF;
}
.mobile__coupon-tag .cart-subtotal-flex-box .apply__coupon-txt {
  text-align: right;
}
.mobile__coupon-tag .cart-subtotal-flex-box .apply__coupon-txt p {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background-color: #E1DFD3 !important;
  border: 1px dashed #555555 !important;
  padding: 4px 3px 4px 3px !important;
  font-size: 16px !important;
  line-height: 11.52px !important;
  color: #555555 !important;
  font-family: "bebasregular" !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.mobile__coupon-tag .cart-subtotal-flex-box .apply__coupon-txt p .coupon__code-txt {
  color: #494949 !important;
}
.mobile__coupon-tag .cart-subtotal-flex-box .apply__coupon-txt p .discount__per {
  display: inline-flex !important;
  background-color: #737B4C !important;
  padding: 3px 8px 2px 8px !important;
  color: #FFFFFF !important;
}
.mobile__coupon-tag .cart-subtotal-flex-box .cart-subtotal-price {
  font-size: 20px;
  line-height: 16.9px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #494949;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mobile__coupon-tag .cart-subtotal-flex-box .cart-subtotal-price .woocommerce-Price-amount {
    display: block;
  }
}

.store__map--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
}
.store__map--wrapper .wpsl-search {
  width: 33.33%;
  background-color: #D7D2CB !important;
  margin-bottom: 0px !important;
  padding: 72px 44px 74px 80px !important;
}
@media (max-width: 1300px) {
  .store__map--wrapper .wpsl-search {
    width: 50% !important;
    padding: 80px 40px !important;
  }
}
@media (max-width: 991px) {
  .store__map--wrapper .wpsl-search {
    padding: 50px 20px !important;
  }
}
@media (max-width: 767px) {
  .store__map--wrapper .wpsl-search {
    width: 100% !important;
  }
}
.store__map--wrapper .wpsl-search .search__input--wrapper {
  margin: 0px !important;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .store__heading--wrapper {
  margin: 0px !important;
  margin-bottom: 43px !important;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .store__heading--wrapper h1 {
  font-size: 50px;
  line-height: 52px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  margin-bottom: 21px;
}
@media (max-width: 1300px) {
  .store__map--wrapper .wpsl-search .search__input--wrapper .store__heading--wrapper h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px;
  }
}
.store__map--wrapper .wpsl-search .search__input--wrapper .store__heading--wrapper p {
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  margin: 0px;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper {
  margin: 0px !important;
  width: 100% !important;
  position: relative;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper input {
  width: 100% !important;
  background-color: #FFFDF8 !important;
  border-radius: 0px !important;
  border: 1px solid #DDDDDD !important;
  padding: 13px 44px 10px 14px !important;
  font-size: 16px !important;
  line-height: #DDDDDD !important;
  font-family: "Helvetica" !important;
  font-weight: 400 !important;
  color: #777777 !important;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper .wpsl-search-btn-wrap {
  margin: 0px !important;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper .wpsl-search-btn-wrap button {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
  width: 20px !important;
  height: 20.69px !important;
  border-radius: 0px !important;
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  transform: translate(0, -50%) !important;
  box-shadow: none !important;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .location__search-field--wrapper .wpsl-search-btn-wrap button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 29px;
  background-color: #DDDDDD;
  transform: translate(0, -50%);
}
.store__map--wrapper .wpsl-search .search__input--wrapper .divider__wrapper {
  margin: 0px !important;
  width: 100% !important;
  position: relative !important;
  text-align: center !important;
  margin-top: 18px !important;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .divider__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #8E8A86;
  transform: translate(0, -50%);
  z-index: 2;
}
.store__map--wrapper .wpsl-search .search__input--wrapper .divider__wrapper p {
  font-size: 16px;
  line-height: 19.68px;
  font-weight: 400;
  font-family: "bebasregular";
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  display: inline-block;
  padding: 0px 24px;
  background-color: #D7D2CB;
  color: #494949;
  z-index: 3;
}
.store__map--wrapper .wpsl-search .wpsl-icon-direction {
  padding: 0px !important;
  margin: 0px !important;
  width: 100% !important;
  margin-top: 18px !important;
}
.store__map--wrapper .wpsl-search .wpsl-icon-direction button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border: none !important;
  padding: 14px 15px !important;
  border-radius: 0px !important;
  background-color: #494949;
  font-size: 16px;
  line-height: 19.68px;
  color: #FFFFFF;
  font-family: "Helvetica-Bold";
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.store__map--wrapper .wpsl-search .wpsl-icon-direction button span {
  display: inline-flex;
}
.store__map--wrapper .wpsl-search .wpsl-icon-direction button:hover {
  background-color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.store__map--wrapper .search__result--wrapper {
  width: 33.33% !important;
  margin: 0 !important;
  background-color: #F2EFE9 !important;
  padding: 3px !important;
}
@media (max-width: 1300px) {
  .store__map--wrapper .search__result--wrapper {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .store__map--wrapper .search__result--wrapper {
    width: 100% !important;
  }
}
.store__map--wrapper .search__result--wrapper ul {
  list-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.store__map--wrapper .search__result--wrapper ul li {
  padding: 29px 21px 28px 59px !important;
  position: relative !important;
  border-bottom: 1px solid #DDDDDD !important;
  counter-increment: number;
}
@media (max-width: 991px) {
  .store__map--wrapper .search__result--wrapper ul li {
    padding: 20px 20px 20px 50px !important;
  }
}
.store__map--wrapper .search__result--wrapper ul li .wpsl-store-location::before {
  content: "" counter(number);
  position: absolute;
  top: 50%;
  left: 17px;
  width: 29px;
  height: 29px;
  background-color: #494949;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 9.76px;
  font-weight: 400;
  font-family: "bebasregular";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .store__map--wrapper .search__result--wrapper ul li .wpsl-store-location::before {
    line-height: 13.76px;
    left: 10px;
    width: 26px;
    height: 26px;
  }
}
.store__map--wrapper .search__result--wrapper ul li .wpsl-store-location p {
  font-size: 16px;
  line-height: 20.64px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 0px !important;
}
.store__map--wrapper .search__result--wrapper ul li .wpsl-store-location p a {
  font-size: 18px !important;
  line-height: 14.22px !important;
  color: #333333 !important;
  font-family: "Helvetica" !important;
  font-weight: 400 !important;
  display: block !important;
  margin-bottom: 9px !important;
}
.store__map--wrapper .search__result--wrapper ul li .wpsl-store-location .collection_available__text {
  font-family: "bebasregular";
  font-size: 18px;
  font-weight: 400;
  line-height: 14.22px;
  text-transform: uppercase;
  color: #737B4C;
  margin-top: 9px !important;
}
.store__map--wrapper .search__result--wrapper ul li .wpsl-direction-wrap {
  display: none !important;
}
.store__map--wrapper .wpsl-gmap-canvas {
  width: 33.33% !important;
}
@media (max-width: 1300px) {
  .store__map--wrapper .wpsl-gmap-canvas {
    width: 100% !important;
  }
}
.store__map--wrapper .wpsl-gmap-canvas img {
  object-fit: contain !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c {
  padding-left: 20px !important;
  border-radius: 0px;
  padding-top: 20px !important;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p {
  font-size: 13px;
  line-height: 18.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  margin-bottom: 8px;
  display: block;
  outline: none !important;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover !important;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details {
  margin-bottom: 10px;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details summary {
  font-size: 13px;
  line-height: 18.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details summary::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  width: 5px;
  height: 5px;
  border: 1px solid #555555;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details[open] summary::after {
  top: 8px;
  transform: rotate(-135deg);
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d table {
  margin-bottom: 10px;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d span, #wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d td {
  font-size: 13px;
  line-height: 18.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d span a, #wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d td a {
  color: #737B4C;
  text-decoration: underline;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px !important;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions a {
  width: 50%;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #FFFFFF;
  margin: 0px !important;
  box-sizing: border-box !important;
  background-color: #333333;
  border: none !important;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions .wpsl-info-actions {
  width: 50%;
  margin: 0px !important;
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions .wpsl-info-actions a {
  margin: 0px !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 5px;
  background-color: #737B4C;
  border: none !important;
}

@media screen and (max-width: 2700px) and (min-width: 2559px) {
  .explore__collections .explore__collections-slider {
    width: 75%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1501px) {
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper {
    max-width: 26.694444vw !important;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 15.666667%;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul {
    gap: 20px !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1301px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 14.966667%;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper {
    max-width: 28.094444vw !important;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text {
    padding: 39px 60px 33px 30px !important;
  }
}
@media screen and (max-width: 1910px) and (min-width: 1301px) {
  .people__block .people__slider-wrapper .people__slide-item .people__img img {
    object-position: center;
  }
}
@media (max-width: 1300px) {
  .product__details--banner--wrapper {
    padding-bottom: 30px;
  }
  .custom__products-tabs {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product__ctm--gallery-wrapper {
    height: 430px;
  }
  .related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-next {
    right: -15px;
  }
  .related .related-products--slider-wrapper .related__product-slider--arrow .swiper-button-prev {
    left: -15px;
  }
  .our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-next {
    right: -15px;
  }
  .our_recently_viewed__products-wrapper .recently-viewed--product-slider .recently-viewed-slider--arrow .swiper-button-prev {
    left: -15px;
  }
  .related {
    padding: 60px 0px 60px;
  }
  .our_recently_viewed__products-wrapper {
    padding: 60px 0px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper .my__account-title {
    font-size: 26px;
    line-height: 17.7px;
    margin-bottom: 16px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper p {
    font-size: 16px;
    line-height: 25.2px;
  }
  .product__details--banner--wrapper .onsale {
    left: 108px !important;
  }
  .site__banner .light__slider .banner__item--txt h1 {
    font-size: 60px;
    line-height: 60.51px;
    margin-bottom: 10px;
  }
  .banner__light--bg-btn {
    padding: 12px 30px 12px;
    font-size: 16px;
    line-height: 19.68px;
  }
  .site__banner .light__slider .banner__item--txt p {
    margin-bottom: 24px;
  }
  .woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1.4em;
  }
  .our__ingredients--wrapper + .about__us .rounded__dark-btn {
    padding: 9px 14px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .product__details--banner--wrapper .onsale {
    left: 10.3% !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .product__details--banner--wrapper .onsale {
    left: 10.3% !important;
  }
}
@media (max-width: 991px) {
  .product__ctm--gallery-wrapper {
    height: 330px;
  }
  .product__details--banner--wrapper .woocommerce-product-gallery {
    width: calc(53.086% - 10px) !important;
  }
  .product__details--banner--wrapper .summary {
    width: calc(46.914% - 10px) !important;
    float: none !important;
    margin-bottom: 0px !important;
  }
  .product__details--banner--wrapper .summary .price {
    margin-bottom: 15px;
  }
  .variations_form .variations tbody tr th {
    margin-bottom: 10px !important;
  }
  .variations_form .variations tbody tr {
    margin-bottom: 15px;
  }
  .product__details--banner--wrapper .summary .product_title {
    font-size: 44px;
    line-height: 58.5px;
  }
  .variations_form .variations tbody tr td .variable-items-wrapper li {
    padding: 7px 14px !important;
  }
  .custom__products-tabs .custom__products-tabs--btn .tab__links {
    padding: 15.5px 30px 15.5px !important;
    font-size: 18px !important;
    line-height: 12px !important;
  }
  .custom__products-tabs .custom__products-tabs--btn {
    margin-bottom: 35px !important;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h1, .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h2 {
    font-size: 21px;
    line-height: 24.9px;
    margin-bottom: 10px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row {
    row-gap: 30px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col {
    width: 100%;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col {
    width: 100%;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__image-container {
    width: calc(34.456% - 10px);
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container {
    width: calc(65.544% - 10px);
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container h3 {
    font-size: 23px;
    line-height: 28.75px;
    margin-bottom: 10px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul li {
    padding: 12px 0px;
    font-size: 14px;
    line-height: 16.68px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .single__product-benefits--title {
    margin-bottom: 15px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul li {
    padding-left: 14px;
    font-size: 14px;
    line-height: 18.68px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container p {
    font-size: 14px;
    line-height: 18.68px;
  }
  .related .related__products--content-wrapper span {
    font-size: 16px;
    line-height: 17.8px;
    margin-bottom: 4px;
  }
  .related .related__products--content-wrapper h2 {
    font-size: 40px;
    line-height: 50.5px;
  }
  .our_recently_viewed__products-wrapper .related__products--content-wrapper span {
    font-size: 16px;
    line-height: 17.8px;
    margin-bottom: 4px;
  }
  .custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row .fragrances__products-column {
    padding: 0px 15px;
    width: 50%;
  }
  .custom__products-tabs .fragrances__detail-wrapper .fragrances__products-row {
    row-gap: 30px;
    margin: 0px -15px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col {
    width: calc(46.6% - 15px);
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col {
    width: calc(53.4% - 15px);
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail h3 {
    font-size: 18px;
    line-height: 12.6px;
    margin-bottom: 10px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail p {
    font-size: 14px;
    line-height: 17.68px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__image {
    width: 95px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail {
    width: calc(100% - 95px);
    padding: 15px 15px 15px 15px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content h3 {
    font-size: 20px;
    line-height: 15.75px;
    margin-bottom: 10px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content p {
    font-size: 14px;
    line-height: 19.68px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content {
    margin-bottom: 20px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__detail-title {
    margin-bottom: 20px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__list ul {
    gap: 20px;
    row-gap: 15px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__detail-title {
    margin-bottom: 15px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col {
    width: 100%;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col {
    width: 100%;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row {
    row-gap: 30px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__video-col {
    width: calc(47.67% - 15px);
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col {
    width: calc(52.33% - 15px);
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__image-container {
    height: 270px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content p {
    font-size: 20px;
    line-height: 25.75px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content h2 {
    font-size: 18px;
    line-height: 19.8px;
    margin-bottom: 15px;
  }
  .sticky__cart-product {
    display: none;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation {
    width: 20.547%;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
    width: 79.453%;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation li {
    width: 33.33%;
    padding: 0px 6.5px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address {
    width: 50%;
    padding: 0px 8.5px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address .address__card-wrapper address {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 18px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .account__info-title {
    font-size: 26px;
    line-height: 17.7px;
    margin-bottom: 25px;
  }
  .alg-wc-wl-view-table-container {
    overflow-x: auto;
  }
  .alg-wc-wl-view-table-container table {
    width: 900px;
  }
  .yotpo-main-widget .main-widget {
    padding: 39px 15px 35px 15px;
  }
  .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
    display: none;
  }
  .product__details--banner--wrapper .onsale {
    left: 90px !important;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses {
    row-gap: 16px;
    justify-content: space-between;
    margin: 0;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses::after, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses::before {
    display: none !important;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address {
    width: calc(50% - 8px);
    padding: 0px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    row-gap: 15px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form h3 {
    font-size: 26px;
    line-height: 17.7px;
    margin-bottom: 30px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    width: calc(50% - 7.5px);
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .edit__address-form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 14px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 16px 10px 16px 0px;
    font-size: 16px;
    line-height: 12.62px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
    width: calc(50% - 7.5px);
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
    padding: 25px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row em {
    font-size: 13px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    row-gap: 15px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    width: calc(50% - 7.5px);
  }
  .account__main-wrapper .account__page-title h1 {
    font-size: 46px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
    padding-left: 10px;
  }
  .main__products--wrapper.open__filters .products__products-item--column .all__product-list ul::after {
    right: 50% !important;
  }
  .main__products--wrapper.open__filters .products__products-item--column .all__product-list ul::before {
    left: 33.33% !important;
    display: none;
  }
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list::after {
    display: none;
  }
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul::before {
    left: 33.33%;
  }
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul::after {
    right: 33.33%;
  }
  .banner__item-wrapper.light__slider {
    padding-top: 0px !important;
    height: 506px;
  }
  .site__banner .light__slider .banner__item--txt {
    max-width: 425px;
  }
  .woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
  }
  .our__ingredients--wrapper + .about__us .about__us-btns {
    gap: 38px !important;
  }
}
.custom__products-mobile {
  display: none;
}

@media (max-width: 767px) {
  .product__details--banner--wrapper .woocommerce-product-gallery {
    width: 100% !important;
  }
  .product__details--banner--wrapper .summary {
    width: 100% !important;
    padding: 0px 20px;
    margin-top: 32px;
  }
  .product__details--main-wrapper .woocommerce-breadcrumbs .woocommerce-breadcrumb {
    margin: 8px 0 8px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.22px;
  }
  .product__details--main-wrapper .woocommerce-breadcrumbs .woocommerce-breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.22px;
  }
  .product__ctm--gallery-wrapper .product__main-view {
    width: 100%;
  }
  .product__ctm--gallery-wrapper .product__thumbs {
    width: 100%;
    height: auto;
    margin-top: 3px;
    padding: 0px 3px;
  }
  .product__ctm--gallery-wrapper {
    height: auto;
    flex-direction: column-reverse;
  }
  .product__details--main-wrapper {
    padding-top: 0;
  }
  .product__details--banner--wrapper {
    padding: 0px 0px;
  }
  .product__details--banner--wrapper .woocommerce-product-gallery .product__ctm--gallery-wrapper .product__main-view {
    border: none;
  }
  .product__ctm--gallery-wrapper .product__main-view .product__main--item {
    height: 384px;
  }
  .product__ctm--gallery-wrapper .product__main-view .product__main--item img {
    object-fit: cover;
  }
  .product__details--banner--wrapper .summary .product-categories {
    margin-bottom: 7px;
  }
  .product__details--banner--wrapper .summary .product_title {
    font-size: 30px;
    line-height: 36.9px;
    margin-bottom: 7px;
  }
  .product__details--banner--wrapper .summary .woocommerce-product-details__short-description, .product__details--banner--wrapper .summary p {
    margin-bottom: 16px;
  }
  .product__details--banner--wrapper .summary .price {
    margin-bottom: 32px;
    gap: 4px;
    font-size: 25px !important;
    line-height: 21.75px !important;
  }
  .variations_form .variations tbody tr th {
    margin-bottom: 16px !important;
  }
  .variations_form .variations tbody tr td .variable-items-wrapper li {
    padding: 10px 15px !important;
  }
  .variations_form .variations tbody tr td .variable-items-wrapper li .variable-item-contents span {
    font-size: 16px;
    line-height: 13.52px;
  }
  .variations_form .variations tbody tr {
    margin-bottom: 32px;
  }
  .product__details--banner--wrapper .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: calc(100% - 115px);
    line-height: 32.5px;
    font-size: 25px;
  }
  .woocommerce div.product form.cart {
    margin-bottom: 0;
  }
  .custom__products-tabs {
    padding-top: 46px;
    padding-bottom: 56px;
  }
  .bg__screen {
    display: none;
  }
  .custom__products-mobile {
    display: block;
  }
  .product__detail-wrapper {
    padding-top: 29px;
    padding-bottom: 46px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h1, .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des h2 {
    font-size: 20px;
    line-height: 24.6px;
    margin-bottom: 19px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-des {
    margin-bottom: 29px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .single__product-benefits--title {
    margin-bottom: 18px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul li {
    padding-left: 16px;
    font-size: 16px;
    line-height: 19.68px;
    width: 100%;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-content--col .single__product-benefits .benefits__list ul li:nth-child(even) {
    width: 100%;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row {
    row-gap: 46px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__image-container {
    height: 322px;
    width: 100%;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col {
    width: 100%;
    row-gap: 46px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container {
    width: 100%;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container h3 {
    font-size: 25px;
    line-height: 30.75px;
    margin-bottom: 28px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul li {
    padding: 15px 0px;
    font-size: 16px;
    line-height: 19.68px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container ul {
    margin-bottom: 18px;
  }
  .custom__products-tabs .product__detail-wrapper .product__detail-row .product__detail-results--col .results__content-container p {
    font-size: 16px;
    line-height: 19.68px;
  }
  .fragrances__detail-wrapper--title {
    display: none;
  }
  .fragrances__detail-wrapper {
    padding: 35px 0px 46px;
  }
  .fragrances__slider {
    margin-right: -20px;
  }
  .ingredients__detail-wrapper {
    padding: 32px 0px 46px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col {
    width: 100%;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col {
    width: 100%;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail {
    width: calc(100% - 108px);
    padding: 16px 19px 19px 21px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__image {
    width: 108px;
    height: auto;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail h3 {
    font-size: 20px;
    line-height: 12.6px;
    margin-bottom: 14px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li .list__detail p {
    font-size: 16px;
    line-height: 19.68px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__list-col .ingredients__list-wrapper ul li {
    margin-bottom: 12px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row {
    row-gap: 32px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content h3 {
    font-size: 25px;
    line-height: 15.75px;
    margin-bottom: 24px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content p {
    font-size: 16px;
    line-height: 19.68px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .ingredients__info-content {
    margin-bottom: 24px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__detail-title {
    margin-bottom: 27px;
  }
  .custom__products-tabs .ingredients__detail-wrapper .ingredients__row .ingredients__info-col .formulated__detail .formulated__list ul {
    gap: 20px;
    row-gap: 10px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row {
    row-gap: 46px;
  }
  .use__product-wrapper {
    padding: 31px 0px 3px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content p {
    font-size: 25px;
    line-height: 30.75px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content h2 {
    display: none;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .use__product-tips--content {
    margin-bottom: 46px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-tips--col .pro__tips-wrapper {
    background-color: #EFEAE3;
    padding: 23px 21px 22px 25px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__video-col {
    width: 100%;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col {
    width: 100%;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col {
    row-gap: 46px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col h3 {
    margin-bottom: 21px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col ul {
    margin-bottom: 21px;
  }
  .custom__products-tabs .use__product-wrapper .use__product-row .use__product-steps--col .use__steps-col ul li {
    padding: 9px 0px 10px 33px;
    margin-bottom: 21px;
  }
  .related {
    padding: 61px 0px 61px;
  }
  .related .related__products--content-wrapper h2 {
    font-size: 50px;
    line-height: 61.5px;
  }
  .related .related__products--content-wrapper span {
    margin-bottom: 5px;
  }
  .related .related__products--content-wrapper {
    margin-bottom: 28px;
  }
  .our_recently_viewed__products-wrapper .related__products--content-wrapper span {
    margin-bottom: 5px;
  }
  .our_recently_viewed__products-wrapper {
    padding: 59px 0px;
  }
  .our_recently_viewed__products-wrapper .product__card__main--wrapper .product__content {
    text-align: center;
    padding-top: 10px;
  }
  .related .product__card__main--wrapper .product__content {
    text-align: center;
    padding-top: 10px;
  }
  .header__main-wrapper .search-popup .container .search-popup-inner {
    max-width: 275px;
    width: 100%;
  }
  .product__details--banner--wrapper .onsale {
    top: 11px !important;
    left: 20px !important;
  }
  .yotpo-main-widget .main-widget {
    padding: 39px 15px 35px 15px;
  }
  .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
    display: none;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: none;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
  .account__main-wrapper .account__section {
    padding: 0px 0px 37px;
    background-color: #ECEAE0;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
    padding-left: 0;
    color: #899064;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active, .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
    border-color: #DDDDDD;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 18px 10px 18px 0px;
    font-size: 18px;
    line-height: 10.62px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content {
    padding: 0;
    margin-top: 47px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper .my__account-title {
    font-size: 30px;
    line-height: 17.7px;
    margin-bottom: 17px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper p {
    font-size: 16px;
    line-height: 27.2px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .my__account-title--wrapper {
    margin-bottom: 17px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation {
    margin: 0;
    row-gap: 7px;
    justify-content: space-between;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation li {
    width: calc(50% - 3.5px);
    padding: 0px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation li a {
    row-gap: 25.55px;
  }
  .account__main-wrapper .account__page-title h1 {
    font-size: 50px;
    line-height: 29.5px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    font-size: 16px;
    row-gap: 10px;
    padding-left: 35px;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
    top: 17px;
    transform: none;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
    top: 17px;
    left: 10px;
    transform: none;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .user__address-wrapper .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
  }
  .site__banner .banner__slider--arrows .swiper-button-prev {
    top: 53%;
  }
  .site__banner .banner__slider--arrows .swiper-button-next {
    top: 53%;
  }
  #powerTip .box_view_html h1, #powerTip .box_view_html h2, #powerTip .box_view_html h3, #powerTip .box_view_html h4, #powerTip .box_view_html h5, #powerTip .box_view_html h6 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #powerTip {
    max-width: 195.52px !important;
  }
  .iconic__body .iconic__body-row .iconic__body-column .iconic__body-frame {
    background-image: url(assets/images/iconic__body-frame-mobile.png) !important;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
    width: 100%;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    width: 100%;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    row-gap: 20px;
  }
  .alg-wc-wl-view-table-container table {
    width: 100%;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td {
    text-align: right !important;
  }
  .account__main-wrapper .account__section .woocommerce .woocommerce-MyAccount-content .alg-wc-wl-view-table-container .alg-wc-wl-view-table tbody tr td.add-to-cart-btn .add_to_cart_inline {
    justify-content: flex-end;
  }
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul::before {
    display: none;
  }
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul::after {
    display: none;
  }
  .main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li {
    border: none;
  }
  .products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider {
    width: 94%;
  }
  .banner__item-wrapper.light__slider {
    height: 528px;
  }
  .site__banner .light__slider .banner__item--txt h1 {
    font-size: 32px;
    line-height: 30.51px;
  }
  .site__banner .light__slider .banner__item--txt p {
    margin-bottom: 20px;
  }
  .banner__light--bg-btn {
    padding: 10px 24px 10px;
    font-size: 14px;
    line-height: 18.68px;
  }
  .site__banner .light__slider .banner__item--txt {
    padding: 0px 62px;
  }
  .our__ingredients--wrapper + .about__us .about__us-image--wrapper {
    display: block !important;
    width: 100% !important;
    margin-top: 51px;
  }
  .our__ingredients--wrapper + .about__us .about__us-list--col {
    display: block !important;
  }
  .our__ingredients--wrapper + .about__us .about__us-row {
    row-gap: 50.86px !important;
  }
  .our__ingredients--wrapper + .about__us .rounded__dark-btn {
    border-radius: 0px !important;
  }
  .our__ingredients--wrapper + .about__us .about__us-btns {
    row-gap: 15px !important;
    column-gap: 43px !important;
  }
  .cart-subtotal .cart-subtotal-flex-box .cart-subtotal-price del + .woocommerce-Price-amount {
    display: none;
  }
  .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg {
    padding: 39px 20px 35px 20px;
  }
  .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-rev-widg__title {
    font-size: 40px;
    line-height: 43.5px;
    margin-bottom: 9px;
  }
  .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__title {
    font-size: 30px;
    line-height: 31.5px;
    margin-bottom: 29px;
  }
  .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset label {
    font-size: 16px;
    line-height: 18.88px;
  }
  .product__details--main-wrapper .jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset p {
    font-size: 16px;
    line-height: 18.88px;
  }
}
@media (max-width: 415px) {
  .best__sellers .best__sellers--product .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
  .explore__collections .explore__collections--slider-arrows .best__sellers--bottom-row .best__sellers--bottom-col {
    width: calc(50% - 5px);
  }
}
/* New css */
#powerTip .box_view_html h2 a {
  color: #494949;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover {
  background-color: #e4dfd7;
}

@media (max-width: 767px) {
  #wpsl-stores,
  #wpsl-direction-details,
  #wpsl-gmap {
    margin: 0px !important;
  }
}
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d span a,
#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d td a {
  outline: none !important;
}

.store__map--wrapper .search__result--wrapper {
  padding: 0px !important;
}

.store__map--wrapper .search__result--wrapper ul li .wpsl-store-location p a {
  pointer-events: none;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p a {
  pointer-events: none;
}

/* Search Css */
.search__main-wrapper {
  padding: 70px 0px;
}

.search__main-wrapper .main__search-title {
  font-size: 30px;
  line-height: 36.9px;
  color: #494949;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.search__main-wrapper .main__search-des {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 28px;
}

.search__main-wrapper .form-group label {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}

.search__field-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 7px;
  row-gap: 15px;
}

.search__field-items input {
  width: 100%;
  max-width: 300px;
  border: 1px solid #dddddd;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #494949;
}

.search__field-items button {
  background-color: #737b4c;
  color: #ffffff;
  border-radius: 0px;
  padding: 12.5px 33px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: capitalize;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search__main-wrapper .product__list {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px -15px;
  margin-top: 30px !important;
  row-gap: 25px;
}

.search__main-wrapper .product__list li {
  width: 25%;
  padding: 0px 15px;
  display: block !important;
}

.parallax__image .sm__screen-image {
  display: none;
}

@media (max-width: 991px) {
  .search__main-wrapper .product__list {
    margin: 0px -10px;
  }
  .search__main-wrapper .product__list li {
    width: 33.33%;
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .search__main-wrapper {
    padding: 50px 0px;
  }
  .search__main-wrapper .product__list li {
    width: 50%;
  }
  .search__main-wrapper .main__search-title {
    font-size: 24px;
    line-height: 29.9px;
  }
  .parallax__image .big__screen-image {
    display: none;
  }
  .parallax__image .sm__screen-image {
    display: block;
  }
}
/* Search Css */
#mega-menu-main_menu li.custom__sub-menu {
  position: relative !important;
}

#mega-menu-main_menu li.custom__sub-menu .mega-sub-menu {
  padding: 0px 0px !important;
  width: 190px !important;
  display: block !important;
  top: 47px !important;
}

#mega-menu-main_menu li.custom__sub-menu .mega-sub-menu li {
  padding: 0px !important;
  display: flex !important;
  border-bottom: 1px solid #eee !important;
}

#mega-menu-main_menu li.custom__sub-menu .mega-sub-menu li:nth-last-child(1) {
  border-bottom: none !important;
}

#mega-menu-main_menu li.custom__sub-menu .mega-sub-menu li a {
  width: 100% !important;
  padding: 10px 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mega-menu-main_menu li.custom__sub-menu .mega-sub-menu li a:hover {
  /* 	background-color: #737c4f2e; */
  background-color: #737c4f !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul {
  padding: 46px 0px 168px !important;
}

.thankyou__page-wrapper {
  padding: 70px 0px;
}

.thankyou__page-wrapper .woocommerce-notice {
  font-size: 16px;
  line-height: 20.8px;
  color: #737b4c;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 37px;
}

.thankyou__page-wrapper .woocommerce-order-overview {
  margin-bottom: 10px !important;
}

.thankyou__page-wrapper .woocommerce-order-overview + p {
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.thankyou__page-wrapper .woocommerce-order-overview li {
  font-size: 14px !important;
  line-height: 16.8px !important;
  color: #555555;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.thankyou__page-wrapper .woocommerce-order-overview li strong {
  font-weight: 400;
}

.thankyou__page-wrapper .woocommerce-order-details {
  margin-top: 30px;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-order-details__title {
  font-family: "bebasregular";
  font-size: 35px;
  font-weight: 400;
  line-height: 31.75px;
  color: #494949;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.thankyou__page-wrapper .woocommerce-customer-details .woocommerce-column__title {
  font-family: "bebasregular";
  font-size: 35px;
  font-weight: 400;
  line-height: 31.75px;
  color: #494949;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table {
  font-weight: 400;
  font-family: "Helvetica";
  border-radius: 0px;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table thead th {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica-Bold";
  font-weight: normal;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table tbody td {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table tbody td a {
  color: #737b4c;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table tfoot td,
.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table tfoot th {
  font-size: 16px;
  line-height: 20.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
}

.thankyou__page-wrapper .woocommerce-order-details .woocommerce-table tbody td a {
  color: #737b4c;
}

.thankyou__page-wrapper .woocommerce-customer-details address {
  font-size: 16px;
  line-height: 27.8px;
  color: #777777;
  font-family: "Helvetica";
  font-weight: 400;
  padding: 20px 20px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dedede;
}

.thankyou__page-wrapper .woocommerce-customer-details {
  margin-bottom: 0px;
}

.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul li a {
  max-height: 20px;
}

.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul li a span {
  display: inline-block;
  height: 100%;
}

.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul li a span img {
  height: 100%;
}

@media (max-width: 991px) {
  .thankyou__page-wrapper .woocommerce-order-overview li {
    margin-bottom: 20px;
  }
  .thankyou__page-wrapper .woocommerce-customer-details .woocommerce-column--1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .thankyou__page-wrapper {
    padding: 50px 0px;
  }
  .banner__item-wrapper.light__slider {
    height: 536px;
  }
}
.price ins .woocommerce-Price-amount bdi {
  color: #c00000;
}

.price del .woocommerce-Price-amount bdi {
  text-decoration: line-through !important;
}

.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li.widget_text .mega-block-title {
  text-transform: uppercase !important;
}

.menu-item-has-children ul.sub-menu {
  z-index: 9;
}

.best__sellers--product custom-wishlist-wrapper ul {
  list-style: none !important;
}

.main__header .header__row .header__action-wrapper ul li a .cart__number--wrapper, .main__header .header__row .header__action-wrapper ul li button .cart__number--wrapper {
  font-size: 13px;
  line-height: 9.32px;
  font-weight: 400;
  font-family: "bebasregular";
  color: #FFFFFF;
  margin: 0px;
}

.main__products--wrapper .main__collection-flex--wrapper .products__collection-row {
  align-items: flex-start;
}

.product__details--banner--wrapper .woocommerce-product-gallery .product__ctm--gallery-wrapper .product__main-view .product__main--item .woocommerce-product-gallery__image a img {
  object-fit: contain !important;
}

.main__products--wrapper .woof_products_top_panel .woof_products_top_panel_ul li .woof_remove_ppi {
  background: url(https://dev.houseofsoap.com/wp-content/themes/houseofsoap/theme/assets/images/close__filter-icon.svg) 97%/21px no-repeat #d7d2cb;
  padding: 8px 29px 8px 10px;
  font-size: 13px;
  line-height: 10.99px;
  font-weight: 400;
  font-family: Helvetica;
  display: inline-flex;
  border-radius: 20px;
  color: #555;
}

.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li:nth-child(1) {
  margin-bottom: 0px !important;
}

.main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li ul li ul li ul li:nth-child(1) a {
  font-size: 18px !important;
  line-height: 22.14px !important;
  color: #333 !important;
  font-family: Helvetica-Bold !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
  text-transform: capitalize !important;
  padding: 0 !important;
}

.header__row .header__menu-wrapper .mega-menu-wrap .mega-menu li.ex__column-menu ul li.video__column-wrapper {
  max-width: 20.694444vw !important;
}

.products__filter-column .woof_submit_search_form_container button {
  background-color: #cbc4bc;
}

.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .social__media-wrapper ul li a span img {
  width: 100%;
  object-fit: contain;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c {
  padding-left: 20px !important;
  border-radius: 0px;
  padding-top: 20px !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p {
  font-size: 13px;
  line-height: 18.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Helvetica";
  color: #333333;
  margin-bottom: 8px;
  display: block;
  outline: none !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d p img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details {
  margin-bottom: 10px;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details summary {
  font-size: 13px;
  line-height: 18.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details summary::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  width: 5px;
  height: 5px;
  border: 1px solid #555555;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d details[open] summary::after {
  top: 8px;
  transform: rotate(-135deg);
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d table {
  margin-bottom: 10px;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d span, #wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d td {
  font-size: 13px;
  line-height: 18.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d span a, #wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d td a {
  color: #737B4C;
  text-decoration: underline;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions a {
  width: 50%;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #FFFFFF;
  margin: 0px !important;
  box-sizing: border-box !important;
  background-color: #333333;
  border: none !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions .wpsl-info-actions {
  width: 50%;
  margin: 0px !important;
}

#wpsl-gmap .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map__dialoge--actions .wpsl-info-actions a {
  margin: 0px !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 5px;
  background-color: #737B4C;
  border: none !important;
}

.cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-footer .cart-summary .customer__bought .upsells__products-wrapper .upsell__product-item .upsell__product-img {
  height: 86px;
}

.free__shipping-wrapper .free__shipping-progress--bar .progress__bar-track {
  width: calc(100% - 100.03px);
}

@media screen and (max-width: 1750px) and (min-width: 1501px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.ex__column-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 13.666667%;
  }
  .header__row .header__menu-wrapper .mega-menu-wrap .mega-menu li.ex__column-menu ul li.video__column-wrapper {
    max-width: 26.694444vw !important;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.ex__column-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 12.266667%;
  }
  .header__row .header__menu-wrapper .mega-menu-wrap .mega-menu li.ex__column-menu ul li.video__column-wrapper {
    max-width: 26.694444vw !important;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1301px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.ex__column-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 12.266667%;
  }
  .header__row .header__menu-wrapper .mega-menu-wrap .mega-menu li.ex__column-menu ul li.video__column-wrapper {
    max-width: 26.694444vw !important;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container {
    width: 100% !important;
  }
}
@media (max-width: 1300px) {
  .main__header .header__row .header__action-wrapper {
    max-width: 95px;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul {
    gap: 16px;
  }
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.ex__column-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 14.066667%;
  }
  .header__row .header__menu-wrapper .mega-menu-wrap .mega-menu li.ex__column-menu ul li.video__column-wrapper {
    max-width: 26.694444vw !important;
  }
  .main__header .header__row .header__menu-wrapper .mega-menu-wrap ul li ul li.video__column-wrapper ul li.mega__video-title-wrapper ul li .wp-video .mejs-container {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .main__header .header__row .header__action-wrapper {
    max-width: max-content;
  }
}
.page-template-locations {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

.store__heading--wrapper h1 {
  margin-top: 0px !important;
  padding: 0px !important;
  border: none !important;
}

.old__footer-logo {
  max-width: 160px;
  /* 	margin-top: 25px; */
}

.old__footer-logo img {
  width: 100%;
  height: 100%;
}

/* New Css */
.new__letter-field p {
  margin-bottom: 0px !important;
}

.new__letter-field .wpcf7-spinner {
  width: 15px;
  height: 15px;
  margin: 0px;
}

.new__letter-field .wpcf7-spinner::before {
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  transform-origin: 5px 5px;
}

.new__letter-title .wpcf7-response-output {
  margin: 0px !important;
  margin-bottom: 20px !important;
}

.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field button, .main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title form .new__letter-field input[type=submit] {
  margin-bottom: 0px !important;
}

.main__footer .main__footer-wrapper .main__footer-row .main__footer-menu--column .footer__newletter-column .new__letter-title {
  margin-bottom: 10px;
}

/* Inquiries */
.main__footer .inquiries__wrapper {
  margin-top: 20px;
}

.main__footer .inquiries__wrapper p {
  font-size: 16px;
  line-height: 20.8px;
  color: #333333;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.main__footer .inquiries__wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main__footer .inquiries__wrapper ul li {
  display: flex;
  margin-bottom: 12px;
}

.main__footer .inquiries__wrapper ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.main__footer .inquiries__wrapper ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20.8px;
  color: #555555;
  font-family: "Helvetica";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main__footer .inquiries__wrapper ul li a:hover {
  color: #737B4C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main__footer .inquiries__wrapper .social__media-title {
  position: relative;
  margin-bottom: 8px;
}

.main__footer .inquiries__wrapper .social__media-title h3 {
  font-size: 18px;
  line-height: 24.91px;
  color: #333333;
  font-weight: 400;
  font-family: "bebasregular";
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
  background-color: #FFFDF8;
  display: inline-block;
  padding-right: 21px;
  text-transform: uppercase;
}

.main__footer .inquiries__wrapper .social__media-title::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  z-index: 2;
}

@media (max-width: 1300px) {
  .main__footer .inquiries__wrapper ul li a {
    font-size: 14px;
    line-height: 19.8px;
    gap: 6px;
  }
  .main__footer .inquiries__wrapper ul li a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .main__footer .inquiries__wrapper ul li a {
    font-size: 16px;
    line-height: 20.8px;
    gap: 10px;
  }
  .main__footer .inquiries__wrapper ul li a svg {
    width: 22px;
    height: 22px;
  }
}
.variations_form .woocommerce-variation-price {
  display: none;
}

.summary.entry-summary .product_title {
  display: none;
}

.summary.entry-summary .price {
  display: none;
}

.summary.entry-summary .product__main--title-wrap .product_title {
  display: block;
}

.summary.entry-summary .price__update--wrapper .price {
  display: block;
}
.summary.entry-summary .stock.in-stock{
  display: none;
}
.variations_form .variations tbody tr td .variable-items-wrapper li.image-variable-item .variat__swatches__wrap span {
  line-height: 19px;
  padding-top: 6px !important;
}

/* [lang="ar"] .announcement__bar .announcement__bar-container .announcement__bar--slider-arrow .swiper-button-next{
	right: auto !important;
	left: 0px !important;
} */
.lang__select-wrapper select {
  border: none;
  border-radius: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 19.68px;
  font-family: "Helvetica";
  color: #494949;
  font-weight: 400;
  padding-right: 14px;
  background-color: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjY0MzM0IDUuNTk5MzFDNC44Mzc2NyA1Ljc5MzY0IDUuMTYyMzMgNS43OTM2NCA1LjM1NzE1IDUuNTk5MzFMOS44NTIzOSAxLjExNTU4QzEwLjA0OTIgMC45MTg3NjYgMTAuMDQ5MiAwLjU5OTU4NSA5Ljg1MjM5IDAuNDAzMjY4QzkuNjU1NTcgMC4yMDY0NTMgOS4zMzU4OSAwLjIwNjQ1MyA5LjEzOTA4IDAuNDAzMjY4TDUuMDAwMDIgNC41MzA4MkwwLjg2MTQ2MSAwLjQwMjc2OUMwLjY2NDE0NyAwLjIwNTk1MyAwLjM0NDk2NSAwLjIwNTk1MyAwLjE0NzY1MiAwLjQwMjc2OUMtMC4wNDkxNjM0IDAuNTk5NTg0IC0wLjA0OTE2MzQgMC45MTg3NjQgMC4xNDc2NTIgMS4xMTUwOEw0LjY0MzM0IDUuNTk5MzFaIiBmaWxsPSIjNDk0OTQ5Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: 100%;
}

[lang=ar] .lang__select-wrapper select {
  background-position: 0%;
  padding-right: 0px;
  padding-left: 14px;
}

[lang=ar] .main__header .header__row .header__action-wrapper ul li::after {
  left: auto;
  right: -11px;
}

/* RTL */
[lang=ar] .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content a svg {
  transform: rotate(275deg);
}

[lang=ar] .featured__collection .featured__collection-row .featured__collection-img--col .featured__collection-title .featured__collection-title--content a:hover svg {
  transform: rotate(225deg);
}

[lang=ar] .discover .discover__row .discover__column-lg .discover__image-wrapper .discover__content-wrapper p {
  margin-bottom: 28px;
}

[lang=ar] .rounded__dark-btn svg {
  transform: rotate(275deg);
}

.product__card__main--wrapper .product__wrapper .add_to_cart_button::after {
  top: 7px !important;
}

@media (max-width: 1300px) {
  .main__header .header__row .header__action-wrapper {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .main__header .header__row .mobile__wrapper {
    gap: 9.55px;
  }
  .main__header .header__row .mobile__wrapper .header__logo-wrapper {
    max-width: 150px;
  }
  .main__header .header__row .header__action-wrapper ul {
    gap: 10px;
  }
  .main__header .header__row .header__action-wrapper {
    max-width: 126px;
  }
  .main__header .header__row .header__action-wrapper ul li::after {
    left: -3px;
  }
}
@media (max-width: 399px) {
  .main__header .header__row .mobile__wrapper .header__logo-wrapper {
    max-width: 135px;
  }
  [lang=ar] .lang__select-wrapper select {
    background-position: 0%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .main__header .header__row .mobile__wrapper .mobile__menu-icon button {
    width: 20.45px;
    height: 16px;
  }
}
.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .ctm__cart-btn--mb a::after {
  top: 4.4px;
  right: 10px;
  font-size: 15px;
}

.main__products--wrapper .main__collection-flex--wrapper .products__collection-row .products__products-item--column .all__product-list ul li .product__card__main--wrapper .product__content .ctm__cart-btn--mb a.added {
  display: none !important;
}

.products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider .ui-slider-handle {
  top: -0.6em !important;
}

.products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider {
  background-color: #e3e3e3 !important;
  margin-bottom: 8px !important;
}

.products__filter-column .woof_container .woof_container_inner .ui-widget-content.price_slider .ui-slider-range {
  top: 0px !important;
}

.product__card__main--wrapper .product__content .ctm__cart-btn--mb a::after {
  top: 4px;
  font-size: 15px;
  right: 9px;
}
.product__card__main--wrapper .product__content .ctm__cart-btn--mb a.added {
  display: none !important;
}

.main__products--wrapper .woof_container_productsize .woof_block_html_items ul {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.main__products--wrapper .woof_container_productsize .woof_block_html_items ul li {
  margin: 0px !important;
}
.main__products--wrapper .woof_container_productsize .woof_block_html_items ul li .woof_label_term {
  margin: 0px !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16.52px !important;
  font-family: "Helvetica" !important;
  padding: 6px 12px !important;
  border: none !important;
  background-color: #dfdfdf !important;
}
.main__products--wrapper .woof_container_productsize .woof_block_html_items ul li .woof_label_term:hover {
  background-color: #737B4C !important;
  color: #fff !important;
}

.woof_autohide_wrapper{
    display: none !important
}/*# sourc.eMappingURL=style-scss.css.map */


.searchPagination__wrapper{
	display: none;
}
.searchPaginationLoader{
	display: flex;
align-items: center;
justify-content: center;
}


.qty-error, .error-message{
		font-size: 12px;
		color: #f00;
		font-style: italic;
	}

.cart-drawer .cart-drawer-content .cart-drawer-items .cart__drawer-flex--wrapper .cart__drawer-body .cart-items-list li .product-details .product__drawer-qty--box .product-quantity{
min-width: 110px;
}
.menu__sidebar .sidebar__wrapper .sidebar__footer{height: auto;}