:root {

  --Secondary-1: #F9F6F0;
  --Secondary-2: #F4EDE1;
  --Secondary-3: #EEE5D1;
  --Secondary-4: #E8DCC2;
  --Secondary-5: #DDCAA4;
  --Secondary-6: #D1B985;
  --Secondary-7: #C6A767;
  --Secondary-8: #9E8652;
  --Secondary-9: #77643E;
  --Secondary-10: #4F4329;
  --Secondary-11: #3B321F;
  --Secondary-12: #282115;
  --Secondary-13: #14110A;
  /* --Secondary-4: #DDCAA4;
  --Secondary-5: #DDC8B1;
  --Secondary-6: #CCAD8A;
  --Secondary-7: #BB9163;
  --Secondary-8: #AA763C;
  --Secondary-9: #885E30;
  --Secondary-10: #664724;
  --Secondary-10: #332312; */
  --primary-2: #E2EFEE;
  --primary-3: #CDE1DF;
  --primary-4: #B7D3D0;
  --primary-5: #A1C5C1;
  --primary-6: #76A9A4;
  --primary-7: #4A8D86;
  --primary-8: #1F7168;
  --primary-9: #194D4B;
  --primary-10: #13443E;
  --primary-11: #0C2D2A;
  --primary-12: #09221F;
  --white: #FFFFFF;
  --black: #0C0C0C;
  --dark: var(--black);
  --gray-2: #FAFAFA;
  --gray-3: #F9F9F9;
  --gray-4: #EDEDED;
  --gray-5: #D9D9D9;
  --gray-6: #CBCBCB;
  --gray-7: #ADADAD;
  --gray-8: #909090;
  --gray-9: #717171;
  --gray-10: #505050;
  --gray-11: #353535;
  --gray-12: #212121;
  --gray-13: #121212;


  --warning: #A9791C;
  --warning-light-1: #F4B740;
  --warning-light-2: #FFF8E1;
  --approved5: #EBF9EE;
  --approved70: #1F7735;
  --success: #00966D;
  --success-light-1: #00BA88;
  --success-light-2: #F3FDFA;
  --error: #C30000;
  --error-light-1: #ED2E2E;
  --Error2: #C03744;
  --error-light-2: #FFF2F2;
  --headerheight: 136px;
  --HeightRateBox: 48px;
  --HeightNavbar: 88px;
  --PureBlack: #000;
  --PureGray: #d1d1d1;
  --widtharrow: 40px;
  --distanceArrow: -0.75rem;
  --distanseCategory: 4rem;
  --font-primary: IRANSans;
  --line: var(--gray-4);
  --checkboxheight: 1.25rem;
  --slider-btn-distance: 0.75rem;
  --about-radius: 64px;
  --width-img: 550px;
  --width-img-small: 120px;
  --widthsmpic: 170px;
}


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

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

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


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

body ::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

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

/*#####Reset Styles#####*/

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: IRANSans;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: var(--Fontcolor);
}


html {
  scroll-behavior: smooth;
  overflow: auto !important;
}

a,
button,
select,
input[type=button] {
  cursor: pointer;
}


input,
select,
textarea,
button {
  border: 0;
  outline: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none !important;
  min-height: 8rem !important;
  width: 100% !important;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/* Scrollbar */
abbr[title] {
  text-decoration: none;
}

html,
body {
  font-family: IRANSans;
  direction: rtl;
}

/* .main-box {
margin-top: 90px;
} */


.display-block-res {
  display: none !important;
}

.d-none {
  display: none;
}

.r-d-none,
.r-d-none-nav {
  display: flex;
}

.d-none-nav {
  display: none !important;
}

.tablet-d-none {
  display: none !important;
}

.about-us-d-none {
  display: none;
}

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

.not-show {
  display: inline-block;
}

.show {
  display: none;
}

.line-hover {
  min-width: 110px;
  border-radius: 12px;
}

.line-hover:hover {
  border: 1px solid var(--Secondary-8);
  padding: 3px 8px;
}

.parent {
  width: 80%;
}

.parent-col-main {
  width: 40%;
}

.parent-col-11 {
  width: 94%;
}

.parent-col-10 {
  width: 83%;
}

.parent-col-9 {
  width: 73%;
}

.parent-col-8 {
  width: 63%;
}

.parent-col-7 {
  width: 58%;
}

.parent-col-6 {
  width: 48%;
}

.parent-col-5 {
  width: 38%;
}

.parent-col-4 {
  width: 31%;
}

.parent-col-3 {
  width: 23%;
}

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


.calc-gap-1 {
  gap: 1.5rem;
}

.calc-gap {
  gap: 2rem;
}

.calc-gap-2 {
  gap: 4rem;
}

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

.primary-9 {
  color: var(--primary-9);
}

.primary-10 {
  color: var(--primary-9);
}

.text-black {
  color: var(--gray-10);
}

.product-title-w {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-height : 24px;
}

.product_info_details {
  min-height : 24px;
}

.dark-gary {
  color: var(--gray-9);
}

.light-gray {
  color: var(--gray-8);
}

.drak-gold {
  color: var(--Secondary-9);
}

.text-gold {
  color: var(--Secondary-8);
}

.text-dark-blue {
  color: #203353;
}

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

.container {
  margin: 0 auto;
}

.gap-s {
  gap: 1.2rem;
}

.gap {
  gap: 2.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3.5rem;
}

.gap-4 {
  gap: 6.5rem;
}

.gap-5 {
  gap: 7.5rem;
}

.px-12 {
  padding: 0 4rem;
}

.p-5 {
  padding: 5rem 3rem;
}

.pl-12 {
  padding-left: 5rem;
}

.pr-12 {
  padding-right: 2.5rem;
}

.grid-container {
  display: grid;
  column-gap: 39px;
  row-gap: 39px;
  grid-template-columns: 23% 23% 23% 23%;
}

/* input {
border: 1px solid #E5E5E5;
font-family: Iransans;
font-size: 1rem;
padding: .7rem 2.8rem;
} */

input,
textarea {
  border: 1px solid var(--gray-4);
}

:is(input, textarea):not(.sp-f-check):is(:focus, :hover) {
  border: 1px solid var(--primary-9);
}

input::placeholder {
  color: var(--gray-6);
}

.line {
  border-top: 1px solid var(--primary-9);
}

.product-stone-list-gap {
  gap: 5rem;
}

.footer-symbols-img {
  width: 50px;
}

.zr-advance-body {
  padding: 2px;
}

/* =============================== dialog ============================== */
/*.dialog {
z-index: 100000;
overflow: hidden;
width: 100vw !important;
height: calc(100vh);
background: #FFFFFF33;
backdrop-filter: blur(3px);
top: 0rem !important;
display: flex;
}
*/
.form {
  border: 12px solid var(--primary-4);
  flex-wrap: wrap;
}

.text-green {
  color: #50968C;
}

.bg-green-button {
  background-color: var(--primary-9);
}
.rewrite-bg-green-button:hover{
  background-color: var(--primary-9) !important;

}

.phone-input-close {
  right: 3% !important;
  bottom: 33%;
  display: none;
}

.edit-phone {
  color: #0062CC;
}

.login {
  display: none;
}

.incorrect {
  display: none;
  color: var(--error);
}

.signin {
  display: none;
}

.primary-hover:hover {
  background-color: var(--primary-8);
  color: var(--white);
}

.secondary-hover:hover {
  background-color: var(--Secondary-6);
  color: var(--white);
}

.zr-btn-more-green:hover {
  background-color: var(--Secondary-8);
  color: var(--white);
}

.close-hover:hover {
  border: 1px solid var(--primary-7);
  background-color: var(--primary-2);
  color: var(--primary-9);
}

.close-hover:hover path {
  fill: var(--primary-9);
}

.contact_us_button:hover {
  background-color: var(--primary-7);
  color: var(--white);
}

.footer_button {
  display: inline-block;
  width: 100%;
}

.footer_button:hover {
  background-color: var(--primary-7);
}

.footer-symbol img {
  width: 100px;
  height: auto;
}

.footer-border {
  border-color: var(--gray-7);
}

:is(.collection-button-hover,.zr-btn-more):hover {
  background-color: var(--primary-9);
  color: var(--white);
}



.collection-button-hover.bg-green-button:hover {
  background-color: var(--Secondary-8);
  color: var(--PureBlack) !important;
}


.collection-button-hover:hover .left-arrow-black {
  display: none;
}

.collection-button-hover:hover .left-arrow-white {
  display: inline-block;
}

.green-btn:hover .left-arrow-black {
  display: inline-block;
}

.green-btn:hover .left-arrow-white {
  display: none;
}

.green-btn .left-arrow-black {
  display: none;
  min-width: 1.9rem;
}

.left-arrow-white {
  display: none;
  /* min-width: 1.9rem; */
}

.green-btn:hover {
  background-color: var(--Secondary-6);
}

.blog_card_text {
  gap: 0.75rem;
}

.blog-button {
  padding: 4px 8px;
  border: 1px solid var(--white);
  gap: 0.5rem;
}

.blog-button:hover>span {
  color: var(--primary-8) !important;
}



.blog-button:hover .icon-main,
.icon-hover:not(.blog-button:hover .icon-hover) {
  display: none;
}

.blog-button:hover {
  border: 1px solid var(--primary-8);
}

/* ==================== navbar ========================== */
.navbar,
.r-navbar {
  top: var(--HeightRateBox);
  background-color: var(--white);
  z-index: 1000;
  height: var(--HeightNavbar);
  border-bottom:1px solid var(--gray-4);
}

.navbar_menu {
  gap: 3.75rem;
}

.navbar_menu_item-selected {
  color: var(--primary-9);
}

.navbar_menu_item:hover .nav-link {
  color: var(--primary-9);
  font-weight: 700;
}

.logo {
  max-height: 72px;
}

/* .navbar_menu_item {
min-width: 100px;
} */

.navbar_menu_item a {
  transition: ease-in-out .2s;
}

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

.show-hover {
  display: flex;
  min-height: 30px;
  /* transition: all .5s ease-in-out; */
}

.hide-hover {
  display: none;
  /* transition: all .5s ease-in-out; */
}

.nav-searchbar {
  display: none;
  min-height: 40px;
  min-width: 300px;
}

.nav-option:hover .show-hover {
  display: none !important;
}

.nav-option:hover .hide-hover {
  display: flex;
}

/* .nav-option.bag:hover 
{
display: flex;
} */

.basket_counter {
  background-color: var(--primary-6);
  color: #ffffff;
  height: 24px;
  width: 24px;
}

.close-icon {
  height: 100%;
  width: 22px;
  left: 10px;
  border-radius: 50%;
  text-align: center;
}

.submenu-column-width {
  width: 120px;
  height: 30px;
  /* z-index: 2;*/
  position : relative ;
}

.submenu-categry {
  min-width: 120px;
}

.submenu-hover {
  height: 500px;
  /* min-width: 660px;*/
  width: max-content;
  box-shadow: -4px -4px 24px 0px #00000005, 4px 4px 24px 0px #00000005;
  border: 1px solid var(--primary-4);
  top: calc(100% + 0.75rem);
  background-color: var(--white);
  right: 0;
  display: none;
  opacity: 0;
  transition: all .5s ease-in-out;
  padding: 1.5rem 2.5rem;
}

.submenu-hover li ul {
  margin: 1.5rem 0 0;
  /* max-height: 40vh;
  min-width: 260px; */
}

.submenu-categry:not(:last-child) {
  padding-left: 2rem;
}

.menu-item-hover a span {
  white-space: nowrap;
}

.products-link:hover .submenu-hover {
  opacity: 1;
  display: flex;
}

.submenu-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.75rem;
  left: 0;
  right: 0;
}

