* {
  margin: 0;
  padding: 0;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}

body input:required:valid,
body textarea:required:valid {
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  text-decoration: underline;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Manrope", sans-serif;

  font-size: 16px;
  line-height: 150%;
  color: #181717;
  background: #fff;
  overflow-x: hidden;
}
.text-center {
  text-align: center;
}

.container {
  max-width: 1210px;
  box-sizing: border-box;
}

.button,
.form-submit input {
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  display: block;
  width: 280px;
  max-width: 100%;
  height: 55px;
  padding: 14px 20px;

  background: #181717;
  border: 1px solid #181717;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.button--centered {
  margin-left: auto;
  margin-right: auto;
}

.button:hover,
.form-submit input:hover {
  border-color: #ffce00;
  background: #ffce00;
  color: #181717;
}

.custom-checkout-submit .button,
.button.--yellow {
  border-color: #ffce00;
  background: #ffce00;
  color: #181717;
}
.button.--yellow.--shadow {
  box-shadow: 0px 5px 30px 0px rgba(255, 206, 0, 0.3);
}
.button.--yellow:hover {
  background: #181717;
  background-color: #181717;
  color: #fff;
}

.single_add_to_cart_button:hover,
.woocommerce-message .button:hover,
.product-card__form .button:hover,
.product-card__form2 .button:hover,
.custom-checkout-submit .button:hover {
  border-color: #181717;
  background: #ffce00;
  color: #181717;
}

.custom-checkout-submit .button:hover {
  background: #181717;
  color: #fff;
}

.button.--full {
  width: 100%;
  text-align: center;
}

.button svg {
  width: 24px;
  height: 24px;
}

.button svg path {
  fill: #fff;
}

.button.--outline {
  border-radius: 10px;
  border: 1px solid #181717;
  background: none;
  color: #181717;
}
.button.--outline:hover,
.button.--outline.--active {
  border-color: #ffce00;
  background: #ffce00;
  color: #181717;
}
.button.--outline.--black:hover,
.button.--outline.--black.--active {
  background: #181717;
  border-color: #181717;
  color: #fff;
}

.button.--medium {
  display: inline-block;
  text-transform: none;
  width: auto;
  height: auto;
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.button.--full {
  width: 100%;
  text-align: center;
}
.button.--medium-large {
  padding: 14px 44px;
}

.input,
#coupon_code,
.checkout .input-text,
#search-modal input[type="search"] {
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Manrope", sans-serif;
  background: #fff;
  border: none;
  border-bottom: 1px solid #afb7c2;
  padding: 5px 0;
  width: 100%;
  font-size: 15px;
}

h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
}

h2,
h1.h2,
.h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
}

/*  */
#header {
  padding: 10px 0;
  background: none;
  position: absolute;
  z-index: 99;
  width: 100%;
}

#header.is-open {
  position: fixed;
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-icons {
  display: grid;
  grid-template-columns: repeat(3, 30px);
  grid-gap: 15px;
}
#header.--dark .header-icons svg path {
  fill: #fff;
}

.header-icons__item {
  cursor: pointer;
}

.header-menu nav {
  display: flex;
  align-items: center;
  list-style: none;
}

.header-menu nav li {
  display: flex;
}

.header-menu nav li:not(:last-child) {
  margin-right: 35px;
}

.header-menu .submenu li:not(:last-child) {
  margin-right: 0px;
}

.header-menu .submenu {
  width: 240px;
}

.header-menu nav a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #181717;
  transition: color 0.3s;
}
#header.--dark .header-menu nav a {
  color: #fff;
}

#header.--dark .header-menu nav .submenu a {
  color: #181717;
}

.header-menu nav a.is-active,
.header-menu nav a:hover {
  color: #ffce00;
}

.header-cart {
  position: relative;
}

.header-cart__num {
  position: absolute;
  right: -5px;
  top: -1px;
  width: 17px;
  height: 17px;
  background: #ffce00;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #181717;
}

#main {
  background: #000000;
  min-height: 700px;
  height: 100vh;
  height: var(--app-height-init);
  padding-top: 91px;
  color: #fff;
  padding-bottom: 18px;

  display: flex;
  align-items: center;
}

#main .container {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main__right {
  max-width: 550px;
  text-align: center;
}

.main__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* color: #43585d; */
  margin-top: 20px;
}

.main__button {
  margin-top: 20px;
}
.main__button .button {
  margin-left: auto;
  margin-right: auto;
}

#main-products {
  padding: 50px 0;
}

#main-products h2 {
  margin-bottom: 40px;
}

.products-grid,
ul.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.product-card__inner {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.product-card__addtocart {
  display: none;
  background: #ffce00;
  border-radius: 15px 140px 15px 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
}

.product-card__addtocart__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card__addtocart__close {
  cursor: pointer;
}

.product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card__addtocart__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-card__form .quantity, 
.product-card__form2 .quantity {
  margin-bottom: 15px;
}

.product-card__form input.qty, 
.product-card__form2 input.qty,
.product-card__form .quantity, 
.product-card__form2 .quantity  {
  width: 88px;
}

.product-card__form .button, 
.product-card__form2 .button {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}

.product-card__discount {
  background: #ffce00;
  border-radius: 5px;
  width: 50px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__rating {
  display: flex;
  align-items: center;
}

.product-card__stars {
  display: flex;
  margin-right: 5px;
}

.product-card__rating span {
  /* font-weight: 500;
  font-size: 13px;
  line-height: 18px; */
}

.product-card a {
  color: #181717;
}

.product-card__photo {
  display: block;
  /* height: 135px; */
  height: 165px;
  width: 100%;
  margin: 5px 0;
  border-radius: 15px;
  overflow: hidden;
}

.product-card__photo img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

.product-card__subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.product-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  display: block;
}

.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-grow: 1;
}

.product-card__price-old {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #b7bac1;
}

.product-card__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.to-cart-circle {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #a8eeff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
}

.to-cart-circle:hover {
  background: #ffce00;
}

.to-cart-circle:after {
  content: "";
  width: 19px;
  height: 19px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6665 9.33366C13.8512 9.33366 13.9998 9.48233 13.9998 9.66699V15.667C13.9998 15.8517 13.8512 16.0003 13.6665 16.0003C13.4818 16.0003 13.3332 15.8517 13.3332 15.667V9.66699C13.3332 9.48233 13.4818 9.33366 13.6665 9.33366ZM9.66649 9.33366C9.85116 9.33366 9.99982 9.48233 9.99982 9.66699V15.667C9.99982 15.8517 9.85116 16.0003 9.66649 16.0003C9.48182 16.0003 9.33316 15.8517 9.33316 15.667V9.66699C9.33316 9.48233 9.48182 9.33366 9.66649 9.33366ZM5.66649 9.33366C5.85116 9.33366 5.99982 9.48233 5.99982 9.66699V15.667C5.99982 15.8517 5.85116 16.0003 5.66649 16.0003C5.48182 16.0003 5.33316 15.8517 5.33316 15.667V9.66699C5.33316 9.48233 5.48182 9.33366 5.66649 9.33366ZM12.3505 0.666992C12.4372 0.666992 12.5192 0.705659 12.5792 0.766992L16.5725 4.76699C16.8672 5.06366 16.3992 5.53699 16.1012 5.23899L12.1078 1.23899C11.8932 1.02699 12.0112 0.666992 12.3505 0.666992ZM6.98249 0.666992C6.89582 0.666992 6.81382 0.705659 6.75382 0.766992L2.76049 4.76699C2.46582 5.06366 2.93382 5.53699 3.23182 5.23899L7.22516 1.23899C7.44116 1.02699 7.32249 0.666992 6.98316 0.666992H6.98249ZM0.999823 6.00033C0.723824 6.00033 0.46849 6.10699 0.275824 6.28833C0.0824903 6.46966 -0.0481764 6.75499 0.00515694 7.05766L2.00516 18.391C2.04649 18.6243 2.14049 18.851 2.30716 19.031C2.47382 19.2097 2.72449 19.3337 3.00049 19.3337H16.3338C16.6098 19.3337 16.8605 19.2097 17.0272 19.0303C17.1938 18.8503 17.2872 18.625 17.3285 18.3903L19.3285 7.05699C19.3818 6.75499 19.2505 6.47033 19.0578 6.28833C18.8638 6.10699 18.6092 6.00033 18.3332 6.00033H0.999823ZM0.999823 6.66699H18.3332C18.6665 6.66699 18.7092 6.80366 18.6718 6.94299L16.6718 18.2763C16.5918 18.5723 16.5185 18.667 16.3332 18.667H2.99982C2.75649 18.667 2.72649 18.5203 2.66116 18.2763L0.661157 6.94299C0.619824 6.72299 0.833157 6.66699 0.999823 6.66699Z' fill='%2306262E'/%3E%3C/svg%3E%0A");
}

.main-products__button {
  margin-top: 40px;
}

#main-benefits {
  background: #fff5c6;
  padding: 50px 0;
}

#main-benefits h2,
#main-benefits .h2 {
  margin-bottom: 30px;
}

.main-benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 93px;
}

.main-benefits-item__title {
  margin-top: 20px;

  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}

.main-benefits-item__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #5d4e10;
}

.main-benefits-item__icon {
  text-align: center;
}

#about-us {
  padding-top: 154px;
  padding-bottom: 68px;
}

.about-us-page__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  position: relative;
}

.about-us__decor {
  position: absolute;
  right: -117px;
  top: -290px;
}

.about-us__box {
  padding: 30px 53px 30px 30px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  align-self: start;
}

.about-us__box p {
  margin: 20px 0;
}

.about-us__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-us__image-img {
  flex: 1 1 0;
  min-height: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.about-us__image-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us__image-text {
  font-size: 13px;
  line-height: 18px;
}

#main-blog {
  padding-top: 68px;
  padding-bottom: 50px;
}

#main-reviews {
  padding: 50px 0;
  background: #fff;
}

#main-reviews h2 {
  margin-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  position: unset;
  background: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  user-select: none;
}

.reviews-card {
  background: #ffce00;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-card__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #5d4e10;
}

.reviews-card__footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-card__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

