:root {
  --background: #F7F7F7;
  --stroke: #D1D1D1;
  --strokeYellow: #F5CD5F;
  --unselected: #868686;
  --Secondary-2: #F8F5EE;
  --Secondary-3: #F1EADD;
  --Secondary-4: #EBE0CB;
  --Secondary-5: #E4D5BA;
  --Secondary-6: #D6C098;
  --Secondary-7: #C9AC75;
  --Secondary-8: #BB9753;
  --Secondary-9: #967942;
  --Secondary-10: #705B32;
  --Secondary-11: #4B3C21;
  --Secondary-12: #382D19;
  --Secondary-13: #251E11;
  --Secondary-14: #130F08;
  --primary-2: #E5F0F6;
  --primary-3: #CCE0ED;
  --primary-4: #B2D1E4;
  --primary-5: #99C2DB;
  --primary-6: #66A4C9;
  --primary-7: #3385B7;
  --primary-8: #0067A5;
  --primary-9: #005284;
  --primary-10: #003E63;
  --primary-11: #002942;
  --primary-12: #001F31;
  --primary-13: #001521;
  --primary-14: #000A10;
  --white: #FFFFFF;
  --black: #0C0C0C;
  --gray-1: #FAFAFA;
  --gray-2: #F7F7F7;
  --gray-3: #EDEDED;
  --gray-4: #E1E1E1;
  --gray-5: #D9D9D9;
  --gray-6: #CBCBCB;
  --gray-7: #ADADAD;
  --gray-8: #868686;
  --gray-9: #717171;
  --gray-10: #505050;
  --grey-11: #353535;
  --grey-12: #212121;
  --grey-13: #121212;
  --grey-14: #0c0c0c;
  --warning: #A9791C;
  --warning-light-1: #F4B740;
  --warning-light-2: #FFF8E1;
  --success: #00966D;
  --success-light-1: #00BA88;
  --success-light-2: #F3FDFA;
  --error: #C30000;
  --error-light-1: #ED2E2E;
  --error-light-2: #FFF2F2;
  --offer-label: #DC3D3D;
  --text-tag: #F8F8F8;
  --inventory-tag: #877A05CC;
  --wage-tag: #000000CC;
  --new-pro-tag: #685ED9CC;
  --third-color: #D99058;

  --border-r: 32px;

  --blue: #0067A5;
  --light-gray: #f6f6f6;
  --lighter-gray: var(--gray-2);
  --border-gray: #eee;
  --dark-gray: #666666;
  --medium-blue: #66A4C9;
  --purple: #685ED9;
  --delete-red: #ED2E2E;
  --box-shadow-color: #00000026;
  --box-shadow-light: #0000001a;
  --inset-shadow: rgba(0, 0, 0, 0.3);
  --shadow-dark: #13384D33;
  --shadow-darker: #00000040;
  --shadow-darkest: #00000060;
  --headerheight: 136px;
  --dark: #000;
  --silver: #BABABA;
  --checkboxheight: 24px;
  --widthImg: 100px;
  --widthBigImg: 116px;
  --primary:var(--primary-8);
}

:root {
  --font-primary: PeydaWebFaNum;
}

::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px var(--inset-shadow);
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--primary-8);
}


body,
ul,
li,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
dialog,
pre,
form,
address {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: PeydaWebFaNum;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}


html,
body {
  background-color: var(--background);
  font-family: PeydaWebFaNum;
  font-size: 16px;
  font-weight: 400;
  max-width: 100vw;
  direction: rtl;
  overflow-x: unset;
}

a {
  color: #000;
  text-decoration: none;
}

li {
  list-style: none;
}

.screen {
  /* width: 100vw;
  max-width: 100vw; */
  /* max-width: 1920px;
  margin: auto; */
}

