@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Dana-FaNum-Regular.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Dana-FaNum-Medium.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 600;
  src: url("../font/Dana-FaNum-DemiBold.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  src: url("../font/Dana-FaNum-Bold.ttf") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "dana" !important;
}

body {
  font-family: "dana" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1310px) {
  .mainView {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

div#primary.content-area {
  max-width: 1440px;
  margin: auto;
  background-color: white;
}

.breadcrampProduct {
  padding-top: 20px;
  margin-bottom: 20px;
}
.breadcrampProduct nav.woocommerce-breadcrumb {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: #ffb61c !important;
}
.breadcrampProduct nav svg {
  height: 24px;
  width: 24px;
  padding: 5px 3.5px 10px;
}
.breadcrampProduct a {
  color: #68696e !important;
  opacity: 0.5;
  font-size: 14px;
  line-height: 18px;
}
.breadcrampProduct span.last {
  opacity: 1;
}

.single-product .site-header.PayamAvaShop {
  position: relative;
}
.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.single-product input[type=number] {
  -webkit-appearance: textfield !important;
          appearance: textfield !important;
  -moz-appearance: textfield !important;
}
.single-product .custom-tabs-wrapper {
  position: relative;
  padding-top: 4em;
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper {
    padding-top: 2em;
  }
}
.single-product .custom-tabs-wrapper .custom {
  position: sticky;
  overflow: hidden;
  top: 90px;
  background: #ffffff;
  z-index: 10;
  justify-content: space-between;
  padding: 16px;
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  margin-bottom: 4em;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom {
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 2.5em;
  }
}
.single-product .custom-tabs-wrapper .custom .toptab {
  width: 56px;
  height: 56px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: black;
  transition: all 0.4s linear;
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom .toptab {
    width: 38px;
    border-radius: 8px;
    height: 50px;
  }
  .single-product .custom-tabs-wrapper .custom .toptab svg {
    width: 18px !important;
    height: 18px !important;
  }
}
.single-product .custom-tabs-wrapper .custom .toptab:hover {
  background-color: #f6d000;
  color: #fff;
  scale: 0.9;
}
.single-product .custom-tabs-wrapper .custom .custom-product-tabs {
  width: calc(100% - 70px);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom .custom-product-tabs {
    width: calc(100% - 46px);
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.single-product .custom-tabs-wrapper .custom .custom-product-tabs .listSideItem {
  text-decoration: none;
  width: 32.5%;
  color: #000000;
  transition: all 0.4s linear;
  text-align: center;
  font-size: clamp(0.8125rem, 0.7516rem + 0.2564vw, 1rem);
  font-weight: 400;
  background-color: #f8f8f8;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom .custom-product-tabs .listSideItem {
    border-radius: 8px;
    height: 50px;
  }
}
.single-product .custom-tabs-wrapper .custom .custom-product-tabs .listSideItem:hover {
  background-color: #f6d000;
}
.single-product .custom-tabs-wrapper .custom .listSideItem.active {
  background-color: #f6d000;
}
.single-product .custom-tabs-wrapper .custom-tabs-content {
  max-width: 1050px;
  margin: auto;
}
.single-product .custom-tabs-wrapper .custom-tabs-content .tab-section {
  padding-bottom: 4em;
  scroll-margin-top: 200px;
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom-tabs-content .tab-section {
    padding-bottom: 2em;
  }
}
.single-product .custom-tabs-wrapper .custom-tabs-content .tab-section > h2:first-of-type {
  color: #000000;
  text-align: right;
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 0.5em !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  border-bottom: 1px solid #f8f8f8;
}
.single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  display: grid;
  grid-row-gap: 16px;
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
}
.single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper .attribute-card {
  background: #f6d000;
  border-radius: 16px;
  padding: 16px;
  height: 80px;
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper .attribute-card:hover {
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper .attribute-card {
    height: 72px;
  }
}
.single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper .attribute-card .attribute-value {
  font-weight: 600;
  color: #000000;
  font-size: 15.5px;
}
.single-product .custom-tabs-wrapper .custom-tabs-content #tab-additional_information .custom-attributes-wrapper .attribute-card .attribute-label {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
.single-product .custom-tabs-wrapper .custom-tabs-content #tab-description {
  color: #000000;
  transition: all 0.3s ease-in-out;
  font-size: 14.5px;
  margin: 0;
  line-height: 2.3em;
  font-weight: 400;
  margin-bottom: 2.5em;
  text-align: justify;
}
.single-product form.cart .variations select {
  border: none;
  background-color: #ffffff !important;
  transition: all linear 0.4s;
  height: 38px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #000000;
  outline: none !important;
  border-radius: 12px;
  background-size: 12px !important;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
  border-radius: 16px;
  margin-bottom: 10px;
  height: 50px;
  padding: 10px 20px;
  font-family: "dana";
}
@media (max-width: 1260px) {
  .single-product form.cart .variations select {
    padding-left: 2em !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
@media (max-width: 1000px) {
  .single-product form.cart .variations select {
    min-width: 60% !important;
  }
}
@media (max-width: 768px) {
  .single-product form.cart .variations select {
    min-width: 96% !important;
  }
}
.single-product .variations_form.cart {
  position: relative;
}
.single-product .variations_form.cart .reset_variations {
  right: 1em;
  bottom: -50px;
}
.relatedBack {
  position: relative;
  z-index: 0;
  padding-top: 4em;
}
.relatedBack::before {
  position: absolute;
  content: "";
  background-color: #f6d000;
  width: 100%;
  height: 50%;
  top: 0;
  z-index: -1;
}

.ParentTopProducts {
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 14px;
  max-width: 1300px;
}
@media (max-width: 1000px) {
  .ParentTopProducts {
    padding-top: 0;
  }
}
.ParentTopProducts > h1 {
  display: none;
}
@media (max-width: 768px) {
  .ParentTopProducts > h1 {
    display: block;
    text-align: center;
  }
}
.ParentTopProducts .product_title.entry-title {
  font-size: clamp(1.125rem, 0.922rem + 0.8547vw, 1.75rem);
  line-height: 2em;
  width: 100%;
  text-align: right;
}
.ParentTopProducts .divParentImgProduct {
  width: calc(100% - 554px);
  position: relative;
}
.ParentTopProducts .divParentImgProduct .product-share-buttons {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}
.ParentTopProducts .divParentImgProduct .product-share-buttons > span {
  height: 48px;
  width: 48px;
  background-color: #f6d000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ParentTopProducts .divParentImgProduct .product-share-buttons > span svg {
  height: 24px;
  width: 24px;
}
.ParentTopProducts .divParentImgProduct .product-share-buttons > a, .ParentTopProducts .divParentImgProduct .product-share-buttons > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8f8f8;
  height: 36px;
  width: 36px;
  border: 1px solid #f6d000;
}
.ParentTopProducts .divParentImgProduct .product-share-buttons > a svg, .ParentTopProducts .divParentImgProduct .product-share-buttons > div svg {
  height: 16px;
  width: 16px;
}
.ParentTopProducts .divParentImgProduct .custom-product-rating {
  position: absolute;
  left: 210px;
  top: 30px;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.ParentTopProducts .divParentImgProduct .woocommerce-product-gallery {
  height: 100%;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 730/544;
  gap: 20px;
}
.ParentTopProducts .divParentImgProduct .flex-viewport {
  aspect-ratio: 1;
  width: calc(74% - 4px);
  background: #f8f8f8;
  border-radius: 32px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
.ParentTopProducts .divParentImgProduct .flex-viewport li::before {
  display: none !important;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  width: calc(25% - 23px);
  gap: 20px;
  height: 100%;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs > li {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  border-radius: 32px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
  height: 30%;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs > li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.2988 9.33301H45.6322V18.6663' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6309 23.333L45.6309 9.33301' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.6322 46.6663H8.29883V37.333' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29883 46.667L22.2988 32.667' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.2988 46.6663H45.6322V37.333' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6309 32.6669L45.6309 46.6669' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.6322 9.33301H8.29883V18.6663' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29883 9.33301L22.2988 23.333' stroke='white' stroke-width='2.21158' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs > li:nth-child(n+4) {
  display: none;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs > li img {
  opacity: 1 !important;
  width: 80%;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs > li:has(img.flex-active) {
  position: relative;
  overflow: hidden;
}
.ParentTopProducts .divParentImgProduct ol.flex-control-nav.flex-control-thumbs > li:has(img.flex-active)::before {
  opacity: 1;
  visibility: visible;
}
.ParentTopProducts .divParentImgProduct .onsale {
  display: none;
}
.ParentTopProducts .divParentImgProduct .woocommerce-product-gallery__trigger {
  display: none !important;
}
.ParentTopProducts .divParentImgProduct .mySwiperMain {
  width: 100%;
  overflow: hidden;
  background: #f6d000;
  border-radius: 24px;
  position: relative;
  height: 400px;
}
.ParentTopProducts .divParentImgProduct .mySwiperMain .custom-product-rating {
  display: none;
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  left: 1em;
  top: 1em;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  background: white;
  padding: 2px 8px;
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .ParentTopProducts .divParentImgProduct .mySwiperMain .custom-product-rating {
    display: flex;
  }
}
@media (max-width: 768px) {
  .ParentTopProducts .divParentImgProduct .mySwiperMain {
    height: 350px;
  }
  .ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-slide img {
    max-width: 250px !important;
  }
}
.ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-slide img {
  max-width: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-button-prev {
  right: 1em !important;
}
.ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-button-next {
  left: 1em !important;
}
.ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-button-prev,
.ParentTopProducts .divParentImgProduct .mySwiperMain .swiper-button-next {
  width: 16px;
  height: 16px;
  color: green;
}
.ParentTopProducts .divParentImgProduct .mySwiperThumbs {
  padding: 1em 0;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .ParentTopProducts .divParentImgProduct .mySwiperThumbs {
    padding-bottom: 3em;
  }
}
.ParentTopProducts .divParentImgProduct .mySwiperThumbs .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50px !important;
  background: green;
  opacity: 50% !important;
}
.ParentTopProducts .divParentImgProduct .mySwiperThumbs .swiper-pagination-bullet-active {
  opacity: 100% !important;
  width: 40px;
}
.ParentTopProducts .divParentImgProduct .mySwiperThumbs .swiper-slide {
  background: #f1f5fa;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 128px;
}
@media (max-width: 768px) {
  .ParentTopProducts .divParentImgProduct .mySwiperThumbs .swiper-slide {
    height: 100px;
  }
  .ParentTopProducts .divParentImgProduct .mySwiperThumbs .swiper-slide img {
    width: 64px !important;
  }
}
.ParentTopProducts .divParentImgProduct .mySwiperThumbs .swiper-slide img {
  width: 100px;
}
.ParentTopProducts .summary.entry-summary {
  width: calc(42% - 4px) !important;
}
@media (max-width: 1000px) {
  .ParentTopProducts .summary.entry-summary {
    width: 100% !important;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice {
    gap: 10px;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .stock.out-of-stock {
  font-size: 1.1em !important;
  margin: 0;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart {
  gap: 4px;
  justify-content: space-between !important;
  width: 100%;
  position: relative;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .stock.out-of-stock {
  text-align: center;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .variations {
  margin: 0 !important;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap {
    align-self: center;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap > .woocommerce-variation.single_variation {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: unset;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap {
    width: 100%;
    margin: auto;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    width: 100%;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .customQuantityWrapper {
  justify-content: space-between;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button.alt {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 1260px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button.alt {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button.alt {
    font-size: 14px;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart {
  display: flex;
  align-items: center;
  margin: 0 !important;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .cart {
    width: 100%;
    gap: 14px;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .single_add_to_cart_button.button.alt {
  min-width: 210px;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  transition: all linear 0.4s;
  font-size: clamp(0.9375rem, 0.9117rem + 0.1087vw, 1rem);
  background-color: #f6d000 !important;
  color: black;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .single_add_to_cart_button.button.alt {
    max-width: 100%;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .single_add_to_cart_button.button.alt:hover {
  background-color: rgb(232.2253521127, 62.1746478873, 62.1746478873) !important;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper {
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 8px;
  height: 50px;
  display: flex;
  min-width: 100px;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .quantity {
  order: 2;
  margin: 0 !important;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .input-text {
  order: 2;
  outline: none !important;
  padding: 3px;
  margin: 0;
  border: none;
  width: 20px !important;
  border-radius: 0;
  border-right: none;
  border-left: none;
  display: inline-block;
  font-size: 15px;
  -moz-appearance: textfield;
  font-weight: 400;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .plus,
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .minus {
  background-color: white;
  width: 24px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 8px !important;
  height: 24px;
  border: 1px solid;
  font-size: 1.4em !important;
  line-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .plus:hover,
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .minus:hover {
  scale: 0.9;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .plus {
  order: 1;
  border-radius: 0px 5px 5px 0px;
  color: green;
}
.ParentTopProducts .summary.entry-summary .CustomMyPrice .cart .customQuantityWrapper .minus {
  order: 3;
  border-radius: 5px 0px 0px 5px;
  color: lightcoral;
}
.ParentTopProducts .summary.entry-summary .price {
  margin: 0;
  font-size: 18px !important;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1260px) {
  .ParentTopProducts .summary.entry-summary .price {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .price {
    width: 100%;
    justify-content: center;
    gap: 12px;
    align-items: center;
    flex-direction: row;
  }
}
.ParentTopProducts .summary.entry-summary .price .select-for-price {
  font-size: 0.8em;
  font-weight: 500;
  padding-bottom: 10px;
  color: #000000;
}
.ParentTopProducts .summary.entry-summary .price bdi {
  font-size: 20px !important;
  text-decoration: none;
  line-height: 1.8em;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 1260px) {
  .ParentTopProducts .summary.entry-summary .price bdi {
    font-size: 18px !important;
  }
}
.ParentTopProducts .summary.entry-summary .price .onsale-percent {
  position: absolute;
  left: -15px;
  bottom: 0;
  top: 4px;
  height: 18px !important;
  width: 31px;
  text-align: center;
  border-radius: 37px !important;
  line-height: 1.6em;
  border: none !important;
  background: lightcoral;
  color: #fff;
  font-size: 12.5px;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .price .onsale-percent {
    position: initial;
  }
}
.ParentTopProducts .summary.entry-summary .price del {
  color: #68696e;
  text-decoration-color: #7a7a7a;
}
.ParentTopProducts .summary.entry-summary .price del span > bdi {
  font-size: 15px !important;
  font-weight: 500;
}
@media (max-width: 480px) {
  .ParentTopProducts .summary.entry-summary .price del span > bdi {
    font-size: 13.5px !important;
  }
}
.ParentTopProducts .summary.entry-summary .price ins {
  text-decoration: none;
}
.ParentTopProducts .summary.entry-summary .price ins span > bdi {
  font-size: 20px !important;
  text-decoration: none;
  line-height: 1.8em;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .ParentTopProducts .summary.entry-summary .price ins span > bdi {
    font-size: 18px !important;
  }
}
.ParentTopProducts .summary.entry-summary .product-attributes-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  padding-top: 16px;
}
@media (max-width: 1310px) {
  .ParentTopProducts .summary.entry-summary .product-attributes-columns {
    grid-row-gap: 10px;
  }
}
@media (max-width: 1000px) {
  .ParentTopProducts .summary.entry-summary .product-attributes-columns {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
  }
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .product-attributes-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ParentTopProducts .summary.entry-summary .product-attributes-columns .SeeMoreAttribute.listSideItem {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  transition: all 0.4s linear;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ParentTopProducts .summary.entry-summary .product-attributes-columns .SeeMoreAttribute.listSideItem:hover {
  color: lightcoral;
}
.ParentTopProducts .summary.entry-summary .product-attributes-columns .product-attribute-item {
  height: 52px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 14px;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
@media (max-width: 1310px) {
  .ParentTopProducts .summary.entry-summary .product-attributes-columns .product-attribute-item {
    padding: 14px;
  }
}
.ParentTopProducts .summary.entry-summary .product-attributes-columns .product-attribute-item .attribute-label {
  font-size: 14px;
  font-weight: 400;
  color: #68696e;
}
@media (max-width: 1310px) {
  .ParentTopProducts .summary.entry-summary .product-attributes-columns .product-attribute-item .attribute-label {
    font-size: 12.5px;
  }
}
.ParentTopProducts .summary.entry-summary .product-attributes-columns .product-attribute-item .attribute-value {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1310px) {
  .ParentTopProducts .summary.entry-summary .product-attributes-columns .product-attribute-item .attribute-value {
    font-size: 13px;
  }
}
.ParentTopProducts .summary.entry-summary .custom-product-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .ParentTopProducts .summary.entry-summary .custom-product-title {
    display: none;
  }
}
.ParentTopProducts .summary.entry-summary .custom-product-title .custom-product-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: flex-start;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  gap: 3.5px;
}
.ParentTopProducts .summary.entry-summary .custom-product-title .product_title.entry-title {
  font-size: clamp(1.125rem, 0.922rem + 0.8547vw, 1.75rem);
  line-height: 2.2em;
  margin: 0;
  color: #000000;
  margin-top: 0px;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop {
  display: flex;
  justify-content: space-between;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ShareTxtForSingles {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.8em;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR .tooltip {
  position: relative;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR .tooltip:hover .tooltiptext {
  visibility: visible !important;
  transform: translateY(-1px);
  opacity: 1;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgb(255, 222.3756097561, 43.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #000000;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  top: -40px;
  position: absolute;
  z-index: 1;
  right: -15px;
  font-size: 12.5px;
  font-weight: 400;
  transform: translateY(11px);
  transition: all ease-in 0.3s;
  opacity: 0;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR .tooltip .tooltiptext::before {
  position: absolute;
  content: "";
  bottom: -8px;
  z-index: 26;
  background-color: rgb(244, 247, 251);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR #copyUrlButton {
  background-color: lightcoral;
  width: 34px;
  height: 34px;
  scale: 1;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.4s linear;
  margin: auto;
  padding: 0;
  display: flex;
  border: none;
  color: #fff;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR #copyUrlButton > svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s linear;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR #copyUrlButton:hover {
  background-color: rgb(236.5014084507, 98.3785915493, 98.3785915493);
  scale: 0.9;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR > a {
  width: 35px;
  height: 35px;
  display: flex;
  scale: 1 !important;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  background-color: #f6d000;
  transition: all 0.4s linear;
  color: green;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR > a > svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s linear;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .product-share-buttons.forSingleProduct .ParentSoInneR > a:hover {
  background-color: green;
  scale: 0.9 !important;
  color: #fff;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .ShareBtnForSingles {
  transition: all ease-in-out 0.3s;
  color: lightcoral;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background: #f6d000;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .ShareBtnForSingles > svg {
  width: 20px;
  height: 20px;
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .ParentSo {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .before-title-single-product .productMetaTop .ParentSo {
    display: none;
  }
}
.ParentTopProducts .summary.entry-summary .before-title-single-product .woocommerce-product-details__short-description > p {
  margin: 0;
  color: #000000;
  font-size: 14.5px;
  line-height: 2.2em;
  text-align: justify;
}
@media (max-width: 768px) {
  .ParentTopProducts .summary.entry-summary .before-title-single-product .woocommerce-product-details__short-description > p {
    font-size: 13px;
  }
}
.ParentTopProducts .summary.entry-summary .product-categories-svg {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.3em;
}
.ParentTopProducts .summary.entry-summary .product-categories-svg .product-category-item > a {
  font-size: 15px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  color: #000000;
}
.ParentTopProducts .summary.entry-summary .product-categories-svg .product-category-item > a:hover {
  color: green;
}
.ParentTopProducts .woocommerce-gallery-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.ParentTopProducts .mySwiperThumbs .swiper-slide {
  width: auto;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ParentTopProducts .mySwiperThumbs .swiper-slide img {
  filter: blur(1px);
}
.ParentTopProducts .mySwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.ParentTopProducts .mySwiperThumbs .swiper-slide-thumb-active img {
  filter: blur(0);
}
.ParentTopProducts .mySwiperThumbs img {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce-product-attributes {
  border: unset !important;
}
.woocommerce-product-attributes tbody {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
  padding: 16px;
  margin-top: 10px;
  border-radius: 16px;
}
.woocommerce-product-attributes tbody > tr {
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  padding: 24px 24px 24px 30px;
  border-radius: 16px;
}
.woocommerce-product-attributes tbody > tr > th,
.woocommerce-product-attributes tbody > tr > td {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset !important;
  border: 0 !important;
  background-color: transparent !important;
}
.woocommerce-product-attributes tbody > tr > th {
  color: #212121 !important;
  opacity: 0.75 !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}
.woocommerce-product-attributes tbody > tr > td {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 32px !important;
  color: #000000 !important;
}

.woocommerce-pagination ul.page-numbers li span,
.woocommerce-pagination ul.page-numbers li a {
  border: none !important;
  width: 48px;
  height: 48px;
  transition: all 0.3s linear;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #020014;
  display: flex !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .woocommerce-pagination ul.page-numbers li span,
  .woocommerce-pagination ul.page-numbers li a {
    width: 32px;
    height: 32px;
    transition: all 0.3s linear;
    font-size: 14px !important;
  }
}

.next.page-numbers,
.prev.page-numbers {
  background: transparent !important;
}
.next.page-numbers:hover,
.prev.page-numbers:hover {
  color: #f6d000 !important;
  scale: 0.8;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  padding: 85px 0;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce-pagination {
    padding: 40px 0;
  }
}
.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  border: none !important;
  gap: 8px;
  padding: 0 !important;
}
.woocommerce-pagination ul.page-numbers li {
  border: none !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #f6d000;
  background: #f2f2f3;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #f6d000 !important;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
  background-color: white;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #f6d000 !important;
  right: 0.5em !important;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  color: black;
}
.woocommerce-error li a,
.woocommerce-info li a,
.woocommerce-message li a {
  color: #f6d000;
  transition: all 0.3s linear;
}
.woocommerce-error li a:hover,
.woocommerce-info li a:hover,
.woocommerce-message li a:hover {
  color: #85730f;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-notices-wrapper {
  max-width: 1310px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #ffffff !important;
  border-top-color: #ffb61c !important;
  outline: unset !important;
  border-radius: 16px;
  color: #000000;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  color: #ffb61c !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward {
  color: #000000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #f6d000 !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 16px !important;
  border: unset !important;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward:hover {
  color: #f6d000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #ffffff !important;
}

.is-cart-page-amirreza footer.entry-footer {
  display: none;
}
.is-cart-page-amirreza aside#secondary {
  display: none;
}
.is-cart-page-amirreza header.entry-header h1.entry-title {
  font-size: 36px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .is-cart-page-amirreza header.entry-header h1.entry-title {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 24px;
  }
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items td {
  border-top: 1px solid #f6d000 !important;
}
@media (max-width: 768px) {
  .is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items td {
    padding-top: 20px !important;
  }
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items {
  background-color: #ffffff !important;
  padding: 10px 20px !important;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
  border-radius: 16px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product a.wc-block-components-product-name {
  font-size: 18px;
  margin-bottom: 20px !important;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-components-product-metadata ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-components-product-metadata ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 0px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-components-product-metadata ul li span {
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  color: #f6d000;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-components-product-badge {
  display: none;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #f6d000 !important;
  background: transparent;
  margin-bottom: 0;
  border-radius: 16px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  display: none;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
  order: 2;
  border: 0;
  background: unset;
  text-align: center;
  width: 34px;
  outline: unset;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  font-size: 18px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.themeCustomPlus {
  order: 1;
  border: 0;
  background: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.themeCustomPlus svg rect {
  fill: #f6d000;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.themeCustomMinus {
  order: 3;
  border: 0;
  background: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.themeCustomMinus svg rect {
  fill: #f6d000;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
  text-decoration: unset;
  font-size: 12px;
  padding: 10px 20px !important;
  font-weight: 200 !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__total {
  padding-left: 0;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__total .wc-block-components-product-badge {
  border: 1px solid #f6d000;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 400;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main td.wc-block-cart-item__total .wc-block-components-product-badge span {
  font-weight: 300;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__prices .price {
  display: flex;
  justify-content: start;
  align-items: center;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__prices .price del {
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  color: #e3d3c4 !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__prices .price del::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: -4px;
  bottom: 0;
  margin: auto;
  background: #e3d3c4;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__prices .price ins {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #36200c !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main button.wc-block-cart-item__remove-link {
  color: #000000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #f6d000 !important;
  box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 16px !important;
  border: 1px solid #f6d000 !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-main button.wc-block-cart-item__remove-link:hover {
  color: #f6d000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #fff !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  padding: 10px 20px;
  background: #ffffff !important;
  border-radius: 16px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-container a {
  color: #000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #f6d000 !important;
  box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 16px !important;
  border: 1px solid #f6d000 !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-container a:hover {
  color: #f6d000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #fff !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar h2.wp-block-woocommerce-cart-order-summary-heading-block {
  border-bottom: 1px solid #f6d000;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content button {
  color: #000000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #f6d000 !important;
  box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 16px !important;
  border: 1px solid #f6d000 !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content button:hover {
  color: #f6d000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #ffffff !important;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content input#wc-block-components-totals-coupon__input-coupon {
  background-color: transparent;
  border-color: #f6d000;
  border-radius: 16px;
  color: #412408;
  outline: unset;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content label {
  color: #f6d000;
  font-weight: 400;
  font-size: 8px;
  line-height: 20px;
  right: 14px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel__button {
  color: #0a0000;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block span.wc-block-components-totals-item__label {
  color: #0a0000;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper span.wc-block-components-totals-item__label {
  color: rgb(10, 0, 0);
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__description {
  margin-top: 30px;
  border: 1px solid #f6d000;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 200;
  border-radius: 16px;
}
.is-cart-page-amirreza .wc-block-components-sidebar-layout .wc-block-components-sidebar span.wc-block-formatted-money-amount {
  margin-top: 8px;
  color: #362516;
  margin-bottom: -4px;
  display: block;
}
.is-cart-page-amirreza .wc-block-cart__empty-cart__title {
  font-size: 36px;
  font-weight: 100;
  line-height: 80px;
  margin-top: 20px;
  text-align: center;
}
.is-cart-page-amirreza .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  color: #f6d000 !important;
}
.is-cart-page-amirreza ul.wc-block-components-totals-discount__coupon-list {
  margin: 10px auto;
  padding: 0;
}
.is-cart-page-amirreza ul.wc-block-components-totals-discount__coupon-list li {
  border-radius: 16px !important;
  border-color: #f6d000 !important;
  padding: 1px 10px !important;
}
.is-cart-page-amirreza footer#colophon {
  margin-top: 80px !important;
}
@media (max-width: 768px) {
  .is-cart-page-amirreza footer#colophon {
    margin-top: 40px !important;
  }
}

.is-checkout-page-amirreza footer.entry-footer {
  display: none;
}
.is-checkout-page-amirreza aside#secondary {
  display: none;
}
.is-checkout-page-amirreza .amirrezaCustomizeCard {
  margin: auto;
}
.is-checkout-page-amirreza header.entry-header h1.entry-title {
  font-size: 36px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .is-checkout-page-amirreza header.entry-header h1.entry-title {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 24px;
  }
}
.is-checkout-page-amirreza div#customer_details {
  display: flex;
  align-items: start;
  justify-content: center;
}
.is-checkout-page-amirreza div#customer_details > div {
  width: 100%;
}
.is-checkout-page-amirreza h3 {
  margin-bottom: 28px;
}
.is-checkout-page-amirreza .woocommerce-additional-fields input::-moz-placeholder, .is-checkout-page-amirreza .woocommerce-additional-fields textarea::-moz-placeholder, .is-checkout-page-amirreza .col-1 input::-moz-placeholder, .is-checkout-page-amirreza .col-1 textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}
.is-checkout-page-amirreza .woocommerce-additional-fields input::placeholder,
.is-checkout-page-amirreza .woocommerce-additional-fields textarea::placeholder,
.is-checkout-page-amirreza .col-1 input::placeholder,
.is-checkout-page-amirreza .col-1 textarea::placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}
.is-checkout-page-amirreza .woocommerce-additional-fields P:has(input:not([type=submit]):not([type=checkbox]):not([type=radio])), .is-checkout-page-amirreza .woocommerce-additional-fields P:has(textarea), .is-checkout-page-amirreza .woocommerce-additional-fields P:has(select),
.is-checkout-page-amirreza .col-1 P:has(input:not([type=submit]):not([type=checkbox]):not([type=radio])),
.is-checkout-page-amirreza .col-1 P:has(textarea),
.is-checkout-page-amirreza .col-1 P:has(select) {
  position: relative !important;
  margin-bottom: 30px !important;
}
.is-checkout-page-amirreza .woocommerce-additional-fields label,
.is-checkout-page-amirreza .col-1 label {
  transform: unset !important;
  position: absolute !important;
  top: -13px !important;
  background-color: #ffffff !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #000000 !important;
  right: 10px;
  z-index: 1;
}
.is-checkout-page-amirreza .woocommerce-additional-fields input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.is-checkout-page-amirreza .woocommerce-additional-fields select,
.is-checkout-page-amirreza .woocommerce-additional-fields textarea,
.is-checkout-page-amirreza .woocommerce-additional-fields .select2-selection__rendered,
.is-checkout-page-amirreza .col-1 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.is-checkout-page-amirreza .col-1 select,
.is-checkout-page-amirreza .col-1 textarea,
.is-checkout-page-amirreza .col-1 .select2-selection__rendered {
  padding: 14px;
  font-size: 14px;
  max-height: 60px !important;
  min-height: unset !important;
  height: 60px;
  border: 1px solid #cccccc !important;
  outline: 0;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 16px;
}
.is-checkout-page-amirreza .woocommerce-additional-fields input[type=checkbox],
.is-checkout-page-amirreza .col-1 input[type=checkbox] {
  border: 1px solid rgba(246, 208, 0, 0.3490196078) !important;
  outline: 0;
}
.is-checkout-page-amirreza .woocommerce-additional-fields p.wc-block-components-checkout-step__description,
.is-checkout-page-amirreza .col-1 p.wc-block-components-checkout-step__description {
  margin-bottom: 30px !important;
}
.is-checkout-page-amirreza .woocommerce-additional-fields .select2-container--default .select2-selection--single,
.is-checkout-page-amirreza .col-1 .select2-container--default .select2-selection--single {
  border: 0;
  position: relative;
}
.is-checkout-page-amirreza .woocommerce-additional-fields .select2-container--default .select2-selection--single span#select2-billing_country-container,
.is-checkout-page-amirreza .col-1 .select2-container--default .select2-selection--single span#select2-billing_country-container {
  padding: 14px;
  max-height: 90px !important;
  height: 54px;
  min-width: unset;
}
.is-checkout-page-amirreza .col-2 {
  display: none;
}
.is-checkout-page-amirreza form.checkout {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .is-checkout-page-amirreza form.checkout {
    flex-wrap: wrap;
  }
}
.is-checkout-page-amirreza form.checkout div#customer_details {
  width: calc(60% - 10px);
}
@media (max-width: 1000px) {
  .is-checkout-page-amirreza form.checkout div#customer_details {
    width: 100%;
  }
}
.is-checkout-page-amirreza form.checkout div#order_review_parent {
  width: calc(40% - 10px);
}
@media (max-width: 1000px) {
  .is-checkout-page-amirreza form.checkout div#order_review_parent {
    width: 100%;
  }
}
.is-checkout-page-amirreza form.checkout div#order_review_parent dl.variation {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent dl.variation .variation-parent-chekc {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6d000;
  padding: 4px 8px;
  color: white;
  font-weight: 100;
  font-size: 10px;
  gap: 4px;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent td,
.is-checkout-page-amirreza form.checkout div#order_review_parent th,
.is-checkout-page-amirreza form.checkout div#order_review_parent tr {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent tr.order-total th {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent tr.order-total td bdi {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent tr.order-total td bdi span {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent div#payment {
  background: #ffffff !important;
  border-radius: 16px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li {
  text-decoration: none !important;
  list-style: none;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li .woocommerce-error,
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li .woocommerce-info,
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li .woocommerce-message {
  border-top-color: #f6d000 !important;
  background-color: rgba(0, 0, 0, 0.5882352941);
  color: #ffffff;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li .woocommerce-error::before,
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li .woocommerce-info::before,
.is-checkout-page-amirreza form.checkout div#order_review_parent ul.wc_payment_methods li .woocommerce-message::before {
  color: #f6d000 !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent .woocommerce-terms-and-conditions-wrapper {
  margin: 10px auto;
  text-align: justify;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent .woocommerce-terms-and-conditions-wrapper a {
  color: #f6d000 !important;
  transition: all 0.3s linear;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent .woocommerce-terms-and-conditions-wrapper a:hover {
  color: #362515 !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent button#place_order {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  background-color: #f6d000;
  border: 1px solid #f6d000;
  transition: all 0.3s linear;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent button#place_order:hover {
  color: #f6d000;
  background-color: white;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent tr.cart_item td.product-total {
  text-align: end;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent tfoot td {
  text-align: end;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent table.shop_table {
  background: #ffffff !important;
  border: 0 !important;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0px 12px 22px -5px rgba(153, 153, 153, 0.2), -4px -4px 4px 0px rgba(245, 245, 245, 0.2509803922);
}
.is-checkout-page-amirreza form.checkout div#order_review_parent table.shop_table td {
  border-top: 1px solid #f6d000 !important;
}
.is-checkout-page-amirreza form.checkout div#order_review_parent table.shop_table tbody th,
.is-checkout-page-amirreza form.checkout div#order_review_parent table.shop_table tfoot td,
.is-checkout-page-amirreza form.checkout div#order_review_parent table.shop_table tfoot th {
  padding: 18px 12px !important;
  border-top: 1px solid #f6d000;
}

.woocommerce-form-login-parent form.woocommerce-form.woocommerce-form-login.login {
  border: 1px solid #f6d000 !important;
  padding: 20px !important;
}
.woocommerce-form-login-parent input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce-form-login-parent select,
.woocommerce-form-login-parent textarea,
.woocommerce-form-login-parent .select2-selection__rendered {
  padding: 14px;
  font-size: 14px;
  max-height: 60px !important;
  min-height: unset !important;
  height: 60px;
  border: 1px solid #cccccc !important;
  outline: 0;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 16px;
}
.woocommerce-form-login-parent label {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #000000 !important;
  margin-bottom: 10px;
}
.woocommerce-form-login-parent p.form-row:nth-child(3) {
  display: flex;
  align-items: center;
  margin: 20px auto;
}
.woocommerce-form-login-parent p.form-row:nth-child(3) button {
  color: #f7f4ef !important;
  transition: all 0.3s ease-out !important;
  background-color: #f6d000 !important;
  box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #f6d000 !important;
  margin-right: auto !important;
  padding: 14px 30px !important;
}
.woocommerce-form-login-parent p.form-row:nth-child(3) button:hover {
  color: #f6d000 !important;
  transition: all 0.3s ease-out !important;
  background-color: #f7f4ef !important;
}
.woocommerce-form-login-parent label.woocommerce-form__label {
  margin-bottom: 0;
}
.woocommerce-form-login-parent label.woocommerce-form__label input {
  padding: 14px;
  font-size: 14px;
  border: 1px solid rgba(246, 208, 0, 0.4784313725) !important;
  outline: 0;
}
.woocommerce-form-login-parent p.woocommerce-LostPassword.lost_password {
  width: 100%;
  text-align: center;
}
.woocommerce-form-login-parent p.woocommerce-LostPassword.lost_password a {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #000000 !important;
}

ul#shipping_method > li input {
  border: 0 !important;
  accent-color: #ab8764;
}
ul#shipping_method > li input small {
  font-size: 12px;
  line-height: 20px;
  font-weight: 100;
  color: black;
}
ul#shipping_method > li input label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: black;
}

.o-container.mainView p.woocommerce-notice.woocommerce-notice--success {
  margin: 20px 0;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  margin-top: 40px;
}
.o-container.mainView ul.order_details {
  width: 100%;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .o-container.mainView ul.order_details {
    flex-wrap: wrap;
    gap: 0px 20px;
  }
}
.o-container.mainView ul.order_details li {
  width: calc(25% - 20px);
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 1000px) {
  .o-container.mainView ul.order_details li {
    width: calc(50% - 20px);
    border-left: unset !important;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  .o-container.mainView ul.order_details li {
    width: 100%;
  }
}
.o-container.mainView ul.order_details li strong {
  font-weight: 400;
  font-size: 17px;
}
.o-container.mainView section.woocommerce-customer-details > section {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.o-container.mainView section.woocommerce-customer-details > section > div {
  width: 100%;
}
.o-container.mainView section.woocommerce-customer-details > section > div address {
  border-radius: 0 !important;
  border-color: rgba(246, 208, 0, 0.4392156863) !important;
  line-height: 52px;
  font-weight: 300;
  font-size: 16px;
  padding: 16px 14px !important;
  margin-bottom: 40px !important;
}
.o-container.mainView section.woocommerce-customer-details > section > div address p:before {
  line-height: 3 !important;
}
.o-container.mainView table.woocommerce-table {
  border: 1px solid rgba(246, 208, 0, 0.4784313725);
}
.o-container.mainView table.woocommerce-table td {
  border-top: 1px solid rgba(246, 208, 0, 0.4784313725);
}
.o-container.mainView .shop_table tfoot th {
  border-top: 1px solid rgba(246, 208, 0, 0.4784313725);
}
.o-container.mainView .woocommerce-order {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .o-container.mainView .woocommerce-order {
    flex-wrap: wrap;
  }
}
.o-container.mainView .woocommerce-order section.woocommerce-customer-details {
  width: calc(30% - 10px);
  position: sticky;
  top: 40px;
}
@media (max-width: 1000px) {
  .o-container.mainView .woocommerce-order section.woocommerce-customer-details {
    width: 100%;
    position: static;
  }
}
.o-container.mainView .woocommerce-order section.woocommerce-order-details {
  width: calc(70% - 10px);
}
@media (max-width: 1000px) {
  .o-container.mainView .woocommerce-order section.woocommerce-order-details {
    width: 100%;
  }
}
.o-container.mainView ul.wc-item-meta {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 90px;
  margin-top: 20px;
}
.o-container.mainView ul.wc-item-meta li {
  white-space: nowrap;
  margin-bottom: 0 !important;
}
.o-container.mainView td.woocommerce-table__product-name a {
  font-size: 18px;
  line-height: 60px;
  color: #040101;
}
.o-container.mainView td.woocommerce-table__product-total {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-container.mainView td.woocommerce-table__product-total bdi,
.o-container.mainView td.woocommerce-table__product-total span {
  font-size: 18px;
  line-height: 60px;
}

.next-perv-btns-single {
  display: flex;
  margin-top: 30px;
  gap: 31px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.197265 7.5C0.197275 7.2821 0.373938 7.10563 0.591797 7.10547L5.23242 7.10547C6.49685 7.10547 7.82045 6.91082 8.89258 6.16016C10.6222 4.9489 11.8988 3.14057 12.4336 1.0293C12.9684 3.14069 14.2459 4.94885 15.9756 6.16016C17.0477 6.91087 18.3713 7.10545 19.6357 7.10547L24.2764 7.10547C24.4943 7.10553 24.6709 7.28204 24.6709 7.5C24.6709 7.71797 24.4943 7.89447 24.2764 7.89453L19.6357 7.89453C18.3712 7.89454 17.0478 8.08994 15.9756 8.84082C14.2458 10.0523 12.9682 11.86 12.4336 13.9717C11.8989 11.8601 10.6224 10.0522 8.89258 8.84082C7.82037 8.08992 6.49702 7.89453 5.23242 7.89453L0.591797 7.89453C0.373931 7.89437 0.197265 7.7179 0.197265 7.5Z' fill='%23f6d000' stroke='%23f6d000' stroke-width='0.394736'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.next-perv-btns-single > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 24px;
}
.next-perv-btns-single .swiper-button-next-swiperSingleProduct {
  transform: rotate(180deg);
}/*# sourceMappingURL=inner.css.map */