.parent-subMenu
{
  position: relative;
  z-index: 2;
}


.border-bottom-green {
  border-bottom: 1px solid var(--primary-8);
}

/* .menu-item-hover {
height: 3rem;
} */

.menu-item-hover-star {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

.menu-item-hover-star img {
  display: none;
}

.menu-item-hover:hover .menu-item-hover-star img {
  display: inline;
}

.menu-item-hover:hover span {
  color: var(--Secondary-8);
}

/* ============================== shopping cart ============================= */
.shopping-cart {
  top: calc(var(--headerheight) + -16px);
  left: 5%;
  z-index: 100000;
  width: 480px;
  background-color: var(--white);
  display: none;
  box-shadow: 0px 0px 20px 0px #00000026;
  overflow: hidden;
  height: calc(100dvh - var(--headerheight) - 24px);
}

.zr-badge-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-6);
}

.empty-bag {
  border: 1px solid var(--primary-3)
}

.shopping-cart-table {
  flex: 1;
  overflow-y: auto;
}

.shopping-item,
.shopping-cart-item {
  background: var(--white);
  border: 1px solid var(--gray-4);
}

.shopping-cart>div>div>hr {
  border-top: 1px solid var(--primary-8);
}

.shopping-cart-button {
  background-color: var(--Secondary-7);
}



.zr-trash {
  background: var(--Error2);
  width: 32px;
  height: 32px;
}

.shopping-cart-item-img {
  width: 14.8%;
}

.submit-button,
.close-button {
  padding: .6rem;
  width: 23.5rem;
}

.close-button {
  border: 1px solid var(--gray-10);
}

.submit-button {
  background-color: var(--primary-8);
}

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

/* ======================== main ======================== */
.main_content {
  flex-direction: row;
  margin-top: 7rem;
}

.main_benefit_content img {
  width: 80px;
}

.main_content_subtitle {
  color: var(--gray-10);
}

.button {
  background-color: var(--Secondary-5);
  color: var(--Secondary-12);
  width: max-content;
  padding: 0 3rem;
}

.main_benefit_title {
  color: #252525;
}

.main_benefit {
  margin-top: 5.5rem;
}

.main_img {
  width: 57%;
  overflow: hidden;
  border-radius: 60px;
}

.main_img img {
  width: 100%;
}

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

/* ==================== category ========================== */
.product_categories {
  margin-top: 5.25rem;
}

.product {
  margin: 100px 0 62px;
}

.product_categoreis_title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-8);
  justify-content: center;
  gap: 1rem;
}

.category_card-parent {
  gap: var(--distanseCategory);
  padding-block: var(--distanseCategory);
  justify-content: center;
  max-width: 1240px  ;
}

.category_card {
  /* height: 280px;*/
  width: calc(25% - (var(--distanseCategory) * 3) / 4);
  aspect-ratio: 1/1;
  gap: 1.5rem;
  /* margin-top: clamp(1rem, 2%, 4rem); */
  border: 1px solid var(--Secondary-5);
  box-shadow:  -4px -4px 24px 0px #0000001F;/*4px 4px 24px 0px #0000001F*/
  transition: all .4s ease-in-out;
}

.category_card:hover {
  border: 1px solid var(--primary-9);
}

.category_card_title {
  transition: all .5s ease-in-out;
}

.zr-wrapper-mid{
  max-width:1500px;
  width:80%;
  margin:auto;
}

.zr-wrapper-mid .slick-arrow.slick-prev {
  left: calc(100% + var(--slider-btn-distance) + 32px);
}

.category_card:hover .category_card_title {
  color: var(--primary-9);
}

.category_card_img {
  /*  object-fit: none;
  object-position: bottom; */
  object-fit: cover;
}

/* ==================== collection ======================= */
.collection {
  background-color: var(--primary-2);
  height: 87vh;
  min-height: fit-content;
  padding: 3rem 0;
}

.collection-gold {
  background: var(--Secondary-2);
}

.collection-gold-item {
  border-radius: 4rem;
  height: 496px;
}

.collection-gold-box {
  gap: 40px;
}

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

.collection-box {
  max-width: 1140px;
  /*  width: 60%;*/
}

.collection-box-first{
  width: 44%;
}
.zr-collection-img {
  flex: 1.5;
}

.collection-gold-item-small {
  height: 182px;
}


.collection_subtitle {
  line-height: 2.25rem;
}

.main_content_title {
  font-size: 32px;
  line-height: 44px;
}

.main_content_title-large {
  font-size: 40px;
  line-height: 72px;
}

.collection_img .big-pic {
  z-index: 1 !important;
  /*  min-width: clamp(250px, 100%, 418px);
  width: clamp(250px, 100%, 418px);*/
  width:418px;
  height: 580px;
  border-radius: var(--about-radius);
  position: inherit;
  overflow: hidden;
}

.big-pic img{
  object-fit: cover;
}
.collection_img .sm-pic {
  position: absolute;
  bottom: 0;
  right: -20%;
  z-index: 1 !important;
  border-radius: 50%;
  overflow: hidden;
  width: var(--widthsmpic);
  height: var(--widthsmpic);
}

.collection_img {
  position: relative;
  width: clamp(250px, 100%, 418px);
  /* width: clamp(250px, 100%, 418px);
  height: calc(100% - 20px); */
}

.collection_img::before {
  z-index: 0;
  width: 100%;
  height: calc(100% - 20px);
  content: '';
  position: absolute;
  border-radius: var(--about-radius);
  border: 2px solid #070707;
  top: 0rem;
  right: 1.25rem;
}

/* ========================= new products ========================= */
.products-header {
  font-size: 24px;
}

.product_card {
  position : relative;
  overflow : hidden;
  /*  aspect-ratio: 258 / 412 !important;
  height: 100%;*/
  width: calc(20% - (2.5rem * 4)/5);
  max-height:max-content; 
  max-height: 414px; 
  border: 1px solid var(--gray-4);
  box-shadow: 4px 4px 24px 0px #A1A1A11F, -4px -4px 24px 0px #A1A1A11F;
  transition: all .4s ease-in-out;
  color: var(--gray-12);
  padding: 1.5rem;
}

.product-list-4 .product_card {
  width: calc(25% - (2.5rem * 3)/4);
}

:is(.product_card_wrap , .product-list-main) .product_card {
  min-width: 200px;
}

.product-list-main .product_card {
  position : relative;
  width: calc(25% - (2rem * 3)/4);
}

.tag-container {
  position : absolute;
  z-index : 1;
  right: 18px;
  /*margin-right: 1rem;*/
  /* margin-left: 1.5rem;*/
  margin-top: 0.5rem;
  pointer-events: auto;
  /*max-width: 249px;*/
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap : 5px !important;
  min-height : 32px;
}

.product-list-main .product_card_image {
  height: 286px;

}

.product_card-disance {
  margin: 64px 0 64px;
}