.main-color {
  color: var(--primary-8);
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

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

.text-align-r {
  text-align: right;
}

.text-align-l {
  text-align: left;
}

.justify-end {
  justify-content: end;
}

.container {
  margin: 0 auto;
}

.border-r {
  border-radius: var(--border-r);
}

.rotate-left {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.text-white {
  color: var(--white);
}

section {
  /* width: 100% !important; */
  /* min-height: 100vh; */
  max-width: 1920px;
  margin: auto
}

textarea {
  resize: none;
}

input,
textarea {
  border: 1px solid var(--stroke);
  font-size: 1rem;
  padding: .7rem 1rem;
  background: #F7F7F7;
}

textarea,
input:focus {
  /* outline: 1px solid var(--primary-8);  */
}

input[type=checkbox]:focus {
  outline: unset !important;
}

input::placeholder,
textarea::placeholder {
  color: var(--gray-8);
  font-family: var(--font-primary);
  font-size: 14px;
}

button {
  border: unset;
}

.bg-white {
  background-color: var(--white);
}

.icon-size {
  width: 24px;
  height: 24px;
}

.auto-gap {
  /* gap: clamp(1rem, 3%, 3rem); */
  gap: 2rem;
}

.gap-1 {
  gap: .5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 2rem;
}

.gap-4 {
  gap: 3rem;
}

.text-black a {
  color: #000;
}

.stroke {
  color: var(--stroke);
}

.unselected {
  color: var(--unselected);
}

.background {
  background: var(--background);
}

.desktop-hide {
  display: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rosegold {
  background: linear-gradient(95.36deg, #F3DCBA 3.67%, #FAE9D0 51.79%, #F3DCBA 95.15%);
}

.gold {
  background: linear-gradient(95.36deg, #DFCC8B 3.66%, #F3E1A6 51.79%, #DFCC8B 95.15%);
}

.silver {
  background: linear-gradient(95.36deg, #EDEDED 3.66%, #FFFFFF 51.79%, #ECECEC 95.15%);
}

/* ======================== gold price ============================= */
.gold-price-parent {
  padding: 12px 80px;
}

.nav-parent {
  padding: 0 32px 0.5rem;
  height: 88px;
  width: calc(100vw - 0px);
  z-index: 10000;
  transition: .5s ease-in-out;
  background-color: var(--background);
}

.zr-header {
  top: 0;
  z-index: 50;
  background: var(--background);
  height: var(--headerheight);
}

.zr-drop-item {
  height: 29px;
  position: relative;
}

.zr-drop-item:hover .link-color {
  color: #000 !important;
}

.zr-drop-item:hover::before {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  height: 8px;
  width: 8px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.fix-menu {
  top: 8px !important;
  transition: .5s ease-in-out;
}

.nav-flower-size {
  width: 31px;
  height: 45px;
}

.border-top-bottom {
  border-top: 3px solid var(--strokeYellow);
  border-bottom: 3px solid var(--strokeYellow);
}

.link-color {
  color: var(--unselected) !important;
}

.nav-link {
  width: 128px;
  position: relative;
}

.nav-link a {
  transition: all .3s ease-out;
}

.nav-link a:hover {
  padding-bottom: .7rem;
  color: #000 !important;
  font-weight: 800;
}

.nav-link a:hover::after {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--primary-8);
  position: absolute;
  bottom: 22%;
  right: 48%;
}



.logo img {
  /* width: 55px;
  height: 60px; */
  margin-block: 0.5rem;
}

.submenu {
  /* opacity: 0; */
  display: none;
  top: calc(100% + 1.25rem);
  right: -82px;
  min-width: 1082px;
  max-height: 320px;
  transition: all .3s ease-in-out;
}

.submenu-side {
  width: 112px;
}

.has-submenu {
  width: 128px;
}

.has-submenu:hover .submenu {
  display: flex;
}

.has-submenu:hover>a>img {
  transform: rotate(180deg);
}

.has-submenu:hover .submenu::before {
  content: '';
  position: absolute;
  top: -3rem;
  height: 4rem;
  width: 100%;
}

.has-submenu:hover~.zr-overlay::before {
  content: '';
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  background: #00000033;
  z-index: -1;
  backdrop-filter: blur(2px);
}

.submenu-content {
  background-color: var(--light-gray);
  gap: 0.5rem;
  margin: 0 -2px;
}

.submenu-list {
  flex: auto 1 1;
  /* width: auto;
  min-width: fit-content;
  overflow-x: visible;
  overflow-y: hidden; */
}

/* .submenu-list ul {
width: auto;
flex-wrap: nowrap;
} */

.submenu-header {
  border-bottom: 1px solid #d2d2d2;
}

.res-nav-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
  border-bottom: 2px solid var(--strokeYellow);
}

.res-nav-bottom-svg {
  position: fixed;
  top: 57px;
  right: 0;
  z-index: 1000;
}

.res-nav-logo {
  width: 45px;
  height: 50px;
  margin-top: 3px;
}

.res-nav-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  position: fixed;
  top: 0;
  right: -100%;
}

.res-nav-header {
  border-bottom: 1px solid var(--stroke);
}

.search-icon {
  width: 20px;
  height: 20px;
  right: 4.5%;
}

.res-nav-link {
  font-size: 14px;
  color: var(--unselected);
}

.res-nav-link:focus {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.res-nav-category-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--unselected);
}

.res-nav-category-link img {
  transform: rotate(90deg);
}

.user-icon {
  width: 32px;
  height: 32px;
}

.res-nav-login {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid var(--primary-8);
}

/* =========================================================== */
/* Slideshow container */
.slideshow {
  height: inherit !important;
  margin-top: var(--headerheight) !important;
}

.mySlides>img {
  object-fit: cover;
  width: 100%;
  height: 711px;
  object-position: center;
}

.dots {
  bottom: 16%;
  z-index: 5;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  color: var(--primary-8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--primary-8);
  transition: 0.6s ease;
  user-select: none;
}

.prev img,
.next img {
  width: 20px;
  height: 20px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  border: 1px solid var(--stroke);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  border: 3px solid var(--white);
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active,*/
.dot:hover {
  background-color: var(--primary-8);
}


/* ======================== header caption ============================= */
.slider-captions {
  bottom: -8.3%;
  z-index: 100;
}

.side-flower-blue {
  width: 87px;
  height: 120px;
}

.header-text-parent {
  height: 120px;
  border: 3px solid var(--strokeYellow);
  border-radius: 100px;
}

.header-caption-title {
  font-size: 32px;
}

.see-more-btn {
  background-color: var(--primary-8);
  width: 220px;
  height: 54px;
}

.es-button {
  background-color: var(--primary-8);
  border-radius: 32px;
  width: 220px;
  height: 44px;
}

/* ================== collections ===================== */
.collection-parent {
  width: 96%;
}

.collection-parent div {
  z-index: 1;
}

.screen.collections {
  height: 100vh;
}

.top-svg {
  top: -68%;
  transform: rotate(270deg);
  right: calc((92% / 2));
}

.bottom-svg {
  bottom: -38%;
  right: calc((100% - 450px) / 2);
  z-index: 1;
}

.flower-r-side {
  top: calc((100% - 155px)/2);
  right: calc((154px / 2)* -1);
}

.flower-l-side {
  top: calc((100% - 155px)/2);
  left: calc((154px / 2)* -1);
}

.z-index-10 {
  z-index: 10;
}

.collection-bg {
  background-color: var(--primary-8);
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.collection-bg img {
  width: 100%;
  /* height: auto; */
}

/* ========================= special offer ============================ */
.cover {
  max-width: 584px;
  bottom: 0;
  right: 0;
}

.cover-top {
  top: -1px;
  left: -1px;
  width: 584px;
  ;
}

.offer-main-img-parent {
  max-width: 584px;
}

.offer-main-img {
  min-height: 850px;
}

.slider-parent {
  overflow: hidden;
  height: 800px;
}

.offer-cards-parent li {
  max-width: 358px;
}

.background-div {
  direction: rtl;
  margin-left: 1rem;
  border-radius: 200px 200px 0 0;
  padding: 4px 4px 15px 4px;
  max-width: 358px;
  height: 498px;
  background:
    linear-gradient(rgba(0, 103, 165, 1), rgba(0, 103, 165, .9) 60%, rgba(255, 255, 255, 0)),
    /* Gradient overlay */
    url('/Themes/website/turquoise/img/background.png');
  /* Background image */
  background-size: cover;
  background-position: center;
}

.bg-div-w {
  border-radius: 200px 200px 0 0;
}

.flag-r {
  top: 12%;
  left: 92%;
}

.flag-l {
  top: 12%;
  right: 92%;
}

.old-price {
  text-decoration: line-through;
}

.offer-time {
  border: 1px solid var(--stroke);
  background-color: var(--background);
  border-radius: 40px;
}

.offer-percent {
  background-color: var(--offer-label);
  color: var(--white);
  width: 30px;
  height: 30px;
  margin-right: 1px;
}

.offer-cards {
  overflow-x: hidden;
}

.tag {
  border-radius: 35px;
  color: var(--text-tag);
  z-index: 1;
}

.inventory {
  background-color: var(--inventory-tag);
}

.wage {
  background-color: var(--wage-tag);
}

.new-pro {
  background-color: var(--new-pro-tag);
}

.product-img {
  width: 350px;
  height: 350px;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}

.product-labels {
  gap: 10px;
  bottom: 0;
}

.product-name {
  height: 44px;
}

.product-price {
  margin-bottom: .5rem;
}

/* ===================== baner ====================== */
.baner-parent {
  width: 62.7%;
}

.baner-r-side {
  right: -8%;
  top: 10%;
}

.baner-l-side {
  left: -8%;
  top: 10%;
}

.baner-svg {
  width: 89px;
  height: 65px;
}

.baner-container {
  width: 97%;
}

.baner-height {
  overflow: hidden;
  border-radius: 32px;
}

.baner-height img {
  object-fit: cover;
  object-position: center;
}

/* ====================== newest product ========================= */
.product-slider a {
  /* max-width: 357px; */
}

.product-slider a

/*.flag-r*/
{
  right: 4px
}

.product-slider a .flag-l {
  left: 4px
}

.see-more-link {
  border: 1px solid var(--stroke);
  min-width: 220px;
  height: 52px;
  background: #F7F7F7;
}

.see-more-link-parent {
  margin-top: 5rem;
}

/* ================================ about us ============================== */
.about-us-back {
  height: 839px;
}

.background-theme::before {
  opacity: 5%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('/Themes/website/turquoise/img/background-img.png');
  /* Background image */
  background-size: cover;
  background-position: center;
}

.background-theme {
  height: 580px;
  width: 100%;
  position: relative;
  background-color: var(--third-color);
}

.about-us-wrapper {
  width: 65%;
  max-width: 1200px;

}

.about-us-img-back {
  max-width: 537px;
  width: 100%;
  background:
    url('/Themes/website/turquoise/img/background.png');
  /* Background image */
  background-size: cover;
  background-position: center;
  border-radius: 280px;
  overflow: hidden;
}

.about-us-img-back>div {
  border-radius: 280px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  padding: 7.5px;
}

.about-us-img-back>div>img {
  object-fit: cover;
  border-radius: 280px;
  width: calc(100%);
  height: calc(100%);
  object-position: center;
}

.logo-white {
  width: 147px;
  height: 161px;
}

.pre-line {
  white-space: pre-line;
}

.about-us-text {
  height: 580px;
}

.about-us-social {
  width: 88%;
}

.about-us-social-back {
  background-color: var(--primary-8);
}

/* ======================== blog ============================= */
/**/
.blog-container {
  /* min-height: 100vh; */
}

.blog-main {
  width: calc(100% - 4rem);
}

.blog-back-img {
  width: calc(50%-29px);
}

.blog-wrapper {
  width: 80%;
  max-width: 1440px;
}

.blog-card-bg {
  background: url('/Themes/website/turquoise/img/background.png');
  /* Background image */
  background-size: cover;
  background-position: center;
  border-radius: 500px;
  /* width: 350px !important; */
  height: 570px;
  padding: 3px;
}

.blog-card-bg>div {
  border-radius: 500px;
  padding: 5px;
  overflow: hidden;
}

.blog-img {
  border-radius: 200px 200px 0 0;
  height: 327px;
  overflow: hidden;
}

.blog-img img {
  object-fit: cover;
  object-position: center;
}

.text-w {
  white-space: nowrap;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  height: 50px;
}

a.read-more-btn {
  background-color: var(--primary-8);
  /* width: 113px; */
}

.read-more-btn-parent {
  /* bottom: 2%;
  right: 0; */
}

.blog-card-flag-r {
  bottom: 54px;
  right: 8px;
  transform: rotate(180deg);
}

.blog-card-flag-l {
  bottom: 54px;
  left: 8px;
  transform: rotate(180deg);
}

.blog-slider {
  gap: 0.5rem 1rem;
  justify-content: center;
  /* height: 700px; */
}

/* ===================== footer ======================== */
.footer-container {
  margin-bottom: 32px;
  width: 87.5%;
}

.zr-footer-li {
  flex: 1 1 calc(25% - 1rem * 3 /4);
}

.zr-footer-list {
  max-height: 148px;
}

.footer-wrapper {
  padding: 2rem 1rem;

}

.footer-logo-parent {
  width: 33%;
}

.ym-col-4 {
  flex: 1;
}

.submit-email-btn {
  background-color: var(--primary-8);
  border-radius: 35px;
  width: 112px;
  height: 42px;
}

.submit-email-btn:hover,
.es-button:hover,
.see-more-btn:hover,
.read-more-btn:hover,
.btn-bag-add:hover {
  background-color: var(--third-color);
  /* border: 1px solid var(--stroke); */
  color: #000 !important;
}

.see-more-link:hover {
  /* background-color: var(--primary-8);
  color: var(--white);
  border-color: var(--primary-8); */
  background: #F7F7F7;
  color: #0067A5 !important;
  border: 1px solid #0067A5;
}

.icon-r-l-border {
  border-left: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
}

.social-link-wrapper {
  width: 100%;
}

/* ============================== about us page ============================= */
.about-us-page {
  /* height: 770px; */
  height: 100vh;
}

.desktop-m-top {
  margin-top: 168px;
}

.about-us-page-main {
  max-height: calc(100vh - var(--headerheight) - 0.5rem);
  width: calc(100% - 4rem);
  border-radius: 90px;
}

.about-us-page-main>img {
  border-radius: 90px;
  object-fit: cover;
  object-position: center;
}

.about-text-container {
  width: 584px;
  min-height: 850px;
  margin-top: -444px;
  margin-right: 180px;
  background: url(/Themes/website/turquoise/img/about-page.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  position: relative;
}

.about-text-svg {
  width: calc(100% - -2px);
  margin-inline: -1px;
}

.rotate-bottom {
  transform: rotate(180deg);
}

.about-text-content {
  height: inherit;
  gap: 1.5rem;
  padding-block: 78px 108px;
}

.about-text-content p {
  line-height: 29px;
  padding: 0 46px;
}

.logo-parent {
  width: 144px;
  height: 156px;
}

.about-us-page-gallery {
  margin-top: 272px;
  margin-bottom: 100px;
}

.about-page-gallery {
  height: inherit !important;
  width: 85%;
  border-radius: 32px;
  max-width: 1584px;
}

.about-page-gallery-content {
  padding: 0 42px;
  gap: 78px;
}

.about-page-gallery-content p {
  line-height: 30px;
}

.about-bottom-svg::after {
  content: '';
  height: 47px;
  width: 100%;
  position: absolute;
  background: url(/Themes/website/turquoise/img/background.jpg);
  background-position: center;
  bottom: 0;
  border-radius: 0 0 2rem 2rem;
}

.gallery-contain {
  width: 600px;
}

.gallery {
  height: 750px;
}

.gallery-item {
  height: 750px !important;
  max-width: 600px;
  border-radius: 350px 350px 0 0;
  overflow: hidden;
}

.gallery-item img {
  object-fit: cover;
  object-position: center;
}

/* =========================== contact us page ============================== */
.contact-us-page-container {
  padding-right: 72px;
  padding-top: 2rem;
  gap: 12px;
}

.contact-page-map-parent {
  width: 49.25%;
}

.contact-page-info-parent {
  /* height: 1240px; */
}

.contact-us-title {
  margin-top: 60px;
}

.social-media-parent {
  height: 145px;
  border-radius: 100px;
  border: 3px solid var(--primary-8);
  background-color: var(--background);
}

.send-message-container {
  /* height: 424px; */
}

.send-message-wrapper {
  z-index: 10;
  margin-inline: -4px;
  background-color: var(--background);
  border-radius: 16px;
}

.send-btn {
  background-color: var(--primary-8);
  border-radius: 32px;
  width: 202px;
  height: 54px;
}

.map-side {
  width: 72px;
}

.map-side img {
  /* width: 144px; */
}

.map-card {
  height: 700px;
}

.contact-us-svg svg,
.contact-us-svg img {
  width: 60px;
  height: 60px;
  fill: var(--third-color);
}

/* ==================================== blog list page ========================================= */
@keyframes slideIn {
  from {
    transform: translateY(200%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0%);
  }
}

.th-slider-overlay {
  transition: 0.5s;
  transform: translateY(200%);
}

:is(.th-slide-active, .slick-active) .th-slider-overlay {
  /* animation: 0.5s slideIn 0s forwards; */
  transform: translateY(0%);
  /* opacity: 0; */
}


.fade {
  animation: fade 1s ease-in-out;
}

.th-slider-selected {
  background-color: var(--primary-8);
}

.th-slide-item {
  /* display: none; */
}

.blog-slide-img img {
  max-height: 600px;
}

.th-slide-item-img>div>img {
  height: 600px;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

.th-slide-item.th-slide-active {
  /* display: flex; */
}

.blog-r-side {
  margin-inline-end: -32px;
}

.blog-l-side {
  margin-inline-start: -32px;
}

.blog-slider-btn {
  margin-top: -80px;
  height: 60px;
}


.blog-card-width {
  width: calc(20% - (2rem/5));
  min-width: unset !important;
}

.blog-list {
  margin-top: 2rem;
  gap: 2rem 0.5rem;

}

.page-number {
  width: 30px;
  height: 30px;
}

.active-page-number {
  background-color: var(--primary-8);
  color: var(--white);
}

.arrow-r {
  width: 24px;
  height: 24px;
}

/* ==================================== blog detail page ======================================= */
.blog-detail-img {
  height: 600px;
}

.blog-detail-img img {
  object-fit: cover;
  object-position: center;
}

/* .blog-detail-content-img {
height: 536px;
} */

.blog-detail-text-wrapper {
  width: 52%;
  max-width: 52%;
}

/* ========================================= product list page ================================== */
.side-filters {
  position: sticky;
  top: var(--headerheight);
  max-height: calc(100vh - var(--headerheight) - 0.5rem);
  overflow: hidden;
  width: 19%;
  min-width: 19%;
}

.side-filters-parent {
  overflow: auto;
  /*padding-left: 0.5rem;*/
  scrollbar-width: none;
}

.sort-list {
  display: flex;
}

.sort-option {
  border-radius: 32px;
  background-color: var(--white);
  padding: .5rem 1rem;
}

.sort-option:hover {
  border-radius: 32px;
  background-color: var(--primary-8);
  color: var(--white);
}

.product-list {
  row-gap: 2rem;
}

.product-list a {
  width: 25% !important;
  display: flex;
}

.product-list>a>.background-div {
  max-width: unset;
}

/* ======= Range Input ======= */
.P-range svg,
.P-range input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-8);
  box-shadow: none;
  direction: ltr;
}

input[type=range] {
  padding: 0;
  border: unset !important;
}

.P-range input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

.P-range input[type=range]:focus {
  outline: none;
}

.P-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--gray-4);
}

.P-range input[type=range]:focus::-ms-fill-lower {
  background: var(--gray-4);
}

.P-range input[type=range]:focus::-ms-fill-upper {
  background: var(--gray-4);
}

.P-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: var(--gray-4);
  border-radius: 25px;
  box-shadow: none;
  border: 0;
}

.P-range input[type=range]::-webkit-slider-thumb {
  z-index: 1;
  position: relative;
  height: 20px;
  width: 20px;
  border: 5px solid var(--white);
  border-radius: 25px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  box-shadow: 0px 0px 20px 0px #13384D33;
}

.P-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: var(--gray-4);
  border-radius: 25px;
  box-shadow: none;
  border: 0;
}

.P-range input[type=range]::-moz-range-thumb {
  z-index: 1;
  position: relative;
  height: 20px;
  width: 20px;
  border: 5px solid var(--white);
  border-radius: 25px;
  background: var(--primary-8);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px #13384D33;
}

.P-range input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.P-range input[type=range]::-ms-fill-lower,
.P-range input[type=range]::-ms-fill-upper {
  border-radius: 25px;
  box-shadow: none;
  border: 0;
}

input[type=money] {
  background-color: var(--white);
  border: unset !important;
  font-weight: 700;
  font-size: 14px;
  /* color: var(--unselected); */
}

.P-range input[type=range]::-ms-thumb {
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 5px solid var(--white);
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: var(--primary-8);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px #13384D33;
}

.RengeSlider {
  direction: rtl;
  position: relative;
  top: 20px;
}

.in-minvalue::-webkit-slider-thumb {
  border: 5px solid var(--white);
  background: var(--primary-8);
}

.in-minvalue::-moz-range-thumb {
  border: 5px solid var(--white);
  background: var(--primary-8);
}

.in-maxvalue::-webkit-slider-thumb {
  border: 5px solid var(--white);
  background: var(--primary-8);
}

.in-maxvalue:-moz-range-thumb {
  border: 5px solid var(--white);
  background: var(--primary-8);
}

.advance-price-bar {
  min-height: 2.5rem;
  rotate: 180deg;
}

.zr-range-highlight {
  z-index: 1;
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 25px;
  background-color: var(--primary-8);
}

/* ======== checkbox ======== */
.options {
  /* border-top: 1px solid var(--stroke);    */
  border-bottom: 1px solid var(--stroke);
}

.options>div {
  margin-block: 4px;
  padding: 8px 1rem;
  overflow-y: auto;
  max-height: 120px;
}

/* .sp-f-check {
margin: unset !important;
min-width: 24px;
} */

.close-type {
  width: 12px;
  /* height: 6px;  */
}

.stone-img {
  width: 24px;
  height: 24px;
}

.set-filter-button-parent,
.sort-button-parent {
  display: none;
}

/* =========================== product detail page ============================== */
.pd-bg-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: url('/Themes/website/turquoise/img/Layer_1.png');
  /* Background image */
  background-size: fill;
}

