/*
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-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/awesome/fa-brands-400.eot');
    src: url('assets/fonts/awesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('assets/fonts/awesome/fa-brands-400.woff2') format('woff2'), url('assets/fonts/awesome/fa-brands-400.woff') format('woff'), url('assets/fonts/awesome/fa-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansWeb";
    src: url('assets/fonts/awesome/IRANSansWeb.eot');
    src: url('assets/fonts/awesome/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/awesome/IRANSansWeb.woff2') format('woff2'),
         url('assets/fonts/awesome/IRANSansWeb.woff') format('woff'),
         url('assets/fonts/awesome/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'iranYekan';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
    src: url('assets/fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), url('assets/fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), url('assets/fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
  font-family: 'Doran-VF';
  src: url('assets/fonts/doran/Doran-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-feature-settings: "ss01" on;
}
 
@font-face {
    font-family: "yekanBakh";
    src: url("assets/fonts/yekanbakh/YekanBakhFaNum-VF(1).woff");
}

@font-face {
    font-family: "yekanBakh";
    src: url("assets/fonts/yekanbakh/YekanBakhFaNum-VF(1).woff2");
}

@font-face {
    font-display: swap;
    font-family: 'star';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/star/star.eot');
    src: url('assets/fonts/star/star.eot?#iefix') format('embedded-opentype'), url('assets/fonts/star/star.woff') format('woff'), url('assets/fonts/star/star.ttf') format('truetype');
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

:root {
    /* Primary Colors */
    --primary-color: #e84e0f;
    --primary-light: rgb(255, 206, 120);
    --primary-dark: #B00020;
    --primary-hover: #c94a00;
    
    /* Background Colors */
    --bg-main: #f3f8fd;
    --bg-light: #fff;
    --bg-dark: #0a101b;
    --bg-neutral: #f2f2f2;
    --bg-input: #f5f6f7;
    --bg-hover: #ebebeb;
    --bg-faded: #fafafa;
    --bg-dark-header: #2a363b;
    --bg-overlay-light: rgba(255, 255, 255, 0.3);
    --bg-overlay-medium: rgba(255, 255, 255, 0.5);
    --bg-overlay-dark: rgba(255, 255, 255, 0.7);
    --bg-dark-overlay: rgba(38, 38, 38, 0.8);
    
    /* Text Colors */
    --text-primary: #0c0c0c;
    --text-secondary: #62666d;
    --text-light: #fff;
    --text-muted: #81858b;
    --text-dark: #262626;
    --text-gray: #999;
    --text-gray-dark: #777;
    --text-black: #000;
    --text-heading: #212529;
    --text-muted-light: rgb(120, 120, 120);
    --text-muted-dark: rgba(0, 0, 0, 0.3);
    
    /* Border Colors */
    --border-main: #e0e0e2;
    --border-light: #f0f0f1;
    --border-dark: #3f4064;
    --border-input: #f5f6f7;
    --border-gray: #eee;
    --border-table: #dee2e6;
    --border-divider: #ccc;
    --border-muted: rgba(153, 153, 153, 0.5);
    --border-light-gray: rgb(240, 240, 240);
    
    /* Button Colors */
    --btn-primary: #e84e0f;
    --btn-primary-hover: #fff;
    --btn-text: #e84e0f;
    --btn-text-hover: rgb(255, 206, 120);
    --btn-secondary: #e69472;
    
    /* Status Colors */
    --success: #4caf50;
    --error: #d32f2f;
    --warning: #f9a825;
    --info: #3498db;
    
    /* Neutral Colors */
    --neutral-100: #f0f0f1;
    --neutral-200: #e0e0e2;
    --neutral-300: #c0c2c5;
    --neutral-400: #a1a3a8;
    --neutral-500: #81858b;
    --neutral-600: #62666d;
    --neutral-700: #3f4064;
    --neutral-800: #23254e;
    --neutral-900: #0c0c0c;
    
    /* Shadow Colors */
    --shadow-color: rgba(0, 0, 0, 0.09);
    --shadow-dark: rgba(0, 0, 0, 0.2);
    --shadow-overlay: #7c7d86cc;
    --shadow-light: rgba(0, 0, 0, 0.07);
    --shadow-medium: rgba(0, 0, 0, 0.12);
    --shadow-deep: rgba(0, 0, 0, 0.24);
    --shadow-card: rgba(55, 62, 70, 0.07);
    --shadow-button: rgba(154, 154, 154, 0.25);
    
    /* Icon Colors */
    --icon-primary: #404040;
    --icon-muted: #bfbfbf;
    --icon-light: #9e9e9e;
    
    /* Theme Colors */
    --theme-light-bg: #ffffffcc;
    --theme-dark-bg: #222222cc;
    --theme-dark-surface: #1D1D1D;
    
    --main-site-color: var(--primary-color);
    --secoun-site-color: var(--primary-light);
    --third-site-color: var(--bg-main);
    --link-site-color: var(--bg-main);
    --button-site-color: var(--btn-text);
    --button-site-color-hover: var(--btn-text-hover);
    --tag-background-site-color: var(--bg-main);
    --tag-color-site-color: var(--bg-main);
    --error-site-color: var(--primary-dark);
    --button-radius-num: 12px;
}

/* Light Theme Variables */
:root[data-theme="light"] {
    --body-bg: var(--bg-light);
    --body-color: var(--text-dark);
    --header-bg: var(--bg-light);
    --header-color: var(--text-dark);
    --footer-bg: var(--bg-light);
    --footer-color: var(--text-dark);
    --border-color: var(--border-main);
    --shadow-default: var(--shadow-color);
	--back-color1:#fff;
	--back-color2:var(--third-site-color);
	--back-color3:--third-site-color;
	--color-text:#000;
    --button-site-back: var(--btn-primary);
    --button-site-back-hover: var(--btn-primary-hover);
}

/* Dark Theme Variables */
:root[data-theme="dark"] {
    --body-bg: var(--bg-dark);
    --body-color: var(--text-light);
    --header-bg: var(--theme-dark-surface);
    --header-color: var(--text-light);
    --footer-bg: var(--theme-dark-surface);
    --footer-color: var(--text-light);
    --border-color: var(--neutral-700);
    --shadow-default: var(--shadow-dark);
	--color-text:#fff;
	--back-color1:#000;
	--back-color2:#1D1D1D;
	--back-color3:#1a1d1f;
	--button-site-back:#1DA4AC;
    --button-site-back-hover: var(--back-color3);
}

body {
    background: var(--body-bg);
    color: var(--body-color);
    font-family: "YekanBakh";
    font-size: 16px;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    font-weight: 400;
}

[dir="rtl"] body {
    text-align: right;
    direction: rtl;
}

[dir=ltr] body {
    text-align: left;
    direction: ltr;
}

[dir=rtl] body {
    text-align: right;
    direction: rtl;
}

a:hover {
    color: var(--primary-hover);
    text-decoration: none;
}

label {
    margin-bottom: .25rem;
    font-size: 15px;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 2.1;
}