#main-reviews .reviews-card,
#main-reviews .swiper-slide {
  box-sizing: border-box;
  width: 580px;
}
.main-reviews-swiper .swiper-slide {
  height: auto;
}
.main-reviews-swiper .swiper-slide .reviews-card {
  height: 100%;
  box-sizing: border-box;
}
.main-reviews-swiper__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #181717;
  display: block;
  margin: 0 7px;
}

.main-reviews-swiper__footer .swiper-button-prev {
  margin-right: 23px;
}

.main-reviews-swiper__footer .swiper-button-next {
  margin-left: 23px;
}

.main-reviews__button {
  margin-top: 30px;
}

.main-reviews__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.main-reviews__links img {
  height: 35px;
  max-width: 150px;
}

.main-reviews__links a {
  margin-left: 20px;
}

.main-reviews__links span {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

#main-faq {
  padding: 50px 0 190px;
  position: relative;
}

.main-faq__decor {
  position: absolute;
  bottom: -166px;
  right: -100px;
}

#main-faq h2 {
  margin-bottom: 40px;
}

.faq-list__item {
  margin-bottom: 20px;
}

.faq-list {
  list-style: none;
}

.faq-item {
  background: #f6f6f6;
  border-radius: 15px;
  transition: background 0.3s 0.3s;
  /* overflow: hidden; */
  position: relative;
}

.faq-item:hover {
  background: #c6f2ff;
}

.hover-anim {
  position: relative;
  overflow: hidden;
}

.hover-anim:before {
  content: "";
  width: 200%;
  border-radius: 50%;

  width: 500px;
  height: 500px;
  left: -490px;
  top: 150%;
  border-radius: 50%;
  background: #c6f2ff;
  position: absolute;
  transition: left 0.4s, top 0.3s 0.1s, width 0.6s, height 0.4s;
}

.hover-anim:hover:before,
.hover-anim.is-active:before {
  width: 130%;
  height: 500px;
  left: -190px;
  top: -150%;
}
.hover-anim.is-active:before {
  top: -110%;
}

.faq-item.is-active {
}

.faq-item__title {
  /* padding-bottom: 15px; */
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
}

.faq-item__title:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1V11.6066M11.5 22.2132V11.6066M11.5 11.6066H22.1066L0.893398 11.6066' stroke='%235D4E10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
  position: absolute;
  right: 17px;
  top: 22px;
  transition: transform 0.3s;
}

.faq-item.is-active .faq-item__title:after {
  transform: rotate(45deg);
}

.faq-item__text {
  z-index: 1;
  position: relative;
  /* padding-top: 15px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(24, 23, 23, 0.7);
  display: none;
  padding: 0 20px 20px 20px;
}

.faq-item__text a {
  color: rgba(24, 23, 23, 0.7);
  text-decoration: underline;
}

#footer {
}

.footer-black {
  background: #181717;
  padding: 40px 0 20px;
  color: #fff;
}

.footer-top {
  display: flex;
  justify-content: space-between;

  /* padding-right: 85px; */
}

.footer-top__left {
  display: flex;
  flex-grow: 1;
}

.footer-logo,
.footer-middle__pwd {
  margin-right: 90px;
  flex: 0 0 156px;
}

.footer-logo img {
  display: block;
  width: 120px;
}

.footer-logo span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

.footer-menu {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-grow: 1;
}

.footer-menu__list {
  list-style: none;
  display: grid;
  grid-row-gap: 8px;
  grid-column-gap: 50px;
}

.footer-menu__list a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
}

.footer-menu__list a:hover {
  color: #ffce00;
}

.footer-menu__list li {
  /* margin: 5px 0; */
}

.footer-menu__head {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 28px;
}

.footer-menu__col:first-child {
  /* margin-right: 90px; */
}

.footer-menu__col:nth-child(2) .footer-menu__list {
  /* grid-template-columns: repeat(3, max-content); */
}

.footer-adress {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
}

.footer-phone {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 15px;
}

.footer-middle {
  margin-top: 35px;
  display: flex;
}

.footer-middle a {
  color: #888;
  transition: color 0.3s;
}

.footer-middle a:hover {
  color: #ffce00;
}

.footer-middle__policies {
  flex-grow: 1;
}

.footer-middle__policies a:first-child {
  margin-right: 20px;
}

.footer-middle__pwd a {
  font-weight: 600;
}

.footer-bottom {
  padding: 7px 0;
  background: #fff;
}

.footer-bottom img {
  /* max-width: 200px; */
  max-height: 35px;
}

.footer-bottom__left a:first-child {
  margin-right: 15px;
}

.main-blog-grid {
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
}

.main-blog-grid__decor {
  position: absolute;
  transform: scale(-1, 1);
  top: -222px;
  width: 200px;
  left: -60px;
}

.blog-item {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  overflow: hidden;
}

.blog-item__img {
  width: 100%;
  height: 219px;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item__body {
  padding: 15px 20px 25px;
}

.blog-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #afb7c2;
}

.blog-item__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #181717;
}

.blog-item__excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181717;
  margin-top: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.main-blog__list {
  margin: 30px auto;
}

.header-cart__popup {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 9;
  width: 280px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
}

#header.is-open .header-cart__popup {
  position: fixed;
}

.hide {
  display: none;  
}

.woocommerce-mini-cart-item__self {
  display: flex;
  align-items: flex-start;
}

.woocommerce-mini-cart__footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.woocommerce-mini-cart__buttons .button {
  padding: 10px 28px;
  /* border: 1px solid #181717; */
  /* background: #181717; */
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  /* color: #fff; */
  height: 45px;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}

.woocommerce-mini-cart__buttons .button:hover {
  /* background: #181717; */
  /* color: #fff; */
}

.woocommerce-mini-cart__buttons .checkout {
  display: none;
}

.mini-cart__thumb {
  width: 73px;
  flex: 0 0 73px;
  height: 42px;
  overflow: hidden;
}

.mini-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_list {
  list-style: none;
}

.mini-cart__right {
  flex-grow: 1;
  margin: 0 15px;
}

.mini-cart__title {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #181717;
  transition: color 0.15s;
}

.mini-cart__right:hover .mini-cart__title {
  color: #ffce00;
}

.mini-cart__data {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #181717;
}

.mini-cart__remove div {
  color: #afb7c2;
  height: 10px;
  line-height: 10px;
}

.mini-cart__remove svg path {
  stroke: #afb7c2;
  transition: 0.3s stroke;
}

.mini-cart__remove:hover svg path {
  stroke: #000;
}

.widget_shopping_cart_content .h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;

  color: #181717;
  margin-bottom: 15px;
}

.woocommerce-mini-cart-item {
  padding: 15px 0;
  border-bottom: 1px solid #afb7c2;
}

.woocommerce-mini-cart-item:first-child {
  border-top: 1px solid #afb7c2;
}

.woocommerce-mini-cart__total {
}

.woocommerce-mini-cart__total strong {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */

  color: rgba(24, 23, 23, 0.7);
}

.woocommerce-mini-cart__total .amount {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #181717;
  margin-top: 5px;
}

.woocommerce-mini-cart .variation {
  display: flex;
  font-size: 11px;
  line-height: 16px;
  color: #b7bac1;
}

.woocommerce-mini-cart .variation dd {
  margin-left: 4px;
}

#site-main {
  position: relative;
}

body:not(.page-template-page-home):not(.page-template-page-blog) #site-main {
  padding-top: 134px;
  padding-bottom: 200px;
  position: relative;
}
body.single-delivery_page #site-main,
body.single-dispensary_page #site-main {
  padding-bottom: 0;
}
body.page-template-page-thankyou #site-main {
  padding-bottom: 50px;
}

.post-type-archive-product #site-main,
.tax-product_cat #site-main,
.tax-product_tag #site-main,
.woocommerce-shop #site-main,
.woocommerce-cart #site-main,
.woocommerce-checkout #site-main,
.woocommerce.archive #site-main {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 20px;
  grid-auto-flow: dense;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;

  box-sizing: content-box;
}

.woocommerce-cart #site-main,
.woocommerce-checkout #site-main {
  display: block;
}

.post-type-archive-product #site-main main,
.tax-product_cat #site-main main,
.tax-product_tag #site-main main,
.woocommerce-cart #site-main main,
.woocommerce.archive #site-main main {
  order: 2;
}

.post-type-archive-product #site-main aside,
.tax-product_cat #site-main aside,
.tax-product_tag #site-main aside,
.woocommerce-cart #site-main aside,
.woocommerce.archive #site-main aside {
  order: 1;
}

.woocommerce-pagination {
  display: block;
  width: 100%;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 100%;
}

.wpc-filters-widget-content,
body .woof_sid_flat_white {
  border-radius: 15px;
  background: #f6f6f6;
  padding: 20px 15px;
  border: none;
}

.wpc-filter-title,
body .woof-front-builder-container .woof_container .h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #181717;

  background: none;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item label {
  display: flex;
  align-items: center;
}

.widget-area .widget li.wpc-term-item a,
.wpc-filters-widget-main-wrapper li.wpc-term-item a,
.wpc-filters-widget-main-wrapper li.wpc-term-item a + .wpc-term-count,
body .woof_list label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #181717;
}

.wpc-term-count {
  opacity: 1;
  margin: 0;
}

.wpc-checkbox-item {
}

.woocommerce-form__label span {
  position: relative;
  display: block;
}

.wpc-checkbox-item input[type="checkbox"],
.input-radio,
.woocommerce-form__label input[type="checkbox"],
.woof_list_checkbox li input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: absolute;
  margin: 0;
}

.wpc-checkbox-item input[type="checkbox"] + label,
.input-radio + label,
.woocommerce-form__label input[type="checkbox"] + span {
  padding-left: 0 !important;
  cursor: pointer;
}

.input-radio + label,
.woocommerce-form__label input[type="checkbox"] + span {
  display: flex;
  align-items: flex-start;
}

.wpc-checkbox-item input[type="checkbox"] + label:before,
.input-radio + label:before,
.woocommerce-form__label input[type="checkbox"] + span:before,
.woof_list_checkbox li:has(input[type="checkbox"]):before {
  content: "";
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #181717;
  border-radius: 5px;
  left: 0;
  margin-right: 10px;
}

