body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0em 0 0.5rem;
    padding: 0;
}

.title-hr {
    border-top: 1px solid #131f2f !important;
}

input,
select {
    vertical-align: middle;
}

/* 
HTML5 Doctor Reset v1.6.1
http://html5doctor.com/html-5-reset-stylesheet/
CSSresetr.com
*/
@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Vazirmatn !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    overflow-x: hidden !important;
    background-color: #fff;
    /* background-color: #f5f7fa; */
}

* {
    font-family: Vazirmatn !important;
}

i {
    font-family: "Font Awesome 6 Free" !important;
}

.navbar .nav-link {
    font-size: 1rem !important;
}


/*
.form-control {
    background-color: #ffffffab !important;
} */

header.masthead {
    padding-top: 5rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.23) 0%, rgba(92, 77, 66, 0.8) 100%), url("/img/bg-gray.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.card {
    border-radius: 3px !important;
    box-shadow: none !important;
    border-width: 0 !important;
    background-color: #fff !important;
}

#mainNav .navbar-brand,
#mainNav .navbar-nav .nav-item .nav-link {
    font-weight: initial;
}

.navbar .navbar-brand {
    color: #344767;
    font-size: initial;
}

#mainNav {
    padding: 10px !important;
}

.form-control {
    border: 1px solid #d2d6da !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.widget-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 20px 20px;
}

.bg-sormey {
    background-color: #131f2f !important;
}

.bg-sormey-opacity {
    background-color: #131f2fd5 !important;
}

.text-sormey {
    color: #131f2f !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 25px auto;
    background: #8080804d;
    border-radius: 10px;
    padding-top: 0 !important;
    float: initial !important;
    width: max-content;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    background: #8080804d;
    padding: 10px 15px 2px;
    border-radius: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #b9b9b9 !important;
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: white !important;
    margin-left: 3px;
    margin-right: 10px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: initial !important;
}

.ul-list {
    background: whitesmoke;
    padding: 25px 15px !important;
    min-width: 220px !important;
    border: 1px solid #bfbfbf !important;
}

.list-group-item:first-child {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.dropdown-toggle::after {
    display: initial !important;
    margin-left: initial !important;
    vertical-align: initial !important;
    content: initial !important;
    border-top: initial !important;
    border-right: initial !important;
    border-bottom: initial !important;
    border-left: initial !important;
}

.btn.btn-sm i,
.btn-group-sm>.btn i {
    font-size: initial !important;
}

.border-radius-xl {
    border-radius: 0.25rem !important;
}

.navbar-vertical .nav-item:hover .nav-link {
    border-radius: 0.25rem !important;
}

.category-third {
    display: grid;
    margin: 15px auto;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    /* height: 100%; */
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    /* align-items: baseline; */
}

a.cat-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    border: none;
}

.cat-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.bg-opacity-5 {
    background-color: #ffffff60;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.cat-box h3 {
    margin-top: 8px;
    color: #2d2d2d;
    font-weight: 900;
    font-size: 13px;
}

.category-third img {
    width: 100%;
    border-radius: 8px;
}

.bg-secondary {
    background-color: #eaeaea !important;
}

.avatar img {
    width: 100%;
    height: 100%;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: initial;
}

.bg-black {
    background-color: #424242 !important;
}

.g-sidenav-show.rtl .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]::after {
    margin-left: 0;
    margin-right: 8px !important;
}

label {
    z-index: 100 !important;
}

.text-danger {
    color: red !important;
}

.error-border {
    border: 1px solid red !important;
}

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


/* Bootstrap Select RTL & Customize */

.filter-option-inner-inner {
    text-align: right;
}

.bootstrap-select>button {
    color: #6e707e;
    background-color: #fff;
    border-color: #d1d3e2;
}

.bootstrap-select>button:not(:disabled):not(.disabled):active,
.bootstrap-select>button:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #6e707e;
    background-color: #fff;
    border-color: #d1d3e2;
}

.bootstrap-select>button:focus,
.bootstrap-select>button.focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #d1d3e2;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.bootstrap-select .dropdown-menu li {
    text-align: right;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 20px;
}

.bg-yellow,
.btn-yellow {
    background-color: #f5c618 !important;
}

.single-product-image {
    /* background-color: #344767; */
    max-width: 350px;
    max-height: 350px;
    /* border-radius: 40px; */
}

.single-product-image img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.form-control {
    padding: 0.375rem 0.75rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 0.825rem !important;
}

.product-images {
    width: 100%;
}

.product-images img {
    width: 150px;
    /* height: 150px; */
    /* border-radius: 30px */
}

.img-box {
    width: max-content !important;
}

.bg-label-success {
    background-color: #cbf7e1 !important;
    color: #39da8a !important;
}