.pd-bg-img {
  max-height: inherit !important;
  position: relative;
}

.pd-thumbnails {
  max-height: 748px;
}

.pd-thumbnail-img {
  padding: 0px;
  width: var(--widthImg);
  height: var(--widthImg);
  min-width: var(--widthImg);
  min-height: var(--widthImg);
  border: 2px solid var(--white);
  justify-content: center;
  display: flex;
  margin-inline: auto;
}

.pd-thumbnail-img :hover {}

.pd-thumbnail-img.selected-pic {
  --widthImg: var(--widthBigImg);
  padding: 8px;
  border: 2px solid #000;
}

.pd-thumbnail-img:hover .zr-selected:hover {
  --widthImg: var(--widthBigImg);
  padding: 8px;
  border: 2px solid #000;
}

/* .pd-thumbnail-img:hover {
border: 2px solid #000;
} */

.pd-thumbnail-img.zr-selected .pd-thumbnail-parent {
  border: 2px solid var(--stroke);
}

.pd-thumbnail-parent {
  /* width: 100px;
  height: 100px; */
  border: 1px solid var(--stroke);
}

.pd-main-img {
  width: 748px;
  height: 748px;
  border: 1px solid var(--stroke);
}

.img-fixer {
  object-fit: fill;
  object-position: center;
}

