/*
Theme Name: چسب صنایع
Description: چسب صنایع ،قالب اختصاصی سایت چسب صنایع 
Version: 1.1.2
Author:	hamid
Theme URI: https://onai.ir
Author URI: https://onai.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: "ABR";
    src: url('assets/fonts/Font-Typography/AbarWebFont/AbarLow-Regular.woff2') format('woff2'),
        url('assets/fonts/Font-Typography/AbarWebFont/AbarLow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSansWeb";
    src: url('assets/fonts/iransans/IRANSansWeb.eot');
    src: url('assets/fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/iransans/IRANSansWeb.woff') format('woff'),
        url('assets/fonts/iransans/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/IranYekanX/IRANYekanXFaNum-Medium.eot');
    src: url('assets/fonts/IranYekanX/IRANYekanXFaNum-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/iranyekan/IRANYekanXFaNum-Medium.woff') format('woff'), url('assets/fonts/IranYekanX/IRANYekanXFaNum-Medium.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-family: 'Vazirmatn';
    src: url('assets/fonts/vazir/Vazirmatn.ttf') format('truetype-variations');
    font-weight: 100 900;
    /* بازه وزنی فونت متغیر */
    font-display: swap;
    font-style: normal;
}

@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 {
    --header-height: 180px;
}

: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: var(--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: "iranYekan";
    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;
}

blockquote {
    background: #CC57321A;
    border-radius: 20px;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: justify;
    color: #1C142A;
    display: flex;
    position: relative;
}

blockquote p {
    margin: 0;
}

.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: 9999;
    background: var(--back-color1);
}

.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;
    gap: 25px;
}

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

.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 {
    margin-bottom: 30px;
    color: #414141;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: justify;
}

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

.contact-us-icon {
    max-width: 60px;
    max-height: 60px;
    border-radius: 500px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 86px;
    right: 26px;
    cursor: pointer;
    z-index: 99;
    transition: all ease .3s;
}

.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: 60px;
    height: 60px;
    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;
    float: right;
    width: 100%;
    z-index: 9;
}

.not_logged_in .comment-form-comment {
    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 {
    width: 100%;
}

.single-comment-user>time {
    color: #8790A1;
    font-size: 12px;
    font-weight: 400;
}

#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;
    background-color: var(--back-color1);
    width: fit-content;
    min-width: 50px;
    text-align: center;
    display: block;
}

.comment-form-author,
.comment-form-email {
    width: calc(50% - 10px);
    margin-left: 10px !important;
}

.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;
    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;
    width: 100%;
}

.comment-list {
    padding: 0;
}

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

.form-submit input {
    float: right;
    max-width: 135px;
    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 Wrapper */
.block-header__breadcrumb {
    direction: rtl;
}

/* Breadcrumb List */
.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6b7280;
    padding: 0;
}

/* Breadcrumb Item */
.breadcrumb__item {
    display: flex;
    align-items: center;
}

/* Links */
.breadcrumb__item-link {
    color: #6b7280;
    text-decoration: none;
    transition: color .2s ease;
}

.breadcrumb__item-link:hover {
    color: #111827;
}

/* Separator (فلش مثل تصویر) */
.breadcrumb__item:not(:last-child)::after {
    content: "";
    width: 7px;
    height: 14px;
    margin: 0 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'>\
<path d='M8 0.707108L1 7.70711L8 14.7071' stroke='%23404042' stroke-width='2' stroke-linejoin='round'/>\
</svg>");
}


/* Last item (current page) */
.breadcrumb__item[aria-current="page"] .breadcrumb__item-link,
.breadcrumb__item--last span {
    color: #111827;
    font-weight: 600;
    cursor: default;
}



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

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

.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: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.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 {
    margin-bottom: 8px;
    padding: 8px 15px;
    border-radius: 15px;
    text-align: center;
    list-style: none;
}


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

.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;
    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: 140px;
}

.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: 0px;
}

/* pagination style */
.products-view__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -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: #fff;
    color: #262626;
}

