/*
Theme Name: ویزیتورمارکت
Description: قاقالب سوپرمارکتی
Version: 1.1.1
Author:	hamid
Theme URI: https://webkeen.ir
Author URI: https://webkeen.ir
License: webkeen
Text Domain: webkeen
*/

/* font variable */
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('assets/fonts/IRANYekanX/variable/IRANYekanXVF.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('assets/fonts/IRANYekanX/variable/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}

/* static font (fallback) */
@font-face {
    font-family: IRANYekanX;
    src: url('assets//fonts/IRANYekanX/static/IRANYekanX-regular.woff') format('woff');
}

@font-face {
    font-family: IRANYekanX;
    src: url('assets//fonts/IRANYekanX/static/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}
:root {
  /* رنگ‌های برند */
  --color-primary: #D32F2F;        /* قرمز برند – رنگ اصلی تاکید */
  --color-secondary: #388E3C;      /* سبز برند – رنگ مکمل یا پس‌زمینه */
  --color-accent: #FBC02D;         /* زرد ملایم – برای CTA یا دکمه‌ها */

  /* پس‌زمینه‌ها */
  --color-bg: #FFFFFF;             /* پس‌زمینه کلی صفحات – سفید و تمیز */
  --color-card-bg: #fff;        /* پس‌زمینه کارت‌های محصول – طوسی خیلی روشن */
  --color-border: #E0E0E0;         /* رنگ خطوط و حاشیه‌ها */

  /* متن‌ها */
  --color-text: #212121;           /* متن اصلی – مشکی تیره برای خوانایی خوب */
  --color-text-muted: #757575;     /* متن توضیحی یا ثانویه */

  /* دکمه‌ها */
  --color-button-bg: #D32F2F;      /* قرمز برای دکمه‌ها مثل "افزودن به سبد" */
  --color-button-text: #FFFFFF;    /* متن سفید روی دکمه */
  --color-button-hover: #B71C1C;   /* حالت hover دکمه‌ها – قرمز تیره‌تر */

  /* نوار بالا و پایین */
  --color-header-bg: #388E3C;      /* سبز برای هدر */
  --color-footer-bg: #2E7D32;      /* سبز تیره‌تر برای فوتر */
  --color-header-text: #FFFFFF;    /* سفید برای نوشته‌ها در هدر/فوتر */
}

/* font family */
.tooltip,
body {
    font-family: IRANYekanX, tahoma;
    bakground-color:var(--color-bg);
}
tr,td,th {
	font-family: 'IRANYekanXVF', tahoma;
}
@supports (font-variation-settings: normal) {
    body {
        font-family: 'IRANYekanXVF', tahoma;
    }
}
body {
	margin: 0;
	padding-bottom: 80px;
	background: #f8f8f8;
}
section {
	padding-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
	padding-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
* {
	letter-spacing: 0;
	box-sizing: border-box;
	font-family: 'IRANYekanXVF', tahoma;
}
input{
    font-family: 'IRANYekanXVF', tahoma;
}
* {
    letter-spacing: 0;
    box-sizing: border-box;
    font-family: 'IRANYekanXVF', tahoma;
}
h1{
    font-size: 32px;
    font-weight: 800;
	color: var(--color-primary);
}
h2{
    font-size: 32px;
    font-weight: 800;
	color: var(--color-primary);
}
h3{
    font-size: 24px;
    font-weight: 700;
	color: var(--color-primary);
}
h4{
    font-size: 20px;
    font-weight: 600;
	color: var(--color-primary);
}
h5{
    font-size: 16px;
    font-weight: 550;
	color: var(--color-primary);
}
h6{
    font-size: 32px;
    font-weight: 500;
	color: var(--color-primary);
}

a {
    cursor: pointer;
        font-family: 'IRANYekanXVF', tahoma;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
    color: var(--color-secondary);
}
img {
	max-width: 100%;
	height: auto;
}
a {
	cursor: pointer;
	font-family: 'IRANYekanXVF', tahoma;
}
a {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	text-decoration: none;
	color: #222;
	font-family: 'IRANYekanXVF', tahoma;
}
img {
	max-width: 100%;
}
label {
	display: inline-block;
	font-family: 'IRANYekanXVF', tahoma;
}
button {
	cursor: pointer;
	font-family: 'IRANYekanXVF', tahoma;
}
select {
	background: #fff;
	border: 1px solid var(--color-border);
	padding: 5px 8px;
	border-radius: 4px;
	min-width: 100px;
	font-family: 'IRANYekanXVF', tahoma;
}
input, select, textarea {
	padding: 9px !important;
	border-radius: 8px !important;
	background: #d9d9d9 !important;
	min-height: 54px;
	border: 0 !important;
}
.select2-selection__rendered {
	background: #d9d9d9;
	min-height: 54px;
	border: 0 !important;
	border-radius: 8px !important;
}
.select2-selection {
	border: 0 !important;
}
p {
	line-height: 32px;
}
.d-flex{
    display:flex;
}
.d-grid{
    display:grid;
}
.d-inline-flex{
     display:inline-flex;
}
.flex-align-items-center{
    align-items:center;
}
.flex-justify-content-space-between {
	justify-content: space-between !important;
}
.flex-justify-content-space-around{
    justify-content:space-around;
}
.flex-justify-content-end{
    justify-content:end !important
}
.flex-dir-col{
    flex-direction:column;
}
.grid-template-2{
    grid-template-columns: repeat(2,1fr);
}
.grid-template-3{
    grid-template-columns: repeat(3,1fr);
}
.grid-template-4{
    grid-template-columns: repeat(4,1fr);
}
.grid-template-5{
    grid-template-columns: repeat(5,1fr);
}
.grid-template-6{
    grid-template-columns: repeat(6,1fr);
}
.flex-wrap {
	flex-wrap: wrap;
}
.gap-3{
    gap:3px;
}
.gap-5{
    gap:5px;
}
.gap-8{
    gap:8px;
}
.gap-10{
     gap:10px;
}
.gap-15{
    gap:15px;
}
.gap-25{
    gap:25px;
}
.gap-20{
   gap:20px; 
} 
.p-20{
    padding:20px;
}
.text-center{
    text-align:center;
}
@media (min-width:768px){
    .col-m-15{
    width:15%;
}
.col-m-25{
    width:25%;
}
.col-m-30{
    width:30%;
}
.col-m-40{
    width:40%;
}
.col-m-50{
    width:50%;
}
.col-m-60{
    width:60%;
}
.col-m-70{
    width:70%;
}
.col-m-75{
    width:75%;
}
.col-m-100{
    width:100%;
}
.col-m-85 {
	width: 85%;
}
.columns-2{
    grid-template-columns: repeat(2,1fr);
}
.columns-3{
    grid-template-columns: repeat(3,1fr);
}
.columns-4{
    grid-template-columns: repeat(4,1fr);
}
.columns-5{
    grid-template-columns: repeat(5,1fr);
}
.columns-6{
    grid-template-columns: repeat(6,1fr);
}
} 
@media (max-width:767px){
    .col-s-15{
    width:15%;
}
.col-s-25{
    width:25%;
}
.col-s-30{
    width:30%;
}
.col-s-40{
    width:40%;
}
.col-s-50{
    width:50%;
}
.col-s-60{
    width:60%;
}
.col-s-70{
    width:70%;
}
.col-s-75{
    width:75%;
}
.col-s-100{
    width:100%;
}
.col-s-85 {
	width: 85%;
}
.col-s-100 {
	width: 100%;
}
}
.header-container {
	max-width: 1320px;
	margin: 0 auto;
}
.p-l-15{
   padding-left:15px; 
}
.p-8{
    padding:8px;
}
.p-12{
    padding:12px;
}
.p-15{
    padding:15px;
}
.p-25{
    padding:25px;
}
.p-15 {
	padding: 15px;
}
.border-1-200 {
	border: 1px solid var(--color-border);
}
.radius-15 {
	border-radius: 15px;
}
.background-white {
	background-color: #fff;
}
.mb-16 {
	margin-bottom: 16px;
}
.back-white{
    background:#FFF;
}
.header-logo a {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
body:not(.dark) .btn-outline {
	color: #222852 !important;
	border-color: #222852 !important;
}
.label1 {
	background: #e8f3fe;
	color: #0089ff;
		font-size: 10px;
	line-height: 20px;
	border-radius: 4px;
		padding: 0px 3px;
}
.label2 {
	background: #e4ffeb;
	color: #41bd64;
	font-size: 10px;
	line-height: 20px;
	border-radius: 4px;
		padding: 0px 3px;
}
.position-relative {
	position: relative !important;
}
.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(220,38,38), 1) !important;
}
#header-main {
	padding: 15px;
	position: sticky;
	top: 0;
	z-index: 99;
}
.header-wrapper {
	box-shadow: 0 6px 16px #d0d9f5a0;
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	animation: BoxShadowAppear 2s ease-in;
	-moz-animation: BoxShadowAppear 2s ease-in;
	-webkit-animation: BoxShadowAppear 2s ease-in;
	/* animation-fill-mode: none; */
	-ms-animation: BoxShadowAppear 2s ease-in;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	background: #fff;
	border-radius: 20px;
	transition: all 2s ease-in;
	padding: 10px 30px;
}
.container {
	max-width: 1320px;
	margin: 0 auto;
	padding-right:15px;
	padding-left:15px;
}
.button {
	padding: 6px 15px;
	margin: 0 auto;
	border-radius: 8px;
	text-align: center;
	font-family: inherit;
}
.button-primarry {
	background-color: var(--color-button-bg) !important;
	color: var(--color-button-text) !important;
}
.search-block {
	cursor: pointer;
}
/* mobile menu */
.modal-menu {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	width: 300px;
	height: 100%;
	overflow: auto;
	z-index: 99999999;
	visibility: visible;
	background-color: #fdfdfd;
	-webkit-transition: all .5s;
	transition: all .5s;
  width: 265px !important;
  background-color: #fff;
}
.button.view-cart {
	background-color: var(--color-button-bg) !important;
	fill: var(--color-button-text) !important;
	width: 43px !important;
	height: 43px !important;
	/* display: flex; */
	justify-content: center;
	align-content: center;
	padding: 8px !important;
	border-radius: 12px !important;
	margin: 0 !important;
	display: none;
}
.menu-icon {
	margin-left: 5px;
}
.logo-mobile {
	text-align: right;
	border-bottom: 1px solid #E5E5EA;
	margin: 5px auto;
}
.logo-mobile img {
	padding: 10px 10px;
	max-width: 140px;
	height: auto;
}
.header-logo img {
	width: 150px;
	max-width: 100%;
}
.off-canvas-main {
	/* height: 100%; */
	width: 100%;
	position: relative;
}
.off-canvas-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.off-canvas-main .menu li {
	margin-bottom: 8px;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	position: relative;
	order: 2;
}
.off-canvas-main .menu li {
	margin-bottom: 8px;
	display: block;
}
body .off-canvas-main .menu li > a {
	padding: 9px;
	font-weight: 400;
	display: flex !important;
	align-items: center;
	text-align: right;
	font-size: 14px;
	line-height: 26px;
	color: #454b55;
	width: 100%;
}
body .off-canvas-main .menu ul {
	display: flex !important;
	flex-direction: column;
	position: fixed;
	background-color: #fff;
	height: 100%;
	z-index: 999;
	right: -100%;
	top: 0px;
	transition: 0.2s all;
}
body .off-canvas-main .menu ul {
	width: 265px !important;
	background-color: #fff;
}
.off-canvas-main li.menu-item-has-children span.toggle-submenu {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 8px;
	top: calc(50% - 12px);
}
body .off-canvas-main .menu ul.sub-menu li {
	padding: 2px 10px;
	border-bottom: 1px solid #e8e8e8;
}
.modal-menu.toggle {
	right: 0;
	transition: all .3s;
	width: 265px !important;
	background-color: #fff;
}
body .off-canvas-main .menu ul.toggle {
	right: 0;
	transition: 0.3s all;
}
body .modal-menu .off-canvas-main .menu ul.sub-menu span.close-submenu::before {
	content: "";
	background-image: url(assets/images/arrow-narrow-right.svg);
	position: relative;
	margin-left: 8px;
	font-size: 20px;
	font-weight: 100;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
}
.menu-icon {
	cursor: pointer;
}
.close-submenu {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	border-bottom: 2px solid #d5dbdb;
	font-size: 16px;
	font-weight: 600;
}
.navigation-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99998;
	display: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background .5s ease-in-out, visibility .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, visibility .5s ease-in-out;
	transition: background .5s ease-in-out, visibility .5s ease-in-out;
	cursor: url(assets/images/x.png), default;
}
.remodal-overlay, .navigation-overlay, .modal__overlay {
	background-color: #0000004d !important;
}
.cart-count-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #de043c;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 999px;
    line-height: 1;
    transform: translate(50%, -50%);
}
/* search */
.search-form {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	padding: 0;
	max-width: 100%;
	margin: 0;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999;
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.active-search {
	visibility: visible !important;
	opacity: 1 !important;
	height: 100% !important;
   padding: 20px;
  margin: 15px;
}
.mobile-search-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.mobile-search-header span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.mobile-search-header svg {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.mobile-search-header svg:hover {
  transform: rotate(90deg);
}

.search__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search__input {
	padding: 12px 16px !important;
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
	font-size: 1rem;
	transition: border-color 0.2s ease;
	width: 100%;
	min-height: 40px;
}

.search__input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}
.search-fields-box > select {
	height: 100%;
	min-height: 45px;
}
.search__button {
	align-self: flex-end;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
}

.search__button:hover {
  background: #0056b3;
}

.search__button-icon svg {
	width: 40px;
	height: 40px;
	stroke: white;
}

.loader {
  display: none;
  width: 24px;
  height: 24px;
  border: 3px solid var(--color-border);
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  align-self: center;
}
.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-fields-box {
	position: relative;
}
#search_category {
	width: 200px;
	padding: 13px;
	margin-left: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.search-fields-box {
	gap: 8px;
}
.search-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.search_item .price {
	display: flex;
	gap: 8px;
	align-items: center;
}
.search_item .price del bdi {
	font-size: 12px;
}
.search_item .price del .woocommerce-Price-currencySymbol {
	display: none;
}
.search_item .price ins .woocommerce-Price-currencySymbol {
	font-size: 12px;
	margin-right: 3px;
	font-weight: 400;
}
.search_item .price ins {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.search_item .card-footer .addTocartPlus ,.search_item .card-footer .quantity-cart{
	position: unset !important;
}
.search-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
}

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

#datafetch {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	margin-top: 10px;
	padding: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	max-height: 400px;
	overflow-y: auto;
	z-index: 9999;
	width: 100%;
	direction: rtl;
}
#datafetch p {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #999;
}
#datafetch.active {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

