.single-product-main {
  background: linear-gradient(
    45deg,
    #fff8e6 0.82%,
    #ffffff 33.54%,
    #fff8f8 65.32%,
    #fff6ec 100%,
    #ffdd84 100%
  );
  padding-bottom: 84px;
  padding-top: 50px;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

.product-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 55.27px;
  text-align: right;
  color: #006550;
  margin-bottom: 12px;
}

.product-title span {
  color: #e1a119;
}

.product-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 41.45px;
  text-align: right;
  color: #383838;
  margin-bottom: 30px;
}

.single-product-main ul {
  list-style: none;
  padding: 0;
  width: 476px;
}

.product-properties li {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.64px;
  text-align: right;
  color: #006d44;
  display: flex;
  align-items: center;
}

.single-product-main li {
  margin-bottom: 20px;
}

.product-compounds li {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.64px;
  text-align: right;
  color: #383838;
  position: relative;
  padding-right: 13px;
}

.product-compounds li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  background: url("../images/Ellipse\ 1155.svg");
  top: 8px;
  right: -0px;
}

.single-product-main .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34.55px;
  text-align: right;
  color: #006550;
  margin-bottom: 16px;
}

.product-properties .icon {
  padding: 8px;
  background: #e6f0ee;
  border-radius: 6px;
  width: fit-content;
  margin-left: 16px;
}

.product-properties .icon img {
  width: 24px;
  height: 24px;
}

.product-properties ul {
  /* margin-left: 129px; */
  margin-bottom: 0;
}

.blog-body {
  padding-top: 80px;
}

.blog-body h1 {
  font-size: 43px;
  font-weight: 800;
  line-height: 74.27px;
  text-align: center;
  color: #006550;
  margin-bottom: 8px;
}

.blog-body h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 44.91px;
  text-align: center;
  color: #e1a119;
  position: relative;
  margin-bottom: 39px;
}

.blog-body h2::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 3px;
  background: #e1a119;
  border-radius: 8px;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.blog-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-body li {
  position: relative;
  margin-right: 14px;
  margin-bottom: 16px;
}

.blog-body ol {
  list-style-type: arabic-indic;
  padding: 0;
}

.blog-body ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #e1a119;
  border-radius: 50%;
  top: 8px;
  right: -14px;
}

.blog-body img {
  width: 100%;
  margin-top: 39px;
  margin-bottom: 80px;
}

.blog-body h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 41.45px;
  text-align: right;
  color: #1f3624;
  margin-bottom: 20px;
  margin-top: 80px;
}

.blog-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.64px;
  text-align: right;
  color: #333333;
}

.blog-body a {
  color: #e7b447;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.64px;
}

.quotes {
  font-size: 16px;
  font-weight: 700;
  line-height: 27.64px;
  text-align: right;
  color: #333333;
  padding: 15.5px 24px 15.5px 0;
  position: relative;
  margin-bottom: 24px;
}

.quotes::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background: #939691;
}

.oila-recipes {
  margin-top: 80px;
}

.oila-recipes h1 {
  font-size: 43px;
  font-weight: 800;
  line-height: 74.27px;
  text-align: center;
  color: #006550;
  margin-bottom: 8px;
}

.oila-recipes h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 44.91px;
  text-align: center;
  color: #e1a119;
  position: relative;
}

.oila-recipes h2::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 3px;
  background: #e1a119;
  border-radius: 8px;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.recipe {
  position: relative;
  margin-top: 24px;
}

.recipe::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
  bottom: 0;
  width: 100%;
  height: 121px;
  right: 0;
}

.recipe img {
  width: 100%;
}

.recipe .tag {
  padding: 2px 14px 2px 14px;
  border-radius: 100px;
  background: #e1a119d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.64px;
  text-align: right;
  color: #ffffff;
  position: absolute;
  top: 24px;
  right: 20px;
}

.recipe .recipe-info {
  position: absolute;
  content: "";
  bottom: 20px;
  display: flex;
  width: calc(100%);
  padding: 0 20px;
  z-index: 10000;
}

.hardship {
  background: #e1a119;
  width: calc(50% - 6px);
  padding: 6px 22px 6px 22px;
  border-radius: 5.6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24.18px;
  color: #ffffff;
  margin-bottom: 0;
}

.recipe .recipe-info a {
  background: #006550;
  width: calc(50% - 6px);
  padding: 6px 15px 6px 15px;
  border-radius: 5.6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24.18px;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 12px;
  border: 1px solid #006550;
  transition: 0.5s;
}