.wpc-checkbox-item input[type="checkbox"]:checked + label:after,
.input-radio:checked + label:after,
.woocommerce-form__label input[type="checkbox"]:checked + span:after,
.woof_list_checkbox li:has(input[type="checkbox"]:checked):after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L5 9L12.5 1' stroke='%23181717' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  z-index: 1;
  left: 4px;
}

.input-radio:checked + label:after,
.woocommerce-form__label input[type="checkbox"]:checked + span:after,
.woof_list_checkbox li:has(input[type="checkbox"]:checked):after {
  top: 5px;
}
.woof_list_checkbox li {
  position: relative;
  display: flex;
  margin: 10px 0 !important;
}
.woof_list_checkbox li label {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper abbr.required {
  display: none;
}

.wpc-posts-found {
  display: none;
}

.wpc-filters-range-wrapper input[type="number"] {
  background: #ffffff;
  border: 1px solid #afb7c2;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #181717;
  font-family: "Manrope", sans-serif;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 5px;
}

body .ui-slider .ui-slider-handle {
  background: #ffce00;
  border: none;
  box-shadow: none;
}

body .ui-slider-horizontal {
  background: #e4e4e4;
  border-radius: 30px;
  height: 5px;
}

body .ui-slider-horizontal .ui-slider-range {
  background: #afb7c2;
  border-radius: 30px;
}

#primary.site-main > .woocommerce-breadcrumb {
  position: absolute;
  left: 15px;
  transform: translateY(-40px);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #b7bac1;
}

body:not(.tax-product_cat):not(.tax-product_tag):not(.woocommerce-shop):not(.woocommerce.archive) #primary.site-main > .woocommerce-breadcrumb {
  max-width: 1180px;
  left: calc((100vw - 1180px) / 2);
  width: 100%;
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 5px;
  color: #b7bac1;
}

.breadcrumb-item:last-child {
  color: #000;
}

.woocommerce-breadcrumb a {
  color: #b7bac1;
  margin-right: 2px;
}

.wpc-custom-selected-terms {
  display: flex;
  justify-content: flex-end;
}

.widget-area .widget .wpc-filter-chips-list a,
.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  background: #ffffff !important;
  border: 1px solid #afb7c2 !important;
  border-radius: 5px !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #181717;
}

.wpc-chip-remove-icon {
  font-size: 0 !important;

  position: relative;
}

.wpc-chip-remove-icon:before {
  display: block;
  margin-top: 1px;
  content: "";
  width: 12px;
  height: 12px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6M11 11L6 6M6 6L11 1L1 11' stroke='%23AFB7C2'/%3E%3C/svg%3E%0A");
}

.filter-clear {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #b7bac1;
  cursor: pointer;
}

.woocommerce-products-header {
  display: grid;
  grid-template-columns: 160px 1fr;
}

.woocommerce-products-header .wpc-custom-selected-terms {
  order: 2;
}

.woocommerce-products-header .wpc-filter-chips-list {
  order: 1;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.woocommerce-result-count {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #b7bac1;
}

.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
  margin-top: 3px;
}

.select2-container--highvendor .select2-selection {
  background: #ffffff;
  border: 1px solid #afb7c2;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #181717;
  padding: 5px 10px;
  padding-right: 24px;
  position: relative;
}

.select2-container--highvendor .select2-selection:after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  right: 6px;
  top: calc(50% - 4px);
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23AFB7C2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.select2-container--highvendor.select2-container--open .select2-selection:after {
  transform: rotate(180deg);
}

.select2-container--highvendor .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--highvendor select2-dropdown--below {
  border-radius: 0 0 5px 5px;
}

.select2-container--highvendor select2-dropdown--above {
  border-radius: 5px 5px 0 0;
}

.select2-container--highvendor.select2-container--open.select2-container--below .select2-selection {
  border-radius: 5px 5px 0 0;
}

.select2-container--highvendor.select2-container--open.select2-container--above .select2-selection {
  border-radius: 0 0 5px 5px;
}

.select2-container--highvendor .select2-results__option {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #b7bac1;
  padding: 6px 10px;
}

.select2-container--highvendor .select2-results__option--highlighted {
  color: #181717;
}

.wpc-filter-chips-list li,
body .wpc-filter-chips-list li.wpc-filter-chip,
li.wpc-filter-chip {
  margin: 0 0 7px 7px !important;
}

.top-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.product-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 30px;
}

.thumb-slider-wrapper {
  max-width: 577px;
  /* max-height: 577px; */
  /* max-width: 500px; */
  /* margin: 0 auto; */
}

.thumbs {
  position: relative;
  padding: 0 70px;
}

.thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

img {
  max-width: 100%;
}

.thumbs-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
}

.thumbs-buttons__button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container.slider.product-box {
  /* padding-left: 0; */
  /* padding-right: 0; */
}

.swiper-container.slider.product-box .swiper-slide {
  text-align: center;
}

.swiper-container.slider.product-box .swiper-slide {
  max-width: 100%;
  width: 100% !important;
}

.swiper-container.slider.product-box .swiper-slide img {
  /* width: 100%; */
  max-height: 100%;
  max-width: 100%;
}

.thumb-wrapper {
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  height: 101px;
  overflow: hidden;
}

.thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.thumbs {
  margin-top: 15px;
}

.slider a {
  outline: none;
}

.product_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #181717;
}

.buy-box {
  margin-top: 40px;
  max-width: 581px;
  margin-left: auto;
  margin-right: auto;
  background: #ffce00;
  border-radius: 15px;
  padding: 20px;
}

.buy-box .woocommerce-variation-price {
  /* display: none; */
}

.buy-box .price del,
.buy-box p.price:first-child {
  display: none;
}

.buy-box .reset_variations {
  display: none !important;
}

.woocommerce-product-details__short-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #181717;
  margin-top: 15px;
}

.woocommerce-product-details__short-description p {
  margin: 22px 0;
}

.woocommerce-product-details__short-description a {
  text-decoration: underline;
  color: #181717;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
  padding-left: 20px;
}

.buy-box__inner form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy-box__inner form.variations_form {
  align-items: flex-end;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column-reverse;
}

.buy-box .woocommerce-Price-amount,
#subtot {
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: #181717;
}

.buy-box .woocommerce-Price-amount {
  display: none;
}

.buy-box .woocommerce-Price-amount bdi {
  width: 100%;
  display: block;
}

.price ins {
  text-decoration: none;
}

.buy-box .woocommerce-Price-amount:after,
#subtot:after {
  content: "Taxes included";
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #5d4e10;
}

.buy-box table.variations,
.buy-box .single_variation_wrap {
  flex: 0 0 calc(50% - 20px);
}

.buy-box table.variations {
}

.buy-box table.variations tr {
  display: flex;
  flex-direction: column;
}

.buy-box table.variations tr:not(:last-child) {
  margin-bottom: 25px;
}

.buy-box table.variations tr th,
.q-title {
  margin-bottom: 5px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #5d4e10;
}

.buy-box .single_variation_wrap {
}

.variations .select2-container--highvendor .select2-selection {
  border: 1px solid #5d4e10;
}

input.qty {
  appearance: none;
  -webkit-appearance: none;

  background: #ffffff;
  border: 1px solid #5d4e10;
  border-radius: 5px;
  width: 161px;
  height: 35px;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qty[type="number"] {
  -moz-appearance: textfield;
}

.quantity {
  position: relative;
  width: 161px;
  box-sizing: border-box;
}

.plus,
.minus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  cursor: pointer;
  padding: 0 10px;
  top: 0;
}

.plus {
  right: 0px;
}

.minus {
  left: 0px;
}

.variations select {
  width: 100%;

  background: #ffffff;
  border: 1px solid #5d4e10;
  border-radius: 5px;
  outline: none;
  width: 161px;
  height: 35px;
  padding: 7px 11px;

  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #181717;
}

.product-reviews {
  padding-top: 150px;
  position: relative;
}

.product-reviews__decor {
  position: absolute;
  top: -120px;
  right: -80px;
}

.product-reviews__title {
  text-align: center;
  margin-bottom: 40px;
}

.product-reviews__inner {
  display: flex;
}

.product-reviews__summary {
  flex: 0 0 280px;
  margin-right: 20px;
}

.product-reviews__comments {
  flex-grow: 1;
}

.woocommerce-Reviews-title {
  display: none;
}

.star-rating-custom {
  position: relative;
  display: inline-flex;
}

.star-rating-custom:after {
  content: "";
  background: #000;
  mix-blend-mode: color;
  position: absolute;
  right: 0;
  height: 100%;
}

.reviews-summary .product-box {
  border: none;
}

.reviews-summary__top {
  position: relative;
  display: flex;
  align-items: center;
}

.reviews-summary__rating {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  color: #181717;
  margin-right: 15px;
}

.reviews-summary__count-reviews {
  position: absolute;
  left: 80px;
  top: 32px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #181717;
}

.reviews-summary__stars {
  display: flex;
}

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
  color: #ffce00 !important;
}

.star-rating span,
.star-rating span:before {
  color: #ffce00 !important;
}

#reply-title,
#email-notes,
.required-field-message {
  display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  border-radius: 15px;
  border: none;
  padding: 15px;
  box-shadow: none;
}

.comment-form p label {
  display: block;
  margin-bottom: 4px;
}