.search__box {
  margin-top: 10px;
}
.search_head {
  font-size: 15px;
  font-weight: bold;
  color: #de043c;
  margin: 12px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #ddd;
}

.search_item {
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: background 0.3s ease;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.search_item:hover {
  background-color: #f8f8f8;
}

.search_item img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.search_item h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.search_item a {
  color: #333;
  text-decoration: none;
}

.search_item a:hover {
  color: #de043c;
}
/* واکنش‌گرایی */
@media (max-width: 576px) {
  .search-form {
    padding: 15px;
    margin: 10px;
  }
  .search__button {
	left: 15px;
	top: 66px;
}
} 

/* home page */
.custom-slider .item {
    transform: scale(0.8); /* کوچک کردن آیتم‌های کناری */
}

.custom-slider .owl-item.center .item {
    transform: scale(1); /* بزرگ کردن آیتم وسط */
}

.custom-slider img {
    width: 100%;
    border-radius: 10px;
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.owl-dot {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  width: 24px;
  height: 10px;
  background-color: var(--color-button-bg);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 137, 255, 0.4);
}


/* product carousel */
.low-price-section .top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.title-color {
	color: #222 !important;
}
.low-price-section .top-content h4 {
	font-weight: 700;
	margin-top: -6px;
	margin-bottom: calc(0px + (3 - 0) * ((100vw - 320px) / (1920 - 320)));
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.btn-outline {
	padding: 8px;
	background-color: #fff;
	color: #0baf9a;
	font-size: 15px;
	border-radius: 5px;
	font-weight: 600;
	border: 1px solid var(--color-border);
	display: inline-block;
	line-height: 21px;
}
.low-price-section .top-content a {
	font-weight: 600;
	margin-top: -2px;
}
.card-footer {
	margin-top: 20px;
	justify-content: center;
	min-height: 48px;
}
.product-card {
	padding: 10px;
	border-radius: 22px;
	position: relative;
	background-color: var(--color-card-bg);
	overflow: hidden;
	box-shadow: 0px 4px 55px 0px #00000003;
}
.product-card img {
	border-radius: 22px;
}
.label-text {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #353535;
}
.price-item {
	border-bottom: 1px dashed !important;
	padding: 6px 0;
}
.price-inner {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
}
.addTocartPlus {
	padding: 18px 23px !important;
	font-weight: 600 !important;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 !important;
}
.btn-decrease, .btn-increase {
	margin: 0 !important;
	border: 0 !important;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.card-footer .cart-quantity,.special-col .cart-quantity {
	width: 40px;
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border: 1px solid var(--color-border);
	border-radius: 4px;
}

.price-content{
   position: relative; 
}
.quantity-cart {
	justify-content: center;
}
.product-box_discount {
	position: absolute;
	left: 16px;
	top: 15px;
	width: 45px;
	height: 45px;
	background: #ffeaeb;
	font-size: 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	text-align: center;
	border-radius: 50px 50px 50px 0;
	color: #da1e27;
	font-weight: bold;
	padding: 2px;
	flex-direction: column;
}
.product-box_discount.markup::before {
	content: "مارک آپ";
	font-size: 9px;
	margin-bottom: 3px;
}
.product-box_discount.margin::before {
	content: "مارجین";
	font-size: 9px;
	margin-bottom: 3px;
}
.product-box_discount.margin {
	top: 63px;
	border-radius: 50px 0px 50px 50px;
}
.product-card .content-wrap {
	margin-bottom: -5px;
}
.product-card .content-wrap {
	text-align: right;
}
.product-box_discount small {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.product-card .img-wrap a {
	display: block;
}
.product-card .img-wrap a img {
	margin: 0 auto;
	border-radius: 6px;
}
.product-card .ex-badges {
	padding: 12px 0;
}
.img-fluid {
	max-width: 100%;
	width: 215px;
	height: 215px;
	object-fit: contain;
}
.font-sm {
	font-size: 14px !important;
}
.product-card .content-wrap a {
	font-weight: 600;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
}
.product-card .content-wrap a {
	overflow: hidden;
	min-height: 50px;
}
.font-xs {
	font-size: calc( 13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)) ) !important;
}
.content-color {
	color: #777;
}
.product-card .content-wrap span:first-of-type {
	display: block;
}
.product-card .content-wrap span:last-of-type {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
	position: relative;
	line-height: 22px;
	font-weight: 600;
}
.product-card .content-wrap span:last-of-type {
	min-height: 30px !important;
}
.product-card .content-wrap span:last-of-type {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.plus-minus {
	border: 1px solid var(--color-border);
	border-radius: 5px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
}
.plus-minus {
	height: 30px;
	padding: 0 !important;
	top: unset !important;
}
.product-card .content-wrap .plus-minus {
	border: none !important;
}
.product-card .content-wrap .plus-minus {
	border: none !important;
}
.product-card .content-wrap span:last-of-type span {
	padding: 4px;
	background-color: #0baf9a;
	border-radius: 6px;
}
.product-card .content-wrap span:last-of-type .plus-minus {
	position: absolute;
	left: 0;
	right: -100px;
	opacity: 0;
	visibility: hidden;
	bottom: 3px;
	top: -3px;
	padding: 5px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
}
.product-card .content-wrap span:last-of-type .plus-minus {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	left: -100px;
	right: 0;
}
.product-card .content-wrap span:last-of-type .plus-minus svg {
	stroke: #fff;
	width: calc(18px + (21 - 18) * ((100vw - 320px) / (1920 - 320)));
	height: calc(18px + (21 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.product-card .content-wrap span:last-of-type .plus-minus svg {
	width: 20% !important;
	height: 100% !important;
}
.product-card .content-wrap span:last-of-type .plus-minus svg:first-of-type {
	margin: 0 5px 0 0;
}
.product-card .content-wrap span:last-of-type .plus-minus svg:first-of-type {
	border-radius: 0 5px 5px 0 !important;
}
.product-card:hover {
	box-shadow: 0 6px 16px #d0d9f5a0;
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	animation: BoxShadowAppear 2s ease-in;
	-moz-animation: BoxShadowAppear 2s ease-in;
	-webkit-animation: BoxShadowAppear 2s ease-in;
	animation-fill-mode: none;
	animation-fill-mode: none;
	-ms-animation: BoxShadowAppear 2s ease-in;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

/* special products */
.product-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
}
.special-items {
	overflow: hidden;
	position: relative;
}
.special-items .ex-badges {
	padding-top: 15px;
}
.special-cart-button {
	margin-left: 0;
}
.discount-product span {
	background: #ffeaeb;
	color: #da1e27;
	padding: 4px;
	border-radius: 8px;
}
.sprcial-products {
	background: var(--color-card-bg);
	border-radius: 12px;
}
.product-price-del {
	font-size: 13px;
}
.product-price-reg {
	display: flex;
	align-items: center;
	font-size: 16px !important;
	font-weight: bold;
	position: relative;
}
.special-col.col-m-70 {
	max-width: calc(70% - 15px);
}
.product-price-del .woocommerce-Price-currencySymbol {
	display: none;
}
.product-price-reg .woocommerce-Price-currencySymbol {
	font-size: 10px;
	transform: rotate(-90deg);
	display: block;
	margin-top: 0;
	text-align: left;
	font-weight: normal;
	position: absolute;
	right: 100%;
	top: 2px;
}

/* products special */

.category-title {
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

        .categories {
            display: grid;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            grid-template-columns: repeat(8,1fr);
        }

        .category {
            text-align: center;
        }

.category img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.3s ease;
	padding: 8px;
}

        .category img:hover {
            transform: scale(1.1);
        }

.category span {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background: var(--color-secondary);
	padding: 8px;
	border-radius: 14px;
}
.wrapper-sales-cat {
	background: var(--color-card-bg);
	padding: 25px;
	border-radius: 15px;
}
.title-sales-cat img{
    max-width:50%;
}
.discount-product-items {
	overflow-x: auto;
}
.discount-count {
	background: var(--color-button-bg);
	border-radius: 12px;
	padding: 3px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.image-product {
	position: relative;
}
.image-product {
	background: #fff;
	border-radius: 100%;
	width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.all_product_sale_cat a {
	padding: 15px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 12px;
	background: #fff;
	border-radius: 46px;
	color: #0040ff;
	gap: 8px;
}
.all_product_sale_cat a svg {
	width: 20px;
}
.discount-text {
	background: var(--color-secondary);
	color: #fff;
	padding: 8px;
	border-radius: 45px;
	font-size: 12px;
}
.all_product_sale_cat {
	max-width: 135px;
}

/* special slider */
.special-slider-section {
  
}

.special-slider-section .owl-carousel .item {
	background: #fff;
	padding: 0;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.special-slider-section .offer-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.special-slider-section .owl-carousel .item img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.special-slider-section .owl-carousel .item h3 {
	font-size: 14px;
	margin: 10px 0;
	color: #333;
}

.special-slider-section .new-price {
    font-size: 18px;
    color: #009e2b;
    font-weight: bold;
}

.special-slider-section .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: gray;
}

.special-slider-section .discount {
    background: red;
    color: white;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 5px;
}

.special-slider-section .progress-bar {
    background: #ddd;
    border-radius: 5px;
    margin: 10px 0;
    height: 5px;
    width: 80%;
    margin: auto;
}

.slider-section .progress {
    background: red;
    height: 5px;
    border-radius: 5px;
}

.special-slider-section .sold-count {
    font-size: 12px;
    color: gray;
    display: block;
    margin-bottom: 10px; 
}

.special-slider-section .add-to-cart {
    background: green;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}
.special-offer h2 {
	color: #fff;
}
.brand-section .category img {
	border: 2px solid var(--color-secondary);
}
.special-slider-section .special-offer {
	text-align: center;
	color: white;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 25px;
}

.special-slider-section .special-offer h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.special-slider-section .view-all {
    background: white; 
    color: #009e2b;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.product-top-content { 
	position: relative;
}
.special-slider {
	background: var(--color-secondary);
	padding: 25px;
	border-radius: 15px;
}
.special-slider-section .add-to-cart {
	background: green;
	color: white;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

/* mobile nav */
.mobile-nav {
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
	z-index: 9999;
	padding: 8px 0;
	transition: all 0.3s ease;
	max-width: 1320px;
	margin: 0 auto;
}

.mobile-nav .container {
    margin: 0 auto;
}

.nav-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-item {
    text-decoration: none;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.25s ease;
    position: relative;
}

.nav-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
}

.nav-inner img {
    width: 24px;
    height: 24px;
    transition: transform 0.25s ease;
}

.nav-item:hover img {
    transform: scale(1.15);
}

.nav-item:hover {
    color: #000;
}

.nav-item.active .nav-inner {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 6px 12px;
    color: #000;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}

/* نشان تعداد سبد خرید */
.cart-count-badge {
    position: absolute;
    top: -5px;
    right: 18px;
    background: #ff3b30;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    padding: 2px 5px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* انیمیشن نرم برای کل نوار هنگام اسکرول */
.mobile-nav.show {
    transform: translateY(0);
    opacity: 1;
}

.mobile-nav.hide {
    transform: translateY(120%);
    opacity: 0;
}


#pills-tab .nav-inner {
	font-size: 12px !important;
	font-weight: 450 !important;
	line-height: 160% !important;
	font-variation-settings: "DOTS" 1 !important;
}
#pills-tab .nav-item {
	padding: 5px;
	display: block;
	position: relative;
	width: 100%;
}

#pills-tab .nav-item::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: -9px;
	display: block;
	top: 0;
}
@media (max-width:767px){
    .grid-template-md-1 {
	grid-template-columns: repeat(1,1fr);
}
.categories {
	grid-template-columns: repeat(3,1fr);
}
}
 


/* checkout */
.adress-box {
	box-shadow: 0 4px 100px 0 #0000001a;
	border-radius: 4px;
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.adress-info {
	background: #fff;
	padding: 15px;
	border-radius: 30px 30px 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}
.order-review {
	border: 1px solid var(--color-border);
	border-radius: 4px;
	margin-top: 15px;
	padding: 15px;
}
.checkout-title {
	padding: 15px;
	gap: 8px;
	font-size: 15px;
	font-weight: 500;
}
.title-text {
	font-size: 14px;
}
.button-one {
	border: 0;
	background: #fff;
	color: #3f3fec;
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 14px;
}
.adress-link {
	width: 100%;
	display: flex;
	justify-content: end;
}
.tracking-title i {
	font-size: 50px;
}
.items-data .num-items {
	padding: 4px;
	font-size: 12px;
}
.num-items h5 {
	margin: 10px 0;
}
.product-feature {
	gap: 6px;
}
.product-feature .small {
	font-size: 12px;
}
#billing_address_2_field {
	display: none;
}
.woocommerce-billing-fields__field-wrapper p label {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
}
.woocommerce-billing-fields__field-wrapper p label::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #d51f2c;
	display: inline-block;
	border-radius: 100px;
	margin-left: 5px;
}
.woocommerce-billing-fields h3 {
	color: #000;
	font-size: 15px;
	line-height: 100%;
	display: none;
}
.checkout-box-title {
	color: #000;
	font-size: 15px;
	line-height: 100%;
	margin-bottom: 25px;
}
#billing_country_field {
	display: none;
}
.pay-label {
	position: absolute;
	left: 0;
	background: var(--color-button-bg);
	color: var(--color-button-text);
	font-size: 12px;
	line-height: 20px;
	border-radius: 4px;
	padding: 2px 6px;
}
.checkout-product-slider .item {
	position: relative;
}
.product-quantity {
	position: absolute;
	background: rgb(248, 211.6, 211.6);
	padding: 2px;
	font-size: 12px;
	border-radius: 8px;
	right: 4px;
	top: 4px;
}
.checkout-product-slider .item .rounded {
	border-radius: 15px;
}
.order-items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.product-feature i {
	border: 1px solid var(--color-border);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
}
.woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 8px;
}
.woocommerce-billing-fields__field-wrapper p {
	width: 100% !important;
}

@media (min-width: 768px) {
.sticky-md-top {
	position: sticky;
	top: 0;
	z-index: 9;
}
}
.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}
.kn-flex-column-center-center {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}
.gap-3 {
	gap: 1rem !important;
}
.kn-flex-column, .kn-flex-column-start-start {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: flex-start;
	align-items: start;
}
.w-100 {
	width: 100% !important;
}
.kn-flex-between-center {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: space-between;
	align-items: center;
}
.form-check {
	display: flex;
	align-items: center;
	line-height: 100%;
}
.kn-fw-medium, .kn-fw-500 {
	font-weight: 500;
	font-variation-settings: "wght" 500;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #000;
	font-size: 15px;
	line-height: 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #48AA43 !important;
	color: #fff !important;
	border-top: 3px solid #de043c !important;
}
.showcoupon {
	color: #fff !important;
}
.checkout_coupon.woocommerce-form-coupon {
	box-shadow: 0 4px 100px 0 #0000001a;
	background: #fff;
	border-radius: 15px !important;
	border: 0 !important;
}
.button[name="apply_coupon"] {
	background: #de043c !important;
	color: #fff !important;
	padding: 18px !important;
}
.kn-flex-start-center {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-start;
	align-items: center;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
.fs-6 {
	font-size: 1rem !important;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.card {
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 4px;
	padding: 15px;
}
.kn-fw-medium, .kn-fw-500 {
	font-weight: 500;
	font-variation-settings: "wght" 500;
}
.modal {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	right: 0;
	left: 0;
	z-index: 101;
}
.fade {
	transition: opacity .15s linear;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 1.75rem;
	pointer-events: none;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1.75rem*2);
}
@media (min-width: 576px) {
.modal-dialog {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	box-shadow: 0 4px 100px 0 #00000014;
	border-radius: 14px;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	justify-content: space-between;
}
.modal-title {
	line-height: 32px;
	font-size: 1.25rem !important;
	margin: 0;
}
.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(67, 56, 202, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 15px;
}
.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.175);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.form-label {
	margin-bottom: .5rem;
}
.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-size: 16px 12px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[dir="rtl"] .form-select {
	padding: .375rem .75rem .375rem 2.25rem;
	background-position: left .75rem center;
}
.modal-body input {
	border: 1px solid var(--color-border);
	padding: 9px;
	border-radius: 8px;
}
.modal-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#address {
	border: 1px solid var(--color-border);
	padding: 9px;
	border-radius: 8px;
	width: 100%;
}
.review-order {
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 100px 0px;
	background: rgb(255, 255, 255);
	border-radius: 15px;
}
.review-item {
	font-size: 0;
}
.review-item.columns-1 {
	grid-template-columns: repeat(1,1fr);
}
.woocommerce ul#shipping_method li {
	border: 1px solid #D9D9D9;
	padding: 15px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 15px;
	background: #f4f5f6;
}
.review-item {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding: 8px;
	gap: 15px;
}
.title-item-review {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}
.border-bottom {
	border-bottom: 1px solid #d1d5db;
}
.item-review-text bdi {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
}
.item-review-text .woocommerce-Price-currencySymbol {
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #6F6F6F;
	margin-right: 5px;
}
.woocommerce form .form-row .optional {
	display: none;
}
#billing_email_field label::before {
	display: none;
}
.price-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.price-label {
    font-size: 14px;
    color: #666;
}

.price-value {
    font-weight: bold;
    font-size: 15px;
}

.new-price {
    color: #2c7a2c; /* رنگ سبز برای قیمت عمده */
}

.sod-price {
	color: #f00;
	padding-top: 5px;
}
.item-review-text {
	text-align: left;
	font-size: 15px;
}
.woocommerce ul#shipping_method li {
	text-align: left;
	font-size: 14px;
}
.shipping-time-tabs {
	display: flex;
	gap: 1rem;
	border: 1px solid #000;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding: 0;
	border-radius: 12px;
	justify-content: space-around;
	overflow-x: auto;
}
.nav-item:last-child::after {
	display: none;
}
.shipping-time-tabs .nav-item .nav-link {
	min-width: 6rem;
	color: #000;
	font-size: 1.15rem;
	opacity: 0.9;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1rem;
	border: 0;
	border-bottom: 2px solid transparent;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
	margin: 0 auto;
}
.nav-item .text-body-emphasis {
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	color: #48aa43;
}
.nav-item button div {
	font-size: 12px;
	font-weight: 500;
	color: #000;
}
.nav-link.active span {
	background: #edf7ef;
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	color: #48aa43;
	border-radius: 15px;
}
.modal-overlay {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	height: 100%;
	background: #ffffff82;
	opacity: 0.5;
	z-index: 100;
	backdrop-filter: blur(30px);
}
#payment {
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 100px 0px;
	background: rgb(255, 255, 255) !important;
	border-radius: 15px !important;
}
#place_order {
	background: #48AA43;
	width: 100%;
	border-radius: 15px;
	padding: 15px;
}
/* login register */
.login-block .title-text img {
	margin: 0 auto;
	display: block;
}
.title-text {
	text-align: center;
}
.login-block {
	max-width: 380px;
	margin: 0 auto;
}
.login-block .login-block {

	min-height: 900px;
}
#loginModal .modal-dialog {
	max-width: 380px !important;
}
#loginModal .modal-body {
	padding: 0 !important;
}
#loginModal .backtosite {
	display: none;
}
#loginModal .title-text {
	display: none !important;
}
.slide-controls > label::after, .slide-controls > label::before {
	display: none !important;
}
::selection{
  background: #fa4299;
  color: #fff;
}
#reg_phone::placeholder {
  color: #eee;
  opacity: 1; /* Firefox */
}