.contact-disance {
  margin-bottom: 100px;
}

.zr-gallery-main .zr-gallery-item {
  margin-left: 32px;
}

.zr-gallery-main .zr-gallery-item img {
  object-fit : cover; 
}

.zr-gallery-item img {
  object-fit: cover !important; 
}

.zr-gallery-main {
  margin-left: -32px;
}

/* .product_card-category {
margin-bottom: clamp(1rem, 2%, 2.5rem);
padding-top: clamp(1rem, 1%, 2.5rem);
padding-right: clamp(1rem, 1%, 2.5rem);
padding-left: clamp(1rem, 1%, 2.5rem);
padding-bottom: clamp(1rem, 1%, 2.5rem);
max-height: 440px;
width: clamp(180px, 17.6%, 500px);
border: 1px solid var(--gray-4);
box-shadow: 4px 4px 24px 0px #A1A1A11F, -4px -4px 24px 0px #A1A1A11F;
transition: all .4s ease-in-out;
color: #070909;
} */

.product_card:hover,
.product_card-category:hover {
  border: 1px solid var(--Secondary-7);
}

.product_card-category:hover .product_price {
  background-color: var(--Secondary-5);
}

.product_card:hover .product_price {
  background-color: var(--Secondary-5);
}

.product_price>div {
  /*  flex-wrap: wrap;*/
  gap : 0.25rem;
}

.product_price {
  overflow: hidden;
  gap: 4px;
}

.product_card_image {
  border: 1px solid var(--gray-4);
  height: 222px;
  min-height: clamp(180px , 50% , 200px);
  max-height: 200px;
  display: flex;
  flex-direction: column;

}

.main-page-product .product_card_image {
  height: 202px;
}

.product-list-filter .product_card_image {
  height: 222px;
}

.product_card_image img {
  height: 100%;
  object-fit: cover;
}

.product_card_image .tags {
  top: 4%;
  flex-wrap: wrap;
}

.tags a {
  font-size: 10px !important;
}

.product_card_image-img {
  min-height: 100%;
  display: flex;
}


.tag_gold {
  background-color: var(--Secondary-8);
}

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

.tag_red {
  background-color: var(--error);
  font-size : 14px !important;
  min-height: 32px;
  min-width: 34px;
  padding-inline: 4px;
}

.product_price {
  background-color: var(--primary-4);
  transition: all .4s ease-in-out;
  /*flex-wrap : wrap ;*/
  max-height : 42px;
}

.old_price {
  text-decoration: line-through;
}

/* ======================== offers ============================ */
.offers_bg-left,
.offers_bg-right {
  height: 372px;
  object-fit: contain;
}

.offers_bg-right img,
.offers_bg-left img {
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.offers_title {
  color: var(--Secondary-5);
  right: 3rem;
  bottom: 9rem;
  font-size: 32px;
}

.offers_button {
  position: absolute;
  right: 5rem;
  bottom: 3rem;
  padding: .8rem 4rem;
}

.offers_button img {
  padding-top: .4rem;
}

.nimset_title {
  color: var(--primary-11);
}

.green-btn {
  background-color: var(--primary-8);
}

.baner-parent {
  padding-left: unset !important;
  padding-right: unset !important;
}

/* ============================ contact us ========================== */
.contact_us {
  margin: 10rem 0;
}

.contact_us_main {
  background: linear-gradient(178deg, #183335 0%, #316266 100%);
  height: 150px !important;
  color: #ffffff;
  padding: 0 5rem;
}

.contact_us_main p {
  margin-right: -12rem;
}

.contact_us_button {
  background-color: var(--Secondary-5);
}

.contact-us-leftside {
  width: calc(43% - 1rem);
}

.contact-us-rightside {
  width: calc(57% - 1rem);
}

.input-label {
  font-size: 16px !important;
  margin-bottom: 8px;
}

/* ============================ follow us ========================== */
.follow_us {
  padding: 10rem 0;
}

.img_table {
  height: 550px;
}

.follow_us_title {
  font-size: 32px;
  color: var(--Secondary-7);
}

.follow-us-img {
  width: 40%;
  height: 100%;
}

.small-imgs {
  width: 20%;
  height: 100%;
  justify-content: space-between;
}

.small-imgs .small-img {
  height: 48%;
}

/* ======================= blog ========================== */
.blog_card {
  width: calc(25% - (2rem* 3) / 4);
  border: 1px solid var(--primary-5);
  overflow: hidden;
  transition: all .4s ease-in-out;
}
.zr-blog-list.zr-has-scroll .blog_card{
  min-width: 245px;
}

.blog_card:hover {
  border: 1px solid var(--Secondary-7);
}

.blog_card_text p {
  color: var(--gray-9);
}

.blog_card>:nth-child(1) {
  min-height: auto !important;
  height: auto !important;
  aspect-ratio: 334 / 248 !important;
}

.blog_card_text>h4 {
  /* white-space: nowrap;
  overflow: hidden;*/
  text-overflow: ellipsis;
  max-width: 100%;
}

.blog_card>div>img {
  object-fit: cover;
  object-position: center;
}

/* ======================= footer ========================== */
.footer {
  padding: 0 12rem;
}

.links {
  max-height: 212px;
  flex-flow: column wrap;
}

.footer-container {
  background-color: var(--primary-2);
  border-radius: 2.5rem;
}

.footer-content-w {
  width: 90%;
  max-width: 1440px;
}

.zar-latin {
  color: #7979796b;
}

.footer_title_line {
  border-top: 1px dashed var(--gray-7);
}

.links>li>a::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--gray-7);
  margin-left: 0.5rem;
  border-radius: 50%;
}

.links>li>a {
  color: var(--black);
  width: auto;
  min-width: auto;
  max-width: fit-content;
}

.links>li>a:hover {
  color: var(--primary-8);
  font-weight: 700;
}

.links>li>a:hover::before {
  background-color: var(--primary-8);
}

.symbols img:nth-child(2) {
  padding: 0 5rem;
}

.footer_button {
  background-color: var(--Secondary-6);
}

.circle {
  background-color: var(--Secondary-1);
  height: 40px;
  width: 40px;
}

.zr-footer-logo {
  height: 72px;
}

/* ============================ login mobile =========================== */
.full-page {
  height: calc(100vh - 10rem);
  border: 8px solid var(--primary-5);
}

.clear-input {
  top: 48px;
  right: 0;
}

.disable-button {
  background-color: var(--gray-7);
}

.send-code {
  display: none;
}

/* ============================== about page ==================================== */
/* .about-us-header>div::before {
background: linear-gradient(90deg, #E3E6E8 40.8%, #EFEFEF 60.52%);
z-index: -1;
} */

.about-us-header-res {
  height: 590px;
  background: linear-gradient(180deg, #E3E6E8 40.8%, #EFEFEF 60.52%);
  z-index: -1;
  border-radius: 32px;
}

/* .about-us-header>div::after, */
.about-us-header>div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: linear-gradient(90deg, rgba(246, 239, 230, 0) 8.81%, #F6EFE6 36.86%);
  /* mix-blend-mode: hard-light; */
  border-radius: 64px;
}

.about-us-header-res>div::after,
.about-us-header-res>div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #f4ede100 8.81%, #F4EDE1 36.86%);
  z-index: -10;
  mix-blend-mode: color;
  border-radius: 32px;
}

.about-us-header>div {
  border-radius: 64px;
  height: 360px;
  align-items: stretch;
}

.about-us-main {
  margin-top: var(--distanseCategory);
}

.about-us-main-text {
  gap: var(--distanseCategory);
}

.about-us-header-res img {
  z-index: -10;
}

/* */
.about-us-title {
  margin-right: 4.5rem;
  width: 100%;
  z-index: 6;
}

.about-us-title>h4 {
  font-size: 2rem;
  color: var(--Secondary-8);
}

.about-us-title-res>h4 {
  color: var(--Secondary-8);
}

.about-us-title-res>p {
  color: var(--Secondary-10);
  font-size: 14px;
  line-height: 25px;
}

.about-us-title-res {
  width: 80% !important;
}

.about-us-title>p {
  color: var(--Secondary-10);
  font-size: 1.25rem !important;
}

.text {
  line-height: 36px !important;
  text-align: justify;
}

.about-text-title {
  font-size: 40px;
}

.bg-img-parent {
  width: 47%;
}

.bg-img::before {
  z-index: -100;
  content: '';
  position: absolute;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  border-radius: var(--about-radius);
  border: 2px solid var(--primary-7);
  top: 0px;
  left: 0px;
}

.bg-img {
  padding: 2rem 0 0 2rem;
  aspect-ratio:647/565;
}

.bg-img img {
  border-radius: var(--about-radius);
  object-fit: cover;
}

.about-us-img {
  z-index: 100;
  width: 100%;
  height: auto;
}

.about-us-img-res {
  width: 310px !important;
  height: 258px !important;
  margin-left: 15px;
}

.flex-stretch {
  align-self: stretch;
  gap: 10rem;
}

/* =============================== product page ===================================== */
.text-dark {
  color: var(--primary-12);
}

.container-chart {
  width: 88%;
  margin: 0rem auto 2rem auto;
  max-width: 1672px;
}

.item-selected:not(:only-child),
.sp-drop-item:hover,
.sp-drop-active {
  background-color: #F5F8FF;
  color: #1647C7;
  border-color: #1647C7;
}