.comment-form p {
  margin: 15px 0;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-form-rating label {
  display: none !important;
}

.comment-form-comment {
  margin-top: 0 !important;
}

.commentlist {
  list-style: none;
}

.commentlist ul.children {
  list-style: none;
  padding-left: 40px;
}

.comment_container__top {
  display: flex;
  align-items: center;
}

.comment_container__top img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.woocommerce-review__author {
  color: #181717;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.woocommerce-review__verified {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.comment-meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.woocommerce-review__published-date {
  color: #181717;
  text-align: right;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.meta:first-child .woocommerce-review__published-date {
  margin-left: 0;
}

.comment-text .description {
  margin-top: 12px;
}

.comment-text .description p {
  margin: 7px 0;
}

.comment_container {
  /* margin-top: 40px; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

section.related.products {
  margin-top: 142px;
}

section.related.products h2 {
  margin-bottom: 41px;
  text-align: center;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ffce00 !important;

  font-weight: bold;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.woocommerce-message .button {
  margin-bottom: 10px;
}

.opacity-1 {
  opacity: 1;
  transition: opacity 0.3s;
}

.opacity-0 {
  opacity: 0;
  transition: opacity 0.3s;
}

#about-us-page h1 {
  margin: 11px 0 40px;
}

.about-us-hidden-text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  color: #707070;
}

.about-us-hidden-text p {
  margin: 10px 0;
}

.about-us-hidden-text__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#about-us-advantages {
  background: #ffce00;
  padding: 30px 0;
  margin-top: 100px;
  position: relative;
}

.about-decor-adv {
  position: absolute;
  left: 0;
  top: -155px;
}

#about-us-advantages h2 {
  margin-bottom: 20px;
}

.about-us-advantages-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 57px;
  grid-row-gap: 15px;
}

.about-us-advantages-item {
  display: flex;
}

.about-us-advantages-item__head {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #181717;
}

.about-us-advantages-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5d4e10;
  margin-top: 5px;
}

.about-us-advantages-item__left {
  width: 50px;
  margin-right: 20px;
}

.about-us-advantages-item__left img,
.about-us-advantages-item__left svg {
  max-width: 50px;
}

.faq-group-head {
  margin-top: 40px;
  margin-bottom: 25px;
}

#faq-page .h2,
#testimonials-page .h2,
#contact-page .h2,
#archive-page .h2 {
  margin-top: 11px;
  margin-bottom: 40px;
}

.testimonials-page__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

#testimonials-page .h2 {
  margin-bottom: 40px;
}

.contact-page__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}

.contact-page__form {
  position: relative;
}

.contact-page__form form {
  max-width: 250px;
}

.input-wrap {
  margin: 10px 0;
  /* width: 1p; */
}

.contact-page__form .input-wrap--submit {
  margin-top: 40px;
}

.contact-page__form h3 {
  margin-bottom: 20px;
}

#contact-page .h2 {
  margin-bottom: 40px;
}

.contact-page__map {
  overflow: hidden;
  border-radius: 15px;
}

.contact-page__map iframe {
  width: 100% !important;
  height: 100% !important;
}

.contact-email {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #181717;
}

.contact-phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #181717;
  margin-top: 15px;
  display: block;
}

.contact-adress {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  text-align: right;
}

.contact-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}

.contact-socials a:not(:last-child) {
  margin-right: 20px;
}

.contact-socials a svg path {
  transition: fill 0.3s;
}

.contact-socials a:hover svg path {
  fill: #ffce00;
}

.contact-page__left a {
  transition: color 0.3s;
}

.contact-page__left a:hover {
  color: #ffce00;
}

#archive-page {
  padding-bottom: 0px;
  position: relative;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 67px;
  grid-row-gap: 50px;
}

.article-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  transition: background 0.3s;
}

.article-item:hover {
  background: #a8eeff;
}

.article-item__image {
  height: 220px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.article-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  transition: transform 0.5s;
}

.article-item:hover img {
  transform: scale(1.2);
}

.article-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #181717;
  margin-top: 10px;
  transition: color 0.4s;
}

.article-item:hover .article-item__title {
  /* color: #1573ff; */
}

.article-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181717;
  margin-top: 10px;
}

.article-item__footer {
  margin-top: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #afb7c2;
}

.article-item__views {
  display: flex;
}

.post-views {
  margin-left: 3px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .articles-list {
    grid-column-gap: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .articles-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  #archive-page {
    padding-top: 100px;
  }
}

@media all {
  .post-views.entry-meta > span {
    margin-right: 0 !important;
    font: 16px/1;
  }
}

.single-post__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 300px;
}

.single-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#single-post .container:not(.breadcrumbs-container) {
  max-width: 700px;
}

#single-post {
  /* padding-top: 140px; */
}

.single-post__image {
  margin-top: 20px;
}

.single-post__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #afb7c2;
}

.single-post__views {
  display: flex;
  align-items: center;
}

.post-share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #151e2b;
  padding-bottom: 12px;
  border-bottom: 1px solid #afb7c2;
}

.single-post__content {
  color: #5b616e;
}

.single-post__content h1,
.page-template-default:not(.woocommerce-page) #primary article h1 {
  font-weight: 700;
  font-size: 33px;
  line-height: 110%;
  color: #151e2b;
  margin-top: 20px;
}

.page-template-default:not(.woocommerce-page) #primary article h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #151e2b;
  margin-top: 20px;
}

.single-post__content h3,
.page-template-default:not(.woocommerce-page) #primary article h3 {
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #151e2b;
}

.single-post__content,
.page-template-default:not(.woocommerce-page) #primary article {
  line-height: 150%;
}

.single-post__content p,
.page-template-default:not(.woocommerce-page) #primary article p:not(.fs-affiliates-form-row) {
  margin: 1.5em 0;
}

.shares-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.share-item {
  transition: opacity 0.3s;
}

.share-item:hover {
  opacity: 0.65;
}

.wp-block-image figcaption {
  opacity: 0.7;
}

.single-post__content ul,
.single-post__content ol,
.page-template-default:not(.woocommerce-page):not(.affiliate-dashboard) #primary article ul,
.page-template-default:not(.woocommerce-page):not(.affiliate-dashboard) #primary article ol {
  padding-left: 20px;
}

.single-post__content li,
.page-template-default:not(.woocommerce-page):not(.affiliate-dashboard) #primary article li {
  margin: 1.5em 0;
}

.wp-block-quote {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #151e2b;
  position: relative;
  padding: 5px 20px;
}

.wp-block-quote:before {
  content: "";
  background: #1573ff;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  height: calc(100% - 9px);
  width: 5px;
}

.wp-block-quote p:first-child {
  margin-top: 0;
}

.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.single-post__content {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f2f2;
}

.single-post__footer {
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.single-post__releated {
  margin-top: 50px;
}

.releated-posts__head {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #151e2b;
  margin-bottom: 30px;
}

.releated-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 67px;
}

.releated-posts .container {
  max-width: 1170px !important;
}

/*! CSS Used from: https://bitinport.com/wp-content/themes/artteam/assets/css/media.css?ver=1973127144 */
@media only screen and (max-width: 992px) {
  .releated-posts__list {
    grid-column-gap: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .single-post__image {
    height: 220px;
  }

  .wp-block-quote {
    font-size: 16px;
  }

  .releated-posts__list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.article-item__body {
  padding: 15px 20px 25px 20px;
}

li.product {
  list-style: none;
}

.page-numbers {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #b7bac1;
}

.page-numbers.current {
  color: #181717;
}

ul.page-numbers {
  margin-top: 30px;
}

.page-numbers li {
  margin: 0 13px;
}

.next.page-numbers,
.prev.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 3C8.373 3 3 8.373 3 15C3 21.627 8.373 27 15 27C21.627 27 27 21.627 27 15C27 8.373 21.627 3 15 3ZM20.707 15.707L16.707 19.707C16.512 19.902 16.256 20 16 20C15.744 20 15.488 19.902 15.293 19.707C14.902 19.316 14.902 18.684 15.293 18.293L17.586 16H10C9.448 16 9 15.553 9 15C9 14.447 9.448 14 10 14H17.586L15.293 11.707C14.902 11.316 14.902 10.684 15.293 10.293C15.684 9.902 16.316 9.902 16.707 10.293L20.707 14.293C21.098 14.684 21.098 15.316 20.707 15.707Z' fill='%23181717'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  font-size: 0;
  display: block;
}

.prev.page-numbers {
  transform: rotate(180deg);
}

.product-attributes {
  margin-top: 15px;
}

.product-attributes__item {
  font-size: 13px;
}

.product-attributes__item span:first-child {
  font-weight: 500;
}

.product-attributes__item span {
  display: inline-block;
}

.woocommerce-cart-form__cart-item {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 20px;
  position: relative;

  display: flex;
}

.woocommerce-cart-form .product-remove {
  position: absolute;
  right: 20px;
  top: 20px;
}

.woocommerce-cart-form .product-remove svg path {
  stroke: #181717;
}

.woocommerce-cart-form .product-name a {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #181717;
}

.woocommerce-cart-form .product-name a:hover {
  color: #ffce00;
}

.product-right {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-footer .quantity,
.product-footer input.qty {
  width: 90px;
  border-color: #afb7c2;
}

.woocommerce-cart-form .product-price > span:first-child,
.woocommerce-cart-form .product-subtotal > span:first-child {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #181717;
}

.woocommerce-cart-form .product-subtotal > span:first-child {
  text-align: right;
}

.woocommerce-cart-form .product-thumbnail {
  flex: 0 0 300px;
  text-align: center;
}

.woocommerce-cart h1 {
  text-align: center;
  margin-bottom: 40px;
}

.cart-update-button-wrapper button {
  margin-left: auto;
}

.cart-footer {
  display: flex;
  justify-content: flex-end;
}

.cart-totals {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: right;

  color: #181717;
}

.wc-proceed-to-checkout {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wc-proceed-to-checkout .checkout-button {
  margin-left: 0;
  margin-right: 0;
}
.continue-shopping-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 2px solid #181717;
  border-radius: 10px;
  color: #181717;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.continue-shopping-btn:hover {
  background: #181717;
  color: #fff;
}

.cart-footer .coupon {
  display: flex;
  align-items: center;
}

.cart-footer .coupon .button {
  margin-left: 15px;
  height: 34px;

  padding: 0 8px;
  font-size: 12px;
}

.cart-footer .coupon input {
  background: none !important;
}

.checkout-wrapper {
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 55px;
}

#ship-to-different-address {
  display: none;
}

.form-row {
  margin: 15px 0;
  position: relative;
}

.checkout-side__inner {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

.woocommerce-additional-fields {
  display: none;
}

.checkout-payment-box,
.checkout-shipping-box {
  margin-top: 15px;
}

#place_order {
  display: none;
}

.checkout h3 {
  margin-bottom: 20px;
}

.checkout-review-total {
  width: 100%;
  margin-top: 10px;
}

.checkout-review-total ul {
  list-style-type: none;
}

.checkout-review-total th {
  text-align: left;
  font-size: 15px;
  line-height: 35px;

  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: rgba(24, 23, 23, 0.7);
}

.checkout-review-total td {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #181717;
}

.order_review_heading {
  margin-bottom: 15px;
}

.checkout-side__inner {
  padding: 20px;
}

.showcoupon {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* text-align: right; */
  color: #181717;
  margin: 10px 0;
}

.showcoupon:hover {
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle + .woocommerce-error,
.woocommerce-form-coupon-toggle + .woocommerce-message {
  list-style-type: none;

  padding: 10px 15px;
}

li.wc_payment_method {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
}

.wc_payment_method img {
  margin-left: 7px;
}

.wc_payment_method label {
  align-items: center;
  position: relative;
}

.wc_payment_method .input-radio:checked + label:after {
  top: calc(50% - 5px);
margin-left: 0;
}

.payment_box {
  font-size: 15px;
  line-height: 150%;
  margin-top: 7px;
}

.woocommerce-checkout.woocommerce-page h1 {
  text-align: center;
  margin-bottom: 25px;
}

.cart-empty {
  background: none !important;

  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: #181717;
  text-align: center;
}

.return-to-shop .button {
  margin-left: auto;
  margin-right: auto;
}

.cart-footer .coupon {
  display: none;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
  color: inherit;
}

.form-row.woocommerce-validated input.input-text {
  padding-left: 3px;
}

.main__left {
  flex: 0 0 53%;
}

.woocommerce-lost-password article,
.woocommerce-account article {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-lost-password h1,
.woocommerce-account h1 {
  text-align: center;
  margin-bottom: 40px;
}

.woocommerce-account h1 {
  max-width: 880px;
  margin-left: auto;
}

.woocommerce-lost-password form,
.woocommerce-account form:not([role="search"]),
.orders-wrapper {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 30px;

  max-width: 581px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-MyAccount-content form,
.orders-wrapper {
  margin-left: 0;
}

.orders-wrapper {
  max-width: 100%;
}

#customer_login {
  display: flex;
  justify-content: space-between;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 0 0 calc(50% - 20px);
}

.woocommerce-form-login__submit {
  margin-top: 15px;
}

.woocommerce-account .entry-content .woocommerce {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 20px;
}

.woocommerce-account .entry-content .woocommerce.d-block {
  display: block;
}

.woocommerce-MyAccount-navigation {
}

.woocommerce-MyAccount-navigation ul {
  background: #ffce00;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 5px 20px;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 15px 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.woocommerce-MyAccount-navigation ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #5d4e10;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #181717;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.edit {
  text-decoration: underline;
}

.woocommerce-EditAccountForm fieldset {
  border: none;
}

.woocommerce-EditAccountForm fieldset legend {
  display: none;
}

.woocommerce-EditAccountForm em {
  font-size: 12px;
}

.woocommerce-order__info {
  max-width: 910px;
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 20px;
}

.woocommerce-customer-details {
  max-width: calc(100% - 270px);
}

.woocommerce-order-overview {
  list-style: none;
}

.woocommerce-order-overview + p {
  font-size: 13px;
}

.woocommerce-order-overview li span.__h {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #b7bac1;
  margin-bottom: 5px;
}

.woocommerce-order-overview li {
  margin-bottom: 15px;
}

.woocommerce-order-overview li strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #181717;
}

.woocommerce-order__left .woocommerce-notice {
  font-weight: 500;
  margin-bottom: 15px;
}

.woocommerce-order-details__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #181717;
}

.woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce-customer-details h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;

  color: #181717;
}