.page-numbers.current {
    background-color: var(--main-site-color);
    color: #fff;
    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: 400;
    display: flex;
    flex-direction: column;
}

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

.product-variation .product-attr-select {
    padding-right: 0;
    margin: 0;
    margin-top: 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;
}

.product-attr-select li span {
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
}

.price>.woocommerce-Price-amount.amount {
    color: var(--text-dark) !important;
}

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

.variation-color span {
    font-size: 0;
}

.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;
    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;
    font-size: 12px;
    top: 4px;
    color: #bbb !important;
    right: 100%;
}

.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;
    color: #ff0000;
    letter-spacing: 1px;
}

.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: "\f005";
    font-weight: 900;
}

.woocommerce p.stars:hover a::before {
    content: "\f005";
    font-weight: 900;
}

.woocommerce p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 900;
}

/*-> 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: 0;
    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: 0;
}

.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: 0rem;
    }

    #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: 100%;
        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: 10px !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: 0px;
        padding-right: 0;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .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;
        overflow-y: hidden;
    }

    .related-post #related_slider .post {
        min-width: 300px;
        margin-left: 8px;
    }

    #sidebar.single-post {
        max-width: 100%;
        padding: 0;
        margin-top: 15px;
        padding-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;
}



.toc-box {
    background: #fff5f1;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(255, 95, 45, 0.2);
    position: relative;
}

.toc-title {
    font-size: 22px;
    font-weight: 700;
    color: #ff5f2d;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.toc-title::before {
    content: "📚";
    margin-right: 8px;
}

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

.toc-box ul li {
    margin: 8px 0;
    transition: all .3s ease;
}

.toc-box ul li a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
}

.toc-box ul li:hover a {
    color: #ff5f2d;
}

.toc-box ul li a::before {
    content: "•";
    color: #ff5f2d;
    margin-left: 6px;
}

html {
    scroll-behavior: smooth;
}

.faq-section {
    background: #fff7f4;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgb(255 95 45 / .15);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
}

.faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #ff5f2d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.faq-title::before {
    content: "❓";
    margin-right: 8px;
}

.faq-item {
    border-bottom: 1px solid #ffe0d6;
}

.faq-question {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-icon {
    color: #ff5f2d;
    font-size: 22px;
    transition: transform .3s ease;
}

.faq-answer {
    display: none;
    padding: 10px 0 15px;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.faq-item.open .faq-answer {
    display: block
}

.faq-item.open .faq-icon {
    transform: rotate(45deg)
}

.post-header__title {
    color: #fff;
}

.post-main-detail {
    max-width: 60%;
}

@media (max-width:767px) {
    .shahkar-section-title .title {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .post-main-detail {
        max-width: 100%;
    }

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

    .post-header__title {
        font-size: 18px;
    }

    .post-header__overlay {
        padding: 15px;
    }

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

/* پایه تم تیره */

.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);
    color: var(--color-text);
    border: 1px solid #e4e6ea;
    border-radius: 12px;
    padding: 12px 16px;
    width: 100%;
    font-size: 0.95rem;
    transition: border 0.3s ease;
    margin-bottom: 0;
}

.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-info {
    direction: rtl;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #0d0d0d;
    border-right: 4px solid #00a8ff;
    padding: 14px 18px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 0 18px rgba(0, 168, 255, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    list-style: none !important;
    flex-wrap: wrap;
}

/* حذف آیکون‌های پیش‌فرض ووکامرس */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important;
}

/* ساختار داخلی خطاهای ووکامرس (لیست UL) */
.woocommerce-error li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* لینک‌های داخل پیام‌ها (دکمه‌ها) */
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    background: #00a8ff;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
    background: #0084cc;
    box-shadow: 0 0 12px rgba(0, 168, 255, 0.5);
}

/* نسخه موبایل */
@media (max-width: 480px) {

    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        font-size: 15px;
        padding: 12px 16px;
    }

    .woocommerce-message .button,
    .woocommerce-error .button,
    .woocommerce-info .button {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}

#place_order {
    background: var(--main-site-color) !important;
}