.pd-name {
  align-items: end;
  border-bottom: 1px solid var(--stroke);
}

.pd-option {
  border: 1px solid var(--stroke);
}

.pd-option:hover {
  color: var(--primary-8);
  border-color: var(--primary-8);
}

.pd-option:hover .pd-color {
  border-color: var(--primary-8);
}

.pd-size {
  width: 42px;
  height: 42px;
}

.pd-selected-option-text {
  color: var(--primary-8);
  font-weight: 500;
}

.pd-selected-option {
  border: 1px solid var(--primary-8);
}

.pd-selected-option .pd-color {
  border: .5px solid var(--primary-8);
}

.pd-selected-option span {
  color: var(--primary-8);
}

.pd-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--white);
}

.add-to-card-btn {
  background-color: var(--primary-8);
}

.like-btn {
  width: 24px;
  height: 24px;
  background-color: var(--white);
}

.mobile-selected-opt,
.mobile-pd-btn {
  display: none;
}

.mobile-pd-options {
  display: inline;
}

.options-weight {
  display: none;
}

/* ========== DropDown ========= */
.pd-selected-weight {
  width: 280px;
  height: 46px;
  border: 1px solid #000;
  padding-left: 3rem;
}

.dropdown-arrow {
  left: 1rem;
}

.dropdown-content {
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 46px;
  right: 0;
}

/* ===== description ===== */
.card-bg {
  background-color: var(--background);
}

/* ====== Comments ====== */
.arrow-size {
  height: 24px;
  width: 24px;
}

.comment-box {
  border: 1px solid var(--stroke);
}

.comment-header {
  height: 54px;
  background-color: var(--background);
}