.woocommerce-customer-details address {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #181717;
  margin-top: 25px;
}

.woocommerce-order-details .product-box {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

.woocommerce-order-details.--view-order {
  margin-top: 20px;
}

.woocommerce-order-details.--view-order .product-box {
  box-shadow: none;
}

.order-items__list {
  list-style: none;
}

.order-items__list .woocommerce-table__product-name,
.order-items__list a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #181717;
}

.wc-item-meta {
  list-style: none;
}

.order-items__list .woocommerce-table__product-total {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #181717;
  margin-top: 10px;
}

.woocommerce-table__line-item.order_item {
  padding: 15px 0;

  border-bottom: 1px solid #afb7c2;
}

.wc-item-meta {
  display: none;
}

.wc-item-meta li {
  /* display: flex;  */
}

.order-total-item {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.order-total-item:last-child {
  margin-bottom: 0;
}

.order-total-h {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: rgba(24, 23, 23, 0.7);
}

.order-total-v {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #181717;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-orders-table__cell-order-actions .button {
  display: inline-block;
  width: auto;
  font-size: 13px;
  padding: 3px 13px;
  height: auto;
}

.woocommerce-orders-table__cell-order-actions .button:not(:last-child) {
  margin-right: 6px;
}

.woocommerce-orders-table__row {
}

.woocommerce-orders-table__row td {
  padding: 15px 0;

  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #181717;
}

.woocommerce-orders-table__row:not(:last-child) td {
  border-bottom: 1px solid #afb7c2;
}

.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

.view-order-p mark {
  background: none;
  font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ffce00;
}

.header-toggle {
  display: none;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  z-index: 98;
  background: #ffce00;
  top: calc(200vh * -1);
  opacity: 0;
  transition: top 0.3s, opacity 0.3s;
}

.mobile-menu.is-open {
  top: 0;
  opacity: 1;
}

.filter-toggle {
  display: none;

  justify-content: flex-end;
  order: 2;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  align-items: center;
}

.filter-toggle:after {
  content: "";
  display: block;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5.5 1L10 6' stroke='%23181717' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 7px;
  transform: rotate(180deg);
  margin-left: 10px;
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
  padding-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
}

.mobile-menu__top {
  display: grid;
  grid-template-columns: 1fr 30px;
}

.mobile-menu__top nav {
  list-style: none;
}

.mobile-menu__top li {
  margin: 20px 0;
}

.mobile-menu__top li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;

  color: #181717;
}

.mobile-menu__icons .header-icons__item {
  margin-top: 26px;
  display: block;
}

.mobile-menu__footer {
  text-align: center;
}

.mobile-menu__footer a {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #181717;
  font-size: 20px;
  line-height: 27px;
}

.mobile-menu__footer a:first-child {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

#search-modal {
  background: #fff;
  padding: 30px 30px 0 0;
  width: 100vw;
  /* height: 50px; */
  position: absolute;
  /* top: 0; */
  left: 0;
  display: none;
  z-index: 999;
  padding: 17px 30px;
}

#search-modal.is-open {
  /* display: block; */
}

.yith-ajaxsearchform-container {
  position: relative;
}

#search-modal input[type="search"] {
  color: #000;
  background: none;
  width: 100%;
  display: block;
  outline: none;
  font-size: 20px;
  margin: 0;
  border: none;
}

#yith-searchsubmit {
  font-size: 0;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
}

#yith-searchsubmit:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  filter: invert(1);
}

.search-navigation {
  width: 100%;
  position: relative;
  padding-right: 30px;
}

.yith-ajaxsearchform-select {
  position: relative;
}

.autocomplete-suggestion img {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
}

.close-search {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
}

.close-search svg {
  width: 24px;
}

.swiper-blog {
  display: none;
  margin: 30px 0 40px;
}

.woocommerce-form {
  margin-bottom: 30px;
}

.ldld.full {
  z-index: 9999999;
  color: #ffce00;
}

.wc_payment_methods label {
  font-weight: 500;
}

.shop-decor {
  position: absolute;
  right: 0;
  bottom: 160px;
}

.cart-decor {
  position: absolute;
  right: 0;
  bottom: 306px;
}

.woocommerce-cart-form,
.woocommerce-cart-form + .wc-proceed-to-checkout {
  max-width: 880px;
}

.blog-decor {
  position: absolute;

  right: -90px;
  bottom: -300px;
}

.about-decor {
  position: absolute;
  right: -60px;
  bottom: 160px;
}

.contact-decor {
  position: absolute;
  right: -30px;
  top: 40px;
}

.faq-decor {
  position: absolute;
  right: -80px;
  bottom: 181px;
}

.reviews-decor {
  position: absolute;
  right: -80px;
  bottom: 181px;
}

.page-template-default:not(.woocommerce-page) #primary {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-default #primary article a {
  /* text-decoration: underline; */
  /* color: #151e2b; */
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
  margin-right: 10px;
}

.woo-wallet-transactions-items li {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}

#wc-wallet-transaction-details_wrapper {
  margin-top: 30px;
}

.woo-wallet-content form {
  margin-top: 30px;
  padding-bottom: 90px;
}

.woo-wallet-content .woo-wallet-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0 !important;
}

#wc-cashapp-form {
  padding: 5px 20px;
}

#wc-cashapp-form p {
  margin: 17px 0;
}

.archive-slider {
  margin-bottom: 15px;
}

.woocommerce-variation-availability .stock.out-of-stock {
  text-align: center;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none;
}

.submenu {
  display: none;
  position: absolute;
  left: -15px;
  top: 20px;
  padding: 5px 15px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e5e7eb;
}

.has-submenu {
  position: relative;
}

.has-submenu:after {
  content: "";
  width: 11px;
  height: 11px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23181717' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");

  left: calc(100% + 7px);
  position: absolute;
  top: 4px;
  transition: transform 0.2s;
}

.has-submenu:hover:after {
  transform: rotate(180deg);
}

.submenu li {
  margin: 10px 0;
}

.has-submenu:hover .submenu,
.submenu:hover {
  display: block;
}

.header__logo img {
  width: 140px;
}

.thank-you__inner {
  display: flex;
  align-items: center;
}

.thank-you__image {
  margin-right: 50px;
}

.thank-you__image img {
  max-width: 100%;
}

.thank-you__head {
  margin-bottom: 20px;
}

.thank-you__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #545454;
  margin-bottom: 30px;
}