#modbato-floating-widget {
    position: fixed;
    bottom: 95px;
    left: 18px;
    background: #FFFFFF;
    width: 240px;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    display: none;
    gap: 10px;
    z-index: 99999;
}

/* دکمه بستن */
.modbato-floating-close {
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #A7B4FF;
    transition: 0.25s ease;
}

.modbato-floating-close:hover {
    transform: scale(1.2);
    color: #6EC1E4;
}

#modbato-pro-topbar {
    background: linear-gradient(90deg, #6EC1E4, #A890FE);
    padding: 14px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.modbato-progress-bar {
    width: 100%;
    height: 8px;
    background: #E7ECFF;
    border-radius: 40px;
    overflow: hidden;
}

.modbato-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #6EC1E4, #A890FE);
}

#product-gallary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 10px;
    border-radius: 14px;
    cursor: pointer;
    user-select: none;
    color: #0EA5E9;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 244, 246, 0.85));
    border: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(2, 6, 23, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

/* SVG size */
#product-gallary-btn svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform: scale(1.5);
}

/* Text */
#product-gallary-btn {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #0284C7;
    background: linear-gradient(135deg, #ffffff, #e0f2fe);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.14), 0 0 0 6px rgba(14, 165, 233, 0.08);
    flex-direction: column;
    align-items: center;
    text-align: center;
}


#product-gallary-btn:hover svg {
    transform: scale(1.08) rotate(-2deg);
}

/* ✅ Active / Click */
#product-gallary-btn:active {
    transform: translateY(0) scale(0.98);
    box-shadow:
        0 8px 18px rgba(2, 6, 23, 0.12);
}

/* 🌙 Dark mode ready */
body.dark-mode #product-gallary-btn {
    background: linear-gradient(135deg,
            rgba(30, 41, 59, 0.85),
            rgba(15, 23, 42, 0.9));
    border-color: rgba(255, 255, 255, 0.08);
    color: #38BDF8;
}

.card-info2 {
    display: none;
}

/* Custom CSS */

/* === پاپ‌آپ موفقیت — طراحی جذاب و کاربرپسند === */
.noti-success-popup {
    border-radius: 24px !important;
    padding: 0 !important;
    max-width: 460px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    direction: rtl !important;
    overflow: hidden !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%) !important;
}

.noti-success-popup .swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
}

.noti-success-popup .swal2-actions {
    padding: 0 35px 35px !important;
    margin: 0 !important;
}

.noti-popup-content {
    text-align: center;
    padding: 45px 35px 25px;
    direction: rtl;
    position: relative;
}

.noti-popup-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.noti-popup-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
    box-shadow: 0 15px 35px rgba(34, 197, 94, 0.4), 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: notiIconPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

.noti-popup-icon::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(22, 163, 74, 0.2) 100%);
    animation: notiIconRing 2s ease-in-out infinite;
}

.noti-popup-icon svg {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.noti-popup-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

.noti-popup-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

.noti-popup-btn {
    display: inline-block !important;
    padding: 15px 50px !important;
    border: none !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.noti-popup-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.noti-popup-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.45), 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.noti-popup-btn:hover::before {
    left: 100%;
}

.noti-popup-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3) !important;
}

/* === پاپ‌آپ خطا === */
.noti-error-popup {
    border-radius: 20px !important;
    padding: 0 !important;
    max-width: 440px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    direction: rtl !important;
    overflow: hidden !important;
}

.noti-error-popup .swal2-html-container {
    margin: 0 !important;
    padding: 20px 35px !important;
}

.noti-error-popup .swal2-icon {
    margin: 30px auto 20px !important;
}

.noti-error-popup .swal2-title {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 15px !important;
}