/* ============================== filters =============================== */
.zr-item-filter-list{
  max-height: 200px;
  overflow: auto;
  padding: 1px;
}
.filter-list-res {
  width: 24%;
  position: sticky;
  top: 157px;
  height: calc(100vh - var(--headerheight) - 24px);
  z-index : 11;
  margin-top: 1rem;
  max-width : 336px;
}


.product-detail-img {
  top: var(--headerheight);
  position: sticky;
  height: 100%;
}

.table {
  width: 78%;
}

.filter-box {
  padding-left: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.filter-box::-webkit-scrollbar {
  display: none; 
}

.filters-header {
  background-color: var(--primary-9);
}

.filter-option-list {
  /* background-color: var(--gray-4);*/
  background-color: var(--gray-3);
  
}

.filter-option-list_hedear>hr {
  border-top: 1px solid #000;
}

/* =========================== products ================================= */
.sort-list {
  min-height: 70px;
  min-width: 350px;
  background-color: var(--gray-3);
  border: 1px solid var(--gray-4);
}

.sort-list-res {
  position: fixed;
  left: -100%;
  top: var(--headerheight);
  height: calc(100vh - var(--headerheight));
  background-color: var(--white);
  z-index: 2;
}


.sort-list>div>ul>li:hover {
  background-color: var(--gray-4);
}

.sort-list>div>ul>li::selection {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-10);
}


.sorting-header-dropdown {
  z-index: 4;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border: 1px solid var(--PureGray);
  top: calc(100% + 12px);
  background: var(--white);
  display: none;
  gap: 0.5rem;
}

.sorting-header-dropdown::before {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  height: 30px;
  bottom: calc(100% - 10px);
  left: -10px;
  right: -10px;
}

.sorting-header:hover .sorting-header-dropdown {
  display: flex;
}

/* #open-category , #open-type , #open-carat , #open-gemstone , .open-category , .open-type , .open-carat , .open-gemstone{
display: none;
} */


/* ========================= pagination ================================ */
.pagination {
  padding: 2rem 0 0;
  color: var(--primary-9);
}

.pagination img {
  transform: rotate(180deg);
}