.bg-label-warning {
    background-color: #ffebd0 !important;
    color: #fdac41 !important;
}

.bg-label-primary {
    background-color: #c9dafa !important;
    color: #5a8dee !important;
}

.bg-label-info {
    background-color: #c2f4f8 !important;
    color: #07a8b3 !important;
}

.bg-label-danger {
    background-color: #f8c2d2 !important;
    color: #dd0025 !important;
}

/* INPUT NUMBER STYLE */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.quantity input {
    width: 90px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    /* padding-left: 42px; */
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    border-radius: 4px;
    text-align: center;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 21px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button:active {
    background: #EAEAEA;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 121%;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: "FontAwesome";
    border-radius: 0 4px 0 0;
    line-height: 1.6;
    left: 0;
    width: 30px;
}

.alert {
    padding: 0.5rem 0.7rem !important;
    border: none !important;
}

.quantity-button.quantity-down {
    position: absolute;
    height: 121%;
    border-radius: 0 0 4px 0;
    right: 31px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    width: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* /INPUT NUMBER STYLE */
.swal2-container {
    z-index: 5000 !important;
}

/* Home Style ///////////////////////////////////////////////////////////////////////////////////// */
.first-slider-box {
    /* height: 400px; */
}

.second-slider-box {
    /* height: 200px; */
}

.first-slider-box .carousel-item {
    height: 400px;
}

.second-slider-box .carousel-item {
    height: 200px;
}

.first-slider-box .carousel-item img {
    max-height: 400px;
}

.second-slider-box .carousel-item img {
    max-height: 200px;
}

.badge {
    font-size: 0.85em !important;
}

.max-content {
    width: max-content !important;
}

.h-maxcontent {
    height: max-content !important;
}

.bg-green {
    background-color: #0ec497 !important;
}

.bg-price {
    background-color: #affbe8 !important;
}

.p-t-color {
    /* color: #2f957c !important; */
    color: #2d2d2d !important;
}

.bg-red {
    background-color: #FF395E !important;
}

.text-red {
    color: #FF395E !important;
}

.text-color {
    color: #5e50c6 !important;
}

.text-color-light {
    color: #9a95b9 !important;
}

.text-color-dark {
    color: #363e68 !important;
}

.fs-7 {
    font-size: 0.850rem !important;
}

.fs-8 {
    font-size: 0.950rem !important;
}

.bg-banafsh {
    background-color: #7d6df3 !important;
}

.box-shadow {
    box-shadow: 0 2px 10px 0 #e0dbde !important;
    border-radius: 0.3rem !important;
}

.box-shadow-profile {
    box-shadow: 0 2px 10px 0 #e0dbde !important;

}

.bg-color-none {
    background-color: none !important;
}

.ui-dialog-titlebar {
    display: none !important;
}

.border-dashed-gray {
    border: 1px dashed #bdbdbd !important;
}

.border-dashed-green {
    border: 1px dashed #0ec497 !important;
}

.bg-price {
    background-color: #8cffe2 !important;
}

.text-green {
    color: #0ec497 !important;
}

.product-section-title {
    width: max-content !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    padding-bottom: 5px !important;
}

.bg-section {
    background: url(/images/product-details-bg.jpeg );
    background-repeat: no-repeat;
    background-size: cover;
}

.product-details-box {
    position: absolute;
    top: 20px;
    right: 10px;
}

.product-box {
    position: relative;
    width: 12rem;
}


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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

input[type="radio"]:checked+label {
    background-color: #c2f4f8 !important;
    color: #07a8b3 !important;
    border-radius: 3px;
    padding: 4px;
    /* color: white; */
}

.transition {
    transition: all .3s ease-out;
}

/* /*  */



.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.bg-gold {
    background-color: #facc6b;
    background-image: linear-gradient(315deg, #facc6b 0%, #fabc3c 74%);
}

.bg-silver {
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

table tr td {
    vertical-align: middle;
}

/* LOGIN Styles */
.alert-custom {
    background-color: #6089D5;
    color: #fff;
}

.error {
    color: rgb(255, 90, 90);
    background-color: #fff;
    font-weight: light;
}

.saller-products {
    display: grid;
    margin: 25px auto;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
}

.category-area {
    display: grid;
    margin: 25px auto;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}

.seller-footer-box {
    background: #f5f7fa;
    border-radius: 8px;
    /* height: 300px; */
    padding: 12px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.bg-box {
    background-color: #f1f3f7;
}

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

.product-sale .variation-price p span {
    font-size: 1rem !important;
}

.slick-dots li button::before {
    font-size: 15px !important;
}

.slick-dots li.slick-active button::before {
    font-size: 15px !important;
}

.mega-heigth {
    height: 400px !important;
}

.overflow-scroll::-webkit-scrollbar {
    display: none;
}

.overflow-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#majorGreenBox {
    transition: all 0.03s ease !important;
}

/* Radio Buton  */
/* .container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.radio-button {
    margin-bottom: 10px;
}

.radio-label {
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.div-container {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

#div1,
#div2 {
    background-color: #f0f0f0;
}

/* نمایش div مربوطه با radio button انتخاب شده */
input[name="option"]:checked+.div-container {
    display: block;
}

.alert-sabzAbi {
    background: #FDFC47;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24FE41, #FDFC47);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.alert-banafsh {
    background: #f857a6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff5858, #f857a6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff5858, #f857a6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.alert-sabzChamani {
    background: #FF4E50;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F9D423, #FF4E50);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.alert-abi {
    background: #00d2ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a7bd5, #00d2ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/* From uiverse.io by @satyamchaudharydev */
/* removing default style of button */

.form button {
    border: none;
    background: none;
    color: #8b8ba7;
    float: left;
}

/* styling of whole input container */
.form {
    --timing: 0.3s;
    --width-of-input: 200px;
    --height-of-input: 40px;
    --border-height: 2px;
    --input-bg: #fff;
    --border-color: #2f2ee9;
    --border-radius: 30px;
    --after-border-radius: 1px;
    position: relative;
    width: var(--width-of-input);
    height: var(--height-of-input);
    display: flex;
    align-items: center;
    padding-inline: 0.8em;
    border-radius: var(--border-radius);
    transition: border-radius 0.5s ease;
    background: var(--input-bg, #fff);
}

/* styling of Input */
.input {
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
}

/* styling of animated border */
.form:before {
    content: "";
    position: absolute;
    background: var(--border-color);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    height: var(--border-height);
    left: 0;
    bottom: 0;
    border-radius: 1px;
    transition: transform var(--timing) ease;
}

/* Hover on Input */
.form:focus-within {
    border-radius: var(--after-border-radius);
}

input:focus {
    outline: none;
}

/* here is code of animated border */
.form:focus-within:before {
    transform: scale(1);
}

/* styling of close button */
/* == you can click the close button to remove text == */
.reset {
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
}

/* close button shown when typing */
input:not(:placeholder-shown)~.reset {
    opacity: 1;
    visibility: visible;
}

/* sizing svg icons */
.form svg {
    width: 17px;
    margin-top: 3px;
}

td input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    padding: 10px;
}

.bg-white-90 {
    background-color: #ffffffde;
}



/* Header Mega Menu  */
header.page-header {
    background: #fff;
    position: initial;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* header.page-header .nav-wrapper {
    position: absolute;
    background: #fff;
    left: 0;
    top: 80px;
    right: 0;
    z-index: 99;
    padding: 0 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
} */
/* Story Section */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000000;
}

.media-container {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    border-radius: 50px;
    padding: 10px 10px;
    color: white;
    cursor: pointer;
    background-color: #000;
}



.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: #f5f5f5;
}

header.page-header .nav-wrapper>ul {

    display: flex;
    position: relative;
    max-width: 1366px;
    float: right;
    margin: auto;
    padding: 0 15px;
}

header.page-header .nav-wrapper>ul>li {
    margin-right: 20px;
}

header.page-header .nav-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none !important;
}

header.page-header .nav-wrapper>ul>li>a:hover {
    color: #007bff;
}

header.page-header .nav-wrapper>ul>li>a i {
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

header.page-header .nav-wrapper>ul>li a {
    display: block;
    color: #000;
    line-height: 55px;
    text-decoration: none !important;

}

header.page-header .nav-wrapper>ul>li.category-list::before {
    content: '';
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    min-width: 1100px;
    min-height: 455px;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0 0 5px 5px;
    display: none;
    transition: all 0.2s ease-in-out;
}

header.page-header .nav-wrapper>ul>li.category-list:hover:before {
    display: block;
    z-index: 999;
}

header.page-header .nav-wrapper>ul>li.category-list>ul {
    position: absolute;
    background: #fff;
    min-height: 455px;
    right: 0;
    width: 220px;
    top: 100%;
    border-left: 1px solid #e0e0e0;
    display: none;
}

header.page-header .nav-wrapper>ul>li.category-list:hover>ul {
    display: block;
    z-index: 1000;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-right: 10px;
    line-height: 45px;
    font-weight: bold;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li.active>a {
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul {
    background: #fff;
    position: absolute;
    width: 870px;
    height: 450px;
    overflow: hidden;
    top: 0;
    right: 220px;
    padding: 0 15px;
    margin-right: 1px;
    display: none;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li.active>ul {
    display: flex;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul>li {
    padding: 0 10px;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 35px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul>li>a:hover {
    color: #007bff;
    padding-right: 5px;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul>li>a::after {
    content: "\F22D";
    font-family: "Bootstrap-icons";
    position: relative;
    left: -3px;
    top: 0;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul>li>ul li a {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 27px;
}

header.page-header .nav-wrapper>ul>li.category-list>ul>li>ul>li .list-item-image:hover {
    padding-right: 0;
}

/* Responsive Category List */
.modalCat {
    display: none;
    /* پنهان کردن دیو به طور پیش‌فرض */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* پس‌زمینه نیمه شفاف */
    justify-content: center;
    /* مرکز کردن محتوای دیو */
    align-items: center;
    /* مرکز کردن محتوای دیو */
    z-index: 200000;
}

.modalCat ul {
    padding-right: 8px !important;
}

.modal-content {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 90%;
    /* عرض دیو */
}


.categories-container {
    display: flex;
    /* استفاده از flexbox برای چینش عناصر */
}

.parent-categories {
    flex: 1;
    /* فضای مساوی برای دسته‌بندی‌های والد */
}

.sub-categories {
    flex: 3;
    /* فضای مساوی برای زیر دسته‌ها */
    display: none;
    /* پنهان کردن زیر دسته‌ها به طور پیش‌فرض */
}

.sub-categories h3 {
    margin-top: 20px;
    /* فاصله بالای عنوان زیر دسته‌ها */
}

/* نمایش زیر دسته‌ها هنگام کلیک بر روی دسته والد */
.sub-categories.show {
    display: block;
    /* نمایش زیر دسته‌ها */
}

ul {
    list-style-type: none;
    /* حذف علامت‌های لیست */
}

/* ul li {
    margin: 10px 0;
} */


*/
/* ////////////////////////////////////////////////////// */
@media (max-width: 540px) {


    .widget-body {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        justify-items: center;
        gap: 20px 20px;
    }
}

@media (max-width: 768px) {
    .category-area {
        display: grid;
        margin: 25px auto;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }

    .category-area a {
        width: 60px !important;
    }

    .option-area a {
        width: 60px !important;
    }

    .widget-body {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        justify-items: center;
        gap: 20px 20px;
    }

    .shop-box-global {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-items: center !important;
        gap: 20px 20px !important;
    }

    .product-title {
        font-size: 0.850rem !important;
    }

    .fs-lg-7 {
        font-size: 0.850rem !important;
    }

    .province-pic-box {
        height: 200px !important;
    }
}

@media (max-width: 992px) {

    .category-area a {
        width: 80px !important;
    }

    .category-area span {
        font-size: 12px;
    }

    .shop-box-global {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        gap: 20px 20px;
    }

    .widget-body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 20px 20px;
    }

    #mainNav .navbar-brand {
        color: black;
    }

    .card .card-body {
        padding: 10px !important;
    }

    .category-third .cat-icon {
        width: 60px;
        height: 60px;
    }

    .cat-box h3 {
        margin-top: 8px;
        color: #2d2d2d;
        font-weight: 700;
        font-size: 12px;
    }

    p.font {
        font-weight: 400 !important;
        margin-bottom: 8px;
    }

    .cart-box {
        position: fixed !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        z-index: 30000;
    }

    .product-sale {
        border-radius: 0 !important;
        border-top: 1px solid #a9aaaa;
    }

    .product-sale .variations span {
        font-weight: light;
        font-size: 14px;
    }

    .product-sale .variation-price p span {
        font-size: 1rem !important;
    }

    .product-sale .variation-price p {
        margin-bottom: 8px !important;
    }

    .product-quantity {
        margin-top: 0px !important;
    }

    .swal2-container {
        z-index: 5000 !important;
    }

    .fw-md-light {
        font-weight: 300 !important;
        font-size: 0.9rem !important;
    }

    .quantity-wholesale {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .quantity {
        margin-bottom: 7px !important;
    }

    /* .quantity-button.quantity-up {
        height: 86% !important;
    }

    .quantity-button.quantity-down {
        height: 86% !important;
    }

    .quantity input {
        height: 35px !important;
    } */

    .add-to-cart {
        margin-top: 0px !important;
    }

    .p-md-2 {
        padding: 8px !important;
    }

    .mb-lg-18 {
        margin-top: 30px !important;
    }

    .first-slider-box {
        height: 150px;
    }

    .first-slider-box .carousel-item img {
        height: 150px;
    }

    .saller-products {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-box {
        width: 100% !important;
    }
}


@media (min-width: 993px) {
    html {
        overflow: initial !important;
    }

    .shop-box-global {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-items: center;
        gap: 20px 20px;
    }

    .dropdown:not(.dropdown-hover) .dropdown-menu.show {
        margin-top: 0 !important;
    }

    .cart-box {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 40px !important;
    }

    .vendor-product-md-description {
        display: none !important;
    }

}