.noti-error-popup .swal2-html-container {
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.noti-error-popup .swal2-actions {
    padding: 0 35px 30px !important;
    margin: 0 !important;
}

.noti-confirm-btn {
    display: inline-block !important;
    padding: 13px 45px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.noti-confirm-btn:hover {
    background: #f3f4f6 !important;
    border-color: #d1d5db !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.noti-confirm-btn:active {
    transform: translateY(0) !important;
    box-shadow: none !important;
}

/* لودینگ دکمه افزودن به سبد */
.single_add_to_cart_button.loading,
.noti-ajax-cart-btn.loading {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* انیمیشن‌ها */
@keyframes notiPopupBounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes notiIconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes notiIconRing {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.6;
    }
}

/* ریسپانسیو */
@media (max-width: 576px) {

    .noti-success-popup,
    .noti-error-popup {
        max-width: 92vw !important;
        margin: 0 auto !important;
        border-radius: 18px !important;
    }

    .noti-success-popup .swal2-actions,
    .noti-error-popup .swal2-actions {
        padding: 0 25px 25px !important;
    }

    .noti-popup-content {
        padding: 35px 25px 20px;
    }

    .noti-popup-content::before {
        width: 150px;
        height: 150px;
    }

    .noti-popup-icon {
        width: 75px;
        height: 75px;
    }

    .noti-popup-icon svg {
        width: 35px;
        height: 35px;
    }

    .noti-popup-title {
        font-size: 18px;
    }

    .noti-popup-subtitle {
        font-size: 14px;
    }

    .noti-popup-btn,
    .noti-confirm-btn {
        padding: 13px 40px !important;
        font-size: 14px !important;
    }

    .noti-error-popup .swal2-title {
        font-size: 17px !important;
    }

    .noti-error-popup .swal2-html-container {
        font-size: 14px !important;
        padding: 15px 25px !important;
    }
}

/* product card6 */
.product--card {
    background: #fff;
    padding: 14px;
    transition: all .25s ease;
    border-left: 1px solid #ECF1FA;
}


/* IMAGE */
.product-img-container {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
}

.product-img-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #ECF1FA;
    border-radius: 8px;
}

/* MAIN CATEGORY BADGE */
.product-main-category {
    display: inline-block;
    background: #ECF1FA;
    color: #4C5565 !important;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: right;
}

/* TITLE */
.product-title-box {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 6px 0;
    line-height: 1.8;
}

.product-title-box a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: right;
    color: #111319;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    min-height: 40px;
}

.product-categories-box a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #8790A1;
}

/* OTHER CATEGORIES */
.product-categories-box {
    font-size: 12px;
    color: #8c8c8c;
    margin-bottom: 10px;
}


/* PRICE */
.product-price-box {
    margin-bottom: 10px;
}

.current-price-box {
    font-size: 15px;
    font-weight: 800;
    color: #e53935;
}

.regular-price-box {
    font-size: 12px;
    color: #b5b5b5;
    text-decoration: line-through;
    margin-right: 6px;
}

/* BUTTON */
.product-actions-box .button {
    background: #f1f1f1;
    border-radius: 12px;
    font-size: 12px;
    padding: 8px 16px;
    border: none;
}

.product-actions-box .button:hover {
    background: #e3e3e3;
}

/* GRID */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.onai-copy-right {
    font-size: 14px;
}

.shahkar-out-of-stock-contact {
    color: inherit;
    text-decoration: none;
}

.shahkar-out-of-stock-contact:hover {
    color: inherit;
    text-decoration: none;
}

.shahkar-no-price-contact {
    color: inherit;
    text-decoration: none;
}

.shahkar-no-price-contact:hover {
    color: inherit;
    text-decoration: none;
}