#reg_phone::-ms-input-placeholder { /* Edge 12-18 */
  color: #eee;
}
.login-block .wrapper {
	overflow: hidden;
	max-width: 390px;
	background: #fff;
	padding: 30px;
	border-radius: 15px;

	direction: rtl;
}
.login-block .wrapper .title-text{
  width: 100%;
}
.login-block .wrapper .title {
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	padding-top: 15px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
	margin-bottom: 0;
}
.title.login p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.title-text img {
	margin: 0 auto;
	display: block;
}
#register_form p {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}
#send_code_res {
	padding: 15px 0;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 13px;
	display: none !important;
}

.login-block .wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid var(--color-border);
  border-radius: 5px;
}
.slide-controls .slide {
	height: 100%;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 48px !important;
	cursor: pointer;
	z-index: 1;
	transition: all 0.6s ease;
	padding: 0 !important;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background: -webkit-linear-gradient(left, #a445b2, #7B08B0);
	transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
#login-phone:checked ~ .slider-tab{
  left: 50%;
}
#login-phone:checked ~ label.phone{
  color: #fff;
  cursor: default;
  user-select: none;
}
#login-email:checked ~ label.email {
	color: #fff;
	cursor: default;
	user-select: none;
}
#login-phone:checked ~ label.login{
  color: #000;
}
#login-email:checked ~ label.phone{
  color: #000;
}
#login-email:checked ~ label.email{
  cursor: default;
  user-select: none;
}
.login-block .wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 100%;
}
.form-container .form-inner form{
  width: 100%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field {
	width: 100%;
	margin-top: 20px;
	float: right;
}
.rename_number {
	margin: 0 auto;
	display: block;
	text-align: center;
	float: unset !important;
	border: 0;
	padding: 8px;
	background: unset;
	font-size: 15px;
	color: #040404;
	font-weight: 500;
	cursor: pointer;
}
.form-inner form .field input {
	font-size: 17px;
	transition: all 0.3s ease;
	direction: rtl;
	width: 100%;
	padding: 12px;
	border: 2px solid var(--color-border);
	outline: none;
	border-radius: 10px;
	font-weight: 700;
	height: auto;
	background: #fff;
	accent-color: blue;
	text-align: center;
}
.form-inner form .field input[type="text"] {
	border: 2px solid #48aa43 !important;
	background: #fff !important;
	box-shadow: 0 4px 100px 0 #00000017;
	color: #5c5c5c !important;
	border-radius: 20px !important;
}
input[type="button"] {
	background: #d51f2c !important;
	border-radius: 20px !important;
	color:#fff;
}
.form-inner form .field input:focus{
  border-color: #fc83bb;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #b3b3b3;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link-sp{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link-sp a{
  color: #fa4299;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.disabled-button {
	background: #ccc !important;
	pointer-events: none;
}
#timer {
	margin: 0;
	color: #c4b187;
	font-weight: bold;
}
form .btn .btn-layer {
	height: 100%;
	width: 300%;
	position: absolute;
	left: -100%;
	background: -webkit-linear-gradient(right, #a445b2, #7B08B0, #a445b2, #fa4299);
	border-radius: 5px;
	transition: all 0.4s ease;
}
.woocommerce form.login, .woocommerce form.register {
	border: 0 !important;
	padding: 0 !important;
	margin: 0;
	text-align: right;
	border-radius: 5px;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="button"] {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: relative;
	background: #c4b187;
	border: none;
	color: #fff;
	padding-left: 0;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}

.backtosite a{
    text-decoration: unset;
    color: black;
}
.backtosite {
	margin: 2px;
	padding: 10px 25px;
	border-radius: 10px;
	text-align: center;
}
#login_btn_box {
	padding: 0px !important;
}
#verify_reg_code_field {
	padding: 0 !important;
}
.rp-btn{
  cursor: pointer;
  text-decoration: unset;
}
#rp_number{
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  outline: none;
  border: solid 1px var(--color-border);
  margin-bottom: 20px;
}
#rp_send_link{
  background: #d63384;
  border: none;
  padding: 5px 20px;
  border-radius: 10px;
  color: white;
}
.modal-body{
  text-align: center !important; 
}
#send_login_code{
  border: unset;
  background: linear-gradient(to left,#f96c85,#995bd7);
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 5px;
  color: white;
  font-size: 14px;
  font-weight: initial;
}
.modal-title {
	color:#000;
}
#loginModal {
	top: 25% !important;
}
.modal-content {
	border-radius: 15px !important;
}
.login-block .wrapper {
	background: #fff;
	color: #333;
}