.pagination img[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.active-page-number {
  background-color: var(--primary-9);
}

/* ======================== detail product page ======================== */
.select-size,
.select-color {
  border: 1px solid var(--gray-4);
  border-radius: 12px;
  padding: 0 5rem;
  font-family: Iransans;
}

.item {
  min-height: 40px;
  min-width: 40px;
}

.select-color {
  padding: .6rem 4.1rem !important;
}

.img-list-small-box {
  /* max-height: var(--width-img); */
  overflow-y: auto;
  overflow-x: hidden;
  min-width: calc(var(--width-img-small) + 5px);
}

.product-l-img {
  border: 1px solid var(--gray-4);
  width: var(--width-img);
  height: var(--width-img);
}

.zr-box-price {
  max-width: 554px;
  max-height : 69px;
}

.zr-detail-disc-txt {
  background: #C30000;
  color: #ffff;
  border-radius: 1000px;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  padding-inline: 8px;
}

.product-s-img {
  border: 1px solid var(--gray-4);
  width: var(--width-img-small);
  height: var(--width-img-small);
}

.product-s-img img,
.product-l-img img {
  object-fit: cover;
  object-position: center;
}

select:focus {
  border: 1px solid var(--Secondary-9);
}

.arrow {
  width: 40px;
  height: 40px;
}

.down {
  transform: rotate(180deg);
}

.route {
  /* margin-top: 10rem; */
  color: var(--gray-7);
}

.sp-color-blue {
  color: #1647C7 !important;
}

.product-name {
  font-size: 32px;
}

.selected-pic {
  border: 2px solid var(--primary-9);
}

.stone-title {
  background-color: var(--gray-4);
  height: inherit;
  margin-bottom: 1.25rem;
}

.stone-table{
  scrollbar-width: none;
}
.border-left {
  border-left: 1px solid var(--gray-5);
}

.calculater-card {
  background-color: var(--gray-2);
}

.calculater-card>div:nth-child(2) {
  line-height: 3rem;
}

.offers {
  margin: 8rem 0;
}

.small-img-list , .zr-item-filter-list {
  /* overflow-y: scroll;
  max-height: 556px; */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.small-img-list .product-s-img {
  min-height: var(--width-img-small);
  min-width: var(--width-img-small);
}
.zr-commentparent{
  padding-top: 32px;
}

/* ============================== contact us page ================================== */
.black-color {
  color: #141414;
}

.icon-box {
  width: 48px;
  height: 24px;
}

.icon-box img {
  width: auto;
  height: 100%;
}

.main {
  margin: 0rem 0 6rem;
}

.card {
  background-color: var(--gray-2);
  border: 1px solid var(--primary-3);
  box-shadow: 4px 4px 12px 0px #0000000A, -4px -4px 12px 0px #0000000A;
  gap: 2rem;
}

.map {
  height: fit-content;
  display: flex;
  overflow: hidden;
}

.inputname {
  color: var(--gray-10);
}

input,
textarea {
  /* box-shadow: 0px 0px 0px 1px rgba(2, 44, 34, 0.13), 0px 1px 2px 0px rgba(2, 44, 34, 0.08); */
  /* border: 1px solid ; */
  font-family: Iransans;
  font-size: 1rem;
}

input {
  /* border: 1px solid ; */
  /* width: 20px;
  height: 20px; */
}

textarea {
  resize: none;
}


/* ============================= orders page ================================ */
.m-top-10 {
  margin-top: 10rem;
}

.orders-container {
  padding: 0 12rem;
}

.bg-light {
  background-color: var(--gray-2);
  border: 1px solid var(--gray-3);
}

.hr-border {
  border-top: 1px solid var(--primary-9);
}

.circle-order {
  width: 24px;
  height: 24px;
  border: 1px solid var(--gray-8);
}

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

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

.order-table-header {
  color: #0C2D2A;
}

.table-border-left {
  border-left: 1px solid var(--gray-5);
}

.table-item {
  border: 1px solid var(--primary-4);
  background-color: #FBFDFF;
}

.table-border-green {
  border-left: 1px solid var(--primary-4);
}

.col-1 {
  width: 64px;
}

.col-2 {
  width: 560px;
}

.col-3 {
  width: 120px;
}

.col-4 {
  width: 180px;
}

.col-5 {
  width: 120px;
}

.col-6 {
  width: 240px;
}

/* ============================= favorites page ================================= */
.orders-container {
  padding: 0 12rem;
}

.bg-light {
  background-color: var(--gray-2);
  border: 1px solid var(--gray-3);
}

.grid {
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-3-fav {
  width: 22.53%;
}

.flag {
  top: -70px;
  left: 29%;
  width: 90px !important;
}

/* ========================== location page =========================== */
.input-col-4 {
  width: 32.1%;
}

.col-4-form {
  width: 32%;
}

.select-size,
.select-color {
  border: 1px solid var(--gray-4);
  font-family: Iransans;
}

.select-color {
  padding: .6rem 4.1rem !important;
}

select:focus {
  border: 1px solid var(--Secondary-9);
}

.radio-input {
  outline-color: var(--primary-10);
  outline-style: hidden;
}

.border {
  border: 1px solid var(--primary-9);
}

.overflow-y-scroll {
  overflow-y: scroll;
}

/* ============================================================ */
.order-table-header {
  color: var(--primary-11);
}

.table-border-left {
  border-left: 1px solid var(--gray-5);
}

.table-item {
  border: 1px solid var(--primary-4);
}

.table-border-green {
  border-left: 1px solid var(--primary-4);
}

.col-1-loc {
  width: 64px;
}

.col-2-loc {
  width: 200px;
}

.col-4-loc {
  width: 456px;
}

.add-location-dialog {
  display: none;
  height: 100vh;
}

.unit-input {
  left: 10px;
  top: 20%;
}

/* =========================== mobile ============================== */

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

.shoping-items-table {
  height: 90%;
  overflow-y: scroll;
}

.shopping-cart-res {
  top: 0;
  left: 0;
  z-index: 1000 !important;
  background-color: #fff;
  display: none;
  height: 100vh !important;
  width: 100vw !important;
  overflow-y: hidden;
}

.shoping-cart-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #FFFF;
}

.r-navbar-icon {
  width:44px;
}
.responsive-nav {
  position: fixed;
  top: var(--headerheight);
  right: 0;
  width: 100vw;
  height: calc(100svh - var(--headerheight)) !important;
  min-height: calc(100svh - var(--headerheight)) !important;
  max-height: calc(100svh - var(--headerheight)) !important;
  display: none;
  background-color: #FFF;
}

.search-icon-res,
.search-icon-green-res {
  right: 8px;
  width: 20px;
  height: 100%;
}

.search-icon-green-res {
  opacity: 0;
}

.responsive-nav .navbar_menu_item-res a:hover,
.responsive-nav .navbar_menu_item-res a.IsOPenMenu span {
  font-weight: 700 !important;
  color: var(--primary-9) !important;
}

.arrow-up {
  display: none;
}

.primary-9 {
  color: var(--primary-9);
}

/*.arrow-up {
padding-left: 1.2rem;
}*/

.change-bg,
.submenu-res-inner {
  /*background-color: var(--gray-2);*/
  display: none;
  height: auto;
}

.navbar_menu_item-res-opened .submenu-res-inner {
  /* background-color: #FFFF !important;*/
}


.change-bg {
  background-color: #E8E8E8 !important;
}

.nav-footer {
  background-color: var(--white);
  bottom: 0;
  position : absolute;
  /*display: none;*/
}

.bg-primary-6 {
  background-color: var(--primary-6);
  width: 20px;
  height: 20px;
}

.footer-container-res {
  background-color: var(--primary-2);
}

.bag-res {
  min-width: 32px;
  min-height: 100%;
}

.bag-res span {
  width: 20px !important;
  height: 20px !important;
}

/* =========================== blog page ================================== */
.blog-header-box {
  width: 590px;
  background-color: var(--white);
  margin-right: 120px;
  margin-top: -160px;
  border: 1px solid var(--gray-4);
  box-shadow: 4px 4px 24px 0px #0000000A, -4px -4px 24px 0px #0000000A;
  gap: 1.5rem;
  min-height: 250px;
}

.blog-parent {
  margin-bottom: 120px;
}

.blog-sidebar {
  margin: 1rem 0;
  padding-bottom: 5rem !important;
  width: clamp(150px, 18%, 208px);
  border: 1px solid var(--gray-4);
}

.blog-detail-title {
  font-size: 32px;
}

.blog-text-color,
.blog-text-color * {
  color: var(--gray-10);
  line-height: 60px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  text-align: justify;
}

.blog-title-text-color {
  color: #856638;
  line-height: 4rem;
}

.blog-landing-pic {
  border-radius: 34px;
}

.blog-landing-pic img {
  border-radius: 34px;
}

.main_img-res,
.bag-res-close {
  display: none;
}


.blog-detail-img,
.blog-image {
  height: 70vh !important;
  border: 1px solid var(--primary-9);
}

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

.product-d-none {
  display: none;
}

.responsive-show {
  display: none;
}

.new-price-unit {
  font-size: 12px
}

.new-price-val {
  font-size: 18px
}

.old_price {
  font-size: 12px !important;
}


/* ======================== login responsive =========================== */
.border-box {
  border: 1px solid var(--gray-9);
}

.product-color {
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray-3)
}

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

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

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

.border-box>.stone-img img {
  width: 20px;
  height: 20px;
}

.checkbox-options>.cheked {
  width: 20px;
  height: 20px;
  background-color: var(--gray-2);
  border: 1px solid var(--gray-3);
  border-radius: 5px;
  padding: 2px;
}

.checkbox-options>.cheked>img {
  width: 18px;
  height: 18px;
  display: none;
}

/* .options  .option-box {
} */
.options {
  border-top: 1px solid transparent; 
}
.zr-hasborder{
  border-top: 1px solid var(--gray-5);
}
.filters-header>.reset-filter-btn {
  border: 1px solid #FFF;
  padding: .2rem .5rem;
  border-radius: 10px;
  transition: .2s ease-in-out;
}

.filters-header>.reset-filter-btn:hover {
  border: 1px solid var(--primary-8);
  background-color: #FFF;
  color: var(--primary-8);
}

/* =================================================== */
.min-w-i {
  transform-origin: center;
  width: 20px;
}

.arrow-left {
  width: 22px;
  height: 22px;
  left: 0;
  transform: rotate(180deg)
}

.rotate-down {
  transform-origin: center;
  transform: rotate(-360deg);
}

.tree-item-box {
  padding-left: 2.5rem;
}

.parent-slide {
  /* background-color: var(--gray-3);*/
  padding: 0rem 2rem .2rem 0;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

/* ================================================ */
.color-list-overlay,
.size-list-overlay,
.stone-list-overlay,
.weight-list-overlay {
  display: none;
  bottom: 0;
  z-index: 100 !important;
  width: 100vw;
}

.overlay-card>div {
  background-color: var(--gray-2);
  max-height: calc(90vh - var(--headerheight));
  z-index: 111 !important;
  border: 1px solid var(--gray-4);
  border-radius: 24px 24px 0 0;
  width: calc(100% - 2rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;

}

.overlay-line {
  border-top: 4px solid var(--gray-5);
}

.gray-line {
  border-top: 1px solid var(--gray-5);
}

.options-box {
  min-height: 20vh;
  max-height: 50vh;
  overflow-y: auto;
  padding-top: 1rem;
}

.close-btn {
  background-color: var(--gray-5);
  color: #0C0C0C;
  border: none;
  font-family: Iransans;
  bottom: 10px;
  left: 0;
}

[colorclass="White"] {
  background: linear-gradient(95.36deg, #EDEDED 3.66%, #FFFFFF 51.79%, #ECECEC 95.15%);
}

[colorname="White"] span {
  background: linear-gradient(95.36deg, #EDEDED 3.66%, #FFFFFF 51.79%, #ECECEC 95.15%);
}

[colorclass="RoseGold"] {
  background: linear-gradient(95.36deg, #F3DCBA 3.67%, #FAE9D0 51.79%, #F3DCBA 95.15%);
}

[colorname="RoseGold"] span {
  background: linear-gradient(95.36deg, #F3DCBA 3.67%, #FAE9D0 51.79%, #F3DCBA 95.15%);
}

[colorclass="Gold"] {
  background: linear-gradient(95.36deg, #DFCC8B 3.66%, #F3E1A6 51.79%, #DFCC8B 95.15%);
}

[colorname="Gold"] span {
  background: linear-gradient(95.36deg, #DFCC8B 3.66%, #F3E1A6 51.79%, #DFCC8B 95.15%);
}

[colorclass="beige"] {
  background: linear-gradient(95.36deg, #c1a67d 3.66%, #F3E1A6 51.79%, #b37b28 95.15%);
}

[colorname="beige"] span {
  background: linear-gradient(95.36deg, #c1a67d 3.66%, #F3E1A6 51.79%, #b37b28 95.15%);
}

.zr-span-hasfilter {
  display: flex;
  gap: 8px;
}

.zr-span-hasfilter::after {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--primary-8);
  display: flex;
  border-radius: 50%;
  margin: auto;
}

.zr-readonly-select {
  visibility: hidden;
}

.zr-select-weight.sp-drop-items {
  max-width: 100%;
  border-top: 0 !important;
  border-radius: 0 0 0.75rem 0.75rem;
  overflow: hidden;
  position: absolute;

}

.sp-drop-parent-show .sp-drop-button {
  border-radius: 10px 10px 0 0 !important;
}

.sp-drop-parent {
  --line: var(--gray-9);
}


.item-selected:not(:only-child) {
  border-color: #1647C7;
}

.item-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.product-s-img {
  display: none;
}

.product-s-img.active , .zr-magnifier .product-s-img{
  display: flex;
}

.sp-drop-button {
  height: 35px;
  font: normal 15px;
  font-family: var(--font-primary);
  margin: 0 !important;
  border-radius: 10px !important;
  padding: 6px 8px 4px 23px;
  direction: rtl;
}

/*
.sp-drop-items {
position: absolute;
width: 100%;
padding: 5px 5px;
border-radius: 10px;
max-height: 167px;
}
*/
.sp-drop-items li:not(:nth-last-child(2)) {
  margin-bottom: 0.5rem;
}

.sp-drop-items li {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  transition: 0s;
}

.sp-drop-button:after {
  left: 4px;
  right: unset;
}

.min-h-full-page {
  /*min-height: 85vh*/
  padding-bottom:1rem;
}

.zr-weight-selected {
  border: 1px solid #1647C7;
  border-radius: 1rem;
  padding: 8px 12px;
  background-color: #F5F8FF;
  color: #1647C7;
}

.zr-weight-readonly {
  border: 1px solid var(--black);
  border-radius: 10px !important;
  padding: 6px 8px 6px 8px;
  color: var(--black);
}

.loading-wrapper {
  margin-top: 80px;
}

.loading-svg {
  width: 24px;
  height: 24px;
}

.star-loading {
  animation: starAnimation 2s infinite;
  animation-delay: 0s;
}

.star-loading-1 {
  animation: starAnimation 2s infinite;
  animation-delay: 1s;
}

.star-loading-2 {
  animation: starAnimation 2s infinite;
  animation-delay: 1.5s;
}

@keyframes starAnimation {
  0% {
    transform: translateY(0) rotate(0deg);
    fill: #4A8D86;
  }

  30% {
    transform: translateY(-24px) rotate(45deg);
    fill: #1F7168;
  }

  50% {
    transform: translateY(-24px) rotate(90deg);
    fill: #195A53;
  }

  80% {
    transform: translateY(-24px) rotate(135deg);
    fill: #1F7168;
  }

  100% {
    transform: translateY(0) rotate(180deg);
    fill: #4A8D86;
  }
}

.rotate-reverse {
  transform: rotate(180deg) !important;
}

.icon-filter {
  transition: 0.5s;
}

.options {
  display: none;
}


/* خط اصلی */
.zr-advance-body .zr-slider-container {
  position: relative !important;
  height: 6px !important;
  background: #ccc !important; /* خط خاکستری */
  border-radius: 10px !important;
  z-index: 0 !important;
}

/* خط پررنگ بین هندل‌ها */
.zr-advance-body .zr-range-highlight {
  position: absolute !important;
  height: 6px !important;
  background: #0e4d47 !important; /* سبز تیره */
  border-radius: 10px !important;
  pointer-events: none !important; /* مزاحم کلیک نشه */
  z-index: 1 !important; /* زیر thumb بمونه */
}

/* خود رنج */
.zr-advance-body .P-range input[type="range"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: absolute !important;
  width: 100% !important;
  height: 6px !important;
  background: transparent !important;
  pointer-events: none !important; /* کل input غیرفعال */
  margin: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important; /* بالای خط */
  border : none ;
}

/* دایره‌ها (هندل‌ها) */
.zr-advance-body .P-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  background: var(--primary-9) !important ;
  border: 5px solid #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
  cursor: pointer !important;
  pointer-events: auto !important; /* فقط دایره قابل کلیک باشه */
  position: relative !important;
  z-index: 3 !important; /* بالای همه چیز */
}

.zr-advance-body .P-range input[type="range"]::-moz-range-thumb {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 4px solid #0e4d47 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 3 !important; /* بالای همه چیز */
}



/* 
input[type=money] {
outline: 1px solid var(--Secondary-5);
background-color: var(--white)
} */

.advance-price-title {
  color: var(--gray-8);
}

.advance-price-input {
  outline: 1px solid var(--gray-8);
  background-color: var(--white)
}

.advance-price-input input[type=money] {
  outline: 0 !important;
  border-radius: 0;
  border: 0px !important;
}

.P-range {
  min-height: 20px;
  margin-block: 0.75rem;
  transform: rotate(180deg);
}

.P-range svg,
.P-range input[type=range] {
  position: absolute;
  left: 0;
  bottom: 5px;
  background: var(--inputBorderColor);
  box-shadow: none;
  direction: ltr;
}

.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(--inputBorderColor);
}

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

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

}

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

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

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

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

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

.P-range input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  border: 1px solid var(--primary8);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--primary8);
  cursor: pointer;
}

.in-minvalue::-webkit-slider-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}

.in-minvalue::-moz-range-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}

.in-maxvalue::-webkit-slider-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}

.in-maxvalue:-moz-range-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}


.zr-range-highlight {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 4px;
  background: #D9D9D9;
}

.zr-rang-input {
  line-height: 48px;
  background: transparent;
}

.zr-rang-input::placeholder {
  color: var(--placeholder);
  font-weight: 400;
  font-size: 14px;
}

.zr-slider-container {
  height: 8px;
  background: var(--inputBorderColor);
  width: 100%;
  top: 7px;
}

.rotate-180 {
  transform: rotate(0) !important;
}

.active {
  font-weight: 700 !important;
  color: var(--primary-10);
}

.zr-product-description {
  line-height: 52px;
  color: var(--gray-10);
}

.zr-gap-8 {
  gap: 2rem;
}

.zr-gap-2 {
  gap: 0.5rem;
}


/* New Styles */
.zr-headertop {
  background: var(--primary-9);
  height: var(--HeightRateBox);
  z-index: 999;
}

.zr-headerlink {
  text-decoration: underline;
  text-underline-offset: 25%;
}



.zr-slider-overlay {
  bottom: 42px;
  right: 42px;
  left: 42px;
  opacity: 0;
  transition: 0.5s;
}

.zr-slider-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.93%, rgba(0, 0, 0, 0.5) 100%);
  mix-blend-mode: multiply;
}

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