.single-product .call-product,
.single-product .product__price .shahkar-out-of-stock-contact,
.single-product .product__price .shahkar-no-price-contact,
.single-product .buy-prices .shahkar-out-of-stock-contact,
.single-product .buy-prices .shahkar-no-price-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    margin: 8px 0;
    padding: 13px 18px;
    border: 1px solid rgba(241, 90, 41, 0.22);
    border-radius: 10px;
    background: linear-gradient(135deg, #fff7f3 0%, #eef4ff 100%);
    box-shadow: 0 10px 24px rgba(0, 44, 110, 0.08);
    color: #002c6e;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.single-product .call-product::before,
.single-product .product__price .shahkar-out-of-stock-contact::before,
.single-product .product__price .shahkar-no-price-contact::before,
.single-product .buy-prices .shahkar-out-of-stock-contact::before,
.single-product .buy-prices .shahkar-no-price-contact::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 999px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-product .call-product:hover,
.single-product .product__price .shahkar-out-of-stock-contact:hover,
.single-product .product__price .shahkar-no-price-contact:hover,
.single-product .buy-prices .shahkar-out-of-stock-contact:hover,
.single-product .buy-prices .shahkar-no-price-contact:hover {
    border-color: rgba(241, 90, 41, 0.45);
    box-shadow: 0 14px 30px rgba(241, 90, 41, 0.14);
    color: #f15a29;
    text-decoration: none;
    transform: translateY(-1px);
}

.single-product a.noti-btn.btn-disabled.shahkar-out-of-stock-contact,
.single-product a.noti-btn.btn-disabled.shahkar-no-price-contact {
    background: linear-gradient(135deg, #002c6e 0%, #f15a29 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 10px 22px rgba(0, 44, 110, 0.18);
}

.single-product a.noti-btn.btn-disabled.shahkar-out-of-stock-contact:hover,
.single-product a.noti-btn.btn-disabled.shahkar-no-price-contact:hover {
    color: #fff;
    box-shadow: 0 14px 30px rgba(241, 90, 41, 0.22);
    transform: translateY(-2px);
}
/* Order payment receipt / failed payment */
.chasb-order-receipt-container {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 60px;
    direction: rtl;
}

.chasb-order-receipt {
    overflow: hidden;
    padding: 28px;
    border: 1px solid #edf1f7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(16, 24, 40, .06);
}

.chasb-order-receipt__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px dashed #e56352;
    border-radius: 16px;
    background: #fff7f5;
}

.chasb-order-receipt__icon {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(91.42deg, #e56352 67.46%, #f39c12 189.1%);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

.chasb-order-receipt__header h1 {
    margin: 0 0 7px;
    color: #101828;
    font-size: 22px;
    font-weight: 900;
}

.chasb-order-receipt__header p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.woocommerce .chasb-order-receipt__details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin: 0 0 20px;
    border: 1px solid #edf1f7;
    border-radius: 16px;
}

.woocommerce .chasb-order-receipt__details li {
    display: flex;
    min-width: 0;
    min-height: 88px;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    margin: 0;
    padding: 16px 18px;
    border: 0;
    border-left: 1px solid #edf1f7;
    color: #8790a1;
    font-size: 14px;
    text-transform: none;
}

.woocommerce .chasb-order-receipt__details li:last-child {
    border-left: 0;
}

.woocommerce .chasb-order-receipt__details li strong {
    color: #4c5565;
    font-size: 16px;
    font-weight: 700;
}

.chasb-order-receipt__gateway-message {
    padding: 16px 18px;
    border-right: 4px solid #e56352;
    border-radius: 12px;
    background: #fff7f5;
    color: #b42318;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.9;
}

.chasb-order-receipt__gateway-message:empty {
    display: none;
}

.chasb-order-receipt__gateway-message p:last-child {
    margin-bottom: 0;
}

.chasb-order-receipt__gateway-message .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 8px 8px 0 0;
    padding: 8px 20px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(91.42deg, #e56352 67.46%, #f39c12 189.1%);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .chasb-order-receipt-container {
        padding-top: 16px;
        padding-bottom: 36px;
    }

    .chasb-order-receipt {
        padding: 16px;
        border-radius: 16px;
    }

    .chasb-order-receipt__header {
        align-items: flex-start;
        padding: 16px;
    }

    .chasb-order-receipt__header h1 {
        font-size: 18px;
    }

    .woocommerce .chasb-order-receipt__details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce .chasb-order-receipt__details li {
        min-height: 78px;
        border-bottom: 1px solid #edf1f7;
    }

    .woocommerce .chasb-order-receipt__details li:nth-child(2n) {
        border-left: 0;
    }

    .woocommerce .chasb-order-receipt__details li:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}
.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
	content: " ";
	display: none !important;
}