/*=> end login style */

/* =>breadcrumb */
.post-header {
	margin-bottom: 15px;
}
.post-header__body {
	text-align: right;
	padding: 32px 30px;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 14px;
	color: #6c757d;
}
.block-header__breadcrumb {
	padding-top: 16px;
	padding-bottom: 40px;
}
.breadcrumb__list {
	display: block;
	list-style: none;
	padding: 0;
	margin: -4px 0 0;
	width: 100%;
}
.breadcrumb__item {
	margin-top: 4px;
}
.breadcrumb__item {
	margin-left: -7.12435px;
	float: right;
}
.breadcrumb__item--last {
	margin-left: 0;
}
.breadcrumb__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 0;
	height: 21px;
	padding: 0 15.12435px;
	pointer-events: none;
}
.breadcrumb__item-link, .breadcrumb__item-link:hover {
	color: inherit;
}
.breadcrumb__list li:first-child a {
	padding-right: 7px;
}
.breadcrumb__item-link::before, .breadcrumb__item-link::after {
	pointer-events: auto;
	position: absolute;
	background-color: #f3f8fd;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: background .1s;
	transition: background .1s;
}
.breadcrumb__item-link::before {
	content: '';
}
.breadcrumb__item-link::before {
	right: 6.06217px;
	left: 6.06217px;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}