.thank-you__content {
  max-width: 520px;
}

body.page-template-page-thankyou {
  background: #aaeeff;
}

.product.outofstock {
  opacity: 0.5;
  /* 0.5 соответствует 50% прозрачности */
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}

.thx-form {
  font-size: 20px;
  line-height: 130%;
}

select.wppp-select + .select2 {
  margin-top: 3px;
}

.woocommerce-pagination + .form-wppp-select.products-per-page,
.products + .form-wppp-select.products-per-page {
  display: none;
}

/* .payment_method_cod {
  pointer-events: none;
  opacity: 0.45;
} */

.mob-submenu {
  list-style: none;
  display: none;
  padding-left: 10px;
}

.mob-submenu li {
  margin: 12px 0;
}

.mobile-menu .has-child {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-menu .has-child:after {
  content: "";
  width: 16px;
  height: 13px;
  margin-left: 10px;
  display: block;
  background: center / 100% 100%
    url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M23.245 4l-11.245 14.374-11.219-14.374-.781.619 12 15.381 12-15.391-.755-.609z'/%3E%3C/svg%3E");
  translate: transform 0.3s;
}

.mobile-menu .has-child.is-active:after {
  transform: rotate(180deg);
}

.fs_affiliates_register_form .fs-affiliates-form-row textarea {
  padding: 5px 10px !important;
}

.affiliate-dashboard .entry-title {
  margin-bottom: 30px;
}

.fs_affiliates_message {
  border-radius: 10px;
}

.fs_affiliates_frontend_dashboard {
  border: none;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}

.fs_affiliates_menu {
  border-radius: 8px 8px 0 0;
}

.fs_affiliates_frontend_dashboard .fs_affiliates_menu {
  background: #181717 !important;
}

.fs_affiliates_menu_content table.fs_affiliates_referrals_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_visits_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_creatives_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliate_transaction_log_table tbody th,
.fs_affiliates_menu_content table.fs_affiliate_payout_request_log_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_overview_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_order_detail_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_customer_detail_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_campaigns_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_commission_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliate_campaigns_list_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_Payout_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_leaderboard_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_fileupload_frontend_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_landing_page_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_coupon_linking_table tbody th,
.fs_affiliates_menu_content table.fs_affiliates_domain_table tbody th {
  background: #403e3e !important;
}

.fs_affiliates_frontend_dashboard .fs_affiliates_menu ul.fs_affiliates_menu_ul li a.current,
.fs_affiliates_frontend_dashboard .fs_affiliates_menu ul.fs_affiliates_menu_ul li a:hover {
  color: #ffce00 !important;
}

.fs_affiliates_frontend_dashboard .fs_affiliates_menu_content .fs_affiliates_link_generator table td .fs_affiliates_generate_affiliate_link,
.fs_affiliates_frontend_dashboard .fs_affiliates_menu_content .fs_affiliates_form .fs_affiliates_form_save,
.fs_affiliates_frontend_dashboard .fs_affiliates_menu_content .fs_affiliates_download_btn,
.fs_affiliates_generate_campaign_affiliate_link {
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  display: block;
  width: 280px;
  max-width: 100%;
  height: 55px;
  padding: 14px 20px;

  background: #181717 !important;
  border: 1px solid #181717;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

#fs_copy_clipboard_image {
  cursor: pointer;
  margin-left: 10px;
  transform: translateY(6px);
}

.fs_affiliates_menu_ul li:nth-child(6) .submenu li:nth-child(1),
.fs_affiliates_menu_ul li:nth-child(6) .submenu li:nth-child(2) {
  display: none;
}

h1.entry-title,
.single-post__content h1 {
  margin-bottom: 20px;
}

.single-post__author {
  margin-top: 30px;
}

.author-block {
  display: flex;
  align-items: center;
}

.author-block__photo {
  flex: 0 0 50px;
  height: 50px;
  margin-right: 20px;

  border-radius: 50%;
  overflow: hidden;
}

.author-block__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empty-photo {
  width: 100%;
  height: 100%;
  background: #ccc;
}

.author-block__name {
  font-weight: 600;
}

.author-block__text {
  font-size: 0.85em;
}

.author-block__right {
  max-width: 300px;
}

.single-post__tags {
  margin-top: 15px;
}

.single-post__tags a {
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9em;
  margin-right: 4px;
}

.single-post__tags a:before {
  content: "#";
}

#our-team {
  padding: 100px 0 0;
}

.team-item {
  margin: 50px 0;
  grid-template-columns: 2fr 0.5fr;
}

.team-item:nth-child(even) {
  grid-template-columns: 0.5fr 2fr;
}

.team-item:nth-child(even) .about-us__image {
  order: -1;
}

.states-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  max-width: 800px;

  grid-gap: 15px 10px;
}

.states-list__item a {
  font-size: 1.1em;
}

.states-list__item a:hover {
  text-decoration: underline;
}

.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content p,
.single-post__content li {
  color: #151e2b;
}
.single-post__content.no-padding {
  padding-bottom: 0px;
}

.product-highlights {
  max-width: 581px;
  margin-left: auto;
  margin-right: auto;

  padding-top: 100px;
}
.product-highlights__effects .product-attributes__item {
  font-size: 17px;
  margin: 15px 0;

  letter-spacing: 0.2px;
}
.product-highlights__effects .product-attributes__item span:nth-child(1) {
}
.product-highlights__effects .product-attributes__item span:nth-child(2) {
}

.product-highlights__text p {
  margin: 1em 0;
  font-size: 13px;
}
html:has(.woocommerce-checkout) {
  overflow: unset;
}
.checkout-side__inner {
  position: sticky;
  top: 10px;
}
.checkout-payment-box .button.js-submit-checkout {
  display: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox.checkbox {
  display: none;
}

.floating-contact-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999999;
}

.icon-contact {
  background: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-contact svg {
  display: block;
  width: 66% !important;
  height: auto !important;
  transition: transform 0.3s;
}

.floating-contact-button:hover svg {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .floating-contact-button{
    right: 16px;
  }
  .icon-contact {
    /* width: 30px;
    height: 30px; */
  }
}

.d-section {
  padding: 40px 0;
}
.d-section.--pb-80 {
  padding-bottom: 80px;
}
.d-section.--pb-0 {
  padding-bottom: 0 !important;
}
.d-section.--pt-80 {
  padding-top: 80px;
}
.locations-main {
  text-align: center;
}
.locations-main__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 60px */
  text-align: center;
}

.locations-main__text {
  margin-top: 15px;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.locations-main__map {
  margin-top: 40px;
}
.locations-main__map img {
  display: block;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.locations-list__title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.locations-list__subtitle {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.locations-list__item.--hidden {
  display: none;
}
.locations-list {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  margin-top: calc(40px - 18px);
}

.locations-list__item a {
  padding: 18px 15px;
  color: #181717;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  background: none;
  transition: background 0.3s;
}
.locations-list__item a:hover {
  background: #f6f6f6;
}

.locations-list__btn-more {
  text-align: center;
  margin-top: 40px;
}
.locations-seo-wrapper {
  display: flex;
  gap: 20px;
}

.locations-seo__img {
  flex: 0 0 280px;
}
.locations-seo__text {
  margin-top: 40px;
}
.bordered-content-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 30px 40px;
  margin-top: 30px;
}
.bordered-content-box .locations-seo__text {
  margin-top: 0;
}
.contact-info-box {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
}
.locations-faq__list {
  margin-top: 40px;
}
.banner-discount {
  border-radius: 30px;
  background: #181717;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  overflow: hidden;
}

.banner-discount__title {
  color: #ffce00;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%; /* 48px */
}

.banner-discount__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.n-input {
  border-radius: 10px;
  border: 1px solid #535353;
  padding: 15px 20px;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  outline: none;
  box-sizing: border-box;
}

.n-input.--dark {
  color: #fff;
  background: #272727;
}

.banner-discount__form {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

.discount-form .input-wrap {
  margin: 20px 0;
}
.discount-form__subtext {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}
.discount-form,
.banner-discount__title {
  position: relative;
  z-index: 1;
}
.banner-discount__form {
  position: relative;
}
.banner-discount__form:before {
  content: "";
  width: 534px;
  height: 534px;
  border-radius: 534px;
  border: 1px solid #272727;
  position: absolute;
  left: -100px;
  top: -220px;
  z-index: 0;
}

.banner-discount__form:after {
  content: "";
  width: 378px;
  height: 378px;
  border-radius: 534px;
  border: 1px solid #272727;
  position: absolute;
  left: -30px;
  top: -140px;
  z-index: 0;
}

.page-template-page-delivery #site-main {
  padding-bottom: 0 !important;
}
#single-delivery-main {
  min-height: 700px;
  height: 100vh;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}
.single-delivery__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.single-delivery__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.single-delivery__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  z-index: 1;
}
.single-delivery__hero {
  position: relative;
  z-index: 2;

  color: #fff;
}
.single-delivery__hero {
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-delivery__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}

.single-delivery__button .button {
  margin: 20px auto 0;
}
#single-delivery-second {
  padding-top: 80px;
  padding-bottom: 80px;
}
.single-delivery-second__block-img {
  flex: 0 0 300px;
  width: 300px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.single-delivery-second__block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-delivery-second__block {
  display: flex;
  align-items: center;
  gap: 40px;
}
.single-delivery-second__block:not(:last-child) {
  margin-bottom: 40px;
}
.single-delivery-second__block:nth-child(even) {
  flex-direction: row-reverse;
}
.single-delivery-second__block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.single-delivery-second__block-text {
  line-height: normal;
}

.single-delivery-second__blocks {
  margin-top: 30px;
}

.single-delivery-categories__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
  margin-top: 40px;
}

.single-delivery-categories__item {
  display: block;
}
.single-delivery-categories__item-img {
  width: 280px;
  height: 280px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.single-delivery-categories__item-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  transition: transform 0.6s;
}
.single-delivery-categories__item-title {
  display: block;
  color: #181717;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  transition: color 0.3s;
}

