@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: 200;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-Thin.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-Thin.woff2) format('woff2')
}

@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: 300;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-Light.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-Light.woff2) format('woff2')
}

@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: 600;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-SemiBold.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-SemiBold.woff2) format('woff2')
}

@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: 800;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-ExtraBold.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-ExtraBold.woff2) format('woff2')
}

@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: 900;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-Black.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-Black.woff2) format('woff2')
}

@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: bold;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-Bold.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-Bold.woff2) format('woff2')
}

@font-face {
	font-family: Yekan;
	font-style: normal;
	font-weight: normal;
	src: url(Assets/Fonts/woff/YekanBakhFaNum-Regular.woff) format('woff'),
		url(Assets/Fonts/woff2/YekanBakhFaNum-Regular.woff2) format('woff2')
}

html {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    font-family: Yekan;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: 6px;
    background-color: #e3e3e3;
}

html::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

body .background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 1;
}


:root {
    --Background3: #0e0e0f;
    --Background: #1e1f22;
    --Background2: #313338;
    --Loaders_Color: #e3e3e3;
    --Forground: #31363F;
    --DarkPink: #2E0249;
    --DarkBlue: #4477CE;
    --DarkGreen: #72BF78;
    --LikeColor: #E20000;
    --Texts: #3d3d3d;

    --Gray1: #f5f5f5;
    --Gray2: #eee;

    --Ticket1: #E20000;
    --Ticket2: #ff6900;
    --TextGray: #424242;

    --Sazmani: #ff6900;
    --primary: #ff6900;
    --white: #fff;

    /* Colors */
    --Error_Color: #fb3333;
    --Success: #4BB543;
    --Warning: #ffcc00;
    --bs-danger: rgb(241, 65, 108);
    --bs-danger2: rgba(241, 65, 108, 0.8);
    --bs-danger-light: #FFF5F8;
    --bs-success: rgba(80, 205, 137, 1);
    --bs-success2: rgba(80, 205, 137, 0.8);
    --bs-success-light: #E8FFF3;
    --gray-200-color: #eee;

    --max-screen-width: 1984px;
    --max-container-width: 1200px;
    --max-container-width-lg: 960px;
    --grid-edge-gap: 0.90rem;
    --grid-item-gap: 0.90rem;
    --gray-900-color: #212121;

    --spacing-z: 0;
    --spacing-xxs-2: 0.125rem;
    --spacing-xxs: 0.25rem;
    --spacing-xs: 0.5rem;
    --spacing-s: 0.75rem;
    --spacing-m: 1rem;
    --spacing-l: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-xxl: 2.5rem;
    --spacing-xxl-2: 3rem;
    --spacing-xxl-3: 3.5rem;
    --spacing-xxl-4: 4rem;
    --grid-edge-gap: 1rem;
    --grid-item-gap: 0.25rem;

    --animation-f: 200ms;
    --animation-m: 350ms;
    --animation-s: 500ms;
    --animation-xs: 700ms;
    --border-radius-z: 0;
    --border-radius-sm: 0.25rem;
    --border-radius-md: 0.375rem;
    --border-radius-lg: 0.5rem;
    --border-radius-xl: 0.625rem;
    --border-radius-xxl: 0.75rem;
    --border-radius-xxl-2: 1rem;
    --border-radius-full: 624.9375rem;
}

a,p,button {
	font-family: Yekan;
    text-decoration: none;
}

.product-category-route-parent {
    width: var(--max-container-width);
    margin-top: var(--spacing-l);
}
.product-category-route-parent .product-categories-container {
    width: 100%;
    height: 40px;
    background-color: #eee;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    direction: rtl;
    display: flex;
    align-items: center;

    background-color: var(--gray-200-color);
    border-radius: var(--border-radius-sm);
    /* padding: var(--spacing-s) var(--spacing-m); */
    gap: var(--spacing-xxs);
}

.product-category-route-parent .product-categories-container .mallema {
    
    color: var(--Sazmani);
    font-size: 0.75rem;
    letter-spacing: 0px;
    line-height: 1rem;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    font-weight: 800;
}

.product-category-route-parent .product-categories-container a {
    
    color: #616161;
    font-size: 0.75rem;
    letter-spacing: 0px;
    line-height: 1rem;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-decoration: none;
}