.recipe .recipe-info a path {
  transition: 0.5s;
}

.recipe .recipe-info a span {
  font-size: 12.6px;
  font-weight: 400;
  line-height: 21.76px;
  text-align: right;
  margin-right: 2px;
}

.recipe .recipe-info svg {
  margin-right: 10px;
}

.recipe .recipe-info a:hover {
  background: white;
  border: 1px solid #006550;
  color: #006550;
}

.recipe .recipe-info a:hover path {
  fill: #006550;
}

.product-compounds {
  font-family: IRANYekan;
  font-size: 20px;
  font-weight: 700;
  line-height: 34.55px;
  text-align: right;
  color: #006550;
}

.oila-article {
  margin-top: 80px;
}

.product-image {
  width: 476px;
}

@media only screen and (max-width: 1200px) {
  .single-product-main {
    padding-bottom: 50px;
    overflow-x: hidden;
  }

  .single-product-main img {
    /* width: 100%; */
    margin: 0 auto;
    margin-top: 66px;
    padding-top: 0;
    /* margin-bottom: 66px; */
    padding-top: 0;
    display: flex;
    justify-content: center;
    width: 80%;
  }

  .hardship {
    font-size: 10px;
  }

  .recipe .recipe-info a {
    font-size: 10px;
    white-space: nowrap;
  }

  .recipe .recipe-info a span {
    font-size: 10px;
  }

  .product-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 34.55px;
    text-align: right;
  }

  .product-title span {
    color: #e1a119;
  }

  .product-text {
    font-family: IRANYekan;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.64px;
    text-align: right;
    margin-bottom: 20px;
  }

  .product-compounds {
    font-family: IRANYekan;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.64px;
    text-align: right;
    margin-bottom: 12px;
  }

  .product-compounds li {
    font-family: IRANYekan;
    font-size: 14px;
    font-weight: 500;
    line-height: 24.18px;
    text-align: right;
    margin-bottom: 20px;
  }

  .product-properties ul {
    margin-bottom: 0;
  }

  .single-product-main li {
    margin-bottom: 16px;
  }

  .product-properties .icon {
    padding: 7px;
  }

  .product-properties .icon img {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .single-product-main .title {
    font-family: IRANYekan;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.64px;
    text-align: right;
    margin-bottom: 16;
  }

  .product-properties li {
    font-family: IRANYekan;
    font-size: 14px;
    font-weight: 500;
    line-height: 24.18px;
    text-align: right;
  }

  .blog-body {
    padding-top: 40px;
  }

  .blog-body h1 {
    font-family: IRANYekan;
    font-size: 20px;
    font-weight: 800;
    line-height: 34.55px;
    text-align: center;
    margin-bottom: 12px;
  }

  .blog-body h2 {
    font-family: IRANYekan;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.64px;
    text-align: center;
  }

  .blog-body img {
    margin-bottom: 40px;
  }

  .blog-body p {
    margin-bottom: 0;
  }

  .blog-body h6 {
    font-family: IRANYekan;
    font-size: 20px;
    font-weight: 700;
    line-height: 34.55px;
    text-align: right;
    margin-bottom: 12px;
  }

  .blog-body p {
    font-family: IRANYekan;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.18px;
    text-align: right;
  }

  .blog-body:last-of-type {
    margin-bottom: 40px;
  }

  .oila-recipes h1 {
    font-family: IRANYekan;
    font-size: 20px;
    font-weight: 800;
    line-height: 34.55px;
    text-align: center;
    margin-bottom: 12px;
  }

  .oila-recipes h2 {
    font-family: IRANYekan;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.64px;
    text-align: center;
  }

  .oila-article img {
    width: 55%;
  }

  .blog-body h6 {
    margin-top: 40px;
  }

  .oila-article {
    margin-top: 40px;
  }

  .blog-body li {
    font-family: IRANYekan;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.18px;
    text-align: right;
  }
}

.text-border-top {
  position: relative;
  margin-top: 40px;
}

.text-border-top::after {
  position: absolute;
  content: "";
  height: 2px;
  background: #e7b447;
  width: 65%;
  left: 50%;
  transform: translate(-50%, 0);
  top: -20px;
}

.w-33{
  width: 33%!important;
}

@media only screen and (max-width: 570px) {
  .single-product-main img {
    width: 70%;
  }
}