.breadcrumb__item-link::before, .breadcrumb__item-link::after {
	pointer-events: auto;
	position: absolute;
	background-color: #f3f8fd;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: background .1s;
	transition: background .1s;
}
.breadcrumb__list li:first-child a::after {
	content: '';
}
.breadcrumb__list li:first-child a::after {
	right: 0;
	left: 12.12435px;
}
.product-list-inner {
	padding-top: 0;
}


/* edit low price section */

.sprcial-products {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  padding: 32px;
}

.top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.top-content h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.btn-outline {
  padding: 8px 16px;
  border: 2px solid var(--color-border);
  border-radius: 12px;
  color: #00B894;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #00B894;
  color: #fff;
}

.special-items {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--color-border);
  background: var(--color-card-bg);
}

.special-items:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.special-col img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.product-title {
	color: #333;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
}

.special-slider-section.card-footer {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.product-price del {
  color: #aaa;
}

.product-price-reg {
  color: #e74c3c;
  font-weight: 600;
}

.discount-product span {
  color: #27ae60;
  background-color: #eafaf1;
  padding: 4px 10px;
  border-radius: 8px;
}

.label1 {
  background-color: #ffeaa7;
  color: #6c5ce7;
}

.label2 {
  background-color: #dff9fb;
  color: #00cec9;
}

.button-primarry {
  background: var(--color-button-bg);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  transition: background 0.3s ease;
  border: none;
}

.button-primarry:hover {
  background: #019875;
}

.cart-quantity {
  font-weight: bold;
  font-size: 16px;
  color: #2d3436;
}

/* wocommerce pagination */
.woocommerce-pagination {
  text-align: center;
  margin: 40px 0;
  font-family: inherit;
}

.woocommerce-pagination .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  background-color: #f3f3f3;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.woocommerce-pagination .page-numbers a:hover {
  background-color: var(--color-button-bg);
  color: #fff;
  border-color: var(--color-button-bg);
}