.manager-answer {
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

.border-top {
  border-top: 1px solid var(--stroke);
}

.comments-see-more-btn {
  border: 1px solid var(--stroke);
  background-color: var(--background);
}

.comments-see-more-btn>svg {
  height: 8px;
  width: 12px;
}

.add-comment-closer {
  right: 2%;
  top: 30%;
}

.add-comment-closer svg {
  height: 24px;
  width: 24px;
}

.comment-text {
  border: unset !important;
  outline: unset !important;
}

/* ======= stone table ======== */
.stone-table-cell li {
  width: 20%;
  height: 60px;
  border-left: 1px solid var(--stroke);
  border-top: 1px solid var(--stroke);
}

.stone-table-cell li:nth-last-child(1) {
  border-left: unset;
}

.table-pd-info {
  border-top: 1px solid var(--stroke);
}

.box-siz-pa,
.box-user-img {
  /* padding: 6px; */
  width: 24px;
  height: 24px;
  object-fit: none;
}

.box-constant {
  /* position: fixed;
  top: 0; */
  /* left: 0; */
  /* width: 100%; */
  background-color: var(--background);
  /* padding: 15px; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  /* z-index: 1000; */
}

/*.offer-cards-parent li img:hover {
transform: scale(1.5);
}*/

.background-div:hover>img {
  transform: scale(1.5);
}

.zr-rotate {
  transform: rotate(180deg);
}

.cart-modal {
  display: none;
  /* position: fixed; */
  background: var(--white);
  /* padding: 1.25rem; */
  overflow: hidden;
  position: absolute;
  flex-direction: column;
  right: auto;
  left: 0;
  top: calc(100% - 0.5rem);
  width: 480px;
  height: 705px;
  /* display: grid
  ; */
  border-radius: 32px;
  box-shadow: 0px 0px 20px 0px var(--box-shadow-color);
}

.cart-header-count {
  background: #FF0000;
  width: 20px;
  height: 20px;
}

.cart-sum {
  border: 1px solid var(--stroke);
  border-radius: 1rem;
  overflow: hidden;
}

.cart-sum-line {
  display: flex;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-box {
  width: 261px;
  /* padding: 10px; */
  /* border: 1px solid #ccc; */
  /* border-radius: 20px; */
  /* outline: none; */
  position: absolute;
  /* bottom: -45px; نمایش نوار جستجو زیر آیکون */
  /* right: 0; */
  left: 0;
  display: flex;
  direction: ltr;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* opacity: 0; */
  transform: scaleY(0);
  transform-origin: bottom right;
  /* background: white; */
}

.search-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: #ddd; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.bag-hover:hover {
  background: #d1d1d1;
}

.bag-hover {
  /* width: 50px; */
  /* height: 50px; */
  color: black;
  /* رنگ پیش‌فرض */
  transition: color 0.3s ease;
}

.icon-sh {
  position: absolute;
  right: 16px;
  bottom: 0;
  top: 8px;
}

.search-box input {
  width: 261px;
  height: 40px;
  border-radius: 32px;
  gap: 10px;
  /* padding-right: 8px; */
  /* padding-left: 8px; */
  text-align: center;
  /* border-width: 1px; */
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.collection-bg:hover {
  border: 3px solid var(--third-color);
  width: 200px;
  height: 200px;
  border-width: 3px;
  background-color: var(--blue);
  box-shadow: 0px 10px 20px 0px var(--shadow-darker);
  border-color: var(--third-color);
  transform: scale(1.1);
  box-shadow: 0px 15px 25px 0px var(--shadow-darkest);
}

.collection-bg {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* .slick-dots li.slick-active button {
background-color: #0067a5;
} */

.size-wit {
  width: 433px;
}

.edit-txt-fot {
  /* text-align: right; */
  display: grid;
  gap: 1rem;

}

.edit-txt-fot p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25.2px;
}

.gap-txt-fot {
  gap: 5rem;
}

.font-falow {
  font-weight: 500;
  font-size: 14px;
  line-height: 25.2px;
  letter-spacing: 0px;
  text-align: center;
}

.profile-container {
  position: relative;
  /* background: var(--white); */
  border-radius: 0.5rem;
  /* display: inline-block; */
  /* margin-top: 50px; */
}

.profile-container:hover,
.cart-icon:hover {
  background: var(--light-gray);
}

.profile-container:hover .menu {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.profile-container:hover .box-siz-pa {
  transform: rotate(180deg);
}

.profile-container:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  /* background: var(--light-gray); */
}

/* .profile-icon {
width: 40px;
height: 40px;
background: white;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} */
.menu {
  display: grid;
  width: 199px;
  max-height: fit-content;
  border-radius: 8px;
  padding: 16px 8px;
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  /* right: 0; */
  left: 0;
  background: var(--light-gray);
  box-shadow: 0px 0px 10px 0px var(--box-shadow-light);
  /* border-radius: 10px; */
  /* padding: 10px; */
  text-align: center;
  /* min-width: 150px; */
}

.menu a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 8px 0;
  border-radius: 0.5rem;
}

.show {
  display: block;
}

.hover-a:hover {
  /* width: 183px;
  height: 36px;
  top: 76px;
  left: 20px;
  gap: 10px;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px; */
  background: #ffffff;
}

.cart-icon {
  position: relative;
}



.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  /* width: 480px;  */
  /* height: 32px; */
  justify-content: space-between;
  /* padding-right: 16px; */
  /* padding-left: 16px; */
  padding: 1rem;
}

.cart-items {
  margin: 0.5rem 0.5rem 0;
  padding-inline: 0.5rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}

.cart-item {
  /* width: 448px; */
  /* height: 186px; */
  display: grid;
  gap: 0.5rem;
  border-radius: 16px;
  border-width: 1px;
  padding: 12px;
  background: var(--lighter-gray);
  /* display: flex; */
  align-items: center;
  border: 1px solid var(--gray-3);
  padding: 0.75rem;
  /* width: 25%; */
  /* height: 186px; */
  /* gap: 10px; */

}

.cart-item img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}

.cart-footer {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--gray-3);
  padding: 0.5rem 1rem 1rem;
}

.close-btn {
  cursor: pointer;
  /* color: red; */
  font-size: 20px;
}

.font-txt {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 25.2px;
  color: #505050;
  gap: 4px;

}

.font-txt p {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.6px;
  background: #D99058;
/*  width: 68px; */
  height: 28px;
  /* gap: 8px; */
  border-radius: 24px;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;

}

.style-6 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: var(--medium-blue);
  color: var(--white);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.font-coler {
  color: var(--blue);
  gap: 0.25rem;
}

.cart-item-1 {
  display: flex;
  gap: 0.75rem;
  /* width: 60%; */
}

.cart-item-main-title {
  gap: 0.5rem;
  width: 72px;
}

.pric {
  margin-top: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: auto;
  /* padding-right: 44px;
  padding-left: 12px; */
}

.pric .delete-parent {
  width: 120px;
}

.pric img {
  background-color: var(--error);
  width: 32px;
  height: 32px;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.size-padding {
  display: grid;
  /* padding-right: 10px; */
}

.font-edit {
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
}

.font-edit span {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: right;
}

.font-pric {
  /* font-family: Peyda(FaNum); */
  font-weight: 700;
  font-size: 16px;
  line-height: 20.4px;
  /* letter-spacing: 0px;
  text-align: center; */

}

.font-pric span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: 0px;
  text-align: center; */
}

.cart-footer-pos {
  display: flex;
  justify-content: space-between;
/*  border-bottom: 1px solid var(--stroke); */
}

