*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  src: url(font/woff/IRANYekanXFaNum-Bold.woff);
  font-family: "IRANYekan";
  font-weight: 500;
}

a {
  text-decoration: none;
}

@font-face {
  src: url(font/woff2/IRANYekanXFaNum-Regular.woff2);
  font-family: "IRANYekan";
  font-weight: 700;
}

@font-face {
  src: url(font/woff/IRANYekanXFaNum-Regular.woff);
  font-family: "IRANYekan";
  font-weight: 400;
}

:root {
  --primary-color: #4f4f4f;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  font-family: "IRANYekan";
}

body {
  background-color: #fffcf8;
  direction: rtl;
  width: 100%;
  margin: auto;
  font-family: "IRANYekan";

}

.container {
  max-width: 1320px;
  margin: auto;
  padding: 0 40px;
}

/*header*/

header {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.header-yegane__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 60px;
  background: rgba(241, 218, 174, 0.26);
  padding: 11px 18px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.header-yegane__top__right img {
  width: 55px;
  height: 49px;
}

.header-yegane__top__center {
  display: flex;
  gap: 30px;
}

.footer-yegane__bottom a {
  color: #4f4f4f;
}

.footer-yegane__bottom .menu ul {
  gap: 12px;
}

.header-yegane__top__center a {
  color: #474747;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

nav#mobile-menu {
  gap: 24px;
  display: flex;
}

.a1 {
  color: #492f1e;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.a1.active {
  color: #b1866e;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-yegane__top__left {
  display: flex;
  flex-direction: row-reverse;
}

.header-yegane__top__left span {
  display: flex;
  gap: 5px;
  color: rgba(79, 79, 79, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-yegane__top__left p {
  color: var(--text-color, #4f4f4f);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-yegane__bottom__right {
  display: flex;
  gap: 17px;
  align-items: center;
}

.header-yegane__bottom__right__right {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: #bead54;
  padding: 6px 11px;
}

.header-yegane__bottom__right__right img {
  background-color: #fff;
  border-radius: 100%;
  padding: 4px;
}

.header-yegane__bottom__right__right span {
  color: var(--text-sub-color, #fff);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-yegane__bottom__right__left {
  display: flex;
  gap: 5px;
}

.header-yegane__bottom__right__left img {
  width: 16px;
  height: 18px;
}

.header-yegane__bottom__right__left span {
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-yegane__bottom__left {
  display: flex;
  align-items: center;
  gap: 35px;
}

.header-yegane__bottom__left__right {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
  border: 1px solid #bead54;
  padding: 10px 9px;
}

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

.cart-products__Seasonal__bottom h3 a {
  color: #3F4F4F;
}

.woocommerce-Price-amount bdi {
  display: flex;
  gap: 4px;
  font-size: 18px;
}

.btn-sell a,
.car__yegane__left__btn a {
  background: #BEAD54;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
}

.header-yegane__bottom__left__right input {
  border-color: transparent;
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 14px;
  font-family: "IRANYekan";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
}

.img__shopping {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #bead54;
  padding: 8px;
}

.title-login {
  display: flex;
  gap: 5px;
  border-radius: 25px;
  border: 1px solid #bead54;
  padding: 10px 9px;
  align-items: center;
}

.title-login a {
  color: #4f4f4f;
  font-size: 14px;
}

.title-login svg {
  color: #bead54;
}

.title-login span {
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-yegane__bottom__left__left {
  display: flex;
  gap: 6px;
  align-items: center;
}

.category-yegane {
  display: flex;
  align-items: center;
  margin-top: 61px;
  justify-content: space-between;
}

.category-yegane__right {
  display: flex;
  flex-direction: column;
}

.category-yegane__right span {
  color: #4f4f4f;
  text-align: right;
  font-family: "IRANYekan";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.category-yegane__right p {
  color: #bead54;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.category-yegane__center {
  display: flex;
  align-items: center;
	    max-width: 65vw;
    overflow-x: scroll;
}

.icon-box__category {

  border-left: 1px solid #e0c6a3;
  padding: 0px 36px 0px 36px;
}
.icon-box__category a{
	  display: flex;
  flex-direction: column;
  align-items: center;
gap:4px;
}
.icon-box__category a img{
	max-width: 44px;
}
.icon-box__category span {
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  line-height: normal;
	white-space:nowrap;
}

.category-yegane__left {
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.category-yegane__left button {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 52px;
  background: #b1866e;
  padding: 13px 19px;
  border-color: transparent;
  white-space: nowrap;
}

.banner-yegane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}

.banner-yegane img {
  width: 48%;
}

.Seasonal-products {
  display: flex;
  margin-top: 98px;
  margin-bottom: 120px;
}

.Seasonal-products__right__top {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 56px;
}

.Seasonal-products__right__top__right {
  display: flex;
}

.Seasonal-products__right__top__right span {
  display: flex;
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Seasonal-products__right__top__right span::before {
  content: "";
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 8%;
  z-index: -1;
}

.Seasonal-products__right__top__center {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #B1866E 0%, rgba(177, 134, 110, 0.10) 100%);
  height: 1px;
  flex: 1;
}

.Seasonal-products__right__top__center img {
  width: 575px;
  height: 1px;
  margin-right: 6px;
}

.cart-products__Seasonal__bottom {
  display: flex;
  flex-direction: column;
}

.cart-products__Seasonal__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e5e5;
  padding: 0px 0px 14px 0px;
}

.cart-products__Seasonal__top::before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 2px solid #b1866e;
  width: 30%;
  bottom: -1.8px;
  border-radius: 8px;
}

.cart-products__Seasonal__top img {
  display: flex;
  max-width: 157px;
  height: 159px;
  margin-bottom: 52px;
}

.Weight {
  position: absolute;
  display: flex;
  align-self: flex-start;
  gap: 4px;
  border-radius: 24px;
  background: #f9f4ed;
  padding: 3px 8px;
  bottom: 4%;
  right: 0%;
}

.Weight span {
  color: #B1866E;
  display: flex;
  gap: 5px;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.cart-products__Seasonal__bottom span {
  color: #000000;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.cart-products__Seasonal {
  border-radius: 15px;
  background: var(--text-sub-color, #fff);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 17px 12px;
  width: 100%;
}

.cart-products__Seasonal__bottom h3 {
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 18px;
}

.cart-products__Seasonal__bottom span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4f4f4f;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-sell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.btn-sell p {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-sell span {
  color: #b1866e;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 8px;
}

.btn-sell button {
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 20px;
  background: #bead54;
  padding: 6px;
  color: #fff;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-color: transparent;
}

.Seasonal-products__right__bottom {
  display: flex;
  gap: 20px;
}

.Seasonal-products__left {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  width: 24%;
}

.Seasonal-products__right {
  flex: 1;
}

.img-asal-1 {
  position: absolute;
  width: 27%;
  left: 23%;
  top: -7%;
}

.img-asal-2 {
  position: absolute;
  width: 55%;
  bottom: 1%;
  left: 28%;
}

.nav-mark {
  display: flex;
  position: relative;
  margin: 100px auto;
}

.about-yegane__bottom__right {
  width: 40%;
  position: relative;
}

.nav-mark__top {
  background: #b1866e;
  position: absolute;
  transform: rotate(-3deg);
  width: 100%;
  z-index: 1;
  white-space: nowrap;
}

.nav-mark__top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.25px;
  letter-spacing: -0.66px;
  gap: 8px;
}

.nav-mark__bottom {
  background: #e0c6a38a;
  position: absolute;
  transform: rotate(3deg);
  width: 100%;
}

.nav-mark__bottom ul li {
  white-space: nowrap;
}

.nav-mark__bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b1866e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.25px;
  letter-spacing: -0.66px;
  gap: 8px;
}

.Bestseller__product {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.Bestseller__product__top {
  display: flex;
  gap: 8px;
  margin-bottom: 56px;
  align-items: center;
}

.Bestseller__product__top span {
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.Bestseller__product__top span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 8%;
  z-index: -1;
}

.Bestseller__product__top img {
  width: 63%;
}

.Bestseller__product__top button {
  border-radius: 34px;
  background: #bead54;
  padding: 6px 20px;
  border-color: transparent;
  color: var(--text-sub-color, #fff);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Bestseller__product__bottom {
  display: flex;
  gap: 20px;
}

.yegane-tea_right {
  border-radius: 10px 35px 35px 10px;
  background: #f4ede4;
  padding: 17px 23px;
  width: 77%;
  position: relative;
}

.yegane-tea_right__top {
  display: flex;
  width: 100%;
  align-items: baseline;
  margin-bottom: 44px;
  gap: 10px;
  align-items: center;
}

.yegane-tea_right__top span {
  display: flex;
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 1;
}

.yegane-tea_right__top span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 1%;
  top: 6%;
  z-index: -1;
}

.yegane-tea_right__top p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #5c4426;
  font-family: "Dana";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.cart__yegane {
  position: relative;
  display: flex;
  width: 48%;
  gap: 11px;
  padding: 10px 10px;
  border-radius: 20px;
  background: #fff;
}

.cart__yegane__left .cart__yegane__left__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cart__yegane__left__top span {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  color: #bead54;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.car__yegane__left__top img {
  border-radius: 10px 35px;
  background: #e8f3dd;
  padding: 5px;
}

.cart__yegane__left {
  width: 100%;
}

.car__yegane__left__center span {
  color: #5c4426;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.about-yegane__bottom__right::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top, #f8f9fa, rgba(255, 255, 255, 0));
    pointer-events: none;
}
.icon--cat--yegane {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.car__yegane__left__bottom {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.car__yegane__left__bottom span {
  color: #5c4426;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.car__yegane__left__bottom p {
  border-radius: 10px;
  border: 0.3px dashed #4f4f4f;
  background: radial-gradient(151.92% 127.02% at 15.32% 21.04%,
      rgba(245, 239, 229, 0.6) 0%);
  backdrop-filter: blur(2px);
  padding: 0px 4px;
  color: #000;

  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.car__yegane__left__btn {
  display: flex;
  width: 100%;
  justify-content: end;
}

.car__yegane__left__btn button {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  border-radius: 100px;
  background: #bead54;
  padding: 3px 7px;
  border-color: transparent;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.car__yegane__left__btn img {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
}

.yegane-tea_left img {
  width: 275px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  border-radius: 24px 0px 0px 24px;
}

.yegane-asal {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 74px;
}

.cart__yegane__right img {
  max-width: 109px;
}

.yegane-tea_right__center {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.icon__yegane__cart img {
  display: flex;
  flex-direction: column;
  background-color: #e6f0e8;
  border-radius: 100%;
  padding: 5px;
}

.icon__yegane__cart {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 5px;
  left: 3%;
  top: 9%;
}

.img-yegane__barg {
  position: absolute;
  bottom: 3%;
  left: -3%;
  z-index: 1;
}

.img-banner__yegane {
  display: flex;
  gap: 30px;
  width: 100%;
  margin-top: 71px;
}

.img-banner__yegane img {
  width: 48%;
}

.Syrup__yegane {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.Syrup__yegane__top {
  display: flex;
  gap: 8px;
  margin-bottom: 56px;
  align-items: center;
}

.Syrup__yegane__bottom {
  display: flex;
  gap: 20px;
}

.Syrup__yegane__top button {
  border-radius: 34px;
  background: #bead54;
  padding: 6px 20px;
  border-color: transparent;
  color: var(--text-sub-color, #fff);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Syrup__yegane__top img {
  width: 63%;
}

.Syrup__yegane__top span {
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.Syrup__yegane__top span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 8%;
  z-index: -1;
}

.about-yegane__bottom {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 140px;
}

.about-yegane__bottom__left {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
}

.about-yegane__bottom__left h4 {
  color: #4f4f4f;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-yegane__bottom__left h4::before {
  content: "";
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 2%;
  z-index: -1;
}

.about-yegane__bottom__left p {
  color: #1e1e1e;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.icon_text_about {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.icon_text_about span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f4021;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
}

.img-about-yegane__bottom__left {
  position: absolute;
  top: 52%;
  left: -10%;
  width: 25%;
  z-index: -1;
}

.herbal-section__grid {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.herbal__card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.large-card {
  grid-row: 1 / span 3;
  padding: 24px;
}

.large-card .herbal-section__content {
  margin-top: 12px;
}

.small-card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  padding: 13px 21px;
  width: 92%;
}

.herbal__button__section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.herbal__button__section h3 {
  color: #5c4426;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.large-image {
  max-width: 589px;
  height: 231px;
}

.small-image {
  max-width: 147px;
  height: 112px;
}

.herbal-section__content button {
  display: flex;
  gap: 5px;
  align-items: center;
  border-color: transparent;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  border-radius: 23px;
  background: #bead54;
  padding: 6px;
}

.herbal-section__meta {
  color: #4f4f4f;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.line__img img {
  margin-top: 21px;
  margin-bottom: 21px;
}

.herbal__shakhs p {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
  gap: 5px;
  color: #4f4f4f;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.herbal__card_small-card {
  padding: 21px;
  display: flex;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18);
}

.herbal__shakhs {
  display: flex;
  gap: 15px;
  align-items: center;
}

.herbal__shakhs>img {
  width: 9%;
}

.img__grid img {
  width: 147px;
  height: 112px;
  border-radius: 8px;
}

.view-all {
  display: flex;
  width: 91%;
  justify-content: end;
  margin-top: 2rem;
  text-align: right;
}

.view-all a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #5c4426;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.herbal__shakhs__top {
  display: flex;
  gap: 15px;
}

.herbal__shakhs__top>img {
  width: 10%;
  height: 10%;
}

.herbal__shakhs__top p {
  width: 62%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  color: #4f4f4f;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.herbal__shakhs__bottom img {
  width: 9%;
}

.herbal__shakhs__bottom {
  display: flex;
}

.herbal__shakhs__top>img {
  width: 9%;
}

.herbal__shakhs__top p {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  color: #4f4f4f;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex: 1;
}

.blog__yegane__top {
  display: flex;
  gap: 8px;
  margin-bottom: 56px;
  margin-top: 113px;
  align-items: center;
}

.blog__yegane__top button {
  border-radius: 34px;
  background: #bead54;
  padding: 6px 20px;
  border-color: transparent;
  color: var(--text-sub-color, #fff);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.blog__yegane__top span {
  color: var(--text-color, #4f4f4f);
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.blog__yegane__top span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 8%;
  z-index: -1;
}

.Order-map__yegane__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.Order-map__yegane__top span {
  position: relative;
  color: #4f4f4f;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
}

.Order-map__yegane__top span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 35px;
  height: 43px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 8%;
  z-index: -1;
}

.Order-map__yegane__top p {
  color: #4f4f4f;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
}

.svg__Order-map {
  position: relative;
  color: #eedec8;
}

.Order-map__yegane__bottom {
  position: relative;
}

.icon-box {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 42px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 15%;
}

.icon-box img {
  max-width: 65px;
  height: 65px;
}

.header-yegane__bottom__left__left.mobile {
  display: none;
}

.icon_box__order {
  display: flex;
  position: absolute;
  top: 45%;
  justify-content: space-between;
  max-width: 98%;
  right: 1%;
}

.arow1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.arow2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px 0px 0px;
}

.arow3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.arow4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px 0px 0px;
}

/*footer*/

.footer-yegane {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cac8c6;
  padding-top: 60px;
  margin-top: 120px;
  padding-bottom: 40px;
}

.footer-yegane__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-yegane__top img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 88px;
  margin-bottom: 32px;
}

.footer-yegane__top span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color, #4f4f4f);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 32px;
}

.footer-yegane__center span {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #492f1e;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-yegane__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 32px;
}

.footer-yegane__bottom__right {
  display: flex;
  flex-direction: column;
  width: 12%;
}

.footer-yegane__bottom__right span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}



.footer-yegane__bottom__right ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  gap: 30px;
}

.footer-yegane__bottom__link {
  display: flex;
  flex-direction: column;
  width: 12%;
}

.footer-yegane__bottom__link span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}


.footer-yegane__bottom__link ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  gap: 30px;
}

.footer-yegane__bottom__center {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 30px;
}

.footer-yegane__bottom__center>span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}



.footer-yegane__bottom__center p {
  display: flex;
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  flex-wrap: wrap;
}

.footer-yegane__bottom__center svg {
  color: #B1866E;
}

.footer-yegane__bottom__left {
  display: flex;
  flex-direction: column;

}


.footer-yegane__bottom__left span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  height: 40px;
  direction: rtl;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.track1 li {
  color: #fff;
}

.marquee {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.track2 {
  animation-duration: 26s;

}

.marquee ul {
  display: flex;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  white-space: nowrap;
}

/* انیمیشن حرکت */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.img--footer-yegane__bottom__left {
  display: flex;
  gap: 31px;
  width: 20%;
}

.img--footer-yegane__bottom__left img {

  border-radius: 8px;
  background: #FFF;
  padding: 11px;
}

.p--foooter {
  color: #B1866E;
}

.img__grid__medium img {
  border-radius: 16px;
}

.social__footer {
  display: flex;
  align-items: center;
  gap: 23px;
}

.social__footer svg {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F4EDE4;
  padding: 8px;
  color: #B1866E;
}

.title-footer__social {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.title-footer__social span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}


.before-span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -14px;
  top: 16%;
  z-index: -1;
}

.herbal__button__section a {
  border-radius: 23px;
  background: #BEAD54;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
}

/* responsive */
@media (max-width: 576px) {
  .header-yegane__top__center {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }
  .Syrup__yegane__bottom{
    gap: 0;
  }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    order: 1;
  }

  .mobile-menu-toggle span {
    height: 2px;
    background-color: #B1866E;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .mobile-menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .mobile-menu {
    display: none !important;
    flex-direction: column;
    width: 100%;
    background: #fbf3e4;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 6px;
  }

  .mobile-menu.show {
    display: flex !important;
    position: fixed;
    width: 92%;
    right: 12px;
    margin-top: 28px;
    border-radius: 40px;
  }

  .mobile-menu a {
    padding: 10px 16px;
    text-decoration: none;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 450 !important;
  }

  .header-yegane__top__left {
    display: none;
  }

  .category-yegane {
    overflow-x: scroll;
  }

  .category-yegane__right span {
    font-size: 16px;
    white-space: nowrap;
  }


  .category-yegane__right p {
    font-size: 14px;
  }

  .nav-mark__bottom {
    transform: rotate(6deg);
  }

  .header-yegane__bottom__right__left {
    display: none;
  }

  .header-yegane__bottom__left__left {
    display: none;
  }

  .header-yegane__bottom__left__left.mobile {
    display: flex;
    order: 3;
    flex: 1;
    justify-content: end;
  }

  .yegane-tea_left {
    display: none;
  }

  .yegane-tea_right {
    width: 100%;
  }

  .about-yegane__bottom {
    flex-direction: column;
  }

  .about-yegane__bottom__left {
    width: 100%;
  }

  .blog__yegane__top {
    align-items: center;
  }

  .blog__yegane__top span {

    font-size: 14px;
    font-weight: 500;
  }

  .blog__yegane__top button {
    font-size: 10px;
    padding: 6px 12px;
  }

  .herbal-section__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .small-card {
    width: 100%;
    gap: 8px;
  }

  .herbal__card {
    padding: 10px;
  }

  .herbal__shakhs {
    margin-top: 10px;
  }

  .herbal-section__meta {
    margin-bottom: 0;
  }

  .herbal-section__meta span {
    font-size: 8px;
  }

  .herbal__shakhs p,
  .herbal__shakhs__top p {
    font-size: 8px;
  }

  .herbal__button__section {
    border-top: 1px solid #d8d2cb;
    margin-top: 12px;
  }

  .small-card .herbal__button__section {
    margin-top: 0;
  }

  .herbal__shakhs__top {
    gap: 8px;
    align-items: center;
  }

  .img__grid img {
    max-width: 120px;
    width: 100%;
    object-fit: cover;
    max-height: 86px;
  }

  .herbal-section__content {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }

  .herbal__button__section h3 {
    line-height: 20px;
  }

  .herbal__button__section a {
    padding: 4px 8px;
    font-size: 12px;
    margin-top: 8px;
  }

  .footer-yegane__top img {
    width: 60px;
  }

  .footer-yegane {
    padding: 20px 20px !important;
  }

  .footer-yegane__top span {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-yegane__center {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 12px !important;
  }

  .footer-yegane__center span {
    font-size: 12px !important;
  }

  .footer-yegane__center svg {
    width: 28px;
  }

  .container {
    padding: 0 12px;
  }

  .footer-yegane__bottom {
    flex-wrap: wrap;
  }

  .footer-yegane__bottom__right,
  .footer-yegane__bottom__link {
    width: 46% !important;
  }

  .footer-yegane__bottom__center {
    width: 100% !important;
    margin-top: 20px;
    gap: 12px;
  }

  .footer-yegane__bottom__center p {
    font-size: 12px;
  }

  .p--foooter {
    font-weight: 500;
  }

  .footer-yegane__bottom__right span,
  .footer-yegane__bottom__link span,
  .footer-yegane__bottom__center>span,
  .footer-yegane__bottom__left span {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .footer-yegane__bottom__left,
  .title-footer__social {
    margin-top: 20px;
  }

  .footer-yegane__bottom__right ul,
  .footer-yegane__bottom__link ul {
    gap: 8px;
  }

  footer li {
    font-size: 12px;
  }

  .social__footer svg {
    height: 32px;
    width: 32px;
    padding: 6px;
  }

  .header-yegane__top__right img {
    width: 32px;
    height: 30px;
    object-fit: contain;
    padding-right: 4px;
    margin-right: 8px;
    border-right: 1px solid #B1866E;
  }

  .header-yegane__top {
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .header-yegane__top__right {
    order: 2;
  }

  .header-yegane__bottom__left__right input {
    font-size: 10px;
  }

  .blog__yegane__top {
    margin: 32px auto 20px !important;
  }

  .footer-yegane__center {
    padding: 12px;
  }

  .footer-yegane__center span {
    font-size: 13px;
  }

  .title-login span {
    font-size: 10px;
  }

  .Order-map__yegane,
  .category-yegane {
    margin: 32px auto 20px !important;
  }

  .img__shopping {
    padding: 6px;
  }

  .img__shopping img {
    width: 16px;

  }

  .title-login {
    padding: 4px 10px;
  }

  .header-yegane__bottom__right__right span {
    font-size: 12px;
  }

  .header-yegane__bottom__right__right img {
    width: 20px;
  }

  .header-yegane__bottom__right__right {
    padding: 6px 4px 6px 8px;
  }

  .header-yegane__bottom__left__right {
    padding: 2px 8px;
  }

  .icon-box__category {
    padding: 0px 10px;
  }

  .icon-box__category span {
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: 4px;
    line-height: 20px;
  }

  .category-yegane__left button {
    padding: 2px 6px;
    font-size: 12px;
  }

  .category-yegane__left {
    display: none;
  }
  .icon-box__category a img{
    max-width: 32px;
    width: 100%;
  }

  .banner-yegane {
    flex-direction: column;
    gap: 12px;
  }

  .banner-yegane img {
    width: 100%;
  }

  .cart-products__Seasonal {
    min-width: 230px;
    margin-bottom: 12px;
  }

  .cart-products__Seasonal__top img {
    margin-bottom: 16px;
  }

  .cart-products__Seasonal__bottom h3 {
    font-size: 14px;
    margin-top: 8px;
  }

  .btn-sell {
    margin-top: 12px;
  }

  .btn-sell p {
    font-size: 10px;
  }

  .btn-sell button {
    font-size: 8px;
    padding: 4px;
  }

  .btn-sell button svg {
    width: 14px;
  }

  .Seasonal-products__right__top__right span,
  .Bestseller__product__top span,
  .yegane-tea_right__top span,
  .Syrup__yegane__top span {
    font-size: 12px;
    font-weight: 500;
  }

  .about-yegane__bottom__left span {
    font-size: 14px;
    font-weight: 500;
  }

  .Seasonal-products__right__top__right span::before,
  .Bestseller__product__top span::before,
  .Syrup__yegane__top span::before,
  .about-yegane__bottom__left span::before,
  .blog__yegane__top span::before {
    height: 30px;
    top: 0;
    right: -12px;
  }

  .yegane-tea_right__top span::before {
    top: 3.5%;
    height: 30px;
  }

  .Bestseller__product__bottom,
  .Seasonal-products__right__bottom {
    overflow-x: scroll;
  }

  .Seasonal-products.container {
    flex-direction: column-reverse;
  }

  .Syrup__yegane__top {
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .menu ul {
    flex-direction: column;
    align-items: center;
    padding: 12px;
  }

  .title-login a {
    font-size: 12px;
  }

  .Bestseller__product__top button,
  .Syrup__yegane__top button {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .cart__yegane {
    width: 100%;
  }

  .cart__yegane__right img {
    max-width: 80px;
    height: auto;
  }
  .cart__yegane__right {
      display: flex;
      align-items: center;
  }
  .cart__yegane__left .cart__yegane__left__top{
    margin-bottom: 4px;
  }
  .btn-sell a,
  .car__yegane__left__btn a{
        padding: 6px 12px;
            border-radius: 20px;
            font-size: 14px;
  }
  .woocommerce-Price-amount bdi{
    font-size: 12px;
    gap: 2px;
  }
  .car__yegane__left__bottom{
    display: none;
  }
.car__yegane__left__center span{
    margin-top: 10px;

}
.about-yegane__bottom__right{
    width: 100%;
}
.about-yegane__bottom__left h4::before{
        width: 24px;
            height: 32px;
}
  .yegane-tea_right__center {
    gap: 16px;
  }

  .img-yegane__barg {
    bottom: -44px;
    left: -4%;
  }

  .yegane-tea_right__top {
    margin-bottom: 24px;
  }

  .car__yegane__left__btn button {
    font-size: 10px;
  }

  .img-banner__yegane {
    flex-direction: column;
    gap: 16px;
  }

  .img-banner__yegane img {
    width: 100%;
  }

  .Syrup__yegane {
    margin-top: 44px;
  }

  .about-yegane__bottom {
    margin-top: 50px;
  }

  .about-yegane__bottom__left p {
    font-size: 12px;
    line-height: 28px;
    margin-top: 8px;
  }

  .icon_text_about {
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
    align-items: flex-end;
    gap: 12px;
  }

  .icon_text_about span {
    font-size: 12px !important;
    font-weight: 400 !important;
  }

  .blog__yegane__top {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .view-all {
    width: 100%;
    margin-top: 0;
  }

  .view-all a {
    font-size: 12px;
  }

  .Order-map__yegane__top p {
    font-size: 20px;
  }

  .Order-map__yegane__top {
    gap: 0px;
  }

  .Order-map__yegane__bottom {
    height: 80vh;
    background-image: url(/img/Rectangle\ 22053.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .Order-map__yegane__bottom svg {
    display: none;
  }

  .icon_box__order {
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }

  .icon-box {
    gap: 8px;
    padding: 8px 6px;
    max-width: 110px;
    width: 100%;

  }

  .icon-box img {
    max-width: 44px;
    height: 65px;
  }

  .icon-box span {
    font-size: 12px;
  }

  .arrow {
    position: absolute;
  }

  .arow1 {
    top: 50px;
    width: 50px;
  }

  .arow2 {
    top: 130px;
    width: 56px;
    transform: rotate(-136deg);
  }

  .arow3 {
    top: 200px;
    width: 50px;
  }

  .arow4 {
    top: 250px;
    width: 50px;
    transform: rotate(-124deg);
  }

  .icon_box__order {
    position: relative;
    top: 8%;
    left: 0;
  }
}




.menu-product {
  display: flex;
  margin-top: 72px;
  margin-bottom: 45px;
  gap: 6px;
}

.menu-product a {
  display: flex;
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 6px;
}

.menu-product p {
  color: #ba9379;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-products {
  display: flex;
  gap: 40px;
}

.span-icon {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.span-icon a {
  color: #4f4f4f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.span-icon p {
  color: #4f4f4f;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-products__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-products__right>img {
  max-width: 380px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 83px 68px;
  object-fit: cover;
}

.gallery__product {
  display: flex;
  gap: 20px;
}

.gallery__product img {
  max-width: 113px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 22px;
  object-fit: cover;
}

.section-products__center {
  display: flex;
  flex-direction: column;
  width: 44%;
}

.section-products__center h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4f4f4f;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.span-icon span {
  display: flex;
  align-items: center;
  color: #292d32;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.span-icon svg {
  color: #fbbc05;
}

.section-products__center__top {
  border-bottom: 1px solid #e7e5e1;
  padding: 0px 0px 34px 0px;
}

.product__Feature span {
  display: flex;
  flex-direction: column;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 23px;
}

.section-products__center__bottom {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.product__Feature__p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product__Feature__p p {
  color: #4f4f4f;
  width: 35%;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 18px;
  background: #f4ede4;
  padding: 7px 9px;
}

.Compositions__product {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.Compositions__product span {
  display: flex;
  flex-direction: column;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}

.Compositions__product ul {
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.icon-box__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 12px;
}

.cart-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
  padding: 15px 5px;
  gap: 5px;
  width: 22%;
}

.cart-box svg {
  color: #b1866e;
}

.cart-box span {
  color: #373535;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-products__left {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.section-products__left__top {
  border-radius: 25px;
  border: 1px solid #b1866e;
  padding: 20px;
}

.section-products__left__top__top span {
  display: flex;
  align-items: center;
  border-radius: 18px;
  background: #f4ede4;
  padding: 10px 9px;
  gap: 5px;
  color: #4f4f4f;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
}

.section-products__left__top__top {
  border-bottom: 1px solid #00000040;
  padding: 0px 0px 30px 0px;
}

.section-products__left__top__center {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 22px;
}

.section-products__left__top__center span {
  display: flex;
  gap: 5px;
  color: #4f4f4f;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-products__left__top__center svg {
  color: #bead54;
}

.section-products__left__top__bottom {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #f4ede4;
  padding: 14px;
  margin-top: 25px;
}

.section-products__left__top__bottom>span {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  color: #4f4f4f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-products__left__top__bottom del {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4f4f4f;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-products__left__top__bottom p {
  color: #b1866e;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 8px;
}

.span-section-products {
  display: flex;
  gap: 4px;
}

.span-section-products span {
  display: flex;
  gap: 4px;
  color: #4f4f4f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-title-section {
  display: flex;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #b1866e;
  padding: 9px 8px;
}

.btn-title-section p {
  color: #b1866e;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.53);
  padding: 2px;
  align-self: center;
}

.btn-title-section span {
  color: rgba(46, 46, 46, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-products__left__top__bottom__bottom {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.section-products__left__top__bottom__bottom button {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 12px;
  background: #b1866e;
  padding: 9px 40px;
  border-color: transparent;
}

.section-products__left__center {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  background: #f4ede4;
  padding: 30px 28px;
  margin-top: 20px;
}

.section-products__left__center span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-products__left__bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  background: #f4ede4;
  padding: 30px 28px;
  margin-top: 20px;
}

.section-products__left__bottom span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tab__title__page-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 62px;
  border-radius: 25px;
  background: #bead54;
  padding: 30px;
  margin-top: 77px;
}

.tab__title__page-product a {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.Description__page-product {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: start;
  border-radius: 25px;
  border: 1px solid #bead54;
  padding: 25px;
  margin-top: 47px;
}

.Description__page-product img {
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.Description__page-product h4 {
  color: #4f4f4f;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.Description__page-product span {
  color: #4f4f4f;
  position: relative;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 32px 0px 0px;
  margin-bottom: 22px;
}

.Description__page-product>span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/title\ green.svg);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 49%;
}

.Description__page-product p {
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.svg-page-product {
  width: 3%;
  height: 39px;
  color: #fff;
  position: absolute;
  background-color: #bead54;
  padding: 3px;
  border-radius: 100%;
  bottom: -3%;
  left: 47%;
}

.text__desctiption {
  display: flex;
  flex-direction: column;
}

.text__desctiption>span {
  display: flex;
  align-self: center;
  color: #bead54;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.text__desctiption h4 {
  color: #4f4f4f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}

.text__desctiption p {
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.Consumption-product__page {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 25px;
  border: 1px solid #bead54;
  padding: 25px;
  margin-top: 55px;
}

/* .Description__page-product span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 32px 0px 0px;
}

.Consumption-product__page span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-image: url(img/title\ green.svg);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 49%;
} */

.Consumption-product__page p {
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.video-product__page {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 25px;
  border: 1px solid #bead54;
  padding: 25px;
  margin-top: 55px;
}

/* .video-product__page span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 32px 0px 0px;
}

.video-product__page span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-image: url(img/title\ green.svg);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 49%;
} */

.video-product__page p {
  color: #4f4f4f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 33px;
}

.video-product__page img {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 35%;
}

.Comment-product_page {
  display: flex;
  flex-direction: column;
}

.Comment-product_page__top {
  display: flex;
  margin-top: 55px;
  margin-bottom: 22px;
}

.Comment-product_page__top span {
  color: #4f4f4f;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 32px 0px 0px;
}

.Comment-product_page__top span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3%;
  background-image: url(img/title\ green.svg);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 44%;
}

.Comment-product_page__bottom {
  border-radius: 15px;
  background: #f4ede4;
  padding: 15px;
  margin-bottom: 20px;
}

.Comment-product_page__bottom__top {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 17px 0px;
}

.Comment-product_page__bottom__top__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.Comment-product_page__bottom__top__right svg {
  background-color: #9f9f9f;
  border-radius: 100%;
  padding: 5px;
  color: #ffffff;
}

.Comment-product_page__bottom__top__right span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #b1866e;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Comment-product_page__bottom__top__left {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}

.Comment-product_page__bottom__top__left span {
  color: #4f4f4f;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.Comment-product_page__bottom__top__left svg {
  color: #4f4f4f;
}

.Comment-product_page__bottom__top__bottom p {
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.Comment-product_page__bottom__bottom {
  display: flex;
  flex-direction: column;
  padding-top: 9px;
  padding-right: 32px;
  border-top: 1px dashed #b9937d;
}

.woocommerce #reviews #comment {
  margin-top: 12px;
}

.logged-in-as a {
  color: #b18870;
}

.Comment-product_page__bottom__bottom span {
  display: flex;
  gap: 6px;
  color: #b1866e;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Comment-product_page__bottom__bottom p {
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 9px;
}

.Comment-product_page__bottom__bottom button {
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border-radius: 21px;
  background: #b1866e;
  padding: 0px 11px;
  border-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  margin-top: 13px;
}

.Comment-product_page__form {
  background: #f4ede4;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.Comment-product_page__form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  resize: vertical;
  font-size: 14px;
}

.Comment-product_page__form .form-submit {
  margin-top: 15px;
}

.Comment-product_page__form .submit {
  background: #B1866E;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
}

.Comment-product_page__form .submit:hover {
  background: #a67e59;
}

/*footer*/

.footer-yegane {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #4f4f4f;
  padding: 77px 0px 0px 0px;
  margin-top: 120px;
}

.footer-yegane__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-yegane__top img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 88px;
  height: 79px;
  margin-bottom: 33px;
}

.footer-yegane__top span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color, #4f4f4f);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile-ravand {
  display: none;
}

.desk-ravand {
  display: block;
}

.footer-yegane__center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 19px;
  background: #f4ede4;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 21px 130px;
  margin-top: 52px;
}

.footer-yegane__center span {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #492f1e;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-yegane__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
}

.footer-yegane__bottom__right {
  display: flex;
  flex-direction: column;
  width: 12%;
}

.footer-yegane__bottom__right span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.footer-yegane__bottom__right span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -14%;
  top: 31%;
  z-index: -1;
}

.footer-yegane__bottom__right ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.footer-yegane__bottom__link {
  display: flex;
  flex-direction: column;
  width: 12%;
}

.footer-yegane__bottom__link span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.footer-yegane__bottom__link span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -14%;
  top: 31%;
  z-index: -1;
}

.footer-yegane__bottom__link ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.footer-yegane__bottom__center {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.footer-yegane__bottom__center>span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.footer-yegane__bottom__center>span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 31%;
  z-index: -1;
}

.footer-yegane__bottom__center p {
  display: flex;
  color: #4f4f4f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-wrap: wrap;
}

.footer-yegane__bottom__center svg {
  color: #b1866e;
}

.footer-yegane__bottom__left {
  display: flex;
  flex-direction: column;
}

.footer-yegane__bottom__left span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.footer-yegane__bottom__left span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3%;
  top: 31%;
  z-index: -1;
}

.img--footer-yegane__bottom__left {
  display: flex;
  gap: 31px;
  width: 20%;
}

.img--footer-yegane__bottom__left img {
  width: 159px;
  height: 97px;
  border-radius: 8px;
  background: #fff;
  padding: 11px;
}

.p--foooter {
  color: #b1866e;
}

.social__footer {
  display: flex;
  align-items: center;
  gap: 23px;
}

.social__footer svg {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f4ede4;
  padding: 8px;
  color: #b1866e;
}

.title-footer__social {
  display: flex;
  flex-direction: column;
}

.title-footer__social span {
  position: relative;
  color: #4f4f4f;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-footer__social span::before {
  content: "";
  position: absolute;
  background-image: url(img/title.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -5%;
  top: 31%;
  z-index: -1;
}

.mobile_none {
  display: flex;
}

.desktop_none {
  display: none;
}

.Comment-product_page.container {
  padding: 0;
}

.Comment-product_page__bottom__top__bottom {
  padding-right: 30px;
}

/* product popup */
/* پس زمینه تار و محو */
#fast-cart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(50 50 50 / 60%);
  backdrop-filter: blur(5px);
  display: none;
  z-index: 999999;
  overflow-y: scroll;
}

.fast-cart-skeleton {
  list-style: none;
  margin: 0;
  padding: 0;
}

.skeleton-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.skel-img {
  width: 60px;
  height: 60px;
  background: #eee;
  border-radius: 6px;
  animation: pulse 1.5s infinite;
}

.skel-text {
  flex: 1;
}

.skel-line {
  height: 10px;
  background: #eee;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
  margin-bottom: 6px;
}

.skel-line.long {
  width: 80%;
}

.skel-line.short {
  width: 40%;
}

@keyframes pulse {
  0% {
    background-color: #eee;
  }

  50% {
    background-color: #ddd;
  }

  100% {
    background-color: #eee;
  }
}

/* جعبه اصلی */
.fast-cart-inner {
  background: #fff;
  max-width: 700px;
  width: 90%;
  margin: 20vh auto;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
}

/* دکمه بستن */
.fast-cart-close {
  position: absolute;
  top: 15px;
  right: 30px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}

.fast-cart-close:hover {
  color: #333;
}


.fast-cart-step h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  color: #222;
  border-bottom: 1px solid #f4ede4;
}

/* لیست محصولات */
.fast-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fast-cart-item {
  display: flex;
  align-items: center;
  border: 1px solid #B1866E;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  margin-top: 24px;
}

.item-image img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}

.item-details {
  flex: 1;
  margin-right: 12px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  gap: 12px;
}

.item-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.item-meta {
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
}

.item-details-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-qty-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}

.item-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.item-qty button {
  background: #f5f5f5;
  border: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 16px;
}

.item-qty input {
  width: 40px;
  height: 28px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.item-price {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.item-remove {
  position: absolute;
  right: 10px;
  top: 4px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #d33;
  cursor: pointer;
}


.fast-cart-discount input {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  font-family: 'dana';
  background: none;
}

.fast-cart-discount button {
  background: #B1866E;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 8px;
  cursor: pointer;
}

/* جمع کل */
.fast-cart-summary {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.fast-cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

/* دکمه ثبت سفارش */
.fast-cart-buttons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.fast-cart-go-checkout {
  flex: 0.7;
  background: #b1866f;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
}

button.fast-cart-go-shop {
  flex: 0.3;
  background: #ffffff;
  color: #b1866f;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #b1866f;
}

.fast-cart-go-checkout:hover {
  background: #b99635;
}

/* مرحله پرداخت */
.step-checkout {
  padding-top: 15px;
}

.fast-cart-back {
  display: block;
  margin: 15px auto 0;
  background: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.fast-cart-back:hover {
  color: #000;
}





/* ====== استایل سبد خرید ووکامرس برای پاپ‌آپ ====== */
#fast-cart-items .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

#fast-cart-items .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  border: 1px solid #B1866E;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  margin-top: 16px;
  gap: 12px;
}

/* عکس محصول */
#fast-cart-items .woocommerce-mini-cart-item img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* لینک عنوان محصول */
#fast-cart-items .woocommerce-mini-cart-item>a:not(.remove) {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* قیمت و تعداد */
#fast-cart-items .woocommerce-mini-cart-item .quantity {
  font-size: 13px;
  color: #555;
  flex: 1;
  text-align: left;
}

/* دکمه حذف */
#fast-cart-items .woocommerce-mini-cart-item .remove {
  position: absolute;
  right: 10px;
  top: 6px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #d33;
  text-decoration: none;
}

/* جمع کل */
#fast-cart-items .woocommerce-mini-cart__total {
  margin-top: 16px;
  font-size: 16px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin: 24px 0;
}

.mini-cart-title-weight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* دکمه‌های پیش‌فرض ووکامرس پنهان شوند */
#fast-cart-items .woocommerce-mini-cart__buttons {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  display: flex;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  width: 100%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0 !important;
  border: none !important;
  padding: 0px !important;
}

/* ====== استایل کد تخفیف ====== */
.fast-cart-discount {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 12px;
  background: #F4EDE4;
  border-radius: 6px;
  width: 50%;
}

.fast-cart-discount input {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  background: none;
}

.fast-cart-discount button {
  background: #B1866E;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 8px;
  cursor: pointer;
}

/* ====== استایل خلاصه قیمت ====== */
.fast-cart-summary {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fast-cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

p.woocommerce-mini-cart__empty-message {
  margin: 18px 0;
}

.loading {
  opacity: 0.6;
}

.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  margin-left: 6px;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* استایل کلی فرم صورتحساب */
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* فاصله بین فیلدها */
}

.yegane-add-to-cart a {
  background: #B1866E !important;
  color: #fff !IMPORTANT;
  border-radius: 12px !important;
  font-size: 14px !important;
  flex: 1;
  text-align: center;
}

.quantity-counter {
  display: flex;
  align-items: center;
  border: 1px solid #B1866E;
  border-radius: 12px;
  overflow: hidden;
  width: fit-content;
}

.qty-btn {
  background: rgba(255, 255, 255, 0.53);
  color: #B1866E;
  border: none;
  padding: 4px 7px 2px 7px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 6px;
  margin: 4px;
}

.quantity-counter input.qty {
  width: 16px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 6px 0;
  background: none;
}

span.woocommerce-Price-amount.amount {
  display: inline;
  text-align: left;
  margin-bottom: 24px;
}

.btn-sell .woocommerce-Price-amount.amount {
  margin-bottom: 0;
}

.yegane-add-to-cart {
  display: flex;
  gap: 8px;
}

#yegane-add-to-cart {
  display: flex;
  gap: 10px;
  align-items: center;
}

#yegane-add-to-cart .quantity input {
  width: 60px;
  text-align: center;
}

.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block;
  background: none !important;
  color: #b1866f !important;
  font-size: 14px;
}

/* فیلدها */
.woocommerce-billing-fields__field-wrapper .form-row {
  flex: 1 1 calc(50% - 8px);
  /* پیشفرض دو تا کنار هم */
  min-width: 48%;
}

/* ورودی‌ها و سلکت‌ها */
.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-billing-fields__field-wrapper select {
  width: 100%;
  border: 1px solid #d6d6d6;
  /* حاشیه ملایم خاکستری */
  border-radius: 8px;
  /* گوشه گرد نرم */
  padding: 10px 12px;
  background: #fff;
  transition: all 0.2s ease;
  box-shadow: none;
}

/* حالت فوکوس */
.woocommerce-billing-fields__field-wrapper input.input-text:focus,
.woocommerce-billing-fields__field-wrapper select:focus {
  border-color: #BEAD54;
  /* طلایی */
  box-shadow: 0 0 0 2px rgba(190, 173, 84, 0.25);
  outline: none;
}

/* لیبل‌ها */
.woocommerce-billing-fields__field-wrapper label {
  color: #4F4F4F;
  /* رنگ عناوین */
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid #B1866E !important;
  border-radius: 12px !important;
}

/* فیلد خطادار */
.field-error {
  border-color: #BEAD54 !important;
  background: #fff8e6 !important;
}

/* پیام خطا زیر فیلد */
.woocommerce-invalid .input-text,
.woocommerce-invalid select {
  border-color: #B1866E !important;
}

.woocommerce-info {
  display: none;
}

.col-2 {
  display: none;
}

.woocommerce .col-1 {
  width: 100% !important;
}

.woocommerce form.checkout h3 {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* جدول سفارش نهایی */
.woocommerce-checkout-review-order-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 20px !important;
  font-size: 15px !important;
  color: #333 !important;
  direction: rtl !important;
}

.woocommerce-checkout-review-order-table thead th {
  background-color: #f5f5f5 !important;
  padding: 10px !important;
  font-weight: 600 !important;
  text-align: right !important;
  border-bottom: 1px solid #ddd !important;
}

.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tfoot th {
  padding: 10px !important;
  border-bottom: 1px solid #eee !important;
  vertical-align: top !important;
}

.woocommerce-checkout-review-order-table .product-name {
  font-weight: 500 !important;
}

.mini-cart-title-weight {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.mini-cart-title {
  font-weight: bold !important;
}

.mini-cart-weight {
  font-size: 13px !important;
  color: #777 !important;
}

.woocommerce-checkout-review-order-table .product-quantity {
  color: #999 !important;
  font-size: 13px !important;
  margin-right: 5px !important;
}

/* ردیف مجموع و هزینه حمل‌ونقل */
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
  font-weight: bold !important;
  background: #f9f9f9 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 18px !important;
  color: #222 !important;
}

/* روش پرداخت */
.wc_payment_methods {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 0 20px !important;
}

.wc_payment_methods li {
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 12px !important;
  margin-bottom: 10px !important;
  background: #fff !important;
}

.wc_payment_methods li input[type="radio"] {
  margin-left: 8px !important;
}

.payment_box {
  font-size: 13px !important;
  color: #666 !important;
  margin-top: 8px !important;
  padding-right: 20px !important;
}

/* دکمه ثبت سفارش */
.place-order {
  margin-top: 20px !important;
  text-align: center !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  background: #F4EDE4;
}

.menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #F4EDE4;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  background-color: #F4EDE4 !important;

}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #F4EDE4;

}

#place_order.button {
  background-color: #B1866E !important;
  color: white !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

#place_order.button:hover {
  background-color: #BEAD54 !important;
}

/* متن سیاست حفظ حریم خصوصی */
.woocommerce-privacy-policy-text {
  font-size: 13px !important;
  color: #555 !important;
  margin-bottom: 15px !important;
  text-align: right !important;
}

.woocommerce-privacy-policy-text a {
  color: #B1866E !important;
  text-decoration: underline !important;
}

/* دکمه ثبت سفارش */
#place_order {
  background: #BEAD54 !important;
  color: #FFFFFF !important;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

#place_order:hover {
  background: #B1866E !important;
}

/* پیام‌های خطای ووکامرس */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  background: #fff8e6;
  /* طلایی کمرنگ */
  border: 1px solid #BEAD54;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 15px;
  color: #4F4F4F;
  font-size: 13px;
}

.woocommerce-error li {
  list-style: none;
  margin: 4px 0;
}

/* موبایل */
@media (max-width: 600px) {
  .fast-cart-inner {
    margin: 20px auto;
    padding: 20px;
  }
}


@media (max-width: 768px) {
  body {
    background-color: #f8f9fa;
    direction: rtl;
    max-width: 768px;
    margin: auto;
    font-family: "IRANYekan";
  }

  .container {
    max-width: 100%;
    margin: auto;
  }

  .mobile_none {
    display: none !important;
  }

  .desktop_none {
    display: flex;
  }

  .section-products {
    flex-direction: column;
  }

  .menu-product {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-products__center {
    width: 100%;
  }

  .section-products__center h3 {
    font-size: 24px;
  }

  .span-icon span {
    font-size: 14px;
  }

  .span-icon svg {
    width: 10%;
  }

  .span-icon a {
    font-size: 14px;
    font-weight: 400;
  }

  .span-icon p {
    font-size: 14px;
  }

  .product__Feature span {
    font-size: 16px;
  }

  .product__Feature__p p {
    font-size: 12px;
  }

  .Compositions__product span {
    font-size: 16px;
  }

  .Compositions__product ul {
    font-size: 12px;
    padding: 0px 15px 0px 0px;
  }

  .cart-box span {
    font-size: 10px;
  }

  .section-products__left {
    width: 100%;
  }

  .section-products__left__top__top span {
    width: 65%;
  }

  .section-products__left__center {
    padding: 22px 20px;
  }

  .section-products__left__bottom {
    padding: 22px 20px;
  }

  .tab__title__page-product {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 24px 10px;
    gap: 25px;
    justify-content: center;
  }

  .tab__title__page-product a {
    font-size: 12px;
  }

  .Description__page-product span {
    font-size: 18px;
    padding: 0;
  }

  .Description__page-product>span::before {
    height: 84%;
    left: 53%;
    top: 18%;
  }

  .Description__page-product p {
    font-size: 14px;
  }

  .Description__page-product h4 {
    font-size: 16px;
  }

  .Description__page-product img {
    width: 100%;
  }

  .Description__page-product {
    margin-bottom: 35px;
  }

  .svg-page-product {
    width: 10%;
    bottom: -2%;
    left: 44%;
  }

  .text__desctiption>span {
    font-size: 14px;
    margin-top: 10px;
  }

  .Comment-product_page__top span {
    font-size: 18px;
  }

  .Comment-product_page__top span::before {}

  .Comment-product_page__bottom__top__right span {
    font-size: 12px;
  }

  .Comment-product_page__bottom__top__left span {
    font-size: 12px;
  }

  .Comment-product_page__bottom__top__bottom p {
    font-size: 12px;
  }

  .Comment-product_page__bottom__bottom span {
    font-size: 12px;
  }

  .Comment-product_page__bottom__bottom p {
    font-size: 12px;
  }

  .Comment-product_page__bottom__bottom button {
    font-size: 10px;
  }

  .menu-product a {
    font-size: 12px;
  }

  .menu-product p {
    font-size: 12px;
  }

  .section-products__left__bottom {
    margin-top: 10px;
  }

  .desk-ravand {
    display: none;
  }

  .mobile-ravand {
    display: block;
  }

}