h2 {
    font-size: 28px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

* {
    outline: none;
}

a {
    text-decoration: none;
    color: var(--text-black);
}

a:hover {
    color: var(--primary-hover);
    text-decoration: none;
}

button {
    border-radius: 0;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.main {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-space--layout--divider-nl {
    height: 52px;
    width: 100%;
}

.block-space--layout--divider-n2 {
    height: 26px;
    width: 100%;
}

.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	border-radius: 8px;
}
.block-products-carousel__cell {
	width: 100%;
	height: 100%;
}
.float-left {
    float: left !important;
}

.betterPriceButton, .favorites-button, .share-product-button, .discount-notif-button, .price-history-button {
    cursor: pointer;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.h4Class-1 {
    font-size: 15px;
}

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

.p-8 {
    padding: 8px;
}
.p-15 {
    padding: 15px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-8 {
    padding: 8px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.m-h-80 {
    min-height: 80px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-l-25 {
    padding-left: 25px;
}

.px-l-45 {
    padding-left: 45px;
}

.px-r-45 {
    padding-right: 45px;
}

.px-t-25 {
    padding-top: 25px;
}

.px-b-25 {
    padding-bottom: 25px;
}

.px-r-25 {
    padding-right: 25px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pt-8 {
    padding-top: 8px;
}
.pt-15 {
    padding-top:15px;
}
.pb-8 {
    padding-bottom: 8px;
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.p-25 {
    padding: 25px;
}

.m-b-15 {
    margin-bottom: 15px;
}

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

.radius-15 {
    border-radius: 15px;
}

.p-0 {
    padding: 0;
}
.gap-8{
    gap:8px;
}
@media (min-width: 768px){
.block-10 {
    width: 10%;
}

.block-20 {
    width: 20%;
}

.block-25 {
    width: 25%;
}

.block-30 {
    width: 30%;
}

.block-40 {
    width: 40%;
}

.block-45 {
    width: 45%;
}

.block-50 {
    width: 50%;
}

.block-55 {
    width: 55%;
}

.block-60 {
    width: 60%;
}

.block-70 {
    width: 70%;
}

.block-75 {
    width: 75%;
}

.block-80 {
    width: 80%;
}

.block-90 {
    width: 90%;
}
}

.border-1-200 {
    border: 1px solid var(--color-neutral-200);
}

.text-neutral-400 {
    color: var(--color-neutral-400);
}

.text-neutral-500 {
    color: var(--color-neutral-500);
}

.text-neutral-600 {
    color: var(--color-neutral-600);
}

.text-neutral-700 {
    color: var(--color-neutral-700);
}

.text-neutral-800 {
    color: var(--color-neutral-800);
}

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

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

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

.text-size-1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.15;
}

.mb-16 {
    margin-bottom: 16px;
}

.m-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.m-0 {
    margin: 0;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-6 {
    margin-left: 6px;
}

.mr-6 {
    margin-right: 6px;
}

.far.fa-dashboard::after {
    content: "\f0e4";
}

.position-relative {
    position: relative !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.border {
    border: 1px solid var(--border-table) !important;
}

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

.border-2 {
    border-width: 2px !important;
}

.p-1 {
    padding: .25rem !important;
}

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

.rounded-circle {
    border-radius: 50% !important;
}

.position-absolute {
    position: absolute !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.end-0 {
    right: 0 !important;
}

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

.far.fa-fa-money-check-alt::before {
    content: "\f53d";
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.navigation-inner {
    top: 50px;
}

.mr-15 {
    margin-right: 15px;
}

.radius-5 {
    border-radius: 5px;
}

.compare-loader {
    border: 8px solid var(--border-gray);
    border-radius: 50%;
    border-top: 8px solid var(--main-site-color);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    margin: 0 auto;
    z-index: 99999;
}

.loader-action {
    border: 4px solid var(--border-gray);
    border-radius: 50%;
    border-top: 4px solid var(--main-site-color);
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 25px;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99999;
}
.icon-btn svg path {
	fill: var(--color-text);
}
.theme-toggle-btn {
  background: var(--back-color2);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.theme-toggle-btn:hover {
  background: linear-gradient(135deg, #e0e0e0, #cccccc);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.theme-toggle-btn .icon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.theme-toggle-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  fill: #333;
}

.theme-toggle-btn svg.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.dark-mode .theme-toggle-btn {
  background: linear-gradient(135deg, #2c2c2c, #1a1a1a);
}

.dark-mode .theme-toggle-btn svg {
  fill: #f3f3f3;
}

.form-control {
    color: var(--text-primary);
    background-color: var(--bg-input);
    border-color: var(--border-input);
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.woocommerce .star-rating {
    display: none;
}

.form-control {
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	background-clip: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border-color .15s ease-in-out, background .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, background .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	color: #000;
	background-color: #fff;
	border-color: var(--back-color3);
	height: 36px;
	padding: calc(15px / 2) 10px;
	font-size: 16px;
	line-height: 19px;
}

.form-control-lg {
    height: 42px;
    padding: calc(19px / 2) 12px;
    font-size: 18px;
    line-height: 21px;
}

.input {
    width: 100%;
    padding: 8px;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    border-radius: 8px;
}

.btn {
    color: var(--text-heading);
    background-color: transparent;
    border-color: transparent;
}

.btn-primary {
    background-color: var(--btn-primary);
    color: var(--text-light);
}

.btn-primary:hover {
    background-color: var(--btn-primary-hover);
    color: var(--btn-text);
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
	border: none;
	border-radius: 8px;
	fill: currentColor;
	font-weight: 500;
}
.btn-primary {
    border-color: var(--main-site-color);
    background: var(--main-site-color);
    color: var(--color-text);
}

.btn-primary.disabled, .btn-primary:disabled {
    border-color: var(--btn-secondary);
    background: var(--btn-secondary);
    color: var(--border-gray);
}

input[type="number"], input[type="number"]:hover {
    -moz-appearance: textfield;
}
#error-message {
    color: red;
}
.btn-lg:not(.btn-icon) {
    font-size: 15px;
    line-height: 22px;
    padding: calc(20px / 2) 24px;
}

[dir="rtl"] .input-number__sub {
    right: 1px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.h3Class-1 {
    font-size: 17px;
}

.full-width {
    width: 100%;
}

.bannerButton:hover {
    border: 1px solid var(--main-site-color);
}

.d-block {
    display: block;
}

.flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.flex-direction-row {
    flex-direction: row;
}

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

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

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.justify-sbetween {
    justify-content: space-between;
}

.justify-saround {
    justify-content: space-around;
}

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

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

.d-grid {
    display: grid;
}

.gride-repeat-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gride-repeat-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gap-15 {
    gap: 15px;
}

.gap-25 {
    gap: 25px;
}

.gap-40 {
    gap: 40px;
}

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

.border-eee {
    border-bottom: 1px solid var(--border-gray);
}

.mt-15 {
    margin-top: 15px;
}

.mb-8 {
    margin-bottom: 8px;
}

/*start header style */
/* header1 */
.wrapper-menu-icon svg g {
	fill: var(--color-text);
}

.search__dropdown--open {
    opacity: 1 !important;
    -webkit-transform: translateY(1px) !important;
    transform: translateY(1px) !important;
    visibility: visible !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

#datafetch {
	color: var(--text-dark);
	background-color: var(--bg-light);
	top: calc(100% + 5px);
	padding: 14px 0;
	right: 0px;
	left: 0px;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	border-radius: 1.5px;
	opacity: 0;
	-webkit-transform: translateY(26px);
	transform: translateY(26px);
	visibility: hidden;
	-webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 99;
}

.search_item {
	max-width: calc(50% - 12px);
	float: right;
	width: 50%;
	border: 1px solid var(--border-input);
	border-radius: 15px;
	margin: 5px;
	background: var(--back-color3);
}

.search_item h4 {
    margin: 5px 0;
}

.search_item h4 a {
	font-size: 14px;
	color: var(--text-gray-dark);
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.loader {
    border: 4px solid var(--border-gray);
    border-radius: 50%;
    border-top: 4px solid var(--info);
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    margin: 0 auto;
    display: none;
}

.search_head {
    margin: 0;
    padding: 3px 20px 3px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-gray);
    width: 100%;
    display: block;
    float: right;
}

.not-found {
    margin: 0;
    padding: 3px 20px 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-gray);
}

.search_item img {
	max-width: 40px;
	max-height: 40px;
	margin-left: 6px;
	border-radius: 4px;
}

.search__button-icon {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

.block-sale__header-decor .decor__start,
.block-sale__header-decor .decor__end,
.block-sale__header-decor .decor__center {
    background: var(--bg-faded);
}

.site__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header {
    position: relative;
    z-index: 10;
}

.header {
    background-color: var(--bg-light);
    color: var(--text-dark);
    box-shadow: 0 1px 3px var(--shadow-color);
}

.header__megamenu-area {
    grid-column: 2 / 5;
    grid-row: 1;
}

.header__topbar-start-bg {
    grid-column: 1 / 3;
    grid-row: 1;
}

.header__topbar-start-bg, .header__topbar-end-bg {
    height: 100%;
    overflow: hidden;
}

.header__topbar-start-bg::before, .header__topbar-end-bg::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}

.header__topbar-start-bg::before {
    background: var(--main-site-color);
}

[dir="rtl"] .header__topbar-start-bg::before {
    border-bottom-left-radius: 2.5px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.header__topbar-start {
    grid-column: 2;
    grid-row: 1;
}

.header__topbar-start, .header__topbar-end {
    z-index: 1;
}

[dir="rtl"] .header__topbar-start {
    padding-left: 20px;
}

.topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    background-color: var(--bg-main);
    color: var(--text-secondary);
}

.topbar--spaceship-start {
    background: var(--main-site-color);
}

.topbar--spaceship-start ul.menu {
    display: flex;
}

.topbar__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.topbar--spaceship-start .topbar__item-text {
    color: var(--text-light);
    font-weight: 500;
}

.topbar__link {
    -webkit-transition: color .12s;
    transition: color .12s;
}

.topbar--spaceship-start .topbar__link {
    color: var(--primary-light);
    font-weight: 400;
}

.header__topbar-end-bg {
    grid-column: 4 / 6;
    grid-row: 1;
}

.header__topbar-end-bg::before {
    background: var(--bg-dark-header);
}

[dir="rtl"] .header__topbar-end-bg::before {
    border-bottom-right-radius: 2.5px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.header__topbar-end {
    grid-column: 4;
    grid-row: 1;
}

[dir="rtl"] .header__topbar-end {
    padding-right: 20px;
}

.topbar--spaceship-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topbar--spaceship-end {
    background: var(--bg-dark-header);
    color: var(--text-light);
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
}

.topbar__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: transparent;
    font-family: inherit;
    border: none;
    padding: 0 10px;
    -webkit-transition: background .12s;
    transition: background .12s;
    height: 100%;
}
.product-card__price.product-card__price--out-of-stock {
	width: 100%;
	text-align: center;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	color: var(--main-site-color);
}
.topbar__button-title, .topbar__button-label {
    -webkit-transition: color .12s;
    transition: color .12s;
}

[dir="rtl"] .topbar__button-label {
    margin-left: 3px;
}

.topbar--spaceship-end .topbar__button-label {
    color: var(--icon-light);
    font-weight: 400;
}

.topbar__button-title, .topbar__button-label {
    -webkit-transition: color .12s;
    transition: color .12s;
}

.topbar--spaceship-end .topbar__button-title {
    color: var(--text-light);
    font-weight: 500;
}



.header__navbar {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-menu {
    padding-right: 0;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

[dir="rtl"] .departments__button {
    padding-left: 11px;
    text-align: right;
}

.classification__button-icon {
    fill: currentColor;
    display: inline-block;
    -webkit-transition: color .2s;
    transition: color .2s;
}

[dir="rtl"] .classification__button-icon {
    right: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.departments__button .classification__button-icon {
    color: var(--icon-primary);
    margin-left: 4px;
}

.classification__button-icon svg {
    display: block;
}

.departments__button-arrow {
    display: none;
    fill: currentColor;
    position: absolute;
    top: calc(50% - 4px);
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, -webkit-transform .2s;
    transition: transform .2s, color .2s;
    transition: transform .2s, color .2s, -webkit-transform .2s;
}

[dir="rtl"] .departments__button-arrow {
    left: 14px;
}

.departments__button .departments__button-arrow {
    color: var(--icon-muted);
}

.departments__arrow {
    position: absolute;
    width: 31px;
    height: 21px;
    pointer-events: none;
    bottom: 100%;
    overflow: hidden;
}

.departments__body {
	pointer-events: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--back-color1);
	border-color: var(--border-main);
	color: var(--text-dark);
	overflow: hidden;
	-webkit-box-shadow: 0 2px 20px var(--shadow-dark);
	box-shadow: 0 2px 20px var(--shadow-dark);
	-webkit-box-shadow: 0 10000px 0 10000px var(--shadow-overlay);
	-moz-box-shadow: 0 10000px 0 10000px var(--shadow-overlay);
	box-shadow: 0 10000px 0 10000px var(--shadow-overlay);
	-o-box-shadow: 0 10000px 0 10000px var(--shadow-overlay);
	padding: 15px;
	border-radius: 0 0 15px 15px;
}
.departments__body .menu > .menu-item:hover {
	color: var(--color-text) !important;
	background: var(--back-color3);
}
[dir="rtl"] .departments__body {
    float: right;
}

[dir="rtl"] .departments__body {
    float: right;
}

.departments__body .menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.departments__item-arrow {
    fill: var(--icon-muted);
    position: absolute;
    top: calc(50% - 6px);
}

.departments__item-menu {
    display: none;
}

.departments__megamenu {
    min-height: 100%;
    display: none;
}

.departments__megamenu {
    padding: 27px 30px 30px;
}

.megamenu {
    position: relative;
}

[dir="rtl"] .departments__megamenu {
    -webkit-box-shadow: -1px 0 var(--bg-hover) inset;
    box-shadow: -1px 0 var(--bg-hover) inset;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.megamenu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-style-level-2-childed {
    border-bottom: 1px solid var(--border-muted);
    padding-bottom: 3px;
    font-weight: 700;
}

.menu-style-level-3 {
    padding-right: 5px;
    color: var(--text-muted-light);
}

.menu-style-level-2 {
    content: '';
}

.megamenu-links__item + .megamenu-links__item {
    margin-top: 10px;
}

.megamenu-links__item {
    line-height: 18px;
}

.megamenu-links__item-link {
    font-size: 16px;
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
    font-weight: 0;
}

.header__navbar-menu {
    z-index: 2;
}

.main-menu {
    height: 100%;
}

.main-menu ul.menu {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	gap: 20px;
}
.main-menu > ul > li {
	display: flex;
	align-items: center;
}
.main-menu > ul > li::before {
	width: 8px;
	height: 8px;
	background: var(--main-site-color);
	content: "";
	display: inline-block;
	transform: rotate(45deg);
}
.main-menu__link {
    display: block;
    padding: 5px 11px;
    border-radius: 2px;
    color: inherit;
    white-space: nowrap;
    font-size: 15px;
}
.main-menu > ul > li:hover a {
	color: var(--main-site-color);
}
.main-menu .main-menu__link {
    font-weight: 500;
}


.logo__slogan {
    padding-top: 0px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.logo__slogan {
    color: var(--text-gray);
    font-weight: 500;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.h5Class-2 {
    font-size: 14px;
}

.logo__slogan .logo__sloganTitle {
    font-weight: bold;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.logo__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.logo__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    height: 44px;
}

.search__shadow {
    position: absolute;
    bottom: 100%;
    height: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
}

[dir="rtl"] .search__shadow {
    right: 10px;
}

.search__shadow::before {
    display: block;
    content: '';
    width: 100%;
    height: 60px;
    position: relative;
    top: 100%;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.12), 0 -1px rgba(0, 0, 0, 0.02);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.12), 0 -1px rgba(0, 0, 0, 0.02);
    border-radius: 120px / 10px;
}

.search__input {
    width: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: var(--bg-input);
    border: 1px solid var(--border-input);
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    margin: 6px 0;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--text-primary);
}

.search__button {
    margin: 5px 7px;
    width: 72px;
    padding: 0;
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: currentColor;
    z-index: 1;
    position: relative;
    color: var(--text-muted-dark);
}

.search__button--start {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.search__button::before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    top: 0;
    bottom: 0;
    background: var(--bg-hover);
    z-index: -1;
    border-radius: 1.5px;
}

[dir="rtl"] .search__button::before {
    right: -8px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

[dir="rtl"] .search__button--start::before {
    right: auto;
    left: -8px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.search__box {
    position: absolute;
    top: calc((100% - 34px) / 2);
    height: calc(34px);
    -webkit-transition: color .2s, opacity .2s;
    transition: color .2s, opacity .2s;
    opacity: 0;
    color: var(--neutral-100);
}

.search__decor {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -9px;
    height: 34px;
    width: calc(100% + 20px);
    z-index: -1;
}

[dir="rtl"] .search__decor {
    right: -10px;
}

.search__box {
    left: 92px;
    right: 92px;
}

.search__box::before, .search__box::after {
    position: absolute;
    content: '';
    display: block;
    background: currentColor;
    height: 100%;
    width: 80%;
    top: 0;
    border-radius: 3px;
}

[dir="rtl"] .search__box::before {
    right: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

[dir="rtl"] .search__box::after {
    left: 0;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.search__decor-start, .search__decor-end {
    overflow: hidden;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px;
}

.search__decor-start::before {
    content: '';
    display: block;
    height: 24px;
}

.search__decor-start::before {
    background-color: var(--bg-light);
    box-shadow: 0 1px 3px var(--shadow-color);
}

[dir="rtl"] .search__decor-start::before {
    border-bottom-right-radius: 2px;
    margin-left: -20px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.search__decor-end::before {
    content: '';
    display: block;
    height: 24px;
}

.search__decor-end::before {
    background-color: var(--bg-light);
    box-shadow: 0 1px 3px var(--shadow-color);
}

[dir="rtl"] .search__decor-end::before {
    border-bottom-left-radius: 2px;
    margin-right: -20px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.indicator__button i {
    fill: var(--text-dark);
}
.indicator {
    position: relative;
}

.indicator__button {
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 54px;
    min-width: 54px;
    color: var(--color-text-primary);
    border-radius: 2px;
    background: transparent;
    border: none;
}

[dir="rtl"] .indicator__button {
    padding-left: 12px;
}

.indicator__icon {
    position: absolute;
    padding: 8px;
    display: block;
    width: 48px;
    height: 48px;
}

.indicator__icon {
    fill: #262626;
}

.indicator__title, .indicator__value {
    display: block;
}

.indicator__title {
    color: var(--text-gray);
}
.site__header.desktop-header a {
	color: var(--color-text);
}
.indicator__counter {
    position: absolute;
    top: 5px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
    background-color: var(--color-primary);
    color: var(--color-text-light);
}

[dir="rtl"] .indicator__counter {
    left: 4px;
}

.indicator__counter::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
}

.indicator__counter::before {
    background-color: var(--main-site-color);
}

[dir="rtl"] .indicator__counter::before {
    right: 0;
    left: 0;
    -webkit-transform: skewX(11deg);
    transform: skewX(11deg);
}

.indicator__counter {
    color: var(--text-light);
    font-weight: 500;
}

[dir="rtl"] .indicator__title, [dir="rtl"] .indicator__value {
    margin-right: 50px;
}

[dir="rtl"] .indicator__icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.indicator__icon svg {
    display: block;
}

/* header-bottom */
.site__header.desktop-header {
    position: relative;
    top: 0px;
    z-index: 20;
    background: var(--back-color1);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.header.header-two .header-topbar {
    max-height: 100px;
    overflow: hidden;
    width: 100%;
}

.header.header-two .header-topbar img {
    max-width: 100%;
    max-height: 100%;
}

.logo.site-logo img {
    max-width: 100%;
    max-height: 100%;
}

.search.site-search {
    position: relative;
}

.header-central-bottom {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    min-height: 36px;
}

.header-bottom-hide {
    visibility: hidden;
    opacity: 0;
    display: none;
    height: 0;
}

.header-buttons a {
    font-size: 14px !important;
}

.indicator_content.bottom_cart {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-light);
    z-index: 9;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: none;
    min-width: 190px;
}

.indicator_content.side_cart, .indicator_content.trigger_side_cart {
	position: fixed;
	left: -300px;
	width: 300px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	top: 0;
	background: var(--bg-light);
	padding-top: 40px;
	transition: all ease-out .3s;
	z-index: 99999999;
	border-right: 1px solid #ccc;
}

.close-cart-side {
    font-size: 18px;
    cursor: pointer;
}

.side_cart.show, .trigger_side_cart.show {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.title-cart-side {
    width: calc(100% - 20px);
    padding: 0px 5px 11px 5px;
    border-bottom: 1px solid #ccc;
    background: var(--bg-light);
    margin: 0 auto;
}

.dark-back {
    width: 100%;
    height: 100%;
    background: var(--text-black);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: .2;
}

.woocommerce-mini-cart__empty-message {
    padding: 15px;
    text-align: center;
}

.indicator:hover .indicator_content {
    display: block;
}

.indicator_content ul li a i {
    margin-left: 7px;
}

.indicator_content ul li a {
    font-size: 14px;
    color: var(--text-dark);
}

.indicator_content.bottom_cart ul { 
    list-style: none;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.indicator_content.side_cart ul {
    list-style: none;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    height: calc(-200px + 100vh);
}

.departments__menu .departments__body ul.menu > li.active {
    background: var(--back-color3);
    color: var(--text-light) !important;
}
.indicator_content.indicator_content_cart.trigger_side_cart ul {
    list-style: none;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    height: calc(-200px + 100vh);
}
.wc-block-components-notice-banner {
    padding: 0 15px !important;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.indicator_content_cart {
    min-width: 300px !important;
    right: auto;
    -webkit-box-shadow: 0 10000px 0 10000px #7c7d86cc;
    -moz-box-shadow: 0 10000px 0 10000px #7c7d86cc;
    box-shadow: 0 10000px 0 10000px #7c7d86cc;
    -o-box-shadow: 0 10000px 0 10000px #7c7d86cc;
    backdrop-filter: blur(2em);
}
.copyright1 {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.copyright2 {
    text-align: center;
}
.widget_shopping_cart_content ul li img {
	max-width: 60px;
	max-height: 60px;
	border-radius: 15px;
}

.indicator_content ul li span.quantity {
    display: flex;
    justify-content: center;
}

.indicator_content ul li {
    border-bottom: 1px solid #eee;
}

.indicator_content ul li:last-child {
    border-bottom: 0 !important;
}

.woocommerce-mini-cart__buttons.buttons a {
    font-size: 14px;
}

.woocommerce-mini-cart__total.total {
    padding: 4px 15px;
    display: flex;
    justify-content: center;
}

/* header2 */

.container-header {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.wrapper {
    width: 100%;
}

.wrapper-top {
    width: 100%;
    padding: 1rem 0;
}

.logo-img {
    max-width: 180px;
    margin-left: 1rem;
    width: 180px;
}

.site-logo {
    width: 100%;
}

.searchbox {
    width: calc(100% - 180px);
    height: 50px;
    position: relative;
}

.searchbox-input {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    outline: 0;
    border-radius: 15px;
    padding-right: 60px;
    font-size: 15px;
}

.search-icon {
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: var(--main-site-color);
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
}

form.search-form.search__body {
    height: 50px;
}

.bi-search {
    color: var(--color-text);
    cursor: pointer;
    font-size: 20px;
}

.bi-mic {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #5E5C5C;
    cursor: pointer;
}

.user-account {
    gap: 1rem;
    flex: 0 0 auto;
    width: 41.66666667%;
    justify-content: end;
}

.sign-log {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 5px 15px;
}

.account__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    color: #000;
}

.user-account__link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.logo-two {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.bi-person {
    margin-right: 10px;
    cursor: pointer;
    font-size: 28px;
}

.basket {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 5px 15px;
}

.sign-log:hover, .basket:hover {
    background-color: #eeeeee;
}

.bi-handbag {
    margin-right: 10px;
    cursor: pointer;
    font-size: 28px;
}

.basket-icon {
    position: relative;
}

.basket-number {
    position: absolute;
    top: -7px;
    right: -2px;
    height: 20px;
    width: 20px;
    background-color: var(--main-site-color);
    border-radius: 8px;
    color: var(--color-text);
    text-align: center;
    font-size: 10px;
}

.wrapper-full ul.menu {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.wrapper-full .sub-menu > ul {
	padding: 0;
	margin-bottom: 15px;
	min-width: 150px;
	max-height: 100%; 
}

.wrapper-full .menu > li {
	float: right;
	cursor: pointer;
	margin: 0 5px;
	height: 38px;
	list-style: none;
}
.sub-menu > ul > a {
    padding: 5px;
    display: block;
    font-size: 16px;
    color: #000;
}

.sub-menu > li > a {
    color: #777;
    font-size: 14px;
}
.d-none{
    display: none;
}
.woocommerce-loop-product__title {
	padding: 0 8px;
}
.c-product-box__row--price {
	padding: 0 8px;
}
/* global style */
.content-width-sidebar {
    width: 100%;
    max-width: calc(100% - 300px);
}

.page-content {
    padding-top: 30px;
}

.content p {
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #444;
    text-align: justify;
}

/* contact css */
#contact_us {
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding-bottom: 76px;
    z-index: 999;
}

.contact-us-icon {
    max-width: 70px;
    max-height: 70px;
    border-radius: 500px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 99;
    transition: all ease .3s;
}
.tabs.wc-tabs .product-tabs__item--active span {
    color: var(--main-site-color) !important;
}
.rotate_90 {
    transform: rotate(90deg);
    border-radius: 100% 100% 100% 0;
}

.contact_us_inner {
	float: right;
	width: 260px;
	height: 400px;
	background: var(--back-color2);
	border-radius: 15px;
	box-shadow: 0 0 3px 2px #ccc;
}

.contact-us-icon span {
    font-size: 30px;
    color: var(--color-text);
    padding: 10px;
    border-radius: 100%;
    background: var(--main-site-color);
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 70px;
    height: 70px;
    justify-content: center;
}

.rotate_90 span {
    border-radius: 0 !important;
}

#title_contact_us {
    min-height: 60px;
    display: flex;
    color: var(--color-text);
    background-color: var(--main-site-color);
    position: relative;
    flex-direction: column;
    padding: 8px;
    padding-right: 70px;
    border-radius: 15px 15px 0 0;
    font-size: 12px;
    justify-content: center;
}

#title_contact_us svg {
    max-width: 45px;
    max-height: 45px;
    position: absolute;
    right: 10px;
    top: calc(50% - 23px);
    fill: #fff;
}

.content_contact_us {
    max-height: calc(100% - 60px);
    overflow-y: auto;
}

.content_contact_us a {
	color: var(--color-text);
	background-color: var(--back-color3);
	/* -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07); */
	/* box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07); */
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 6px;
	padding-right: 60px;
	position: relative;
	min-height: 70px;
	margin: 15px;
	border: 1px solid var(--back-color3);
}

.content_contact_us a img {
    position: absolute;
    right: 5px;
    max-width: 45px;
    max-height: 45px;
    width: 50px;
    border-radius: 100px;
    border: 1px solid #2db742;
}

.content_contact_us div p {
    font-size: 12px;
    color: #444;
    margin: 0;
}

.content_contact_us div span {
    font-size: 11px;
    color: var(--color-text);
    background: var(--main-site-color);
    padding: 1px 4px;
    border-radius: 8px;
}

/* comment style single */

#commentform {
	margin: 20px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.25);
	float: right;
	width: 100%;
	position: relative;
	z-index: 9;
}
.not_logged_in .comment-form-comment {
	max-width: calc(60% - 15px);
	float: left;
	width: 100%;
	margin-right: 15px;
}
.not_logged_in .comment-form-author, .not_logged_in .comment-form-email, .not_logged_in .comment-form-url, .not_logged_in .comment-form-cookies-consent {
	max-width: 40%;
	width: 100%;
}
body.rtl #comments ol.comment-list .children::before, html[dir="rtl"] #comments ol.comment-list .children::before {
	content: "↩";
	left: auto;
	right: 0;
}
#comments ol.comment-list .children::before {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto;
}
#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
}
.comment-form-cookies-consent {
	display: flex;
	-webkit-align-items: baseline;
	font-size: 14px !important;
	line-height: 30px !important;
	align-items: baseline;
}
.comment-form-comment {
    width: 100%;
}
.comment-form-email label, .comment-form-url label, .comment-form-author label, .comment-form-comment label {
	padding: 3px 3px 3px 3px;
	margin: 0px 30px -14px 0px;
	background-color: var(--back-color1);
	width: fit-content;
	position: relative;
	min-width: 50px;
	text-align: center;
	display: block;
}
.comment-form-author, .comment-form-email {
	width: calc(50% - 10px);
	margin-left: 10px;
}
 
.comment-form-cookies-consent label {
	line-height: 30px;
	text-align: right;
	font-size: 14px;
}
.comment-form-cookies-consent input {
	margin-left: 5px;
}
.comment-form-comment textarea {
	font-size: 16px;
	color: #777;
	background-color: var(--back-color1);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E8E8E8;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 0px 20px 0px rgba(76, 86.00000000000001, 134, 0.07);
	width: 100%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	margin: 0px 0px 19px 0px;
	background-color: var(--back-color1);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E8E8E8;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 0px 20px 0px rgba(76, 86.00000000000001, 134, 0.07); 
	width: 100%;
}
.comment-list {
    padding: 0;
}

.form-submit { 
	float: right;
	width: 100%;
	max-width: 100%;
}

.form-submit input {
	float: right;
	max-width: 120px;
	border-color: var(--main-site-color) !important;
	background: var(--main-site-color) !important;
	color: var(--color-text);
	border: 1px solid;
	padding: 1px 15px;
	border-radius: 4px;
}

#comments .avatar {
    margin-left: 8px;
}

#comments .comment-awaiting-moderation {
    color: #c94a00;
}

#comments .comment-list li {
	border-bottom: 1px solid #ebebeb;
	list-style: none;
	margin-bottom: 15px;
	padding: 15px;
	padding-left: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
	border: 1px solid #dcdfe7;
	padding-left: 15px !important;
}

#comments .comment-body {
    padding-bottom: 15px;
    padding-top: 15px;
}

#comments .children > li.depth-2 {
    background-color: #f5f6f7;
    border-radius: 8px;
    padding: 15px;
}

#comments .children > li.depth-2 .children > li {
    background-color: #eee;
    border-radius: 8px;
    padding: 15px;
}

#comments .comment-notes {
    flex-direction: row !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

#comments #reply-title {
    margin-bottom: 15px;
    margin-top: 0;
}
.logged-in-as {
    flex-direction: row !important;
    flex-wrap: wrap;
}

/* breadcrumb style */
.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: var(--bg-light);
    border-radius: 0.25rem;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    color: var(--text-secondary);
}

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

[dir="rtl"] .breadcrumb__item {
    margin-left: -7.12435px;
    float: right;
}

[dir="rtl"] .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: var(--color-text-secondary);
}

[dir="rtl"] .breadcrumb__list li:first-child a {
    padding-right: 7px;
}

.breadcrumb__item-link::before, .breadcrumb__item-link::after {
	pointer-events: auto;
	position: absolute;
	background-color: var(--back-color2);
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: background .1s;
	transition: background .1s;
}

.breadcrumb__item-link::before {
    content: '';
}

[dir="rtl"] .breadcrumb__item-link::before {
    right: 6.06217px;
    left: 6.06217px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.breadcrumb__list li:first-child a::after {
    content: '';
}

[dir="rtl"] .breadcrumb__list li:first-child a::after {
    right: 0;
    left: 12.12435px;
}

/* finder block style */
.block-finder {
    position: relative;
    height: 500px;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2a363b;
}

.decor--type--bottom {
    width: 100%;
    position: relative;
    pointer-events: none;
    overflow: hidden;
    height: 31px;
}

.block-finder__decor {
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

.decor--type--bottom .decor__start, .decor--type--bottom .decor__end {
    position: absolute;
    width: calc((100% - 1350px - 160px) / 2);
    bottom: 0;
}

.decor--type--bottom .decor__start {
    left: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.decor--type--bottom .decor__start, .decor--type--bottom .decor__end {
    height: 21px;
}

.decor--type--bottom .decor__start {
    border-top-right-radius: 2px;
}

.decor--type--bottom .decor__start {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.block-finder__decor .decor__start, .block-finder__decor .decor__end, .block-finder__decor .decor__center {
    background: #fafafa;
}

.block-finder__decor .decor__start, .block-finder__decor .decor__end {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.decor--type--bottom .decor__end {
    right: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.decor--type--bottom .decor__end {
    border-top-left-radius: 2px;
}

.decor--type--bottom .decor__end {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.menu-item-image {
	margin-left: 5px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	width: 25px;
	padding: 4px;
	height: 25px;
}
.block-finder__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    opacity: .35;
}

/* start block feautures */
.block-features__list {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 8px 40px;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.block-features__item-title h3 {
    margin: 0;
}

.block-features__item-icon {
    fill: var(--main-site-color);
}

[dir="rtl"] .block-features__item-icon {
    margin-left: 1.375rem;
}

.block-features__item-title {
    font-size: 18px;
    font-weight: 500;
}

.block-features__item-subtitle {
    color: var(--color-text-secondary);
    font-size: 15px;
}

.h3Class-1 {
    font-size: 17px;
}

/* banners style */
.block-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.block-banners__item {
    margin: 15px;
    width: calc(50% - 30px);
    height: auto;
    padding: 32px 34px;
    padding: 0;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    z-index: 0;
}

.block-banners__item, .block-banners__item:hover {
    color: var(--color-text);
}

.bannerStatic {
    width: 100%;
    /* opacity: 0; */
    transition: all 0.2s linear;
}

.block-banners__item-image {
    border-radius: 3px;
    z-index: -3;
    position: absolute;
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

.block-banners__item-image {
    border-radius: 3px;
    z-index: -3;
    position: absolute;
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

.block-banners__item-image--blur {
    z-index: -2;
    opacity: 0;
}

.block-banners__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* start carousels style */
.section-header__body {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-header__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    top: 2px;
}

.h3Class-1 {
    font-size: 17px;
}

.section-header__spring {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.section-header__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir="rtl"] .section-header__arrow--next {
    margin-right: -5.37131px;
}

.arrow__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	background: var(--back-color3);
	pointer-events: none;
	-webkit-transition: color .15s;
	transition: color .15s;
	color: var(--color-text-primary);
}

.arrow__button {
    height: 23px;
    padding: 0 14.37131px;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.arrow__button::before {
    background: var(--color-background-light);
}
/* استایل کلی برای باکس قیمت */
.product__price--current {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding: 10px;
	background-color: var(--back-color3);
	border-radius: 8px;
}


.arrow__button::before {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
    border-radius: 2px;
    pointer-events: auto;
    -webkit-transition: background .15s;
    transition: background .15s;
}

.arrow__button::before {
    width: calc(100% - 8.37131px);
}

[dir="rtl"] .arrow__button::before {
    right: 4.18566px;
}

[dir="rtl"] .arrow__button::before {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.arrow__button svg {
    fill: currentColor;
    display: block;
}

[dir="rtl"] .arrow__button svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

[dir="rtl"] .arrow--prev svg {
    margin-right: -1px;
}

.arrow__button::after {
    position: absolute;
    display: block;
    content: '';
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-transition: background .2s;
    transition: background .2s;
    opacity: .01;
}

[dir="rtl"] .arrow__button::after {
    right: -2px;
}

.section-header__divider {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background: #ebebeb;
}

.block-products-carousel__carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.block-products-carousel ul {
    padding: 0;
}
.product-loop-culumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.block-products__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}

.product-card {
	background-color: var(--bg-light);
	border-color: var(--color-border);
	-webkit-box-shadow: 0 1px 3px 0 6px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.product-card--layout--grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
}

.block-products__cell .product-card {
    width: 100%;
}
.block-products-carousel .owl-carousel.owl-rtl .owl-item {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	overflow: visible;
}
.elementor-animation-grow:hover {
	z-index: 999;
}
.product-card {
	transition: all ease .3s;
}
.product-card--layout--grid .product-card__image {
    display: block;
    position: relative;
}

.product-card--layout--grid .product-card__footer {
    padding: 0 16px 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.image--type--product .image__body, .image--type--category .image__body {
    display: block;
    position: relative;
    width: 100%;
}

.image--type--product .image__body {
    padding-bottom: 100%;
}

.image--type--product .image__tag, .image--type--category .image__tag, .image--type--product .attachment-woocommerce_thumbnail, .image--type--product img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.product-card .product-card__meta {
    font-size: 12px;
    line-height: 1;
    color: #999;
    display: none;
}

.product-horizontal .product-card__meta {
    display: none;
}

.block-products-column {
	width: 100%;
	height: 100%;
}

.arrow-type2 .arrow.section-header__arrow {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 60px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.arrow-type2 .arrow--prev {
    right: 0;
    z-index: 9;
}

.arrow-type2 .arrow--next {
    left: 0;
    z-index: 9;
}

.arrow-type2 .arrow__button {
    height: 100%;
}

[dir="rtl"] .arrow-type2 .arrow__button::before {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.arrow-type2 .arrow--next .arrow__button::before {
    border-radius: 0 3px 3px 0;
}

.arrow-type2 .arrow--prev .arrow__button::before {
    border-radius: 3px 0 0 3px;
}

.product-card__name a .woocommerce-loop-product__title {
	font-size: 16px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 60px;
	font-weight: 700;
}
.woocommerce.archive-product .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 700;
}
.woocommerce.archive-product .product {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.image.image--type--product .onsale {
    display: none;
}

.product-card--layout--grid .product-card__badges {
    position: absolute;
    top: 16px;
    display: flex;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-horizontal {
    display: block;
}

.product-horizontal .product-card__footer {
    padding: 4px 16px;
}

.product-horizontal .product-card__image {
    max-width: 100px;
    float: right;
    width: 100%;
    height: auto;
}

.product-horizontal .product-card__info {
    max-width: calc(100% - 100px);
    float: right;
    padding: 0 16px;
}

.product-horizontal .product-card__footer {
    width: 100%;
}

.product-horizontal .product-card-original__badges {
    position: static !important;
}

[dir="rtl"] .product-card--layout--grid .product-card__badges {
    right: 16px;
}

[dir="rtl"] .product-card--layout--grid .product-card-original__badges {
    left: 16px;
    top: 15px;
    position: absolute;
    display: inline;
}

.tag-badge {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    padding: 4px 14px 0;
}

.product-card-original__badges .tag-badge--sale {
    color: black;
}

.tag-badge::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.tag-badge::before {
    left: 3.5px;
    right: 3.5px;
}

[dir="rtl"] .tag-badge::before {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.product-card-original__badges .tag-badge--sale::before {
    background: #f7e98e;
}

[dir="rtl"] .product-card-genuine__badges {
    left: 16px;
    top: 15px;
    position: absolute;
    display: inline;
}
.woocommerce-error li {
	background: #ddbfbf;
	margin-bottom: 8px;
	padding: 8px 15px;
	border-radius: 15px;
	text-align: center;
	list-style: none;
}
.product-card__info {
    padding: 6px 16px;
}

.product-card .product-card__name a {
    color: inherit;
}

.product-card .product-card__name a {
    text-decoration: none;
}

.owl-carousel .block-products-carousel__cell {
    margin-bottom: 15px;
}

.product-card .product-card__prices {
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
    color: #262626;
}

.product-card--layout--grid .product-card__prices {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card--layout--grid .product-card__prices {
    font-size: 18px;
}

.product-card .product-card__addtocart-icon, .product-card__footer .button {
	position: relative;
	border: none;
	padding: 5px;
	border-radius: 2px;
	background: transparent;
	color: #ccc;
	z-index: 0;
	-webkit-transition: color .2s;
	transition: color .2s;
	height: 40px;
	width: 40px;
	border-radius: 100%;
}

.product-card--layout--grid .product-card__addtocart-icon {
    margin: -3px;
}

.product-card__price .woocommerce-Price-amount.amount > bdi, .details .woocommerce-Price-amount.amount > bdi {
	color: var(--color-neutral-900);
	font-size: 15px;
}

.product-card__price ins bdi, .details ins bdi {
    color: var(--color-neutral-900);
    font-size: 16px;
    text-decoration: navajowhite;
}

.product-card__price .price, .product-card__price {
    display: flex;
    flex-direction: column;
}

.product-card__price del bdi, .details del bdi {
    font-size: 12px !important;
    color: var(--color-text-muted) !important;
    margin-bottom: 8px;
}

.product-card__price del bdi .woocommerce-Price-currencySymbol {
    color: var(--color-text-muted) !important;
}

ins {
    text-decoration: none;
}

.woocommerce-Price-currencySymbol {
    margin-right: 4px;
}

.product-card .product-card__addtocart-icon::before, .product-card__footer .button::before {
    top: -2px;
    left: -2px;
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background .2s, -webkit-transform .2s;
    transition: background .2s, -webkit-transform .2s;
    transition: transform .2s, background .2s;
    transition: transform .2s, background .2s, -webkit-transform .2s;
}

.product-card .product-card__addtocart-icon i, .product-card__footer .button i {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.product-card--layout--grid::after {
    display: block;
    position: static;
    content: '';
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sale_block > span {
    color: var(--main-site-color);
}

.sale_block span {
    font-weight: bold;
}

.sale_block {
    padding-bottom: 0;
    border-bottom: 2px solid var(--main-site-color);
}

.saleending_amazing {
    display: flex;
    flex-direction: row-reverse;
    color: var(--main-site-color);
    margin: 0;
}

.saleending_amazing span {
    color: var(--main-site-color);
    font-size: 16px;
}

.tag-badge::before {
    background: var(--tag-background-site-color) !important;
}

.tag-badge {
    color: var(--tag-color-site-color) !important;
}

.product_list_widget {
    position: relative;
}

.price {
    position: relative;
}

.favorites-button {
    color: red;
}

.share-product-button {
    color: #333;
}

.compare-button {
    color: #666;
}

.video_button {
    color: #2962ff;
}

/* block caeousel type2 */
.carousel-type2 {
    width: 100%;
    padding: 45px 30px 15px 30px;
    border-radius: 10px;
}

.related.carousel-type2 {
    border: 1px solid rgb(240 240 240);
}

.slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.card-title {
    margin: 0;
    padding: 0 15px;
}
.product-card__footer .star-rating {
	display: none;
}
.carousel-type2 .section-header {
    position: absolute;
    top: -65px;
    right: 0;
    height: 35px;
    width: 238px;
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.carousel-type2 .section-header a {
    color: var(--color-text);
    text-decoration: none;
    font-size: 20px;
}

.carousel-type2 .block-products-carousel__carousel {
    display: flex;
}

.shirt-card {
	background-color: #fff;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.owl-carousel .shirt-card {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.shirt-slider .owl-item {
    margin: 0 !important;
}

.card-info {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E6E6E6;
    border-bottom-left-radius: 17px;
    border-top-right-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.card-info2 {
    min-width: 25px;
    min-height: 84px;
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    z-index: 9;
    padding: 8px 0;
}

.attr2 {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin: 3px;
}

.attr1 {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    margin: 3px 0;
}

.colours:nth-child(1) {
    background-color: var(--back-color1);
}

.colours:nth-child(2) {
    background-color: #000;
}

.colours:nth-child(3) {
    background-color: #4d0404;
}

.colours:nth-child(4) {
    background-color: #2d5936;
}

.colours:nth-child(5) {
    background-color: #220f5a;
}

/* block sale product carousel */
.block-sale__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-sale__header {
    text-align: center;
    position: relative;
    padding: 14px 32px 0;
    margin: 0 auto -28px;
    z-index: 1;
}

.block-sale__header-decor {
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    z-index: -1;
}

.main-menu ul li {
    position: relative;
}

.main-menu > ul > li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 15px;
    /* display: flex; */
}

.main-menu > ul > li > .sub-menu > li > a {
    font-weight: bold;
    color: #333;
}

.main-menu > ul > li:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .15);
    position: absolute;
    right: 0;
    left: 0;
    top: 85%;
    margin: 0 auto;
}

.main-menu li a {
	padding: 5px;
	display: block;
	color: #000;
}
.main-menu ul li:hover .sub-menu {
    display: flex;
}

.main-menu > ul > li > .sub-menu > li ul {
    display: flex;
    flex-direction: column;
}

.main-menu > ul > li > .sub-menu > li {
    min-width: 120px;
}

.block-sale__header-decor .decor__start,
.block-sale__header-decor .decor__end {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-sale__header-decor .decor__body {
    height: 38px;
    margin: 0 -10px -10px;
}

.block-sale__header-decor .decor__start,
.block-sale__header-decor .decor__end {
    height: 28px;
    width: calc(50% - 26.1658px);
}

.block-sale__header-decor .decor__start {
    left: 10px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.block-sale__header-decor .decor__end {
    right: 10px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.block-sale__header-decor .decor__center {
    height: 28px;
    width: 34.3316px;
}

.block-sale__header-decor .decor__start {
    border-bottom-left-radius: 2px;
}

.decor--type--center .decor__start, .decor--type--center .decor__end {
    position: absolute;
}

.decor--type--center .decor__start {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.decor--type--center .decor__start, .decor--type--center .decor__end {
    position: absolute;
}

.decor--type--center .decor__end {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.decor--type--center .decor__center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-sale__header-decor .decor__end {
    border-bottom-right-radius: 2px;
}

.block-sale__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-sale__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    line-height: 22px;
    padding: 18px 0 0 0;
}

.block-sale__link a {
    color: #6c757d;
    -webkit-transition: color .12s;
    transition: color .12s;
}

.block-sale__link a:hover {
    color: inherit;
}

.block-sale__arrow {
    position: absolute;
    bottom: 3px;
}

.block-sale__arrow .arrow__button {
    height: 31px;
    padding: 0 24.89785px;
}

.block-sale__arrow .arrow__button:before {
    width: calc(100% - 17.89785px);
}

[dir=ltr] .block-sale__arrow .arrow__button:before {
    left: 8.94893px;
}

[dir=rtl] .block-sale__arrow .arrow__button:before {
    right: 8.94893px;
}

[dir=ltr] .block-sale__arrow .arrow__button:before {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

[dir=rtl] .block-sale__arrow .arrow__button:before {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

[dir=ltr] .block-sale__arrow--prev {
    left: -49.7957px;
}

[dir=rtl] .block-sale__arrow--prev {
    right: -49.7957px;
}

[dir=ltr] .block-sale__arrow--next .arrow__button:before {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

[dir=rtl] .block-sale__arrow--next .arrow__button:before {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

[dir=ltr] .block-sale__arrow--next {
    right: -49.7957px;
}

[dir=rtl] .block-sale__arrow--next {
    left: -49.7957px;
}

.block-sale__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.block-sale__subtitle {
    color: #6c757d;
    line-height: 1;
    margin-top: 10px;
}

.block-sale__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.block-sale__arrows {
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 0;
    width: 100%;
}

.block-sale__body {
	position: relative;
	padding-top: 70px;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-sale__body-decor {
    position: absolute;
    width: 100%;
    bottom: -1px;
}

.block-sale__body-decor .decor__start,
.block-sale__body-decor .decor__end,
.block-sale__body-decor .decor__center {
    background: #fafafa;
}

.block-sale__body-decor .decor__start,
.block-sale__body-decor .decor__end {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-sale__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.block-sale__image:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.8);
}


.block-sale__carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-sale__carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block-sale__carousel .owl-dots {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -38px;
}

.block-sale__carousel .owl-carousel button.owl-dot:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: background .12s;
    transition: background .12s;
    margin: 6px;
}

.block-sale__carousel .owl-carousel button.owl-dot:focus {
    outline: none;
}

.block-sale__carousel .owl-carousel button.owl-dot:hover:before {
    background: rgba(255, 255, 255, 0.5);
}

.block-sale__carousel .owl-carousel button.owl-dot:active:before {
    background: rgba(255, 255, 255, 0.7);
}

.block-sale__carousel .owl-carousel button.owl-dot.active:before {
    background: var(--main-site-color);
}
.product-tabs__item--active{
    border-bottom: 3px solid var(--main-site-color);
}
.border-tab1 {
    height: 1px;
    background: #f5f6f7;
    margin-bottom: 3px;
}
.border-tab2 {
    height: 1px;
    background: #f5f6f7;
    margin-top: 3px;
}
.block-sale__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%;
}

.block-sale__item .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 2px;
}

.block-sale__item .product-card .product-card__addtocart-full,
.block-sale__item .product-card .product-card__wishlist,
.block-sale__item .product-card .product-card__compare {
    display: none;
}

.block-sale__item .product-card:after {
    display: block;
    position: static;
    content: '';
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block-sale__item .product-card .product-card__badges {
    position: absolute;
    top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[dir=ltr] .block-sale__item .product-card .product-card__badges {
    left: 16px;
}

[dir=rtl] .block-sale__item .product-card .product-card__badges {
    right: 16px;
}

[dir=ltr] .block-sale__item .product-card .product-card-original__badges {
    right: 16px;
}

[dir=rtl] .block-sale__item .product-card .product-card-original__badges {
    left: 16px;
}

.product-card-original__badges .tag-badge--sale {
    color: black;
}

.product-card-original__badges .tag-badge--sale:before {
    background: #f7e98e;
}

.product-card-genuine__badges .tag-badge--sale:before {
    background: #00e056;
}

.block-sale__item .product-card .product-card__badges > * + * {
    margin-top: 3px;
}

.block-sale__item .product-card .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

[dir=ltr] .block-sale__item .product-card .product-card__actions-list {
    right: 0;
}

[dir=rtl] .block-sale__item .product-card .product-card__actions-list {
    left: 0;
}

.block-sale__item .product-card .product-card__image {
    display: block;
    position: relative;
}

.block-sale__item .product-card .product-card__fit {
    position: absolute;
    bottom: 8px;
}

.block-sale__item .product-card .product-card__fit .status-badge__text {
    display: none;
}

.block-sale__item .product-card .product-card__fit .status-badge__tooltip {
    display: block;
}

[dir=ltr] .block-sale__item .product-card .product-card__fit {
    left: calc(16px - 3px);
}

[dir=rtl] .block-sale__item .product-card .product-card__fit {
    right: calc(16px - 3px);
}

.block-sale__item .product-card .product-card__meta {
    padding: 6px 16px;
}

.block-sale__item .product-card .product-card__name {
    padding: 0 16px;
    line-height: 1.1875;
}

.block-sale__item .product-card .product-card__rating {
    margin: -3px 0 -2px 0;
    padding: 8px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-sale__item .product-card .product-card__rating-stars,
.block-sale__item .product-card .product-card__rating-label {
    margin: 3px 0 2px 0;
}

[dir=ltr] .block-sale__item .product-card .product-card__rating-stars {
    margin-right: 7px;
}

[dir=rtl] .block-sale__item .product-card .product-card__rating-stars {
    margin-left: 7px;
}

.block-sale__item .product-card .product-card__rating-label {
    line-height: 1;
}

.block-sale__item .product-card .product-card__features {
    padding: 10px 16px 0;
    margin-bottom: -2px;
    display: none;
}

.block-sale__item .product-card .product-card__footer {
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.block-sale__item .product-card .product-card__prices {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-sale__item .product-card .product-card__price--old {
    font-size: 14px;
}

[dir=ltr] .block-sale__item .product-card .product-card__price--old {
    margin-left: 6px;
}

[dir=rtl] .block-sale__item .product-card .product-card__price--old {
    margin-right: 6px;
}

.block-sale__item .product-card .product-card__addtocart-icon {
    margin: -3px;
}

.block-sale__carousel .owl-carousel button.owl-dot span {
    display: none;
}

@media (hover: hover) {
    .block-sale__item .product-card .product-card__action--wishlist,
    .block-sale__item .product-card .product-card__action--compare {
        -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
        transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
        transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
        opacity: 0;
        will-change: transform;
    }

    [dir=ltr] .block-sale__item .product-card .product-card__action--wishlist, [dir=ltr]
  .block-sale__item .product-card .product-card__action--compare {
        -webkit-transform: translateX(100%) translateX(6px);
        transform: translateX(100%) translateX(6px);
    }

    [dir=rtl] .block-sale__item .product-card .product-card__action--wishlist, [dir=rtl]
  .block-sale__item .product-card .product-card__action--compare {
        -webkit-transform: translateX(-100%) translateX(6px);
        transform: translateX(-100%) translateX(6px);
    }

    .block-sale__item .product-card:hover .product-card__action--wishlist,
    .block-sale__item .product-card:hover .product-card__action--compare, .block-sale__item .product-card:active .product-card__action--wishlist,
    .block-sale__item .product-card:active .product-card__action--compare {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

[dir=ltr] .block-sale__item .product-card .product-card__image img {
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
}

[dir=rtl] .block-sale__item .product-card .product-card__image img {
    border-top-right-radius: 2.5px;
    border-top-left-radius: 2.5px;
}

[dir=ltr] .block-sale__item .product-card .product-card__action:first-child {
    border-top-right-radius: 2.5px;
}

[dir=rtl] .block-sale__item .product-card .product-card__action:first-child {
    border-top-left-radius: 2.5px;
}

.itemDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
}

.itemDetails .itemPic {
    width: 100%;
    border-radius: 10px;
}

.itemDetails * {
    font-weight: 700;
    line-height: 2.1;
    text-align: center;
    margin-top: 8px;
}

.homeItems .title {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 700px;
}

.homeItems a {
    color: #212529;
}
.homeItems .title a * {
	margin: 0;
}
.h3Class-1 {
    font-size: 17px;
}

.woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.wc-block-components-notice-banner.is-success {
    background-color: #ebebeb;
    border-color: #c94a00;
}
.wc-block-components-notice-banner__content {
    width: 100%;
    padding: 6px 8px;
}
.product__info .price del {
    padding: 0;
}
.quick_view_detailes .discount-val {
    display: none;
}
.button.view-product {
    width: 100%;
    border-radius: 3px;
}
/* quantity item styly */
.product__actions-item--quantity {
    width: 100px;
}

.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
}

.wc-block-components-notice-banner.is-error ul li {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #eee;
    margin: 4px 0;
    background: var(--error-site-color);
    color: var(--color-text);
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
}

[dir="rtl"] .product__actions-item--quantity {
	margin-left: 0;
}
.input-number {
    display: block;
    width: 100%;
    position: relative;
    background-color: var(--back-color3);
}

.input-number__sub, .input-number__add {
	position: absolute;
	height: 100%;
	width: 24px;
	top: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity .18s;
	transition: opacity .18s;
}

[dir="rtl"] .input-number__add {
    left: 1px;
}

.input-number__sub::before, .input-number__sub::after, .input-number__add::before, .input-number__add::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.input-number__sub::before, .input-number__add::before {
    width: 8px;
    height: 2px;
}

.input-number__add::after {
    width: 2px;
    height: 8px;
}

/* sidebar style */

.sidebar .widget-title > * {
    transition: .4s;
    border-radius: 5px;
    position: relative;
    color: #333;
    font-size: 16px;
}
.wp-block-heading {
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	color: #454647;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
.sidebar-inner .wp-block-heading::after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}
.wc-block-price-filter__range-input-wrapper {
	color: var(--main-site-color);
}
.wc-block-components-price-slider__range-input-progress {
	color: var(--main-site-color);
}
.sidebar-inner {
    position: sticky;
    top: 10px;
}
.sidebar-inner .product-card__footer {
	display: flex;
}
.widget.widget-slide .woocommerce-widget-layered-nav-list {
    display: none;
    padding: 0;
}

.widget-slide form {
    padding: 0 20px 20px;
    text-align: center;
    display: none;
}

.price_slider_wrapper {
    position: relative;
}

.widget-slide .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #E6E8EA;
    border: 0;
    position: relative;
    margin: 37px 0 68px;
    height: 3px;
    text-align: right;
}

.widget-slide .price_slider_wrapper .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.widget-slide .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: var(--main-site-color);
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: ew-resize;
    outline: 0;
    top: -5px;
    margin-left: -5px;
    background: var(--main-site-color);
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: ew-resize;
    outline: 0;
    top: -5px;
    margin-left: -5px;
    background: var(--main-site-color);
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_slider_wrapper .price_slider_amount {
    position: relative;
    margin-top: 52px;
    margin-bottom: 10px;
    line-height: 2.4;
    text-align: center !important;
}

.woocommerce .price_slider_wrapper .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

#cancel-comment-reply-link, .button, .btn {
	user-select: none;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background: var(--main-site-color) !important;
	background-color: var(--main-site-color) !important;
	color: var(--button-site-color) !important;
	font-family: inherit;
	z-index: 1;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
	border: none;
	border-radius: 8px;
}
.quick_view_detailes .input-number__input {
	-moz-appearance: textfield;
	width: 60px;
}
#cancel-comment-reply-link:hover, .button:hover , .btn:hover{
    background: var(--button-site-back-hover);
    color: var(--button-site-color-hover);
}
.price_slider_amount .button {
    min-width: 145px;
    font-size: 15px;
}
.container-carousel {
	padding: 0 15px;
}
.price_label {
    font-size: 0;
}

.price_label .from, .price_label .to {
    position: absolute;
    font-size: 12px;
    color: #777;
}
.price_label {
	position: absolute;
	top: -42px;
	right: 0;
	left: 0;
}
.price_label .from {
	left: 0;
	bottom: 0;
}
.sidebar-inner .widget:first-child form {
	display: block;
}
.price_label .to {
	right: 0;
	bottom: 0;
}

.widget-slide > ul > li {
    padding: 10px 20px;
    list-style: none;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term .count {
    display: none;
}

.widget-slide > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #a8a8a81f;
}

li.woocommerce-widget-layered-nav-list__item a {
    display: flex;
    align-items: center;
}

#sidebar a {
    color: #000;
}

li.woocommerce-widget-layered-nav-list__item a::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(106 137 204 / 22%);
    padding: 1.5px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-clip: content-box;
    box-sizing: content-box;
    transition: .4s ease;
    margin-left: 17px;
    margin-top: 2px;
}

li.woocommerce-widget-layered-nav-list__item a:hover::before, li.woocommerce-widget-layered-nav-list__item.chosen a::before {
    background-color: var(--main-site-color);
}

.widget.widget-slide > a > img {
    transform: scale(1.14, 1.18);
}

.blog_posts {
    padding: 0;
}

.blog_posts li a img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 5px;
}

.blog_posts li a {
    font-size: 14px;
    margin-bottom: 8px;
}

.blog_posts .post-date {
    font-size: 12px;
}

.blog_posts .post-date i {
    margin-left: 4px;
}

.post-header {
    margin-bottom: 15px;
}

/* pagination style */
.products-view__pagination {
    background-color: var(--back-color1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding: .75rem 1rem;
}

.products-view__pagination-legend {
    font-size: .9375rem;
    padding: 0 .375rem;
}

ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
    position: relative;
    padding: 0.375rem 0.625rem;
    padding-left: 0;
    margin-left: 0;
    line-height: 1.25;
    color: #007bff;
    background-color: transparent;
    border: 0 solid #dee2e6;
}

[dir="rtl"] .page-numbers li {
    margin-left: 6px;
}

.page-numbers span, .page-numbers a {
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    padding: 6px 10px;
    -webkit-transition: background .15s;
    transition: background .15s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f0f0f0;
    color: #262626;
}

.page-numbers.current {
    background-color: var(--main-site-color);
    color: var(--color-text);
    cursor: default;
}

.products-view__pagination .itemCount {
    margin: 0;
}

/* favorites style */
.favorites_item {
    position: relative;
}

.favorites_item .remove {
    position: absolute;
    top: 3px;
    left: 6px;
    z-index: 9;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 18px !important;
}

/* attr select*/
.product-variation {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.product__info-card .variations {
    padding: 0px 28px 24px;
}

.reset_variations {
    background: var(--main-site-color);
    color: var(--color-text);
    text-align: left;
    float: left;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 8px;
    opacity: 0.7;
}

.product-variation .label p {
    margin: 0;
    color: var(--color-neutral-600);
    font-weight: normal;
}

.variable-label {
    color: #000;
    margin-right: 4px;
}

.product-variation .product-attr-select {
    padding-right: 0;
    margin: 0;
    margin-top: 8px;
}

.product-attr-select li.variation-color {
    height: 30px;
    border-radius: 8px;
    margin-left: 8px;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 6px;
    min-width: 75px;
    margin-bottom: 8px;
}

/* add to cart ajax style */
.product-buttons .avada-select-wrapper a {
    padding: 2px !important;
    margin-right: 5px !important;
    display: inline-flex !important;
    position: relative !important;
    margin-bottom: 5px !important;
    max-height: 30px !important;
    font-size: 12px;
    border-radius: 5px;
}

.archive-add-to-cart-button {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.archive-add-to-cart-button .single_add_to_cart_button {
    padding: 10px 12px !important;
    margin-right: -2px !important;
    width: 60%;
    font-size: 13px;
}

.archive-add-to-cart-button .quantity {
    width: 40% !important;
}

.archive-add-tocart-button {
    background: var(--button-site-back) !important;
    border: 0 !important;
    text-align: center !important;
    color: var(--button-site-color) !important;
    border-radius: 4px !important;
}
.archive-add-tocart-button:hover , .view-product:hover {
    background: var(--button-site-back-hover) !important;
    color: var(--button-site-color-hover)!important;
}
.selectbtn {
    height: 30px;
    list-style: none;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.product-attr-select li span {
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-height: 20px;
    border-radius: 4px;
}
.selectbtn.variation-color span {
	width: 20px;
}
.price > .woocommerce-Price-amount.amount {
	padding-left: 40px !important;
	color: var(--text-dark) !important;
}

.product-loop-column.variable .quantity {
    display: none;
}

.variation-color span {
    font-size: 0;
    margin-left: 8px;
}

.variation-button p {
    display: none;
}

.selectbtn.selected {
    border: 1px solid var(--main-site-color);
}

.selectbtn.variation-button {
	min-width: 40px;
	height: 35px;
	padding: 4px;
}

.product-attr-select {
	display: flex;
	align-items: center;
	overflow-x: auto;
	scrollbar-width: thin;
	flex-wrap: wrap;
}

.product-loop-column.variable:not(.card) .variations_form.cart.self {
    position: absolute;
    width: 100%;
    background: #fff;
    right: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    bottom: 0;
    padding: 8px;
    margin: 0 auto;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .3s;
    z-index: 100;
    border-radius: 10px;
    max-height: calc(100% - 20px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.product-loop-column.variable .price .woocommerce-Price-currencySymbol, .product-loop-column.variable .c-price .woocommerce-Price-currencySymbol {
	position: absolute;
	left: 0;
	font-size: 12px;
	top: -17px;
	color: #bbb !important;
}
.product-loop-column.variable .price {
	display: flex;
	flex-direction: row;
	justify-content: start;
	color: var(--text-dark);
}

.product-loop-column.variable .price > span:first-child {
    padding-left: 3px !important;
}

.product-loop-column.variable .price > span:nth-child(2) {
    padding-right: 3px !important;
    padding-left: 0 !important;
}

.product-loop-column.variable:not(.card) .variations_form.cart.self::-webkit-scrollbar {
    display: none;
}


.product-loop-column.variable .discount-val {
    left: unset;
    top: 35px;
    right: 6px;
}
.mini-cart-product {
	padding-right: 8px;
}
.mini-cart-product p {
	margin: 0;
}
.mini-cart-product dd {
	margin-right: 4px;
}
.product-card__price .price del bdi .woocommerce-Price-currencySymbol {
    display: none;
}

.variable.self_quick_view.clicked .quick_product_title p {
    margin: 0;
}

.shahkar-form.variations_form.cart.popup {
    position: fixed;
    background: #fff;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    padding: 8px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .3s;
    z-index: 100;
    border-radius: 10px;
    max-width: 600px;
    top: 0;
    overflow-y: auto;
}

.owl-carousel .quick_view_block {
    flex-direction: column;
}

.owl-carousel .quick_view_image_product {
    width: 100%;
    display: none;
}

.reset_variations {
    display: none;
}

.owl-carousel .popup_quick_view .archive-add-to-cart-button .single_add_to_cart_button {
    padding: 10px 12px !important;
    margin-right: -2px !important;
    width: 100%;
    font-size: 12px;
}

.owl-carousel .quick_product_title p {
    text-align: center;
    font-size: 15px;
    margin: 0;
}

.owl-carousel .variations_form.cart.popup.clicked {
    top: 9px !important;
    max-height: calc(100% - 20px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.owl-carousel .quick_view_detailes {
    width: 100%;
}
.quick_product_title{
    text-align: center;
}
.quick_product_title p, .quick_product_title a {
    text-align: center;
    font-size: 14px;
    color: #333;
}
#dark-back {
    background: #666;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: .5;
}
.view-product {
    background: var(--secoun-site-color) !important;
    width: 100%;
    margin-top: 8px;
    color: var(--button-site-color) !important;
}

.archive-variation-add-to-cart {
    cursor: pointer;
}

.product-loop-column.variable {
    position: relative;
}

.product-loop-column.variable {
    transition: all ease-out .3s;
}

product-loop-column.variable.self_quick_view::before {
    transition: all ease-out .3s;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 9;
    border-radius: 10px;
}

.product-loop-column.variable.popup_quick_view::before {
    transition: all ease-out .3s;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    z-index: 90;
    border-radius: 10px;
}

.variations_form.cart.self.clicked {
    visibility: visible !important;
    opacity: 1 !important;
    bottom: 10px !important;
    top: 10px;
}

.variations_form.cart.popup.clicked {
    visibility: visible !important;
    opacity: 1 !important;
    top: calc(50% - 200px) !important;
}

.product-loop-column.variable.self_quick_view.clicked::before {
    left: 0 !important;
    opacity: .1 !important;
    visibility: visible !important;
}

.product-loop-column.variable.popup_quick_view.clicked::before {
    opacity: .1 !important;
    visibility: visible !important;
}

.onsale {
    background: var(--main-site-color);
    color: var(--color-text);
    padding: 2px 8px;
    border-radius: 8px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    display: none;
}

.product-card__price .price, .details .price {
    position: relative;
}
.product-card__price .price del {
	padding-left: 40px;
	color: #000;
}

.details .price del {
    padding-left: 0px;
}

.discount-val {
	background: var(--main-site-color);
	color: var(--color-text) !important;
	display: inline-flex;
	max-width: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	position: absolute;
	left: 0;
	padding: 4px 8px;
	max-height: 22px;
	top: 5px;
	font-size: 15px !important;
	font-weight: normal;
}
.topbar__link {
	color: var(--color-text) !important;
}
.remove.remove_from_cart_button {
	font-size: 22px;
	background: #fff;
	width: 24px;
	height: 22px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	color: var(--color-text);
	border-radius: 100%;
	margin-left: 8px;
}

.woocommerce-variation-price .price {
    display: flex;
    flex-direction: column;
    position: relative;
}

.woocommerce-variation-price .price del {
    font-size: 14px;
    color: var(--color-neutral-600);
}

.woocommerce-variation-price .price del span bdi {
    font-size: 14px;
    color: var(--color-neutral-600);
}

.woocommerce-variation-price .price ins {
    font-size: 19px;
    padding: 4px 0;
    text-decoration: none;
    font-weight: bold;
}

.woocommerce-variation-price .price ins span bdi {
    font-size: 19px;
    padding: 4px 2px;
    text-decoration: none;
    font-weight: bold;
}

.product-loop-column.variable .variations {
    max-height: 180px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #eee #fff;
}

.product-loop-column.variable .variations::-webkit-scrollbar {
    width: 5px;
}

.product-loop-column.variable .self .archive-add-to-cart-button {
    flex-direction: column;
    align-items: baseline;
}

.product-loop-column.variable .self .archive-add-to-cart-button .quantity {
    width: 100% !important;
    margin-left: 0 !important;
}

.product-loop-column.variable .self .archive-add-to-cart-button .single_add_to_cart_button {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 8px !important;
}

.added_to_cart.wc-forward {
    display: none;
}

.cart .archive-add-to-cart-button {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.popup_quick_view .single_add_to_cart_button {
    width: 100%;
}

/* Track */
.product-loop-column.variable .variations::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.product-loop-column.variable .variations::-webkit-scrollbar-thumb {
    background: #eee;
}

/* Handle on hover */
.product-loop-column.variable .variations::-webkit-scrollbar-thumb:hover {
    background: #eee;
}

.woocommerce-variation-price .price > span > bdi {
    font-size: 19px;
    padding: 8px 0;
    text-decoration: navajowhite;
    font-weight: bold;
}

/*   footer   */
#footer {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-top: 20px;
}

.footer-container {
	width: 100%;
	flex-wrap: wrap;
}
.wp-block-social-links li {
	list-style: none;
}
.section-title {
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: 18px;
}

.description-text {
    color: #797979;
    margin-bottom: 1rem;
    font-size: 14px;
}

.description-logo {
    margin: 1rem 0;
}

.footer-logo {
    height: 35px;
    width: 120px;
}

.address-div {
    max-width: 480px;
}

.bi-geo-alt {
    height: 22px;
    width: 22px;
    margin-left: 1rem;
}

.phone-number {
    text-decoration: none;
    margin-right: 0.5rem;
    color: #ff0000;
}

.copyright {
    width: 94%;
    height: 60px;
    background-color: #f5f5f5;
    margin: 1.5rem auto;
    border-radius: 15px;
    padding: 8px 45px;
    margin-bottom: 0;
}

.item-block ul {
    padding-right: 15px;
}

.woocommerce p.stars a:hover ~ a::before {
    content: '\e92e';
}

.woocommerce p.stars:hover a::before {
    content: '\e922';
}

.woocommerce p.stars.selected a.active::before {
    content: '\e922';
}

/*-> tracking orders style */
#tracking_orders {
    position: relative !important;
    z-index: 1;
    background: #FFFFFF;
    max-width: 400px !important;
    border-radius: 14px !important;
    margin: 15px auto 100px auto !important;
    padding: 28px !important;
    text-align: center !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.responsive-table {

> li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.table-header {
    background-color:  var(--back-color3);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.table-row {
   background-color: var(--back-color1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.col-1 {
    flex-basis: 10%;
}

.col-2 {
    flex-basis: 40%;
}

.col-3 {
    flex-basis: 25%;
}

.col-4 {
    flex-basis: 25%;
}

@media all and (max-width: 767px) {
    .table-header {
        display: none;
    }

.table-row {
	flex-direction: column;
}

    .col {
        flex-basis: 100%;
        	border-bottom: 1px solid #333;

    }

    .col {
        display: flex;
        padding: 10px 0;

&:before {
     color: #6C7A89;
     padding-right: 10px;
     content: attr(data-label);
     flex-basis: 50%;
     text-align: right;
 }
}

}
}

.product-small-attributes ul {
    gap: 8px;
    padding: 0;
    margin-top: 0;
}
.title_block.title_attr {
    font-size: 18px;
    color: #333;
}
.product-small-attributes ul li {
	background: var(--back-color3);
	border-radius: 8px;
	min-width: 31%;
}
.product-small-attributes ul li .title_attr {
	font-size: 12px;
	color: var(--color-neutral-500);
	font-weight: 400;
	margin: 0;
	margin-left: 4px;
}
.product-small-attributes ul li .val_attr {
    color: var(--color-neutral-700);
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
.styles_InfoSectionSpec {
    width: 100%;
    height: 1px;
    background: var(--color-neutral-200);
    margin: 0 15px;
}
.border-none {
    border-style: none;
}
.more-attrs {
    border: 1px solid var(--back-color3);
    background-color: transparent;
    color: var(--text-color);
    padding: 8px 8px;
    border-color: var(--back-color3) !important;
    min-width: 170px;
    border-radius: 8px;
}
.more-attrs i {
    margin-right: 5px;
}
.special-slider-product .sale_block {
	position: absolute;
	left: 30px;
	bottom: 8px;
}
/*-> elementor_styles */
.block-image-slider .owl-stage {
	padding: 0 !important;
}
.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
	padding: 10px 0;
}
.section-banner {
    margin-bottom: 1rem;
    width: 100%;
    height: 66px;
    position: relative;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 15px;
}

.banner-link {
    width: 1432px;
    display: block;
    margin: 0 auto;
}

.section-banner__img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.section-more__info {
    display: flex;
    text-decoration: none;
    gap: 10px;
    align-items: center;
    color: var(--color-text);
    font-weight: bold;
    justify-content: end;
}

.section-more__info svg {
    font-size: 20px;
    max-width: 10px;
}

.section-banner h2 {
    margin: 0 !important;
}

.title-row {
    min-width: 50%;
}

/*=> elementor special */
.card-special {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-left: 370px;
    padding-right: 200px;
}

.card-special .left {
    width: 450px;
    height: 470px;
    border-radius: 23px;
    display: flex;
    align-items: center;
}

.slider {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    margin-left: -30px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    color: #CB1F40;
    cursor: pointer;
}

.special-slider-product .owl-carousel .owl-item img {
    width: auto !important;
    border-radius: 15px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.special-slider-product .owl-theme {
    direction: ltr !important;
}
.special-slider-product {
    padding-bottom: 30px;
    position: relative;
}
.card-special .right {
	width: 100%;
	height: 100%;
	background: #0c1f2c;
	border-radius: 23px;
	direction: rtl;
	position: relative;
}
.special-slider-product h4 {
    margin: 0;
    padding: 20px 30px;
    color: var(--color-text);
}
.special-slider-product::before {
    content: "";
    background: var(--main-site-color);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 55%;
    right: 0;
    border-radius: 30px;
    transform: translate(-22%, 0px) skew(-24deg, 0deg);
}
.special-slider-product::after{
    content: "";
    background: var(--main-site-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 78%;
    right: 0;
    border-radius: 30px;
    z-index: -1;
}
.owl-dot.active .list_carousel_thumb {
    background: #CC3843;
    border-radius: 15px;
    transform: scale(1.06);
    color: var(--color-text);
}

.owl-dot.active .list_carousel_thumb img {
    border-radius: 15px !important;
}

.card-special .right img {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
}

.special-slider-product .details .product-variation {
    display: flex;
    flex-direction: row !important;
    -webkit-align-items: center;
    align-items: center;
}

.special-slider-product .variable-label {
    display: none;
}

.card-special .right .productInfo {
    width: 460px;
    margin: 20px 235px 0 0;
    color: var(--color-text);
}

.special-slider-product .sale_block {
    border-bottom: 0 !important;
    margin-bottom: 8px;
}

.special-slider-product .saleending_amazing span {
    background-color: var(--main-site-color);
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    color: var(--color-text) !important;
}

.card-special .right .productInfo .product-title {
    font-weight: 800;
    line-height: 46px;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-text);
}

.special_title {
    position: absolute;
    right: -50px;
    transform: rotate(90deg);
    color: var(--color-text);
    font-size: 27px;
    line-height: 0;
    height: 37px;
}

.special-carousel-price {
    position: relative;
}

.card-special .woocommerce-variation-price .discount-val {
    display: none;
}
.card-special .woocommerce-variation-price .price {
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.card-special .woocommerce-variation-price .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.card-special .woocommerce-variation-price .price del {
    padding-left: 8px;
}
.card-special .right .productInfo h2 {
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 1.6px;
    margin-bottom: 30px;
}

.card-special .right .productInfo button {
    height: 48px;
    background: #CB2140;
    border-radius: 90px;
    font-weight: 300;
    line-height: 35px;
    font-size: 14px;
    padding: 0 24px;
    color: var(--color-text);
}

.card-special .right .productInfo i.fav {
    font-size: 12px;
    margin: 0 12px 0 24px;
    color: #CB2140;
}

.card-special .right .productInfo a {
    font-size: 18px;
    color: var(--color-text);
    text-decoration: none;
}

.slider:nth-of-type(2) {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(-50%, -50%);
}
.banners_carousel ul {
	padding: 0;
}
.card-special .right .productInfo h4 {
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.card-special .product-attr-select li {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: normal;
    text-align: center;
    font-weight: 300px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s linear;
    border: 1px solid transparent;
    cursor: pointer;
    min-width: auto;
    padding: 0;
    overflow: hidden;
}

.card-special .product-attr-select li > p {
    display: none;
}

.card-special .product-attr-select li span {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-height: unset;
    color: var(--color-text);
}

.special-slider-product  .selectbtn.selected {
    border: 2px solid #fff !important;
}

.special-slider-product .details .product-variation .label {
    margin-left: 8px;
}

.special-slider-product .details .product-variation .label p {
    color: var(--color-text);
}

.special-slider-product .product-variation .product-attr-select {
    margin-top: 0;
}

.card-special .product-attr-select li {
    border: 1px solid #CB1F40;
}

.card-special .quantity {
    display: none;
}

.card-special .details del bdi {
    font-size: 16px !important;
    color: var(--color-text) !important;
}

.card-special .woocommerce-Price-currencySymbol {
    color: var(--color-text) !important;
}

.special-carousel-price bdi {
    color: var(--color-text) !important;
}

.card-special .details .woocommerce-Price-amount.amount > bdi {
    color: var(--color-text) !important;
    font-size: 20px;
}
.special-slider-product .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    max-width: 360px;
    top: -1px;
    overflow-y: auto;
    direction: rtl;
    scrollbar-width: thin;
    height: calc(100% + 1px);
    margin: 0 !important;
    padding: 0 15px;
    background: #fff;
}

.list_carousel_thumb img {
    max-width: 85px !important;
    max-height: 85px;
    padding: 5px;
    border-radius: 4px !important;
}

.list_carousel_thumb {
    background: #f5f6f7;
}

.special-slider-product h4 {
    padding: 20px 15px;
}
/*=> elementor feauture */
.product_feature_filter {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 284px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    background-color: var(--back-color1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.product_feature_filter .feature-title {
    margin: 0;
    padding-bottom: 25px;
}

.product_feature_filter .items-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
    width: 100%;
}

.product_feature_filter .items {
    height: 80px;
    border-radius: 15px;
    background-color: yellow;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.product_feature_filter .items:nth-child(1), .product_feature_filter .items:nth-child(4) {
    background-color: #f7faff;
    border: 1px solid #d4e1ff;
}

.product_feature_filter .items:nth-child(1):hover, .product_feature_filter .items:nth-child(2):hover, .product_feature_filter .items:nth-child(3):hover, .product_feature_filter .items:nth-child(4):hover, .product_feature_filter .items:nth-child(5):hover, .product_feature_filter .items:nth-child(6):hover {
    border: 2px solid #6585cf;
}

.product_feature_filter .items:nth-child(2), .product_feature_filter .items:nth-child(5) {
    background-color: #f2f7ff;
    border: 1px solid #d4e1ff;
}

.product_feature_filter .items:nth-child(3), .product_feature_filter .items:nth-child(6) {
    background-color: #e9f1ff;
    border: 1px solid #d4e1ff;
}

.product_feature_filter .items-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600px;
    color: #333333;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.product_feature_filter .items:nth-child(1) {
    background-color: #fff5f6;
    border: 1px solid #f1737f;
}

.product_feature_filter .items:nth-child(1):hover {
    border: 2px solid #f1737f;
}

.product_feature_filter .items:nth-child(2) {
    background-color: #f9f9f6;
    border: 1px solid #bbb398;
}

.product_feature_filter .items:nth-child(2):hover {
    border: 2px solid #bbb398;
}

.product_feature_filter .items:nth-child(3) {
    background-color: #fff5ec;
    border: 1px solid #e0a161;
}

.product_feature_filter .items:nth-child(3):hover {
    border: 2px solid #e0a161;
}

.product_feature_filter .items:nth-child(4) {
    background-color: #eafaff;
    border: 1px solid #47c3e4;
}

.product_feature_filter .items:nth-child(4):hover {
    border: 2px solid #47c3e4;
}

.product_feature_filter .items:nth-child(5) {
    background-color: #f2f5fe;
    border: 1px solid #8298e1;
}

.product_feature_filter .items:nth-child(5):hover {
    border: 2px solid #8298e1;
}

.product_feature_filter .items:nth-child(6) {
    background-color: #f9fbea;
    border: 1px solid #b5c168;
}

.product_feature_filter .items:nth-child(6):hover {
    border: 2px solid #b5c168;
}

/*=> elementor brands2 */
.carousel-inner {
    position: relative;
}

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

.brands_carousel .title {
    min-width: 175px;
}

.brands_carousel ul li {
    padding: 4px;
    border-left: 1px solid #f5f6f7;
}

.brands_carousel ul li a {
    border-radius: 15px;
    overflow: hidden;
}

.brands_carousel ul li .brand_title {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
}

/* =>elementor category */
.shahkar_product_categories li {
    list-style: none;
}

.shahkar_product_categories .cat_title {
	text-align: center;
	margin-top: 8px;
	padding: 5px 15px;
	color: var(--color-text) !important;
}

/* =>elementor image slide */
.block-image-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #000;
    border-radius: 100px;
}

.section-header__arrows.arrow-type3 {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 1;
}

.slider_inner.owl-carousel .owl-dots {
    display: none;
}

.block-image-slider .owl-dot.active {
    width: 20px !important;
}

.block-image-slider .section-header__arrows.arrow-type2 .owl-dots {
    position: absolute;
    bottom: 0;
    z-index:1;
    padding: 0 20px;
}
/*=> title widget */
.d-flex{
    display:flex;
}
.shahkar-section-title {
	align-items: center;
}
.shahkar-section-title .title {
	gap: 8px;
	display: flex;
	align-items: center;
}
.shahkar-section-title .title-wrapper {
	width: 100%;
}
.shahkar-view-more-btn {
	background: var(--back-color2);
	min-width: 160px;
	border-radius: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 2%;
}
/*=>grid products element */
.products_for_cat {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background-color: var(--color-neutral-100);
}
.shahkar_pro_cats {
	border: 1px solid var(--color-neutral-200);
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 100%;
}
.shahkar_pro_cats a {
    padding: 10px;
    position: relative;
    width: 100%;
    background-color: var(--color-neutral-000);
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.shahkar_products-grid .owl-stage {
	display: flex !important;
	align-items: stretch;
}
.shahkar_products-grid {
    overflow: hidden;
}
.cat_btn_txt {
    font-size: .8rem;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-button-secondary);
    justify-content: center;
    margin-top: 10px;
}
/*=> must saled element */
.title_pro_cat {
    text-align: center;
}
.image_block {
	border-radius: 4px;
	margin-left: 8px;
	width: 130px;
}
.number_pro {
    margin-right: 10px;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    color: var(--color-secondary-500);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.1;
}
.title_block {
	color: #777;
	font-size: .9rem;
	font-weight: 400;
	line-height: 2.17;
	position: relative;
	width: 100%;
	min-height: 70px;
}
.must_sale_item a .title_block {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
/*=> product grid element */
.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: right;
    clear: unset;
    margin: 0;
    border-left: 1px solid var(--color-neutral-100);
    border-bottom: 1px solid var(--color-neutral-100);
    list-style: none;
}
.product_item {
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--bg-light);
}
.product_item a {
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.c-product-box__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.c-product-box__row--price {
    margin-top: 13px;
    height: 43px;
}
.c-price, .c-price__application-only-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    position: relative;
    min-height: 70px;
    padding: 4px 15px 15px 0;
    width: 100%;
}
.c-price .discount-val {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-right: 5px;
    color:var(--color-text);
    border-radius: 10px;
    background-color: var(--main-site-color);
    padding-right: 5px;
    padding-left: 5px;
}
.c-price del {
    position: absolute;
    bottom: 0;
    left: 0;
}
.c-price del bdi {
    font-size: 12px;
}
.c-price del bdi .woocommerce-Price-currencySymbol {
    display: none;
}
.variations_form.cart select {
    background: #f5f6f7;
    border: 1px solid #eee;
    padding: 6px;
}
.wrapper-full .menu > li a i {
    transition: all ease.3s;
}
.rotate-180{
    transform: rotate(180deg);
}
/* pay succes */
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
}
.woocommerce ul.order_details li {
    padding-bottom: 10px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 14px !important;
}
.product .product_item .c-price {
	padding-right: 0;
}
.product .product_item .c-price .woocommerce-Price-amount.amount {
	font-size: 13px;
}
/* start responsive */
@media (max-width: 1399.98px) {
    .block-sale__body {
        padding-top: 96px;
        padding-bottom: 92px;
    }
}

@media (max-width: 1199.98px) {
    .block-sale__body {
        padding-top: 88px;
        padding-bottom: 84px;
    }
}

@media (max-width: 991.98px) {
    .block-sale__body {
        padding-top: 80px;
        padding-bottom: 76px;
    }
}

@media (max-width: 767.98px) {
    .block-sale__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-sale__link {
        padding: 16px 24px;
        min-width: 300px;
    }

    .block-sale__controls {
        padding: 0;
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
        min-width: 220px;
    }
}

@media (max-width: 575.98px) {
    .block-sale__body {
        padding-top: 51px;
        padding-bottom: 28px;
    }

    .block-sale__carousel .owl-dots {
        margin-bottom: 0;
        margin-top: 24px;
    }
}

@media (max-width: 499px) {
    .block-sale__header {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto -23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-sale__header-decor .decor__body {
        height: 33px;
        margin: 0 -10px -10px;
    }

    .block-sale__header-decor .decor__start,
    .block-sale__header-decor .decor__end {
        height: 23px;
        width: calc(50% - 23.27905px);
    }

    .block-sale__header-decor .decor__start {
        left: 10px;
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }

    .block-sale__header-decor .decor__end {
        right: 10px;
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
    }

    .block-sale__header-decor .decor__center {
        height: 23px;
        width: 28.5581px;
    }

    .decor--type--center .decor__body {
        overflow: hidden;
        position: relative;
    }

    .block-sale__link {
        padding: 14px 20px;
    }

    .block-sale__arrow .arrow__button {
        height: 27px;
        padding: 0 20.58845px;
    }

    .block-sale__arrow .arrow__button:before {
        width: calc(100% - 15.58845px);
    }

    [dir=ltr] .block-sale__arrow .arrow__button:before {
        left: 7.79423px;
    }

    [dir=rtl] .block-sale__arrow .arrow__button:before {
        right: 7.79423px;
    }

    [dir=ltr] .block-sale__arrow .arrow__button:before {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }

    [dir=rtl] .block-sale__arrow .arrow__button:before {
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
    }

    [dir=ltr] .block-sale__arrow--prev {
        left: -42.1769px;
    }

    [dir=rtl] .block-sale__arrow--prev {
        right: -42.1769px;
    }

    [dir=ltr] .block-sale__arrow--next .arrow__button:before {
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
    }

    [dir=rtl] .block-sale__arrow--next .arrow__button:before {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }

    [dir=ltr] .block-sale__arrow--next {
        right: -42.1769px;
    }

    [dir=rtl] .block-sale__arrow--next {
        left: -42.1769px;
    }
}

@media (max-width: 474px) {
    .block-sale__title {
        font-size: 28px;
        line-height: 30px;
    }

    .block-sale__subtitle {
        margin-top: 6px;
        font-size: 15px;
    }

    .block-sale__timer {
        margin-top: 16px;
    }

    .block-sale__link {
        padding: 13px 20px;
        min-width: 220px;
        font-size: 14px;
    }
}

.checkout.woocommerce-checkout .col2-set {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
#customer_details .woocommerce-shipping-fields {
	display: none;
}
.dark-mode #add_payment_method #payment div.payment_box,.dark-mode  .woocommerce-cart #payment div.payment_box,.dark-mode  .woocommerce-checkout #payment div.payment_box {
	border-radius: 15px !important;
		background-color: #333 !important;
}
.dark-mode #add_payment_method #payment div.payment_box::before,.dark-mode .woocommerce-cart #payment div.payment_box::before,.dark-mode .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #333 !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
    .topbar--spaceship-start .topbar__item-text {
        font-weight: 400;
    }

    .indicator__counter {
        font-weight: 400;
    }
}
.card.card-special .archive-add-to-cart-button .single_add_to_cart_button {
    width: auto;
    margin-bottom: 15px;
}
@media (max-width: 1300px){
    .special-slider-product .owl-dots {
        max-width: 270px;
    }
    .list_carousel_thumb img {
        max-width: 75px !important;
        max-height: 75px;
    }
    .special-slider-product .owl-dots .owl-dot b {
        font-size: 14px;
        max-width: max-content;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 60px;
    }
    .card-special {
        padding-left: 280px;
        padding-right: 160px;
    }
    .special-slider-product .owl-dots {
        height: calc(100% + 1px);
    }
}
@media (max-width: 1199px){
    .card-special {
        padding-left: 0;
    }
    .special-slider-product .sale_block {
        margin-bottom: 15px;
    }
    .special-slider-product::after {
        left: 70%;
        right: 0;
    }
    .special-slider-product h4 {
        margin-right: 0;
    }

    .special-slider-product .sale_block {
        margin-bottom: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .product_feature_filter .items-title {
        font-size: 13px;
        text-align: center;
    }
    .footer-container {
        flex-wrap: wrap;
    }
    #footer .item-block{
        width: 50% !important;
    }
    .archive-content {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (max-width: 1024px) {
    .archive-content {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    h2 {
        font-size: 22px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 32px;
    }
    h4 {
        font-size: 18px;
        line-height: 32px;
    }
    h5 {
        font-size: 16px;
        line-height: 32px;
    }
    h6 {
        font-size: 15px;
        line-height: 32px;
    }
    .block-products-carousel ul {
        display: flex;
        overflow-x: auto;
    }
    .checkout.woocommerce-checkout .col2-set {
	flex-direction: column;
}
.woocommerce form.checkout {
	padding: 1rem;
}
#order_review .variation {
	flex-wrap: wrap;
}
    .card.card-special .archive-add-to-cart-button .single_add_to_cart_button {
        margin-bottom: 0;
    }
.block-products-carousel ul li {
	max-width: 160px;
	min-width: 160px;
	margin-left: 8px;
}
 .special-slider-product {
	padding-right: 15px;
}
    .block.special-slider-product::before {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        transform: translate(-22%, 0px) skew(-7deg, 0deg);
        top: 0;
        bottom: 0;
        z-index: -1;
        right: 0;
        border-radius: 30px;
        background: var(--main-site-color);
    }
    .special-slider-product::after {
        content: "";
        background-color: var(--main-site-color);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 30px;
        z-index: -1;
        width: 60%;
    }
    .itemDetails {
	padding: 0;
}
.itemDetails img {
	border-radius: 15px !important;
}
.special-offer .offer-carousel {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.special-offer .offer-carousel .block-products-column {
	min-width: 200px;
	min-height: 365px;
	display: flex;
	margin-left: 8px;
}
    .block-products__cell {
	 height:auto;
}
.product-card__price .woocommerce-Price-amount.amount > bdi, .details .woocommerce-Price-amount.amount > bdi {
	color: var(--color-neutral-900);
	font-size: 13px;
}
.product_title.entry-title {
	font-size: 20px !important; 
}
.product-small-attributes ul li {
	flex-direction: row;
}
    .card-special {
        width: 100%;
        height: 100%;
        flex-direction: column;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
    }
    .card-special .right {
        width: 100%;
        position: unset;
        height: 100%;
        margin: 0;
        padding: 15px;
    }
    .card-special .left {
        display: none;
    }
    .card-special .right .productInfo {
        width: 100%;
        margin: auto auto auto auto;
        max-width: 100%;
        padding-top: 160px;
    }
    .card-special .right img {
        margin: 0 auto;
        transform: unset;
        max-width: 150px;
        top: 10px;
    }
.card-special .right .productInfo .product-title {
	position: absolute;
	top: 10px;
	right: 190px;
	max-width: calc(100% - 130px);
}
    .special-slider-product h4 {
        padding: 20px 15px;
        margin-right: -20px;
    }
    .product_feature_filter .items-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_feature_filter .items-title {
        font-size: 14px;
    }
    .block-products-carousel .carousel-blog-block, .block-products-carousel .carousel-brand-block {
        display: flex;
        overflow-x: auto;
    }
.block-products-carousel .carousel-blog-block .block-products-carousel__column {
	min-width: 300px;
	margin-left: 15px;
}
    .block-products-carousel .carousel-brand-block .block-products-carousel__column {
        min-width: 120px;
        margin-left: 15px;
    }
    .block-must-sale {
        display: flex;
        overflow-x: auto;
    }
    .block-must-sale .must_sale_item {
        min-width: 300px;
        margin-left: 8px;
    }
    .shahkar_products-grid {
        display: flex;
        flex-direction: column;
    }
    .shahkar_products-grid .shahkar_pro_cats {
        border: 1px solid var(--color-neutral-200) !important;
        margin-bottom: 15px;
        border-radius: 15px;
    }
    .card.card-special.simple .special-carousel-price {
        display: flex;
        flex-direction: column;
    }
    .card.card-special.simple .special-carousel-price del bdi {
        font-size: 16px;
    }
    .card.card-special.simple .special-carousel-price ins bdi {
        font-size: 22px;
    }

    .product-loop-column.variable .product-card__prices {
        max-width: calc(100% - 35px);
        padding-left: 8px;
    }
    .product-loop-column.variable .price {
        padding-bottom: 0;
    }
    .block-products-column.variable .price .discount-val {
        display: none;
    }

    .widget_text.widget ul {
        padding: 0;
    }
    .widget_text.widget ul li {
        list-style: none;
    }
    .product-loop-column.variable .price .woocommerce-Price-currencySymbol {
        position: absolute;
        left: 0px;
        bottom: 10px;
        height: auto;
        font-size: 12px;
        color: #A3A7AE;
    }
    .product-loop-column .price > .woocommerce-Price-amount.amount {
        padding-left: 0px !important;
    }
    .woocommerce-Price-currencySymbol{
        color: #A3A7AE;
        font-size: 12px;
    }
    .product-list-inner .product-items {
        grid-template-columns: repeat(1,1fr);
        gap: 20px !important;
    }
.product-loop-column .product-card {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09) !important;
	border-radius: 15px;
	padding: 0px;
	height: 100%;
}
    .products-view__pagination.itemCount {
        flex-direction: column;
    }
.archive-content {
	grid-template-columns: repeat(1,1fr);
	gap: 15px;
}
    .breadcrumb__list {
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .breadcrumb__item {
        min-width: max-content;
    }

    /*single post */
    .sharing-box {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .sharing-box h4 {
        font-size: 15px !important;
        margin-bottom: 15px;
    }
    .related-post #related_slider {
        display: flex;
        align-items: stretch;
        overflow-x: auto;
    }
.related-post #related_slider .post {
	min-width: 300px;
	margin-left: 8px;
}
#sidebar.single-post {
	max-width: 100%;
	padding: 0;
	margin-top: 15px;
}
        .comment-list ol {
            padding-right: 15px;
        }
        .carousel-1.block .block-products-carousel__carousel {
	display: flex;
	flex-direction: row;
	overflow-x: auto !important;
}
.carousel-1.block .block-products-carousel__carousel .block-products-column {
	min-width: 200px;
	margin-left: 8px;
}
.carousel-1.block .block-products-carousel__carousel{
	background-size: 140px !important;
}
.product-carousel-1 {
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.carousel-1.block .section-header__arrows.arrow-type2 {
	display: none;
}
.carousel-1.block .carosel_block-url {
	display: none;
}
.not_logged_in .comment-form-comment {
	max-width: 100%;
}
.not_logged_in .comment-form-author, .not_logged_in .comment-form-email, .not_logged_in .comment-form-url, .not_logged_in .comment-form-cookies-consent {
	max-width: 100%;
}
}

@media (max-width:560px) {
    .card-special .right img {
        max-width: 90px;
        top: 10px;
    }
    .card-special .right .productInfo {
        padding-top: 130px;
    }
    .card-special .right .productInfo a {
	font-size: 14px;
}
.card-special .right .productInfo .product-title {
	right: 115px;
	font-size: 17px;
	line-height: 32px;
	margin: 0;
	display: flex;
	-webkit-align-items: center;
	min-height: 92px;
}
    .widget_text.widget {
        padding: 8px;
    }
    .special-slider-product .sale_block {
	position: static;
	justify-content: center;
}
.card-special .woocommerce-variation-add-to-cart.variations_button {
	justify-content: center;
	margin-bottom: 8px;
}
}
@media (max-width:399px) {
    .product-loop-column.variable .price .woocommerce-Price-currencySymbol {
        bottom: 20px;
        height: auto;
        margin: 0 auto;
        display: block;
        text-align: center;
        transform: unset;
    }
    .card-special .right .productInfo a {
	font-size: 14px;
}

}
@media(max-width:360px){
    .product .product_item .c-price .woocommerce-Price-amount.amount {
	font-size: 12px;
}
}
.cs-uwac__popup-chatbox_intro {
	color: var(--color-text);;
}

.woocommerce-no-products-found {
	border: 2px solid #ec6262a8;
	background: #ec626214;
	padding: 15px;
}
.input-number > input {
	border: 0 !important;
	height: 40px !important;
	border-radius: 0 14px 14px 0;
}
.woocommerce-product-attributes-item__label {
	background: var(--back-color2) !important;
}
.woocommerce-product-attributes-item__value span {
	background: var(--back-color2) !important;
	color: var(--color-text) !important;
}
/* login modal */
.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;
	background-color: #000000bf !important;
}
.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: var(--back-color2);
	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 {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	border: 0;
	border-radius: .375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--back-color2);
	color: var(--color-text);
	font-size: 15px;
}
.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;
}
/* 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;
}
#resend_code {
	max-width: 80%;
}
.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;
	background: unset !important;
	height: 50px;
	justify-content: space-between;
}
#rename_mobile {
	background: unset !important;
}
#rename_mobile button {
	color: var(--main-site-color) !important;
}
#resend_code {
	line-height: 100%;
}
.form-row button {
	background: var(--main-site-color) !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: var(--color-text);
}
#loginModal {
	top: 25% !important;
}
.modal-content {
	border-radius: 15px !important;
}
.login-block .wrapper {
	background: var(--back-color2);
	color: #333;
}

@media (max-width:767px){
    .shahkar-section-title .title {
	font-size: 20px !important;
	font-weight: 600 !important;
}
.shahkar-section-title .subtitle {
	font-size: 11px !important;
	text-align: center;
	font-weight: 300 !important;
}
.carousel-tit .title {
	font-size: 14px !important;
		font-weight: 300 !important;
}
.carousel-tit .subtitle {
	font-size: 20px !important;
		font-weight: 600 !important;
}
.btn-header svg {
	width: 25px;
	height: 25px;
	fill: var(--color-text);
}
.auth-button {
	width: 52px !important;
}
.header-left.icons {
	justify-content: end;
}
}
/*=> end login style */
.c-product-box__row .c-price del {
	position: static !important;
	margin-left: 15px;
}
/* تم تاریک */
.shahkar-view-more-btn {
	color: var(--main-site-color);
}
.dark-mode body {
	background-color: var(--back-color1) !important;
	color: var(--text-light);
}
.dark-mode body, .dark-mode p, .dark-mode span:not(.woocommerce-Price-currencySymbol):not(.woocommerce-Price-amount), .dark-mode div {
	color: #fff !important;
}
.dark-mode .main#single-product {
	background-color: #000 !important;
}
.dark-mode .dropDown_more_btn_woogroup{
background: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.6), #111);
}
.dark-mode .product-card__price del bdi, .dark-mode .details del bdi {
	color: #000 !important;
}
.dark-mode .product-card__price .woocommerce-Price-amount.amount > bdi,.dark-mode .details .woocommerce-Price-amount.amount > bdi {
	color: #000;
	font-size: 15px; 
}
.dark-mode .product__meta.item-wraper td a, .dark-mode .product__meta.item-wraper td a h4 {
	color: var(--color-text) !important;
}
.dark-mode .shahkar-user-account {
	border-color: var(--back-color1) !important;
	gap: 15px;
	background: var(--back-color1) !important;
}
.dark-mode .woocommerce-MyAccount-navigation {
	background: var(--back-color3) !important;
}
.dark-mode .navbar-nav > ul > li > a {
	color: var(--color-text) !important;
}
.dark-mode .navbar-nav ul li a i {
	background: var(--back-color1) !important;
}
.dark-mode .woocommerce-MyAccount-content {
	background: var(--back-color2) !important;
}
.dark-mode .share_popup {
	background: var(--back-color2);
	box-shadow: 0 0 10px 2px var(--back-color2);
}
.dark-mode #main {
    background: var(--back-color1) !important;
}
.dark-mode #datafetch {
    color: var(--text-dark);
    background-color: var(--back-color2);
    min-width: 800px;
    max-width: 100%;
    border-radius: 15px;
}
.dark-mode .site__header.mobile-header {
	border-bottom: 0; 
}
.dark-mode .bg-myaccount { 
	background-color: var(--back-color1) !important;
}
.dark-mode .selectbtn.variation-button span {
	color: var(--main-site-color) !important;
}
.dark-mode .selectbtn.selected {
	border: 1px solid var(--main-site-color);
	background: var(--main-site-color);
	color: var(--color-text) !important;
}
.dark-mode .selectbtn.selected  span {
	color: var(--color-text) !important;
}
.dark-mode .quick_view_block .input-number {
	background: #fff !important;
}
.dark-mode .quick_view_block .form-control {
	background-color: #fff !important;
}
.dark-mode .quick_view_block .input-number__sub , .dark-mode .quick_view_block .input-number__add{
    color:#000 !important;
}
/* پایه تم تیره */

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 15px !important;
}
.woocommerce form.checkout {
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  margin-top: 2rem;
}

/* تیترها */
.woocommerce h3, .woocommerce-checkout h3 {
	color: #fff;
	font-size: 1.1rem;
	padding-bottom: 0.7rem;
	margin-bottom: 1.2rem;
	text-align: right;
}
.wholesale-notice {
	display: none;
}
/* فیلدهای فرم */
.woocommerce input[type="text"]:not(#keyword), .woocommerce input[type="email"], .woocommerce input[type="tel"], .woocommerce input[type="password"], .woocommerce textarea, .woocommerce select {
	background-color: var(--back-color3) !important;
	color: var(--color-text) !important;
	border: 1px solid #333 !important;
	border-radius: 12px !important;
	padding: 12px 16px !important;
	width: 100%;
	margin-bottom: 1.2rem !important;
	font-size: 0.95rem !important;
	transition: border 0.3s ease !important;
}
.dark-mode .select2-container .select2-dropdown,.dark-mode .select2-container .select2-selection {
	border-radius: var(--wc-form-border-radius,4px);
	background-color: #222 !important;
	color: #fff !important;
	border: 1px solid #333 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background: #d1d1d1;
}
.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
  border-color: #de043c;
  outline: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: var(--back-color2) !important;
}
.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
  color: #aaa;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background-color: var(--main-site-color) !important;
}
/* لیبل‌ها */
.woocommerce form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  text-align: right;
}

/* دکمه پرداخت */
.woocommerce button.button.alt {
  background-color: #de043c;
  color: #fff;
  border-radius: 60px;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}

.woocommerce button.button.alt:hover {
  background-color: #aa032c;
  transform: scale(1.02);
}

/* جدول سفارش */
.woocommerce-checkout-review-order-table {
  border-radius: 16px;
  padding: 1rem;
  margin-top: 2rem;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  background-color: transparent !important;
  border-color: #333;
  text-align: right;
  font-size: 0.95rem;
}

/* پیام‌ها */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  background-color: #222;
  color: #fff;
  border-right: 4px solid #de043c;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

/* رادیو و چک‌باکس */
.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"] {
  accent-color: #de043c;
}

/* اسکرول بار */
.woocommerce ::-webkit-scrollbar {
  width: 8px;
}
.woocommerce ::-webkit-scrollbar-thumb {
  background: #de043c;
  border-radius: 4px;
}

/* دکمه‌های پرداخت دیگر */
.woocommerce-checkout-payment ul.payment_methods {
  border-radius: 12px;
  padding: 1rem;
  list-style: none;
}
.woocommerce-checkout-payment li {
  margin-bottom: 0.8rem;
}
.wb-ppl-products-item {
	background: var(--back-color3) !important;
}
.wb-ppl-products-titles,.wb-ppl-products-mobile-item {
	background: var(--back-color3) !important;
}
.wb-hover-bg-lightgreen:hover {
	background-color: var(--back-color1) !important;
}
.wb-ppl-top-header-no-acc {
	background: var(--main-site-color) !important;
}
.wb-ppl-products-item a ,.wb-ppl-products-mobile-item a{
	color: #fff !important;
}
.wb-ppl-products-mobile-item {
	padding: 15px !important;
	border: 1px solid #6d6d6d !important;
}
#product-list-container {
	background: var(--back-color1) !important;
}
.wb-ppl-categories {
	display: none !important;
}
.list-price-button, .list-price-button span {
	background: var(--back-color1);
	color: #fff !important;
}
#wb-ppl-search-btn {
	background: var(--main-site-color) !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swal-custom-style {
    color: black !important;
}
.dark-mode #footer {
	background: var(--back-color2) !important;
	color: #fff !important;
}
html[data-theme="dark"] #footer a, 
html[data-theme="dark"] #footer span, 
html[data-theme="dark"] #footer div, 
html[data-theme="dark"] #footer p, 
html[data-theme="dark"] #footer h1, 
html[data-theme="dark"] #footer h2, 
html[data-theme="dark"] #footer h3, 
html[data-theme="dark"] #footer h4, 
html[data-theme="dark"] #footer h5, 
html[data-theme="dark"] #footer h6 {
  color: #ffffff;
}
html[data-theme="dark"] .shahkar_product_categories li {
	background: var(--back-color3) !important;
}
html[data-theme="light"] .search-icon svg path {
	stroke: var(--color-text);
}