.btn-bag-end {
  background: var(--blue);
  color: var(--white);
  /* border-radius: 8px; */
  width: 50%;
  height: 56px;
  border-radius: 46px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-bag-cancel {
  border: 1px solid var(--gray-5);
  color: var(--primary-8);
  background: var(--white);
  /* border-radius: 8px; */
  width: 50%;
  height: 56px;
  border-radius: 46px;
  font-size: 14px;
  font-weight: 500;
}

.btn-bag-discount {
  color: var(--primary-8);
  border-bottom: 1px solid var(--primary-8);
  /* text-decoration: underline; */
  height: 30px;
}


/* product*/
.dropdown {
  position: relative;
  margin-right: auto;
  display: inline-block;
}

.dropdown-btn {
  width: 400px;
  text-align: center;
  background-color: var(--white);
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  display: flex;
  gap: 1rem;
  border-radius: 16px;
  border-width: 1px;
  padding: 8px;
  margin-right: auto;
  height: 54px;
}

.dropdown-btn span {
  color: black;
  transition: color 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  margin: auto;
}

.dropdown-btn .default {
  color: var(--primary-8);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white);
  box-shadow: 0px 4px 6px var(--box-shadow-light);
  min-width: 150px;
  border-radius: 5px;
  overflow: hidden;
  top: 100%;
  left: 0;
  /* display: block; */
  width: 400px;
  text-align: center;
  right: auto;
  margin-top: 8px;
}

.dropdown-content a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: var(--unselected);
  /* border-bottom: 1px solid var(--border-gray);*/
}

.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown-content a:hover , .dropdown-content a.active{
  /* background-color: var(--lighter-gray); */
  color: var(--primary-8);
  font-weight: 700;
  font-size: 16px;
}

.dropdown-btn span {
  width: 50%;
}

.margin {
  margin-top: 22px;
}

.font-filter {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  padding-bottom: 16px;
}

.filters {
  display: flex;
  gap: 12px;
  /*  overflow: auto;
  scrollbar-width: none;*/
  /* flex-wrap: wrap;*/
}
.zr-item-filter-list{
  overflow: auto;
  scrollbar-width: none;
}
.zr-leftside{
  width: calc(81% - 2rem);
}

.zr-item-filter-list{
  margin-block:auto;
}

.filter-box , .zr-item-filter {
  display: flex;
  align-items: center;
  border: 1px solid #0067A5;
  border-radius: 12px;
  font-size: 12px;
  color: #000;
  gap: 8px;
  height: 32px;
  padding: 8px;
  background-color: var(--white);
  white-space: nowrap;
}

.close-btn {
  margin-left: 8px;
  font-size: 22px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: flex;
}

.margin-top-1 {
  padding-top: 1rem;
}

.sp-font-normal2 {
  font-size: 1rem;
}

.pading {
  padding: 16px;
}

.gap {
  gap: 1rem;
}

.siz-box {
  width: 600px;
}

.gap-nim {
  gap: 1.5rem;
}

.message-form-spacing {
  margin-top: 4rem;
}

.blog-content-spacing {
  margin-top: 2rem;
}

.size-top {
  /* margin-top: 2rem; */
}

.product-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 1rem) !important;
  margin-left: -1rem;
  /* margin-left: -1rem; */
}

.slick-dotted {
  order: 1;
}

.slick-prev {
  order: 3;
}

.slick-next {
  order: 2;
}

.product-slider button {
  margin-top: auto;
  margin-bottom: auto;
}

.size-box {
  width: 100%;
  margin: auto;
}

.style-txt {
  border-radius: 32px;
  gap: 12px;
  padding: 38px !important;
  outline: unset;
  background: var(--background);
  border: 1px solid var(--stroke);
}

.size-border {
  margin-inline: 16px;
}

.comment-description {
  color: var(--dark-gray);
  text-align: right;
  font-size: 14px;
}

.zr-siz {
  width: 100%;
  margin: auto;
}

.comment-more-btn {
  gap: 10px;
  border-radius: 32px;
  border-width: 1px;
  padding: 10px 32px !important;
}

/* Additional utility classes */
.collection-bg-hover:hover {
  border: 3px solid #d99058;
  width: 200px;
  height: 200px;
  border-width: 3px;
  background-color: #0067a5;
  box-shadow: 0px 10px 20px 0px #00000040;
  border-color: #d99058;
  transform: scale(1.1);
  box-shadow: 0px 15px 25px 0px #00000060;
}

.sp-p-padding {
  padding: 10px;
}

.sp-px-32 {
  padding-inline: 32px;
}

.sp-my-115 {
  margin-block: 115px;
}

.sp-mt-100 {
  margin-top: 100px;
}

.gallery .slick-dots {
  position: absolute;
  top: 100%;
}

.offer-cards-parent .slick-dots {
  margin-top: 0.5rem;

}

.your-class {
  /* width: 615px !important; */
  max-width: 615px;
  min-width: 400px;
  font-weight: 500;
  line-height: 140%;
  /* letter-spacing: 0px;
  text-align: right;
  vertical-align: middle; */
}


.sp-point {
  /* amir*/
  margin-right: auto;
  margin-left: 1rem;
}

/* .sp-f-check:checked:before{
background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0572 0.75H11.0572C13.2479 0.749987 14.9686 0.749977 16.312 0.930594C17.6886 1.11568 18.7809 1.50272 19.6391 2.36091C20.4973 3.21911 20.8843 4.31137 21.0694 5.68802C21.25 7.03144 21.25 8.75214 21.25 10.9428V11.0572C21.25 13.2479 21.25 14.9686 21.0694 16.312C20.8843 17.6886 20.4973 18.7809 19.6391 19.6391C18.7809 20.4973 17.6886 20.8843 16.312 21.0694C14.9686 21.25 13.2479 21.25 11.0572 21.25H10.9428C8.7521 21.25 7.03144 21.25 5.68802 21.0694C4.31137 20.8843 3.21911 20.4973 2.36091 19.6391C1.50272 18.7809 1.11568 17.6886 0.930594 16.312C0.749977 14.9686 0.749987 13.2479 0.75 11.0572V11.0572V10.9428V10.9428C0.749987 8.75211 0.749977 7.03144 0.930594 5.68802C1.11568 4.31137 1.50272 3.21911 2.36091 2.36091C3.21911 1.50272 4.31137 1.11568 5.68802 0.930594C7.03144 0.749977 8.75212 0.749987 10.9428 0.75H10.9428H11.0572ZM15.8775 7.02038C16.1425 7.50493 15.9645 8.11257 15.48 8.37756C14.1086 9.12752 12.8208 10.6975 11.8374 12.2032C11.3581 12.9372 10.9735 13.6207 10.709 14.1204C10.577 14.3697 10.4756 14.5721 10.4079 14.7105L10.3096 14.9159C10.1551 15.2536 9.8261 15.4782 9.45528 15.4987C9.08436 15.5191 8.73267 15.3323 8.54198 15.0135C8.23126 14.494 7.73753 14.0198 7.27997 13.6581C7.05764 13.4823 6.85752 13.3437 6.71471 13.2502L6.50442 13.1187C6.02493 12.8449 5.85797 12.2344 6.13152 11.7548C6.40513 11.275 7.01585 11.1079 7.49559 11.3815L7.81063 11.5772C7.99282 11.6965 8.2427 11.8697 8.52038 12.0892C8.73258 12.257 8.96984 12.4587 9.20939 12.6911C9.46624 12.2297 9.78717 11.685 10.1629 11.1096C11.1796 9.55285 12.6917 7.62286 14.5204 6.62282C15.0049 6.35782 15.6125 6.53582 15.8775 7.02038Z' fill='%230067A5'/%3E%3C/svg%3E%0A");
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} */