@keyframes slideIn {
  from {
    transform: translateY(200%);
    opacity: 0;
  }

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

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

.zr-slider-arrow {
  background: var(--PureBlack);
  border: 1px solid var(--PureGray);
  width: var(--widtharrow);
  height: var(--widtharrow);
}

.zr-slider-arrow {
  right: calc(var(--distanceArrow) - var(--widtharrow));
  top: 50%;
  transform: translateY(-50%);
}

.zr-slider-arrow.zr-slider-next {
  right: auto;
  left: calc(var(--distanceArrow) - var(--widtharrow));
}

.slick-dots{
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
  gap: 0.75rem;
}
.zr-slider-dot,
.slick-dots li {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: var(--gray-5);
  border-radius: 50%;
}

.zr-slider-selected,
.slick-dots li.slick-active {
  width: 40px;
  background: var(--primary-9);
  border-radius: 1.75rem;
}
.slick-dots li button{
  opacity:0;
}
.zr-slider-section {
  height: calc(93vh - var(--headerheight) - 2rem);
}

.zr-slide-item,
.zr-icon-res {
  display: none;
}


.zr-slide-item.zr-slide-active {
  display: flex;
  flex-direction: column;
}

.zr-slide-item img{
  height: calc(93vh - var(--headerheight) - 4rem);
  object-fit: cover;
}
.zr-header {
  height: var(--headerheight);
}



.zr-headertop,
.navbar {
  transition: transform 0.5s;
  /* padding: 0 7.5rem; */
}

.zr-btn-more {
  background: var(--Secondary-5);
}
.zr-btn-large{
  min-width: 220px;
  width: 220px !important;
  min-height: 45px;
}
.zr-btn-medium{
  min-width: 200px;
  min-height: 45px;
}
.zr-slide-item {
  border-radius: 4rem;
  border: 1px solid var(--gray-4);
  /*margin-left:2rem;*/
}

.zr-gap-3 {
  gap: 0.75rem;
}

.zr-slider-maintitle {
  font-size: 36px;
  line-height: 50px;
}

.zr-wrapper {
  width: 80%;
  margin-inline: auto;
  max-width: 1440px;
}

.zr-wrapper-footer,
.zr-wrapper-header {
  max-width: 1672px;
  width: 90%;
}

.zr-price-item {
  flex: 1;
}

.zr-gallery-list {
  gap: 2rem;
  margin-block: 2rem;
  display : grid;
  grid-template-columns :repeat(4,1fr);
}

.zr-gallery-list .zr-gallery-item{
  /*width: calc((100% / 3) - (2rem*2/3));
  height: 550px;*/

}
.zr-gallery-item {
  /* width: calc((100% / 3) - (2rem*2/3));
  height: 550px;*/
  aspect-ratio: 479 / 550;
  max-width : 479px;
  max-height : 550px;
}

.zr-btn-more-green {
  box-shadow: 0px 1px 4px 0px #19213D14;
  background: var(--primary-9);
}

.zr-social-link {
  width: 64px;
  height: 64px;
}

.zr-social-parent {
  gap: 2.5rem;
}

.zr-comment-box {
  border: 1px solid var(--gray-4);
  box-shadow: 4px 4px 12px 0px #A1A1A129, -4px -4px 12px 0px #A1A1A126;
  background: var(--gray-4);
  max-width: 1200px;
  margin: auto;
}


.zr-bg-graycolor {
  border: 1px solid var(--gray-4);
  background: var(--gray-4);
}

.zr-bg-lightgraycolor {
  background: var(--gray-2);
}

.zr-btn-show {
  background: var(--gray-3);
  border: 1px solid var(--PureGray);
}

.zr-form-comment {
  min-height: 44px;
}

.zr-color-grey {
  color: var(--gray-6);
}





.zr-product-box {
  width: calc(50% - 2rem);
}



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

.zr-item-filter {
  gap: 0.5rem;
  outline: 1px solid var(--primary-9);
  white-space: nowrap;
}

.zr-item-filter-list-parent::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #FEFEFE 0%, rgba(254, 254, 254, 0) 100%);
  width: 102px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
}


.slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--primary-9) no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='19' viewBox='0 0 9 19' fill='none'%3E%3Cpath d='M0.911562 18.1695C0.721562 18.1695 0.531563 18.0995 0.381563 17.9495C0.0915625 17.6595 0.0915625 17.1795 0.381563 16.8895L6.90156 10.3695C7.38156 9.88953 7.38156 9.10953 6.90156 8.62953L0.381563 2.10953C0.0915625 1.81953 0.0915625 1.33953 0.381563 1.04953C0.671562 0.759531 1.15156 0.759531 1.44156 1.04953L7.96156 7.56953C8.47156 8.07953 8.76156 8.76953 8.76156 9.49953C8.76156 10.2295 8.48156 10.9195 7.96156 11.4295L1.44156 17.9495C1.29156 18.0895 1.10156 18.1695 0.911562 18.1695Z' fill='white'/%3E%3C/svg%3E");
  font-size: 0px;
}

.slick-arrow.slick-prev {
  left: calc(100% + var(--slider-btn-distance));
}

.slick-arrow.slick-next {
  right: calc(100% + var(--slider-btn-distance));
  transform: rotate(180deg) translateY(50%);
}


.slick-disabled {
  opacity: 0.5;
}

.zr-color-code {
  color: var(--gray-8);
}


.zr-basket-img {
  height: 120px;
}

.zr-trash-img,
.zr-basket-img {
  width: 120px;
}

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

.btn-height {
  min-height: 32px;
}

th,
td {
  white-space: nowrap;
}

table {
  scrollbar-width: none;
}

td {
  padding-bottom: 1.25rem;
}

.sp-icon:hover {
  transform: none;
}

.size-footet{
  margin-top: -60px; 
}
.ltr-text{
  direction: ltr; 
}
.dis-none{
  display: none;
}
.sp-pt-13{
  padding-top: 4rem !important; 
}
.line-height-a p{
  line-height: 3rem;
}
.pdding-size{
  padding: 1rem; 
}
.txt-rtl{
  margin-right: auto;  
}
.textarea-parent textarea{
  border: 0 !important;
}