.woocommerce-pagination .page-numbers .current {
  background-color: var(--color-button-bg);
  color: #fff;
  border-color: var(--color-button-bg);
}

.woocommerce-pagination .page-numbers .dots {
  background: none;
  border: none;
  color: #999;
  width: auto;
  height: auto;
  padding: 0 6px;
  font-size: 18px;
}

.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  font-size: 20px;
  width: 40px;
  height: 40px;
}

@media (max-width:767px){
    .checkout-fields {
	flex-wrap: wrap;
}
.wrapper-sales-cat {
	flex-wrap: wrap;
}
.all_product_sale_cat a {
	flex-direction: column;
}
.wrapper-sales-cat {
	padding: 15px;
}
.all_product_sale_cat a {
	padding: 12px;
}
    .sprcial-products {
	box-shadow: unset;
	padding: 0;
}
    .brand-section .categories {
	grid-template-columns: repeat(2,1fr);
}
    .brand-section .category img {
	width: 150px;
	height: 150px;
}
}

/* footer */
  .footer {
    background-color: #f8f8f8;
    padding: 40px 20px 20px;
    font-family: 'Vazirmatn', sans-serif;
    color: #333;
    text-align: center;
    border-top: 1px solid #e0e0e0;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-logo img {
    max-width: 120px;
    height: auto;
  }

  .footer-about h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #de043c;
  }

  .footer-about p {
    max-width: 500px;
    font-size: 16px;
    line-height: 1.8;
  }

  .footer-bottom {
    margin-top: 30px;
    font-size: 14px;
    color: #777;
  }
    @media (min-width: 768px) {
        .woocommerce-billing-fields__field-wrapper {
	grid-template-columns: repeat(1,1fr);
}
.woocommerce form .form-row {
	width: 100% !important;
}
    .footer-content {
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      gap: 60px;
      text-align: right;
    }

    .footer-about p {
      text-align: right;
    }
    .brand-section .categories {
	grid-template-columns: repeat(6,1fr);
}
    .brand-section .category img {
	width: 180px;
	height: 180px;
}

  }
  
  
  .footer {
  background: #0f172a; /* سرمه‌ای تیره مدرن */
  color: #e5e7eb;
  font-family: IRANSans, Vazirmatn, sans-serif;
  direction: rtl;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  align-items: start;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #38bdf8; /* آبی اعتماد */
}

.footer p {
  font-size: 14px;
  line-height: 1.9;
  color: #d1d5db;
}

.footer-contact a {
  color: #e5e7eb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #38bdf8;
}

.footer-enemad img {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  max-width: 140px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  color: #9ca3af;
}

/* موبایل */
@media (max-width: 600px) {
  .footer-content {
    text-align: center;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }
}