.sp-pa-left-2 {
  padding-left: 1rem;
}

.sp-ma-right {
  margin-right: auto;
}

.custom-box {
  border: 1px solid #D1D1D1;
  background: #FFFFFF;
  border-radius: 0.5rem;
  max-height: 43px;
}

.txt-filter-Weight {
  color: var(--black);
  font-size: 14px;
  padding-inline: 8px;

}

.custom-border-top {
  gap:2rem;
  /* border-top: 1px solid var(--stroke); 
  padding-top: 11px;*/
}


/* جدید */

.sp-f-check {
  position: relative;
  margin: 0 !important;
  padding: 0;
  width: var(--checkboxheight);
  height: var(--checkboxheight);
  max-width: calc(var(--checkboxheight) - 2px);
  max-height: var(--checkboxheight);
  margin-left: 0.5rem !important;
}

.sp-f-check:before {
  position: absolute;
  content: '';
  z-index: 1;
  border-radius: 4px;
  height: var(--checkboxheight);
  width: var(--checkboxheight);
  border: 1px solid var(--black);
  background-color: var(--white) !important;
  border-radius: 4px;
  top: 0;
  left: 0;
}

.sp-f-check:checked:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0572 0.75H11.0572C13.2479 0.749987 14.9686 0.749977 16.312 0.930594C17.6886 1.11568 18.7809 1.50272 19.6391 2.36091C20.4973 3.21911 20.8843 4.31137 21.0694 5.68802C21.25 7.03144 21.25 8.75214 21.25 10.9428V11.0572C21.25 13.2479 21.25 14.9686 21.0694 16.312C20.8843 17.6886 20.4973 18.7809 19.6391 19.6391C18.7809 20.4973 17.6886 20.8843 16.312 21.0694C14.9686 21.25 13.2479 21.25 11.0572 21.25H10.9428C8.7521 21.25 7.03144 21.25 5.68802 21.0694C4.31137 20.8843 3.21911 20.4973 2.36091 19.6391C1.50272 18.7809 1.11568 17.6886 0.930594 16.312C0.749977 14.9686 0.749987 13.2479 0.75 11.0572V11.0572V10.9428V10.9428C0.749987 8.75211 0.749977 7.03144 0.930594 5.68802C1.11568 4.31137 1.50272 3.21911 2.36091 2.36091C3.21911 1.50272 4.31137 1.11568 5.68802 0.930594C7.03144 0.749977 8.75212 0.749987 10.9428 0.75H10.9428H11.0572ZM15.8775 7.02038C16.1425 7.50493 15.9645 8.11257 15.48 8.37756C14.1086 9.12752 12.8208 10.6975 11.8374 12.2032C11.3581 12.9372 10.9735 13.6207 10.709 14.1204C10.577 14.3697 10.4756 14.5721 10.4079 14.7105L10.3096 14.9159C10.1551 15.2536 9.8261 15.4782 9.45528 15.4987C9.08436 15.5191 8.73267 15.3323 8.54198 15.0135C8.23126 14.494 7.73753 14.0198 7.27997 13.6581C7.05764 13.4823 6.85752 13.3437 6.71471 13.2502L6.50442 13.1187C6.02493 12.8449 5.85797 12.2344 6.13152 11.7548C6.40513 11.275 7.01585 11.1079 7.49559 11.3815L7.81063 11.5772C7.99282 11.6965 8.2427 11.8697 8.52038 12.0892C8.73258 12.257 8.96984 12.4587 9.20939 12.6911C9.46624 12.2297 9.78717 11.685 10.1629 11.1096C11.1796 9.55285 12.6917 7.62286 14.5204 6.62282C15.0049 6.35782 15.6125 6.53582 15.8775 7.02038Z' fill='%230067A5'/%3E%3C/svg%3E%0A");
  border: 0px;
  background-size: 100% 100%;
  top: -1px;
  left: -1px;
  height: calc(var(--checkboxheight) + 2px);
  width: calc(var(--checkboxheight) + 2px);
  /* border: 1px solid var(--approved70);
  --InputColor: var(--approved5); */
}

.sp-f-check:checked:after {
  left: 5px;
  top: 1px;
  transform: rotate(45deg) translate(50%) !important;
  display: inline-block;
  height: calc(var(--checkboxheight) - 7px);
  width: 6px;
  border: var(--white);
  /* border-bottom: 2px solid var(--approved70);
  border-right: 2px solid var(--approved70); */
}

.sp-mt-130 {
  margin-top: 130px;
}

.sp-po-fix {
  position: sticky;
  top: var(--headerheight);
  height: 100%;
  width: 50%;
}

.sp-scrol-none {
  overflow: auto;
  scrollbar-width: none;
}

.zr-rang-input {
  background-color: var(--stroke);
}



.sp-border-save {
  gap: 10px;
  border: 1.5px solid var(--primary-8);
  border-radius: 1rem;
  padding: 7px;
  margin-right: auto;
  align-items: center;
  height: 40px;
}

.sp-border-save img {
  width: 24px;
  height: 24px;
}

.sp-border-save p {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-8);
}

.btn-bag-add {
  width: 300px;
  padding: 8px 32px;
  border-radius: 64px;
  background: #0067A5;
  text-align: center;
  margin-right: auto;
}

.btn-bag-add p {
  font-weight: 500;
  font-size: 24px;
  color: var(--white);
}

.sp-margin-16p {
  margin-top: 1rem;
}

.price-list {
  font-weight: 600;
  font-size: 24px;
}

.price-list span {
  font-weight: 500;
  font-size: 14px;
}

/*AMIR*/
.sp-margin-6p {
  margin: 6px;
}

.sp-font-16 {
  font-size: 1rem;
}

.sp-coler-unselected {
  color: var(--unselected);
}

.sp-margin-auto {
  margin: auto;
}

.sp-font-18 {
  font-size: 18px;
}

.zr-font-gr {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}


.sp-drop-button {
  width: 280px;
  border: 1px solid #d1d1d1;
  padding: 4px 16px;
  border-radius: 16px;
  background: #F7F7F7;
}

.sp-drop-button:after {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0005 16.8006C12.7005 16.8006 13.4005 16.5306 13.9305 16.0006L20.4505 9.48062C20.7405 9.19062 20.7405 8.71062 20.4505 8.42063C20.1605 8.13063 19.6805 8.13063 19.3905 8.42063L12.8705 14.9406C12.3905 15.4206 11.6105 15.4206 11.1305 14.9406L4.61047 8.42063C4.32047 8.13063 3.84047 8.13063 3.55047 8.42063C3.26047 8.71062 3.26047 9.19062 3.55047 9.48062L10.0705 16.0006C10.6005 16.5306 11.3005 16.8006 12.0005 16.8006Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: flex;
  margin-top: 6px;
  background-position: center;
}

.zr-drop-show .sp-drop-button {
  border-radius: 16px 16px 0 0;
}

.zr-drop-show .sp-drop-items {
  border-radius: 0 0 16px 16px;
  width: 280px !important;
}

.sp-drop-items {
  right: auto;
  left: 0;
  background: #F7F7F7;
}

.sp-drop-items ul {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}