.single-delivery-categories__item:hover .single-delivery-categories__item-title {
  color: #ffce00;
}
.single-delivery-categories__item:hover .single-delivery-categories__item-img img {
  transform: scale(1.1);
}
#single-delivery-categories {
  padding-top: 80px;
}
.banner-delivery__content {
  text-align: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.banner-delivery__content .banner-discount__text {
  margin-top: 20px;
}
.banner-delivery__content .banner-discount__button {
  margin-top: 20px;
}
.banner-delivery__content .banner-discount__button .button {
  margin-left: auto;
  margin-right: auto;
}
.banner-delivery .banner-discount__img {
  padding-left: 30px;
}
.banner-delivery .banner-discount__inner {
  gap: 60px;
}
.d-section.--blue {
  background: #c6f2ff;
}
#single-delivery-banner {
  padding-bottom: 80px;
}
#single-delivery-delivery {
  padding: 50px 0;
}
.single-delivery-delivery__states {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
  max-width: 1061px;
  margin-left: auto;
  margin-right: auto;
}
#single-delivery-seo {
  padding-top: 80px;
}
.tax-delivery_state #site-main,
.tax-dispensary_state #site-main {
  padding-bottom: 0 !important;
  padding-top: 100px !important;
}
.single-dispensary-second__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 30px;

  margin-top: 40px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.single-dispensary-second__text {
  margin-top: 10px;
}
.single-dispensary-second__block-img {
  /* height: 338px; */
  aspect-ratio: 500 / 338;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.single-dispensary-second__block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-dispensary-second__block-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.single-dispensary-second__block-text {
  margin-top: 5px;
  text-align: center;
}
.single-dispensary-second__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.locations-seo__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}
.locations-seo__block-img {
  aspect-ratio: 280 / 329;
  overflow: hidden;
  border-radius: 15px;
}
.locations-seo__block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.locations-seo__block-title {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.locations-seo__block-text {
  margin-top: 10px;
  text-align: center;
}
.locations-seo__block:hover .locations-seo__block-title {
  color: #ffce00;
}
.locations-seo__text.single-post__content {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.6;
  color: #5b616e;
}
.locations-seo__text.single-post__content p {
  margin: 12px 0;
}
.locations-seo__text.single-post__content ul,
.locations-seo__text.single-post__content ol {
  padding-left: 20px;
  margin: 8px 0;
}
.locations-seo__text.single-post__content li {
  margin: 4px 0;
}
.locations-seo__text.single-post__content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #151e2b;
  margin-top: 28px;
  margin-bottom: 8px;
}
.locations-seo__text.single-post__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #151e2b;
  margin-top: 20px;
  margin-bottom: 6px;
}
.pagination {
  gap: 20px;
}

.swiper-classic-wrapper {
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiper-classic-wrapper .swiper-button-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-classic-wrapper .swiper-button-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.main-locations__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin-top: 40px;
}
.main-locations__list.--even {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.main-locations__image {
  width: 100%;
  aspect-ratio: 370 / 250;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.main-locations__item:hover .main-locations__image {
  /* transform: translateY(-10px); */
}
.main-locations__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.main-locations__item:hover .main-locations__image img {
  transform: scale(1.1);
}
.main-locations__title {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s;
}
.main-locations__item:hover .main-locations__title {
  color: #ffce00;
}

.main-locations__text {
  margin-top: 10px;
  text-align: center;
}

.--mt-40 {
  margin-top: 40px;
}
.aboutus-block {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: #f6f6f6;
  padding: 10px 70px;
}

.aboutus-block__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.aboutus-block__image {
  flex: 0 0 340px;
}
.aboutus-block__text {
  text-align: center;
}
.aboutus-block__text p {
  margin-top: 20px;
}
.aboutus-block__button {
  margin-top: 20px;
}

#main-reviews-v2 {
  background: #fff5c6;
}
.footer-menu__head {
  white-space: nowrap;
}
.footer-trustpilot {
  border-radius: 15px 15px 0px 0px;
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: max(10px, calc((100vw - 1200px) / 2));
  display: block;
}
.footer-trustpilot img {
  max-width: 130px;
}

.single-dispensary-main__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.single-dispensary-main__top__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.single-dispensary-main__map {
  padding-top: 40px;
}
.single-dispensary-main__map iframe {
  width: 100%;
  height: 400px;
}
.single-dispensary-main__map-text {
  color: #181717;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

.single-dispensary-main__top__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.single-dispensary-main__top__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%; /* 48px */
}
.single-dispensary-main__top__right {
  font-size: 16px;
  font-weight: 400;
}
.single-dispensary-main__top__right a {
  text-decoration: underline;
  color: #181717;
}
.single-dispensary-main__top__right p {
  margin: 10px 0;
}

.single-dispensary-main__top__right p:first-child {
  margin-top: 0;
}
.single-dispensary-main__top__right p:last-child {
  margin-bottom: 0;
}

.ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -8px !important;
}
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header,
.woocommerce-shop .woocommerce-products-header,
.woocommerce.archive .woocommerce-products-header {
  display: block;
}
.woocommerce-ordering {
  display: none;
  justify-content: flex-start;
}
.form-wppp-select.products-per-page {
  display: none;
}
h1 + .woocommerce-ordering {
  display: flex;
  margin-bottom: 0;
}
.woocommerce-ordering .select2-container--highvendor .select2-selection {
  border: none;
  padding-right: 30px;
  padding-left: 0;
}
.woocommerce-ordering .select2-container {
  width: auto !important;
}
.woocommerce-ordering .select2-container--highvendor .select2-selection--single .select2-selection__rendered {
  color: #181717;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.woocommerce-ordering .select2-container--highvendor .select2-selection:after {
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.229 6.80733C11.301 6.71333 11.3337 6.60733 11.3337 6.50333C11.3337 6.244 11.1297 6 10.8343 6H5.16699C4.87033 6 4.66699 6.24467 4.66699 6.50333C4.66699 6.608 4.70033 6.714 4.77299 6.808C5.57499 7.844 6.94099 9.60733 7.61166 10.4733C7.70633 10.596 7.85166 10.6667 8.00633 10.6667C8.15966 10.6667 8.30566 10.5953 8.40033 10.4727C9.06833 9.60667 10.4297 7.84267 11.229 6.80733Z' fill='%23181717'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
}
.tax-product_cat .select2-dropdown,
.tax-product_tag .select2-dropdown,
.woocommerce-shop .select2-dropdown,
.woocommerce.archive .select2-dropdown {
  border: none;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.1);
}
.woocommerce-products-header {
  position: relative;
}
.woocommerce-result-count {
  position: absolute;
  bottom: 6px;
  right: 0;
  color: #181717;
  text-align: right;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tax-product_cat ul.products,
.tax-product_tag ul.products,
.woocommerce-shop ul.products,
.woocommerce.archive ul.products {
  margin-top: 20px;
}

.aside-specials {
  margin-top: 30px;
}
.aside-specials__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.aside-specials__products .product {
  border-radius: 25px;
  border: 10px solid #fff5c6;
}
.category-additional {
  order: 3;
  grid-column: span 2;
}

.single-product-top {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 30px;
}
.product-box {
  border-radius: 15px;
  background: #f6f6f6;
  border: none;
  padding: 40px;
}
.product_title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-product-details__short-description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.product-attributes {
  margin-top: 20px;
}
.product-attributes__item {
  margin-bottom: 10px;
  font-size: 16px;
}
.product-attributes__item:last-child {
  margin-bottom: 0;
}
.single-product-top .buy-box {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
  padding: 40px 30px;
}
.single-product-top table.variations tbody {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.single-product-top .single_variation_wrap {
  display: block;
}
.single-product-top .woocommerce-variation.single_variation {
  display: none !important;
}
.single-product-top .button {
  width: auto;
  padding: 13px 18px;
  font-size: 18px;
  white-space: nowrap;
}
.single-product-top #subtot:after,
.buy-box .woocommerce-Price-amount:after {
  display: none;
}
.single-product-top #subtot {
  text-align: left;
}
.single-product-top input.qty,
.single-product-top .quantity {
  width: 120px;
}
.single-product-top .buy-box table.variations tr th,
.single-product-top .q-title {
  color: #181717;
  font-size: 16px;
  font-weight: 600;
}
.single-product-top .buy-box table.variations tr:not(:last-child) {
  margin-bottom: 0;
}
.single-product-top .quantity .plus svg,
.single-product-top .quantity .minus svg {
  display: none;
}
.single-product-top .quantity .plus {
  background: center / 100%
    url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5023 1.91675C16.7904 1.91675 21.0837 6.21008 21.0837 11.4982C21.0837 16.7853 16.7904 21.0786 11.5023 21.0786C6.21521 21.0786 1.92188 16.7853 1.92188 11.4982C1.92188 6.21008 6.21521 1.91675 11.5023 1.91675ZM10.7865 10.7813H7.43229C7.03554 10.7813 6.71354 11.1033 6.71354 11.5001C6.71354 11.8968 7.03554 12.2188 7.43229 12.2188H10.7865V15.573C10.7865 15.9697 11.1085 16.2917 11.5052 16.2917C11.902 16.2917 12.224 15.9697 12.224 15.573V12.2188H15.5781C15.9749 12.2188 16.2969 11.8968 16.2969 11.5001C16.2969 11.1033 15.9749 10.7813 15.5781 10.7813H12.224V7.42717C12.224 7.03042 11.902 6.70842 11.5052 6.70842C11.1085 6.70842 10.7865 7.03042 10.7865 7.42717V10.7813Z' fill='black'/%3E%3C/svg%3E%0A")
    no-repeat;
  transform: translateX(-6px);
}
.single-product-top .quantity .minus {
  background: center / 100%
    url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5023 1.92139C16.7904 1.92139 21.0837 6.21472 21.0837 11.5018C21.0837 16.7899 16.7904 21.0833 11.5023 21.0833C6.21521 21.0833 1.92188 16.7899 1.92188 11.5018C1.92188 6.21472 6.21521 1.92139 11.5023 1.92139ZM15.5781 10.786H7.43229C7.03554 10.786 6.71354 11.108 6.71354 11.5047C6.71354 11.9015 7.03554 12.2235 7.43229 12.2235H15.5781C15.9749 12.2235 16.2969 11.9015 16.2969 11.5047C16.2969 11.108 15.9749 10.786 15.5781 10.786Z' fill='black'/%3E%3C/svg%3E%0A")
    no-repeat;
  transform: translateX(6px);
}
.single-product-top input.qty {
  border: none;
}
.single-product-top .variations select {
  border: none;
  width: 100%;
}
/* Buy-box: [Weight | Quantity | Price] row, then full-width button */
.single-product-top .buy-box__inner form.variations_form {
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}
.single-product-top .buy-box table.variations {
  width: 100%;
}
.single-product-top .woocommerce-variation-add-to-cart {
  flex-direction: column;
}
.single-product-top .single_add_to_cart_button {
  width: 100%;
  display: block;
  text-align: center;
}
/* Hide Weight attribute block (already in buy-box dropdown) */
.woocommerce-product-attributes-item--attribute_pa_weight {
  display: none !important;
}
.single-product__content .product-reviews {
  padding-top: 0;
}
.single-product__content .comment-form textarea {
  border-radius: 15px;
  background: #f6f6f6;
}

.single-product__tab {
  display: none;
}
.single-product__tab.--active {
  display: block;
}
.single-product__content {
  /* margin-top: 80px; */
}
.single-product__tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
#single-product__tab-additional .product-attributes {
}
#single-product__tab-additional .product-attributes__item {
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#single-product__tab-additional {
}
.banner-discount__img {
  max-width: 50%;
}
.banner-delivery__content {
  padding-right: 30px;
}
.banner-discount__img img {
  max-height: 400px;
}
.banner-delivery.--fill .banner-discount__img {
  padding-left: 0;
  width: 50%;
}
.banner-delivery.--fill .banner-discount__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.--products-section-blue {
  background: #c6f2ff;
}
.--products-section-gray {
  background: #f6f6f6;
}
section.--inside-container {
  width: 100vw;
  margin-left: calc((100vw - 1180px) / 2 * -1);
}