.textarea-parent {
  border: 1px solid var(--gray-4);
}
.textarea-parent:is(:hover,:focus,:focus-within){
  border: 1px solid var(--primary-9);
} 


/*
.zr-has-scroll>:nth-child(2) {
scroll-snap-align: center;
}

.zr-has-scroll {
scroll-snap-type: x mandatory;
}
*/
.zr-filter-res{
  position: fixed;
  top: calc(var(--headerheight) + 0rem);
  background: var(--white);
  z-index: 1;
  padding-top:1rem;
}



.zr-magnifier  .img-magnifier-glass {
  position: absolute;
  border: 1px solid #000000b8;
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}
.sp-dialog-overlay{
  background: #00000080;
  backdrop-filter: blur(8px);
  z-index:10000 !important;
}
.sp-dialog{
  box-shadow:none;
}
.sp-dialog-button{
  display:none;
}
.zr-magnifier .vertical-scroll{
  width: var(--width-img-small);
  scrollbar-width: none;
}
.zr-magnifier   .product-s-img{
  flex: var(--width-img-small) 0 1;
  min-width: var(--width-img-small);
}
.product-s-img.zr-selected{
  border-color:var(--MainBlack);
}


/**********************rewrite css mitra********************/
.zr-close-btn-hover{
  border:1px solid #D9D9D9 !important;
}
.zr-close-btn-hover:hover{
  border:1px solid #000 !important; 
}
/*
.zr-rotate-reverse {
transform: rotate(180deg);
}*/

.zr-parent-onclick {
  border-radius: 18px;
}

.zr-parent-onclick.zr-parent-open {
  border-radius: 0 0 18px 18px !important;
}
.zr-font-style-basket{
  font-size:16px;      
}

.zr-gap-16{
  gap:1rem; 
}

.zr-gap-8{
  gap:2rem;
}



.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: #1F7168;
}

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

.switch-slider.round:before {
  border-radius: 50%;
}
.shopping-cart{
  border-radius: 2rem !important;
  padding-bottom: 0px !important;
  display:flex;
}

.zr-close-basket{
  box-sizing: border-box; 
  width: 100%; 
  border-radius: 12px; 
  border: 1px solid #D9D9D9; 
  color:#000 !important;
  background-color:#fff !important;
  font-size:16px !important; 
  font-weight:500 !important;
  padding-block: 1rem;
}
.zr-rewrite-badge-count{
  color: #000000 !important;
}
.rewrite-deadline-text{
  font-size:14px !important;
  font-weight:500 !important;
  color:#000000 !important;    
}
.zr-deadline-time{
  color:#000000 !important; 
  background-color:#CCAD8A !important; 
}
.rewite-zr-basket-img{
  margin-bottom: 0.625rem !important;
}
.rewrite-product-code{
  color:#000000 !important; 
}
.rewrite-fz-14{
  font-size:14px !important;
}
.rewrite-display-none{
  display:none;
}
.rewite-total-style{
  display: flex; 
  justify-content: space-between;
  padding: 9.5px 8px; 
  border-top: 1px solid #EDEDED;
  border-inline: 1px solid #EDEDED; 
}

.zr-parent-onclick{
  color:#000000 !important;
  background-color: #F9F9F9 !important;
  border: 1px solid #EDEDED !important;
  border-radius: 18px; padding: 12px 8px; 
}

.rewrite-ToggleProfil{
  display: flex; flex-direction:row; gap: 0.5rem; align-items: center; 
}

.rewrite-total-price-text{
  font-size:16px !important; font-weight:700 !important; 
}

.rewrite-parameter-unitprice-style{
  font-size:14px !important; font-weight:400 !important; 
}

.nowrap{
  white-space:nowrap;
}


.orders-category  , .filter-products{
  background-color: var(--gray-3);
  border: 1px solid var(--gray-4);
}

.sp-drop-items>ul{
  max-height: 242px;
  overflow: auto;
}

.rewrite-un-fav{
  width:  25px !important;
  height:   28px !important;
}
.zw-rewrite-fav-icon-container{
  width:32px;
  height:32px !important;
}
.bg-green-button{
  gap:0.5rem; 
}
.bg-green-button:hover{
  background-color: var(--Secondary-5);
}

.bg-green-button:hover span{
  color: #000000 !important;
}
.bg-green-button:hover .rewrite-hover-bag-white{
  display: none !important; 
}

.bg-green-button:hover .rewrite-hover-bag-black{
  display: block !important; 
}

.rewrite-hover-bag-white{
  display: block !important; 
  width: 24px;
  height: 24px;
}
.rewrite-hover-bag-black{
  display: none !important; 
  width: 24px;
  height: 24px;
}
.rewrite-product-price{
  display:flex;
  justify-content: center;
  aspect-ratio: 258 / 412 !important;
  height: 100% !important;
  max-height:auto !important;
  max-width:auto !important;
}
.rewrite-product_card_image{
  aspect-ratio:210/210 !important;
  height: auto !important;
  width: auto !important;
}
.rewrite-product_price{
  aspect-ratio: 210 / 42 !important; 
}
.rewrite-bottom-box-basket{
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%;
  background-color: #ffff;
  border-top: 1px solid #EDEDED;
}
.zw-cart-form
{
  margin-top: 42px;
}
.rewrite-light-box-layout{
  max-height: fit-content;
  max-width: fit-content; 
}
.rewrite-obj-fit{
  object-fit: contain; 
}
.rewrite-sort-text-sort:hover span{
  color:#ffff !important;
}

.rewrite-img-container{
  aspect-ratio: 234 / 222 !important; 
  height:auto !important;
  max-height:auto !important;
  min-height:auto !important;
  width:auto !important;
  max-width:auto !important;
  min-width:auto !important;
}

.rewrite-whole-radius{
  border-radius:12px !important;
}

.rewrite-no-scroll{
  overflow: hidden !important;
  height: 100vh;
}

.zr-rewrite-basket-layout-block{
  padding-bottom: 9.5rem; 
}
.watch-icon{
  width: 24px; height: 24px; 
}

.rewrite-ul-blog{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; 
  padding-inline:min(140px,8%)
}
.rewrite-blog-card{
  width:auto !important;
  /*  aspect-ratio: 334 / 464;*/
}
.rewrite-blog-list-res-layout{
  max-width: none !important; 
}

.blog_card_text>h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /***/
  white-space: none !important; 
  overflow: none !important; 
}

input, textarea, select {
  font-size: 16px !important;
  transform: translateZ(0) !important;
  box-sizing: border-box !important;
}
.selected-pic{
  border: 2px solid #4A8D86 !important;
}
.obj-cover{
  object-fit: cover; 
}
.obj-contain{
  object-fit: contain; 
}
.magnifier-l-img{
  height:100%;
}
.rewrite-full-h{
  height:100%;
}
.rewrite-fix-ratio{
  aspect-ratio: 1/1;
}

/* rewrite checkbox */


.rewrite-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;
}

.rewrite-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;
}

.rewrite-sp-f-check:checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%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='%23194D4B'/%3E%3C/svg%3E");
  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); */
  padding-top : 2px;
}

.rewrite-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); */
}


.light-box-img{
  touch-action: auto !important;
}

.rewrite-product_card{
  /*width: auto !important; */
}

.rewrite-product-list-sort{
  /*   display: grid;*/
  display:flex !important;
  grid-template-columns: repeat(4, 1fr);

}

.shopping-cart{
  max-height: 787px; 
}
.rewrite-desc-ellipsis{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.P-range {
  min-height: 20px;
  margin-block: 0.75rem;
  transform: rotate(180deg);
}

.P-range svg,
.P-range input[type=range] {
  position: absolute;
  left: 0;
  bottom: 5px;
  background: var(--inputBorderColor);
  box-shadow: none;
  direction: ltr;
}

.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(--inputBorderColor);
}

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

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

}

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

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

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

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

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

.P-range input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  border: 1px solid var(--primary8);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--primary8);
  cursor: pointer;
}

.in-minvalue::-webkit-slider-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}

.in-minvalue::-moz-range-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}

.in-maxvalue::-webkit-slider-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}

.in-maxvalue:-moz-range-thumb {
  border: 2px solid var(--primary8);
  background: var(--primary8);
}


.zr-range-highlight {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 4px;
  background: #194D4B !important;
}

.zr-rang-input {
  line-height: 48px;
  background: transparent;
}

.zr-rang-input::placeholder {
  color: var(--placeholder);
  font-weight: 400;
  font-size: 14px;
}

.zr-slider-container {
  height: 8px;
  background: #D9D9D9;
  width: 100%;
  top: 7px;
}

.in-minvalue::-webkit-slider-thumb {
  border: 2px solid var(--primary8);
  background: #194D4B;
}

.in-minvalue::-moz-range-thumb {
  border: 2px solid var(--primary8);
  background: #194D4B;
}

.in-maxvalue::-webkit-slider-thumb {
  border: 2px solid var(--primary8);
  background: #194D4B;
}

.in-maxvalue:-moz-range-thumb {
  border: 2px solid var(--primary8);
  background: #194D4B;
}