.sp-drop-item {
  transition: none;
  padding-block: 7px !important;
}

.sp-drop-parent {
  position: relative;
}

.zr-drop-show .sp-drop-button:after {
  rotate: 180deg;
}


.comment-hidden {
  display: none;
  gap: 1rem;
}

.write-comment-box {
  margin-top: 64px;
}

/* palat */
.sp-drop-button {
  position: relative;
  display: block;
  height: auto;
  width: 280px;
  background-color: var(--context);
  color: black;
  border: 1px solid var(--line);
  margin-right: auto;
  gap: 8px;
  padding: 6px 16px;
  gap: 10px;
  border-radius: 16px;

}

.sp-drop-items {
  position: absolute;
  border-bottom: 1px solid var(--stroke) !important;
  border-right: 1px solid var(--stroke) !important;
  border-left: 1px solid var(--stroke) !important;
  width: 38.5% !important;
  background: var(--background);
  display: none;
  z-index: 20;
  z-index: var(--pickerIndex);
  padding: 12px;
  border-radius: 0 0 4px 4px;
  overflow: auto;
  right: 0;
  top: 100%;
  background-color: var(--white);
  border-radius: 1rem;

}

.sp-drop-button:after {

  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0005 16.8006C12.7005 16.8006 13.4005 16.5306 13.9305 16.0006L20.4505 9.48062C20.7405 9.19062 20.7405 8.71062 20.4505 8.42063C20.1605 8.13063 19.6805 8.13063 19.3905 8.42063L12.8705 14.9406C12.3905 15.4206 11.6105 15.4206 11.1305 14.9406L4.61047 8.42063C4.32047 8.13063 3.84047 8.13063 3.55047 8.42063C3.26047 8.71062 3.26047 9.19062 3.55047 9.48062L10.0705 16.0006C10.6005 16.5306 11.3005 16.8006 12.0005 16.8006Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: flex;
  margin-top: 6px;
  background-position: center;
  position: unset;
  border: none;
}

.sp-drop-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  min-height: 20px;
  padding-inline: 12px;
  padding-block: 10px;
}

.sp-drop-item:hover {
  background-color: var(--primary-8);
  color: var(--white);
  padding-inline: 12px;
  border-radius: 16px;
}

.zr-white-space {
  white-space: nowrap;
}

.zr-justify-end {
  justify-content: end;
}

.zr-discount-end {
  padding: 6px;
  height: 30px;
  white-space: nowrap;
}

.zr-old-Price {
  min-width: 124px;
  width: 10%;
}

.zr-pd-bot-20p {
  padding-bottom: 20px;
}

.zr-max-width {
  max-width: 326px;
}

.zr-font-14 {
  font-size: 14px;
}

.zr-info-1 {
  width: 50%;
}

.zr-info-slid-img {
  min-width: 116px;
}

/*Amir hosein*/
.zr-m-rigit-22 {
  margin-right: 22px;
}

.zr-ma-top {
  margin-top: 1.5rem;
}

.zr-filter-wt {
  border-bottom: 1px solid var(--stroke);
  padding-bottom: 17px;
}

.zr-display-none2 {
  display: none;
}

.btn-bag-add2 {
  width: 273px;
  text-align: center;
  border-radius: 32px;
  margin: auto;
}

.btn-bag-add2 p {
  font-size: 1rem;
}

.zr-btn-save {
  margin: auto;
  border: 1.5px solid var(--third-color);
  width: 45px;
  height: 45px;
  border-radius: 8px;
  align-items: center;
  border-width: 1.5px;
  /* padding: 10px; */
  display: flex;
  justify-content: center;
  margin: auto;
}
.zr-res-price-box{
  display:none;
  width: 100%;
  min-width: 360px;
  box-shadow: 0px -5px 10px 0px #0000001A;
  padding: 1rem;
  margin-top: 2rem ;
  border-radius: 1rem;
}
.zr-btn-pric-box{
  width: 300px;
  margin: 1rem auto;
}
.zr-slider-container {
  height: 8px;
  background: var(--gray-4);
  width: 100%;
  top: 0px;
  z-index: 0;
}



.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E1E1;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #FFFF;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked+.switch-slider:before {
  transform: translateX(26px);
}



input:checked+.switch-slider {
  background-color: var(--primary-8);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 32px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.zr-item-hasfilter {
  width: 10px;
  height: 10px;
  background: var(--primary-8);
  display: none;
  border-radius: 50%;
  margin: auto;
}

.zr-hasfilter .zr-item-hasfilter {
  display: flex;
}

.active-page-number {
  background: var(--primary-8);
}

.zr-gap-2{
  gap:0.5rem;
}
.zr-gap-3 {
  gap:0.75rem;
}
.zr-gap-4{
  gap:1rem;
}
.sp-dialog {
  background: var(--primary-8) !important;
  padding: 0.75rem !important;
  border-radius: 1rem !important;
  box-shadow: none !important;
  max-width:none !important;
  overflow: hidden;
}

.zr-social-box {
  width: 84px !important;
  height: 84px !important;
  background: #F8F8F8 !important;
}

.zr-box-link {
  background: #F6F6F6 !important;
}

.zr-main-link {
  white-space: nowrap !important;
  color: var(--Mainprimary) !important;
}

.sp-dialog-overlay {
  background: #FFFFFF33 !important;
  backdrop-filter: blur(8px) !important;
  z-index: 2000 !important;
}

.sp-dialog-button {
  display: none !important;
}

.sp-icon {

  width: 24px !important;
}

.sp-dialog-main {
  display: flex !important;
  flex-direction: column !important;
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  background-color: transparent !important;
}

.zr-color-black {
  color: var(--gray12)  !important;
}

.share-link-title-box{
  height: 40px;
}
.share-title{
  color: #000 !important;
  order: 2;
  flex: 1;
}
.orde{
  order:1;
}

@media only screen and (max-width: 992px) {
  .sp-dialog {
    max-width: calc(100% - 0rem) !important;
    max-height: calc(100% - 0rem) !important;
    width: 100% !important;
    height: 100% !important;
  }
  .share-link-title-box{
    gap: 1rem; 
  }
}


.zr-magnifier .vertical-scroll {
  width: 140px;
  scrollbar-width: none;
}
.zr-img-list {
  min-width: fit-content;
}
.product-s-img.zr-selected {
  border-color: var(--MainBlack);
}
.product-s-img img {
  object-fit: cover;
}
.rewrite-light-box-layout {
  max-height: fit-content;
  max-width: fit-content;
}
.zr-magnifier .img-magnifier-glass {
  position: absolute;
  border: 1px solid #000000b8;
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}
.rewrite-light-box-layout img {
  object-fit: contain;
}

.product-s-img:not(.pd-thumbnail-img){
  width: 140px;
  height:140px;
}
.zr-item-filter-list-parent::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--background) 65.17%, rgba(255, 255, 255, 0) 100%);
  width: 145px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
}
.zr-search-category{
  background:var(--background);
  border:1px solid var(--stroke);
}
.zr-item-filter-list::after {
    content: '';
    min-width: 62px;
    height: 20px;
}
.empty-basket {
      position: absolute;
    left: 0;
    height: 705px;
    top: 100%;
    background: white;
    width: 480px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.zr-close-basket {
    padding: 1rem;
    width: 100%;
    margin-inline: 1rem;
    border-radius: 1rem;
    
}

.zw-cart-main{
    margin-top: 10rem !important; 
}

.zw-account {
     margin-top: 9rem; 
}