.single-product__tabs-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 20px;
}
.comment-form-author,
.comment-form-email {
  width: calc(50% - 5px);
  display: inline-block;
  margin-top: 0 !important;
}
.comment-form-author input,
.comment-form-email input {
  border-radius: 15px !important;
  background: #f6f6f6 !important;
}

.comment-form-author {
  margin-right: 6px !important;
}
.woocommerce-review__awaiting-approval {
  margin-left: 10px;
  font-size: 11px;
}
.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-review__verified.verified {
  color: #181717;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.--reviews-button span {
  display: inline-flex;
  background: #000;
  color: #fff;
  width: 17px;
  height: 17px;
  font-size: 12px;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 6px;
  transform: translateY(-1px);
  font-weight: 600;
}
.--reviews-button.--active span {
  background: #fff;
  color: #000;
}
.buy-box__right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-product-top__summary__reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.single-product-top__summary__reviews__text {
}
.product-card__top .product-card__stars + span {
  font-size: 13px;
}
.woocommerce-message:has(.added_to_cart_message) {
  padding: 15px;
}
.added_to_cart_message {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.added_to_cart_message .button {
  margin-bottom: 0;
}

.irs--round .irs-handle {
  border-color: #ffce00 !important;
  background-color: #ffce00 !important;
}
.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ffce00 !important;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #ffce00 !important;
}
body .irs-min,
body .irs-max,
body .irs-from,
body .irs-to,
body .irs-grid {
  display: none !important;
}
bodu .irs--round.irs-with-grid {
  height: 45px;
  margin-top: -20px;
}
body .irs--round .irs-handle {
  width: 20px;
  height: 20px;
  border: none;
  box-shadow: none;
}
body .irs--round .irs-bar {
  background: #afb7c2 !important;
}
body .irs-line {
  background: #e4e4e4;
}
body .woof_price_filter_txt_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .woof_price_filter_txt_slider .woof_price_filter_txt {
  border-radius: 5px;
  border: 1px solid #afb7c2;
  background: #fff;
  text-align: center;
  padding: 6px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
body .woof_price_filter_txt_slider .woof_price_filter_txt:nth-child(2):after {
  content: "-";
}
.woof_price_filter_txt_slider .woof_price_filter_txt {
}

.woof_redraw_zone .woof_submit_search_form_container:first-child .button.woof_reset_search_form {
  display: none;
}
.button.woof_reset_search_form {
  padding: 7px 17px;
  width: auto;
  height: auto;
  font-size: 14px;
  margin-left: auto;
}
body .woof_open_hidden_li {
  text-align: left;
}
body .woof_open_hidden_li .woof_open_hidden_li_btn {
  font-size: 14px;

  text-decoration: underline;
  text-decoration-style: dashed;
}
.filter-overlay {
  display: none;
  z-index: 89;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.filter-overlay.--active {
  display: block;
}

.woocommerce-account aside,
.page-template-default aside {
  display: none !important;
}

.footer-menu__list li {
  text-transform: uppercase;
}
.footer-menu__end {
  font-weight: 600 !important;
  margin-top: 10px;
  display: block;
}
.footer-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}
.footer-menu__contact-head {
  margin-top: 95px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.footer-socials__item {
  display: block;
  transition: all 0.3s;
}
.footer-socials__item:hover {
  transform: translateY(2px);
}
.footer-phone {
  margin-top: 8px;
  font-size: 16px;
  line-height: normal;

  max-width: 155px;
  word-break: break-word;
}

.footer-phone.--phone {
  font-size: 20px;
  max-width: unset;
}
.footer-phone:hover {
  color: #ffce00;
}
.footer-b {
  display: flex;

  align-items: center;

  padding-left: 242px;
  margin-top: 52px;
  gap: 20px;
}

.footer-b,
.footer-b a {
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.footer-b a {
  text-transform: initial;
}
.footer-b__col:nth-child(1) {
  flex: 0 0 53.7%;
}
.footer-b__col:nth-child(2) {
  flex: 0 0 25.3%;
}
#archive-page.blog {
  padding-top: 112px;
}
#archive-page.blog h1,
.archive.category h1 {
  margin-bottom: 12px !important;
}
.archive.category #site-main,
#archive-page.blog #site-main {
  padding-bottom: 0 !important;
}
.blog-categories {
  display: flex;
  list-style-type: none;
  gap: 28px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #d9d9d9;
}
.blog-categories a {
  color: #181717;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.blog-categories li.active a {
  text-decoration: underline;
}
.blog-categories {
  margin-bottom: 40px;
}

.product-card__lables {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;

  margin-bottom: 10px;
}
.product-label {
  border-radius: 5px;
  background: #f4f4f4;
  padding: 1px 7px;
  display: inline-block;
  color: #181717;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.3s;
}
.product-label:hover {
  background: #a8eeff;
}

.--mt-12 {
  margin-top: 16px;
}

.woof_star_selected .chosen-single span {
  color: #ffce01;
}
.woof_star_font,
.woof_star_selected select {
  color: #ffce01;
}
.single-product .single-product__banner-discount {
  padding-left: 15px;
  padding-right: 15px;
}
.single-benefits {
  padding-top: 80px;
}
.single.single-product #site-main,
.tax-product_tag #site-main,
.tax-product_cat #site-main,
.post-type-archive-product #site-main {
  padding-bottom: 0 !important;
}
.archive-benefits {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 80px;
}
.reviews-card__rating svg path {
  fill: #ff7029;
}
#shipping_method {
  list-style-type: none;
}

#shipping_method label {
  position: relative;
  flex-wrap: wrap;
}
#shipping_method label small {
  flex: 0 0 100%;
}
#shipping_method li {
  margin: 10px 0;
}
.payment_method_blockonomics label img {
  display: none;
}
.payment_method_blockonomics label:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 -0.5 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.2538 16.1292C33.2538 25.0371 26.0329 32.2584 17.1255 32.2584C8.21799 32.2584 0.99707 25.0371 0.99707 16.1292C0.99707 7.22128 8.21799 0 17.1255 0C26.0329 0 33.2538 7.22128 33.2538 16.1292ZM21.0002 10.1366C23.2438 10.9071 24.8849 12.0607 24.5629 14.2077C24.3291 15.7799 23.4543 16.5403 22.2921 16.8065C23.8866 17.6335 24.4301 19.2029 23.9251 21.1005C22.9664 23.8314 20.6874 24.0613 17.6562 23.4905L16.9202 26.4261L15.1434 25.9844L15.8693 23.0882C15.4087 22.9742 14.9379 22.8522 14.4529 22.7221L13.724 25.6325L11.9492 25.1908L12.6842 22.2491L9.10534 21.3496L9.98817 19.3226C9.98817 19.3226 11.2982 19.6685 11.28 19.6433C11.7832 19.7673 12.0069 19.4406 12.095 19.2238L14.0895 11.256C14.1117 10.8798 13.9811 10.4059 13.2613 10.2264C13.2886 10.2072 11.9705 9.90669 11.9705 9.90669L12.4433 8.01585L16.0272 8.90026L16.7562 5.99188L18.532 6.43358L17.8182 9.28448C18.2961 9.39238 18.776 9.5023 19.2427 9.61828L19.9514 6.78553L21.7282 7.22724L21.0002 10.1366ZM16.7488 14.9882C17.9591 15.3091 20.5928 16.0074 21.0519 14.1765C21.5202 12.3033 18.9615 11.7376 17.7087 11.4606L17.7086 11.4606L17.7085 11.4606C17.5666 11.4292 17.4414 11.4015 17.3393 11.3761L16.4545 14.9117C16.5388 14.9325 16.6378 14.9588 16.7488 14.9882ZM15.3775 20.6807C16.8271 21.0626 19.9976 21.8977 20.5021 19.8803C21.0185 17.8175 17.9445 17.1305 16.4446 16.7952L16.4441 16.7951C16.2767 16.7577 16.129 16.7247 16.008 16.6946L15.032 20.5913C15.1311 20.6158 15.2472 20.6464 15.3771 20.6806L15.3775 20.6807Z' fill='%23F7931A'/%3E%3C/svg%3E");
}

#thank-you fieldset{
  background: #fff;

}