.share-link-btn-list{
  padding-inline: 1rem;
  border: 1px solid #fff;
  border-radius: 1rem; 
}
.zr-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.375rem 0.5625rem;
}

.zr-arrow-size {
  width: 24px;
  height: 24px;
}

.zr-arrow img {
  height: 12px;
}

.zr-selected-filter-list{
  padding-left : 4rem !important;  
}



.zr-third-level {
  display: none;
  background: #ffff;
  z-index: 9999;
  position: absolute;
  margin: 0;
  left: 0;
  height: 100%;
  margin-left: -144px !important;
  top: 0;
  box-shadow: 0px 0px 10px 0px #00000029;
  width: 166px;
  height: 469px;
  border-radius: 8px;
  margin-top: -13px !important;
  padding-inline: 8px;
}

.submenu-categry {
  position : relative; 
}



.zr-third-level p {
  color : #AA763C;
  border-bottom : 1px solid #AA763C;
  min-height : 33px;
}

.zr-third-level li>a {
  color : #909090; 
  font-weight : 400;
  font-size : 16px;
}


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

.zr-sub-2:hover .zr-third-level {
  display : flex; 
}

.zr-sub-2::before {
  content :"";
  position : absolute;
  width: 40px;
  height: 30px;
  left : 0;
}

.zr-sub-2 .zr-sub-2-a {
  position : relative; 
}

.zr-sub-2 .zr-sub-2-a::before {
  content :"";
  position : absolute;
  width : 24px;
  height : 24px;
  left : 0;
  background: url(/themes/website/quartznew/files/arrow-down-quartz.svg) no-repeat;
}


.navbar_menu_item-res-opened {
  border-radius: 1rem;
  background: #ffff; 
}

.navbar_menu_item-res-parent-opened {
  background : #E8E8E8;
}


.zr-res-sub-2-arrow {
  position : relative; 
}


.zr-res-sub-2-arrow .zr-res-sub-2-arrow-a::before {
  content : "";
  position : absolute;
  background : url(/themes/website/quartznew/files/arrow-down-gray.svg) no-repeat;
  width : 24px;
  height : 24px;
  left : 0;
  margin-left: 1rem;
}

.zr-res-sub-2-arrow-opened .zr-res-sub-2-arrow-a::before {
  transform: rotate(180deg);
}

.zr-res-sub-2-arrow-opened {
  background : #F3F3F3; 
  border-radius : 1rem;
  display: flex;
  flex-direction: column;
}

.zr-res-sub-2-arrow-opened  a {
  color :#000000;
  font-weight : 500;
  font-size: 14px;
  padding-block : 0.5rem;
}

.zr-third-level-item {
  font-weight : 400;
}

li.submenu-categry:last-of-type ul.zr-third-level {
  right: -142% !important;
}

.res-menu {
  width : 100%;
  max-width : 100% ;
}

.res-menu .level-2-item {
  padding-inline :8px; 
}

.zr-discount-container {
  background : #C30000; 
  /* padding-inline :8px;*/
  min-height : 32px;
  max-width : fit-content;
  /*min-width : 42px;*/
  border-radius : 40px;
  position : relative;
  flex-direction: row-reverse;
  cursor : pointer;
  margin-right: 5px;
  z-index: 99;
  top: 0;
}

.zr-discount-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -15px;
  left: 0;
}

.zr-disc-box-pro-card {
  display : none;
  width: 100%;
  min-width : 115px;
  height: fit-content;
  background: #fff;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  box-shadow: 0px 0px 8px 0px #00000040;
  border-radius: 8px;
  right : 0;
}

.zr-deadline-txt {
  background: #F3F3F3;
  border-radius: 40px; 
  margin-block: 2px;
  padding-inline: 6px;
  display: flex;
  gap: 5px;
  align-content: center;
  align-items: center;
  margin-inline: 2px;
}

.zr-deadline-txt span {
  font-size : 14px;
}

.zr-discount-title {
  background : #C30000; 
  min-height : 24px;
  /*  width : 96%;*/
  border-radius : 8px;
  margin : 4px;
  padding-inline : 8px;
}

.zr-discount-title p {
  color: #fff;
  flex: 1; 
  font-size : 12px;
  font-weight : 500;
}

.zr-disc-list {
  padding-inline : 8px;
}

.zr-discount-row {
  min-height :  30px;
  border-bottom : 1px solid #E5E5EA;
  justify-content: space-between;

}
.zr-discount-row p {
  font-size : 12px; 
  display : flex;
  gap: 6px;
  color : #000;
}

.zr-discount-row:last-child {
  border-bottom : none; 
}

.zr-close-discount-box {
  display : none; 
}

.zr-pro-a {
  /*z-index : -1 ; 
  position : relative;*/
}


.del-price {
  color : #717171;
  font-size : 16px;
  font-weight : 500; 
}


.zr-flex {
  flex : 1;
}




.zr-pro-details-disc .zr-disc-box-pro-card {
  right: 0; 
}

.zr-disc-container {
  gap : 0.5rem;
}


.zr-pro-details-disc  {
  display: none;
  width: 100%;
  min-width: 140px;
  height: fit-content;
  background: #fff;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  box-shadow: 0px 0px 8px 0px #00000040;
  border-radius: 8px;
  left : 0;
}

.zr-discount-timer {
  background : #C30000;
  border-radius : 1000px;
  min-width: 187px;
  min-height: 32px;
  position : absolute ;
  right : 0;
  top : 0;
  margin-top : 1.75rem;
  margin-right : 1.75rem;
}

.zr-discount-timer p {
  color : #fff;
  font-size : 14px;
  font-weight : 500;
}

.timer-container {
  flex: 1;
  background: #F3F3F3;
  color: #000 !important;
  border-radius: 52px;
  min-height: 28px; 
  justify-content: center;
  margin-left: 2px;
}

.zr-discount-timer p:nth-child(1) {
  padding-inline: 8px; 
}

.product-d-none {
  z-index : 999; 
}


.one-line {
  white-space : nowrap;
}

.zr-switch-style {
  min-height : 72px;
  background : var(--gray-3);
}

.magnifier-l-img .obj-contain {
  object-fit : cover !important; 
}


.zr-shortmsg-parent.zr-correctbox-parent {
  z-index: 99999999 !important; 
}


.zr-single-banner {
  max-height: 302px; 
  overflow : hidden ;
}




.zr-pro-page {
  margin-top : 0px !important;
}

.zr-top-sort-box {
  position: sticky;
  padding-top: 1.5rem;
  top: 136px;
  background: var(--white);
  z-index: 10; 
  width: calc(100% + 40px) !important;
  padding-inline: 20px;
  margin-inline: -20px;
  padding-bottom : 0.5rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.zr-top-sort-box.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}


.zr-pro-count-res {
  padding-right : 1rem; 
}

.advance-price-input input {
  border: none  !important;         
  outline: none  !important;     
}

.advance-price-inpu input:hover,
.advance-price-inpu input:focus {
  border: none  !important;         
  outline: none  !important;      
}



.zr-checked {
  position: absolute;
  content: '-' !important;
  z-index: 1;
  border-radius: 4px;
  height: var(--checkboxheight);
  width: var(--checkboxheight);
  border: 1px solid #FF9500;
  background-color: #FFF4E6 !important;
  border-radius: 4px;
  top: 0;
  left: 0;
  color: #FF9500;
  display: flex;
  align-items: center;
  justify-content: center;
}


input[type="checkbox"].zr-checked::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  height: var(--checkboxheight, 16px);
  width: var(--checkboxheight, 16px);
  border: 1.5px solid #FF9500;
  background-color: #FFF4E6 !important;
  color: #FF9500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  top: 0;
  left: 0;
}

input[type="checkbox"].zr-checked::after {
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  width: 10px;
  height: 2px;
  background:  #FF9500;
  border-radius : 2px;
  margin-left : 1px;
}


input[type="checkbox"] {
  position: relative;
}

.sp-f-check:checked:before {
  padding-top: 2px;
  padding-right: 1px;  
}



.sp-f-check:checked:before,
.rewrite-sp-f-check:checked:before
{
  content: "✓" !important;
  color: #fff !important;
  font-size : 12px ;  background-image: none !important;
  border: 0px;
  background-size: 100% 100%;
  top: -1px;
  left: -1px;
  height: calc(var(--checkboxheight) + 0px);
  width: calc(var(--checkboxheight) + 0px);
  background-color: var(--primary-9) !important; 
  display: flex;
  justify-content: center;
  align-items: center;
}


.zr-advance-body .P-range input[type="range"]::-webkit-slider-thumb {
  background:  var(--primary-9) !important;
}

.search-result {
  border-radius: .5rem !important;
  outline: 1px solid var(--primary-9) !important;
  border: none !important; 
}

.zr-none-exist-btn {
  background-color : #BABABA !important;
  pointer-events: none; 
  opacity: 0.5;      
  cursor: not-allowed;  
 
}

.zr-none-exist-btn span,
.zr-none-exist-btn a {
  color : #000 !important ; 
}


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

.sp-drop-button:after {
  border : none !important;
  background : url('/themes/website/quartznew/files/arrow-down-black.svg') no-repeat !important;
  width: 16px;
  height: 16px;
  background-size: contain !important;
  top: 9px;
  left: 0px;
}

.zr-cover-img {
  object-fit : cover; 
}