.product-category-route-parent .product-categories-container svg {
    width: 16px;
    height: 16px;
    user-select: none;
    pointer-events: none;
    stroke: #616161;
}
@media screen and (max-width: 1210px) {
    .product-category-route-parent {
        width: var(--max-container-width-lg);
        margin-top: var(--spacing-l);
    }
}
@media screen and (max-width: 992px) {
    .product-category-route-parent {
        width: 100%;
        margin: 0px;
    }
    .product-category-route-parent .product-categories-container {
        border: 0px;
    }
}

.message-container {
    background-color: white;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0px;
    direction: rtl;
    bottom: 20px;
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    transition: 0.2s ease;
    transform: translateX(100%);
    z-index: 10;
}
.message-container .error-color {
    height: 100%;
    width: 7px;
    content: "";
    position: absolute;
    right: 0px;
}
.message-container .image-container {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 10px;
}
.message-container .image-container img {
    width: 70%;
    height: auto;
    user-select: none;
    pointer-events: none;
}
.message-container .texts-container {
    margin: 0px 0px 0px 70px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.message-container .texts-container p {
    font-family: ir;
    color: black;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}
.message-container .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    outline: 0px;
}
.message-container .close-btn svg {
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
    fill: #757575;
}


.loading-container {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.loading-container .loader {
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    opacity: 1;
}

.loading-container .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: var(--Sazmani) transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Loader */
/* HTML: <div class="loader"></div> */
.loader {
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid white;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
    transition: 0.4s ease;
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

.loader-button {
    position: relative;
}

.loader-button .loader {
    position: absolute;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}



.cl-toggle-switch {
    position: relative;
}

.cl-switch {
    position: relative;
    display: inline-block;
}

/* Input */
.cl-switch>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgb(0, 0, 0, 0.38);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}

/* Track */
.cl-switch>span::before {
    content: "";
    float: right;
    display: inline-block;
    margin: 5px 0 5px 10px;
    border-radius: 7px;
    width: 36px;
    height: 14px;
    background-color: rgb(0, 0, 0, 0.38);
    vertical-align: top;
    transition: background-color 0.2s, opacity 0.2s;
}

/* Thumb */
.cl-switch>span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}

/* Checked */
.cl-switch>input:checked {
    right: -10px;
    /* background-color: #85b8b7; */
    background-color: white;
}

.cl-switch>input:checked+span::before {
    /* background-color: #85b8b7; */
    /* background-color: rgb(0, 0, 0, 0.5); */
    background-color: rgba(255, 105, 0, 0.5);
}

.cl-switch>input:checked+span::after {
    /* background-color: #018786; */
    background-color: var(--Sazmani);
    transform: translateX(16px);
}

/* Hover, Focus */
.cl-switch:hover>input {
    opacity: 0.04;
}

.cl-switch>input:focus {
    opacity: 0.12;
}

.cl-switch:hover>input:focus {
    opacity: 0.16;
}

/* Active */
.cl-switch>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.cl-switch>input:active+span::before {
    background-color: #8f8f8f;
}

.cl-switch>input:checked:active+span::before {
    background-color: #85b8b7;
}

/* Disabled */
.cl-switch>input:disabled {
    opacity: 0;
}

.cl-switch>input:disabled+span::before {
    background-color: #ddd;
}

.cl-switch>input:checked:disabled+span::before {
    background-color: #bfdbda;
}

.cl-switch>input:checked:disabled+span::after {
    background-color: #61b5b4;
}



/* @media screen and (max-width: 896px) {
    main .product-categories-container a {
        font-size: 13px;
    }
} */


/* HTML: <div class="loader"></div> */
.loader2 {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
    margin: 0px;
}

@keyframes l5 {
    0% {
        box-shadow: 20px 0 var(--Sazmani), -20px 0 rgba(255, 105, 0, 0.2);
        background: var(--Sazmani)
    }

    33% {
        box-shadow: 20px 0 var(--Sazmani), -20px 0 rgba(255, 105, 0, 0.2);
        background: rgba(255, 105, 0, 0.2)
    }

    66% {
        box-shadow: 20px 0 rgba(255, 105, 0, 0.2), -20px 0 var(--Sazmani);
        background: rgba(255, 105, 0, 0.2)
    }

    100% {
        box-shadow: 20px 0 rgba(255, 105, 0, 0.2), -20px 0 var(--Sazmani);
        background: var(--Sazmani)
    }
}