﻿@import url("/assets/Public/libs/bootstrap/css/bootstrap.rtl.min.css");
@import url("/assets/Public/css/AllFonts.css");


:root {
    --font-color-gray-title: #344054;
    --font-color-gray-text: #3b414d;
    --font-color-gray-path: #a3a9c2;
    --font-color-gray-text2: #9a9ea6;
    --font-color-gray-text3: #c0c3c6;
    --font-color-blue-title: #0d0d56;
    --bg-color-path: #edf0f8;
    --font-color-blue-path: #3a4980;
    --font-color-blue-title2: #1d364d;
    --font-color-purple: #ab75f0;
    --font-color-title-footer: #0d3356;
    --bg-purple: #ab75f0;
    --bg-purple-opacity: #aa75f06c;
    --bg-gray: #f6f6f6;
    --bg-light-linear-gradient: linear-gradient(0deg, #eaecf0, #eaecf0), linear-gradient(0deg, #f9fafb, #f9fafb);
    --bg-light-linear-gradient2: linear-gradient(0deg, #f3f3f3, #f3f3f3), linear-gradient(0deg, #ffffff, #ffffff);
    --bg-light-linear-gradient3: linear-gradient(0deg, #eaecf071, #eaecf071), linear-gradient(0deg, #f9fafb62, #f9fafb62);
    --bg-light-footer: #f9fafb;
    --bg-lighter-blue: #eeeff8;
    --bg-lighter-red: #f5f1ee;
    --bg-lighter-gray: #f5eef1;
    --bg-blur: linear-gradient( 0deg, rgba(217, 217, 217, 0.6), rgba(217, 217, 217, 0.6) ), linear-gradient(0deg, #ffeaea, #ffeaea);
    --shadow-light: 0px 15px 60px 0px rgba(171, 117, 240, 0.1);
    --border-light: 1px solid rgba(234, 236, 240, 1);
    --border-light-blur: 1px solid rgba(255, 234, 234, 1);
    --border-gray: 1px solid #344054;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

body,
html,
:root,
* {
    font-family: KalamehWebFaNum, "KalamehWebFaNum", sans-serif !important;
    font-size: 12pt;
    font-weight: normal;
}

html {
    overflow-x: hidden;
}

body {
    color: var(--font-color-gray-title);
    background-color: #ffffff !important;
    box-sizing: content-box;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
    color: var(--font-color-gray-title);
}

span,
p,
a,
ul,
li,
ol,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
}

.font-color-gray-title {
    color: var(--font-color-gray-title) !important;
}

.font-color-gray-text {
    color: var(--font-color-gray-text) !important;
}

.font-color-gray-text2 {
    color: var(--font-color-gray-text2) !important;
}

.font-color-gray-text3 {
    color: var(--font-color-gray-text3) !important;
}

.font-color-blue-title {
    color: var(--font-color-blue-title) !important;
}

.font-color-blue-title2 {
    color: var(--font-color-blue-title2) !important;
}

.bg-purple {
    background-color: var(--bg-purple) !important;
}

.font-color-purple {
    color: var(--font-color-purple) !important;
}

.bg-light-linear-gradient {
    background-image: var(--bg-light-linear-gradient) !important;
}

.bg-light-linear-gradient2 {
    background-image: var(--bg-light-linear-gradient2) !important;
}

.border-light {
    border: var(--border-light) !important;
}

.bg-lighter-blue {
    background-color: var(--bg-lighter-blue) !important;
}

.bg-lighter-red {
    background-color: var(--bg-lighter-red) !important;
}

.bg-lighter-gray {
    background-color: var(--bg-lighter-gray) !important;
}

.shadow-light {
    box-shadow: var(--shadow-light) !important;
}

.border-gray {
    border: var(--border-gray);
}

.font-color-title-footer {
    color: var(--font-color-title-footer);
}
/* -----------------index header---------------------- */
@media screen and (max-width: 1199px) {
    header .search-header {
        width: calc(100%);
    }

        header .search-header button {
            top: 14px;
            right: 28px;
        }
}

@media screen and (min-width: 1200px) {
    header .search-header {
        width: calc(100% - 333px);
    }

        header .search-header button {
            top: 14px;
            right: 45px;
        }
}

header .search-header input {
    background-image: var(--bg-light-linear-gradient2) !important;
    border-radius: 25px !important;
    border: none !important;
    padding-right: 60px !important;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    header .search-header input {
        max-width: 390px;
    }
}

.index-header .dropdown {
    background-color: var(--bg-lighter-gray);
    border-radius: 25px;
    width: 106px !important;
    height: 50px;
}

    .index-header .dropdown button {
        width: 100% !important;
        height: 100%;
    }

.basket {
    background-color: var(--bg-lighter-red);
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.message {
    background-color: var(--bg-lighter-blue);
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-profile {
    width: 50px;
    height: 50px;
}
header {
    z-index: 2;
}

/* ----------------------index main------------------------ */

/* ----------------------index main section 1------------------------ */
@media screen and (min-width: 1700px) {
    /* تغییر کرده تاریخ 1402/12/21 */
    .img-top {
        background-image: url(../img/bg-header.svg);
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat;
        min-height: auto;
        max-height: 96vh;
        /*height: 96vh;*/
        padding: 20px;
        width: 97%;
        border-radius: 25px;
        border-bottom: var(--border-light) !important;
        border-right: var(--border-light) !important;
        /* border-left: var(--border-light) !important; */
        background-color: var(--bg-light-linear-gradient);
        margin-top: -30px;
    }

    .index-banner .swiper-slide img {
        min-height: 130px !important;
        max-height: 90vh !important;
        height: 100%;
    }

    .index-banner .swiper-slide {
        position: relative;
        z-index: 0 !important;
        border-radius: 30px;
        overflow: hidden;
        max-height: 90vh !important;
    }
}

@media (min-width: 1700px) {
    .pt-xxl-6 {
        padding-top: 8rem !important;
    }
}

@media screen and (min-width: 1370px) and (max-width: 1699px) {
    /* تغییر کرده تاریخ 1402/12/21 */
    .img-top {
        background-image: url(../img/bg-header.svg);
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat;
        min-height: auto;
        max-height: 100vh;
        padding: 20px;
        width: 97%;
        border-radius: 25px;
        border-bottom: var(--border-light) !important;
        border-right: var(--border-light) !important;
        /* border-left: var(--border-light) !important; */
        background-color: var(--bg-light-linear-gradient);
        margin-top: -30px;
    }
}
/* تغییر کرده تاریخ 1402/12/21 */
@media screen and (min-width: 1200px) and (max-width: 1369px) {
    .img-top {
        background-image: url(../img/bg-header.svg);
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat;
        min-height: auto;
        max-height: 100vh;
        padding: 20px;
        width: 97%;
        border-radius: 25px;
        border-bottom: var(--border-light) !important;
        border-right: var(--border-light) !important;
        /* border-left: var(--border-light) !important; */
        background-color: var(--bg-light-linear-gradient);
        margin-top: -30px;
    }
    /* تغییر کرده تاریخ 1402/12/21 */
    /*.index-banner img {
        width: -webkit-fill-available;
        width: fill-available;
        border-radius: 30px;
        height: auto;
    }*/
}

/*index-banner img {
    max-height: 680px !important;
}*/

@media screen and (max-width: 1199px) {
    /* تغییر کرده تاریخ 1402/12/18 */
    .img-top {
        /* background-image: var(--bg-light-linear-gradient); */
        /* padding: 20px; */
        width: 97%;
        min-height: auto;
        border-radius: 25px;
        /* border: var(--border-light) !important; */
        /* background-color: var(--bg-light-linear-gradient); */
        top: 90px;
        position: relative;
    }
    /* تغییر کرده تاریخ 1402/12/18 */
    /*.index-banner img {
        width: -webkit-fill-available;
        width: fill-available;
        border-radius: 30px;
        height: auto !important;
    }*/

    .index-banner .title-silder {
        font-size: 10pt !important;
        right: 5px !important;
        left: 5px;
        margin: auto;
        display: block;
        padding: 10px !important;
    }
    /* تغییر کرده تاریخ 1402/12/18 */
    .index-banner .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto;
        top: auto;
        bottom: 60px !important;
    }
    /* تغییر کرده تاریخ 1402/12/18 */
    .index-banner .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto;
        top: auto;
        bottom: 60px !important;
    }
}


@media screen and (max-width: 1699px) {

    .index-banner .swiper-slide img {
        min-height: 130px !important;
        max-height: 680px !important;
        height: 100%;
    }
    .index-banner .swiper-slide {
        position: relative;
        z-index: 0 !important;
        border-radius: 30px;
        overflow: hidden;
        max-height: 680px !important;
    }
}
.index-banner .title-silder {
    position: absolute;
    z-index: 10 !important;
    top: 10px;
    right: 10px;
    max-width: 575px;
    padding: 20px;
    background-color: #d6d4d48c !important;
    border-radius: 30px;
    border: var(--border-light-blur) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.index-banner .swiper-pagination {
    height: 76px;
    width: 100%;
    background-color: #d6d4d48c !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 30px 30px;
    border-top: var(--border-light-blur) !important;
    top: auto;
    bottom: 0 !important;
    line-height: 70px;
}

.index-banner .swiper-pagination-bullet {
    background-color: #fff !important;
}

.index-banner .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    top: auto;
    bottom: 20px;
}

.index-banner .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    top: auto;
    bottom: 20px;
}

.index-banner .swiper-button-next:after {
    content: url(../img/arrow-left.svg);
}

.index-banner .swiper-button-prev:after {
    content: url(../img/arrow-right.svg);
}
/* --------------------------index section 2------------------------ */
@media screen and (min-width: 1943px) {
    .category-div .row {
        top: 20px !important;
    }
}

@media screen and (min-width: 1200px) {
    /* تغییر کرده تاریخ 1402/12/11 */
    .category-card {
        background-color: #ffffff !important;
        box-shadow: var(--shadow-light) !important;
        width: 170px !important;
        max-width: 170px !important;
        min-width: 170px !important;
        height: 240px;
        border-radius: 133px;
        border: none !important;
        z-index: 1;
    }

    .category-div .card-img {
        background-color: var(--bg-gray) !important;
        width: 150px;
        height: 159px;
        border-radius: 133px;
    }
}

@media screen and (max-width: 1199px) {
    /* تغییر کرده تاریخ 1402/12/11 */
    .category-card {
        background-color: #ffffff !important;
        box-shadow: var(--shadow-light) !important;
        width: 155px !important;
        max-width: 155px !important;
        min-width: 155px !important;
        height: 200px;
        border-radius: 133px;
        border: none !important;
        z-index: 1;
    }

    .category-div .card-img {
        background-color: var(--bg-gray) !important;
        width: 128px;
        height: 135px;
        border-radius: 133px;
    }
}
/* @media screen and (max-width: 463px) {
  .mx-mn {
    height: 790px;
  }
}
@media screen and (min-width: 464px) and (max-width: 774px) {
  .mx-mn {
    height: 580px;
  }
}
@media screen and (min-width: 775px) and (max-width: 1199px) {
  .mx-mn {
    height: 368px;
  }
}
@media screen and (min-width: 1200px) {
  .mx-mn {
    height: 310px;
  }
} */
#categoryList .card-img img {
    width: 77px !important;
    height: 77px;
}
/* ------------------------------------------------ */
/* تغییر کرده 1402/11/22 */
.index-new .card-box .card-img {
    /* max-width: 230px; */
    /* max-height: 306px; */
    background-color: var(--bg-gray);
    border-radius: 18px;
    padding: 7px;
}

    .index-new .card-box .card-img img {
        /* max-width: 224px !important; */
        /* height: 300px !important; */
        border-radius: 12px;
    }

.index-new .card-box {
    /* width: 241px; */
    height: auto !important;
    min-height: 370px !important;
    border-radius: 18px;
    border: none !important;
    box-shadow: var(--shadow-light);
}

@media screen and (min-width: 1200px) {
    /* .mt-xl-6 {
    margin-top: 280px !important;
  } */
    .me-xl-6 {
        margin-left: 170px !important;
    }
}

.index-new .swiper-button-next,
.index-new .swiper-button-prev {
    bottom: auto;
    top: 25px;
    width: 44px;
    height: 44px;
}

.index-new .swiper-button-next {
    left: 50px !important;
    right: auto;
}

.index-new .swiper-button-prev {
    left: 110px !important;
    right: auto;
}

.index-new .swiper-button-next:after {
    content: url(../img/arrow2-left.svg);
    width: 100%;
    height: 100%;
}

.index-new .swiper-button-prev:after {
    content: url(../img/arrow2-right.svg);
    width: 100%;
    height: 100%;
}

.swiper.index-new {
    overflow-y: visible !important;
}

    .swiper.index-new .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.top-6px {
    top: 6px;
}

@media screen and (max-width: 1199px) {
    .top-6px {
        top: -40px;
    }
}

@media screen and (min-width: 1700px) {
    /*.mt-xl-6 {
        margin-top: 300px !important;
    }*/

    .category-div > .row {
        position: relative;
        top: -80px;
    }
}

/* ------------------------------------------------------------ */
.center-baner {
    background-image: var(--bg-light-linear-gradient);
    border: var(--border-light);
    border-radius: 30px;
}
/* ------------------------------------------------- */
/* تغییر کرده 1402/11/22 */
.index-free .card-box .card-img {
    /* max-width: 230px; */
    /* max-height: 306px; */
    background-color: var(--bg-gray);
    border-radius: 18px;
    padding: 7px;
}

    .index-free .card-box .card-img img {
        /* max-width: 224px !important; */
        /* height: 300px !important; */
        border-radius: 12px;
    }

.index-free .card-box {
    /* width: 241px; */
    height: auto !important;
    min-height: 370px !important;
    border-radius: 18px;
    border: none !important;
    box-shadow: var(--shadow-light);
}

.index-free .swiper-button-next,
.index-free .swiper-button-prev {
    bottom: auto;
    top: 25px;
    width: 44px;
    height: 44px;
}

.index-free .swiper-button-next {
    left: 50px !important;
    right: auto;
}

.index-free .swiper-button-prev {
    left: 110px !important;
    right: auto;
}

.index-free .swiper-button-next:after {
    content: url(../img/arrow2-left.svg);
    width: 100%;
    height: 100%;
}

.index-free .swiper-button-prev:after {
    content: url(../img/arrow2-right.svg);
    width: 100%;
    height: 100%;
}

.swiper.index-free {
    overflow-y: visible !important;
}

    .swiper.index-free .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 991px) {
    h4,
    .h4 {
        font-size: 11pt;
    }
}
/* ------------------------------footer------------------------------------- */
footer {
    background-color: var(--bg-light-footer);
}

.footer-call {
    border-radius: 8px;
}

.facebook::before {
    content: url(../img/facebook.svg);
}

.youtube::after {
    content: url(../img/youtube.svg);
}

.dribble::after {
    content: url(../img/dribble.svg);
}

.figma::after {
    content: url(../img/figma.svg);
}

.whatsapp::after {
    content: url(../img/whatsapp.svg);
}

footer .confirm {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    width: -webkit-fit-content;
    width: fit-content;
}
/* ----------------------product category--------------------------- */
.favorite-category .card-box .card-img {
    width: 128px;
    height: 135px;
    background-color: var(--bg-gray);
    border-radius: 75.56px;
    padding: 7px;
}

    .favorite-category .card-box .card-img img {
        max-width: 110px;
    }

.favorite-category .card-box {
    width: 155px !important;
    max-width: 155px !important;
    min-width: 155px !important;
    height: 200px;
    border-radius: 75.56px;
    border: none !important;
    box-shadow: var(--shadow-light);
}

.favorite-category .swiper-button-next,
.favorite-category .swiper-button-prev {
    bottom: auto;
    top: 25px;
    width: 44px;
    height: 44px;
}

.favorite-category .swiper-button-next {
    left: 50px !important;
    right: auto;
}

.favorite-category .swiper-button-prev {
    left: 110px !important;
    right: auto;
}

.favorite-category .swiper-button-next:after {
    content: url(../img/arrow2-left.svg);
    width: 100%;
    height: 100%;
}

.favorite-category .swiper-button-prev:after {
    content: url(../img/arrow2-right.svg);
    width: 100%;
    height: 100%;
}

.swiper.favorite-category {
    overflow-y: visible !important;
    width: 100%;
}

    .swiper.favorite-category .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.favorite-category h6 {
    padding: 7px 0px;
    color: var(--font-color-gray-text) !important;
    font-weight: bold;
}

.see_all {
    color: var(--font-color-purple) !important;
    font-weight: bold !important;
}
/* --------------------------------------- */
.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: url(../img/bread-right.svg);
    height: 17px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    color: var(--font-color-blue-path) !important;
    font-weight: bold;
}

    .breadcrumb-item a {
        color: var(--font-color-gray-path) !important;
    }

.breadcrumb {
    background-color: var(--bg-color-path);
    border-radius: 8px;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 3px 7px !important;
    margin: 0px !important;
}

.sidebar {
    background-color: #f5f6f7 !important;
    width: 100%;
    border: 1px solid #e0e0e2 !important;
    border-radius: 12px;
}
/* -------------------------------------- */
.sort-div {
    border-bottom: 4px solid #eaecf0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--font-color-purple) !important;
    background-color: transparent;
    font-weight: bold;
    border-bottom: 4px solid #164c96 !important;
}

.nav-pills .nav-link {
    border-radius: 0px;
    color: #98a2b3 !important;
    margin-bottom: -4px;
    border-bottom: 4px solid transparent !important;
}

.counter {
    color: #98a2b3 !important;
}
/* ------------------------------------------ */
/* تغییر کرده 1402/11/23 */
.product-items .card-box .card-img {
    /* max-width: 230px; */
    /* max-height: 306px; */
    background-color: var(--bg-gray);
    border-radius: 18px;
    padding: 11px !important;
}

.product-items .card-box {
    /* width: 241px; */
    /* height: auto !important; */
    min-height: 370px !important;
    border-radius: 18px;
    border: none !important;
    box-shadow: var(--shadow-light);
    margin: 10px;
}

.shop-product .tab-content > .active {
    display: flex !important;
}
/* --------------------category menu--------------------------- */
@media screen and (min-width: 992px) {
    #product_category_menu {
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        width: 96vw;
        height: 531px;
        /* padding: 0px 20px; */
        background-color: rgb(255, 255, 255) !important;
        left: 0;
        right: 0;
        border-radius: 12px;
        box-shadow: 0px 0px 15px #d8d7d777;
        overflow-x: hidden;
        z-index: 10;
    }

    #product_category:hover #product_category_menu {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease;
    }

    #product_category_menu_mobile {
        display: none !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 408px) {
    #product_category_menu {
        display: none !important;
    }

    #product_category_menu_mobile {
        width: 408px;
        height: 100vh;
        background-color: rgb(243, 244, 246) !important;
        border-radius: 12px;
        box-shadow: 0px 0px 15px #d8d7d777;
        top: 0;
        z-index: 10000;
        right: -408px;
        transition: all 0.3s ease;
    }

        #product_category_menu_mobile.open {
            right: 0px !important;
            transition: all 0.3s ease;
        }

    header {
        position: relative;
    }
}

@media screen and (max-width: 407px) {
    #product_category_menu {
        display: none !important;
    }

    #product_category_menu_mobile {
        width: 99%;
        height: 98vh;
        background-color: rgb(243, 244, 246) !important;
        border-radius: 12px;
        box-shadow: 0px 0px 15px #d8d7d777;
        top: 0;
        z-index: 10000;
        right: -100%;
        transition: all 0.3s ease;
    }

        #product_category_menu_mobile.open {
            right: 0px !important;
            transition: all 0.3s ease;
        }

    header {
        position: relative;
    }
}

.submenu-title {
    height: 98%;
    max-height: 500px;
    overflow-y: auto;
    width: 240px !important;
    text-align: right;
    background-color: #f5f5f5 !important;
    border-radius: 8px;
    display: block;
    margin: auto 5px;
    padding: 0px 5px;
}

.submenu-content {
    height: 100%;
    background-color: #ffffff !important;
    width: calc(100% - 240px);
}

    .submenu-content .tab-pane {
        height: 100%;
        max-height: 520px;
        overflow-y: auto;
    }

.submenu-title .nav-link.active {
    background-color: #ffffff !important;
    color: var(--font-color-purple) !important;
    font-weight: bold;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.submenu-title .nav-link {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    text-align: right;
    color: var(--font-color-gray-text) !important;
    border-radius: 8px;
    margin: 5px 0px;
}

.submenu-content a {
    text-decoration: none !important;
}

.submenu-col-title {
    color: var(--font-color-purple) !important;
    font-weight: bold;
}

.submenu-col {
    padding: 10px 20px;
    /* width: 230px; */
    margin: 5px 0px;
    height: auto;
}

.close_category {
    top: 10px;
    left: 15px;
    right: auto;
}

#content-menu-mobile .accordion-button::after {
    position: absolute;
    left: 15px;
}

#content-menu-mobile .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    color: #000 !important;
    stroke: #000 !important;
    fill: #000 !important;
}

#content-menu-mobile .accordion-button {
    background-color: rgb(243, 244, 246) !important;
    font-weight: bolder;
    color: #000 !important;
    border: none !important;
    box-shadow: none;
}

#content-menu-mobile .accordion-collapse {
    border: none !important;
    background-color: transparent !important;
}

#content-menu-mobile .accordion-item {
    border: none !important;
    background-color: transparent;
}

#content-menu-mobile .accordion-header {
    border: none !important;
}

#content-menu-mobile .card {
    background-color: #fff;
    border: none !important;
    border-radius: none !important;
    padding: 0px 15px;
}

    #content-menu-mobile .card a {
        text-decoration: none !important;
        color: #5c5a5a;
        margin-bottom: 7px;
    }

#content-menu-mobile .item-submenu {
    padding: 0px 20px;
}

#content-menu-mobile {
    height: calc(100vh - 70px);
    overflow-y: scroll;
}

#product_category > a {
    background-image: url(../img/Category.svg) !important;
    width: 38px;
    height: 38px;
    background-size: contain;
    display: block;
}

#product_category:hover > a {
    /*background-image: url(../img/Category2.svg) !important;*/
    width: 38px;
    height: 38px;
    background-size: contain;
    display: block;
    border-bottom: 3px solid #164c96;
}

.submenu-col-links a {
    margin: 7px 0px;
    color: var(--font-color-gray-text);
}

.floatin-menu {
    position: fixed;
    bottom: 0;
    top: auto;
    height: 70px;
    z-index: 101;
    box-shadow: 0px -5px 35px -5px rgba(0, 0, 0, 0.1);
}

    .floatin-menu a {
        color: #2d2d2d !important;
        font-size: 9pt;
        text-wrap: nowrap;
    }

@media screen and (max-width: 1399px) {
    .see_all {
        position: absolute;
        bottom: -5px;
        top: auto;
        right: auto;
        left: 10px;
        z-index: 100;
    }
}

.other-header .dropdown {
    background-color: var(--bg-lighter-gray);
    border-radius: 25px;
    width: 106px !important;
    height: 50px;
}

    .other-header .dropdown button {
        width: 100% !important;
        height: 100%;
    }

#loadingTemplate {
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #333;
    background-color: #f8f8f8;
}

.searchResultsPanel,
#searchResultsPanel {
    /*display: none;*/
    position: absolute;
    z-index: 10;
    max-height: 50vh;
    overflow-y: auto;
    width: 100%;
    max-width: 490px;
    min-height: 155px;
}

.search-results-list img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin: 5px;
}

.search-results-list li {
    margin: 5px 0px;
}

.item-submenu a {
    width: 100%;
    display: block;
    text-align: right;
}
/* ---------------------------------- */
/* تغییر کرده 1402/12/01 */
.change-lang {
    right: 0;
}

.border-gray-light {
    border: 1px solid var(--gray-light);
}

.color-dark-blue {
    color: var(--dark-blue) !important;
}

.color-gray-light {
    color: #b9bbbf !important;
}

.bac-light {
    background-color: var(--light) !important;
}
/* تا اینجا */
.radius-25 {
    border-radius: 25px !important;
}

@media screen and (min-width: 768px) {
    .search {
        max-width: 587px;
        min-width: 470px;
        padding-right: 35px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 440px) {
    .search {
        max-width: 350px;
        min-width: 300px;
        padding-right: 35px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width: 439px) {
    .search {
        max-width: 350px;
        /* min-width: 300px; */
        width: 175px !important;
        padding-right: 35px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.swiper-pagination {
    bottom: 20px !important;
}

.searchbtn {
    right: 8px;
}

.color-brown {
    color: var(--brown);
}

.bac-brown-light {
    background-color: var(--brown-light);
}

.color-black-blue {
    color: var(--black-blue);
}

.bac-blue-light {
    background-color: var(--blue-light);
}

.color-secondery {
    color: var(--secondary);
}

.color-dark {
    color: var(--dark);
}

.offcanvas-body {
    justify-content: left;
}

.nav-link {
    color: var(--gray-light) !important;
}

    .nav-link.active {
        color: var(--dark) !important;
    }

/*.swiper-product .swiper-slide,
.swiper-product .swiper-slide img {
    width: 100%;
    max-height: 550px;
    border-radius: 14px;
}

.swiper-product-thumb .swiper-slide,
.swiper-product-thumb .swiper-slide img {
    width: 115px;
    height: 115px;
    border-radius: 14px;
}

.swiper-product-thumb .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    margin-left: 10px;
}

.swiper-product-thumb .swiper-button-next::after,
.swiper-product-thumb .swiper-button-prev::after {
    font-size: 11pt !important;
    color: #000 !important;
}*/

/*.swiper-product-thumb .swiper-button-next,*/
/*.swiper-product-thumb .swiper-button-next {
    right: -10px !important;
}*/

/*.swiper-product-thumb .swiper-button-prev,*/
/*.swiper-product-thumb .swiper-button-prev {
    left: -10px !important;
}

.swiper-slide-thumb-active img {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #3a4980, #2c307933) border-box;
    border: 3px solid transparent;
}*/
/* .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0px !important;
  padding-left: var(--bs-breadcrumb-item-padding-x) !important;
  color: var(--bs-breadcrumb-divider-color);
  content: url(../img/arrow.svg) !important;
  transform: rotate(180deg);
  position: relative;
  top: -5px;
  left: 7px;
}
.breadcrumb-nav {
  background-color: var(--blue-light);
  display: inline-block;
  border-radius: 8px;
}
.breadcrumb-nav .breadcrumb-item.active a {
  color: var(--blue2) !important;
}
.breadcrumb-nav a {
  color: var(--gray-blue) !important;
  font-size: 9pt;
}
.breadcrumb-nav .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 5px !important;
} */

.product-gallery-thumb {
    margin: 10px 0;
    /*border: 1px solid #eee;*/
    /*padding: 10px;*/
}

    .product-gallery-thumb .swiper-slide img {
        height: 70px;
        opacity: 0.6;
        cursor: pointer;
        border: 1px solid #dddd;
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
    }

    .product-gallery-thumb .swiper-slide-thumb-active img {
        border-color: var(--main-color-one);
        opacity: 1;
    }

.product-gallery video {
    max-width: 100%;
    border: 1px solid #eee;
}

.product-gallery-thumb .swiper-slide-thumb-active video {
    border-color: var(--main-color-one);
    opacity: 1;
}

.product-gallery-thumb .swiper-slide video {
    height: 70px;
    opacity: 0.6;
    cursor: pointer;
    border: 1px solid #dddd;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}
/*.product-gallery, .product-gallery img {
    max-height: 33vh;
}*/
.product-gallery .swiper-button-next {
    left: 10px;
    right: auto;
}

.product-gallery .swiper-button-next {
    left: 0 !important;
}

.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
    box-shadow: var(--shadow-md);
    padding: 30px 20px;
    background: #ffffff;
    color: #515151;
    border-radius: 0 25px 25px 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

    .product-gallery .swiper-button-next::after, .product-gallery .swiper-button-prev::after {
        font-size: 12pt;
    }
/* تغییر کرده 1402/12/01 */
.color-red {
    color: #d46f77 !important;
}

.bac-red-light {
    background-color: #fff0f0 !important;
}

.radius-10 {
    border-radius: 10px;
}

.bac-blue-light {
    background-color: #edf0f8 !important;
}

.color-blue2 {
    color: var(--blue2) !important;
}

.bac-light2 {
    background-color: var(--light-2) !important;
}

.radius-12 {
    border-radius: 12px;
}

.border-light2 {
    border: 1px solid var(--light-2);
}

.product-information {
    background-color: rgba(249, 250, 251, 1) !important;
}

.border-bottom-light {
    border-bottom: 1px solid #c2c4de80;
}

.color-orange {
    color: #d48d3b !important;
}

.bac-orange-light {
    background-color: #fbf3ea !important;
}

.color-green {
    color: #3e9242;
}
/* تا اینجا */
.choose-color button,
.choose-color span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    border-color: currentColor;
    border: 1px solid #ccc;
}

    .choose-color button.active::before,
    .choose-color button:active::before,
    .choose-color button:focus::before,
    .choose-color span::before {
        content: "";
        width: 50px;
        height: 50px;
        border: 2px solid currentColor;
        position: absolute;
        border-radius: inherit;
        bottom: -5px;
        right: -5px;
    }

    .choose-color button.active::after,
    .choose-color button:active::after,
    .choose-color button:focus::after {
        content: url(../img/tick.svg);
        margin: -2px;
        width: 24px;
        height: 20px;
        display: block;
    }

input[type="radio"] {
    display: grid;
    place-content: center;
    background-color: #fff !important;
    border-color: #3a4980 !important;
}

    input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #3a4980 !important;
        background-color: var(--red) !important;
    }

    input[type="radio"]:checked::before {
        transform: scale(1);
    }
/* تغییر کرده 1402/12/01 */
.choose-size .form-check {
    padding-left: 7px;
    padding-right: 27px;
}

.counter-div {
    background-color: #f3f3f3;
    border-radius: 30px;
    padding: 10px;
    color: var(--blue2) !important;
    direction: ltr;
}

    .counter-div .counter {
        width: 70px;
        background-color: #f3f3f3;
        text-align: center;
        color: var(--blue2) !important;
        outline: none !important;
    }

.bac-purple {
    background-color: var(--purple) !important;
}

#AddToBasket {
    max-width: 300px;
    border-radius: 30px;
}

.product-details .nav-tabs .nav-item.show .nav-link,
.product-details .nav-tabs .nav-link.active,
.product-details .nav-tabs .nav-link:focus,
.product-details .nav-tabs .nav-link:hover {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.product-details .nav-tabs .nav-link {
    margin-bottom: -2px !important;
    transition: all 0.3s ease-in;
}

    .product-details .nav-tabs .nav-item.show .nav-link,
    .product-details .nav-tabs .nav-link.active,
    .product-details .nav-tabs .nav-link:focus {
        border-bottom: 3px solid #164c96 !important;
        color: #164c96 !important;
        font-weight: bolder;
    }

.product-details #nav_product_info {
    border-bottom: 2px solid var(--gray-light) !important;
}

.text-justify {
    text-align: justify;
}

.color-gray {
    color: var(--gray) !important;
}

.benefits li::before {
    content: url(../img/tick2.svg);
    position: absolute;
    right: 33px;
}

.benefits {
    padding-left: 0px;
    padding-right: 30px;
}

    .benefits li {
        margin-bottom: 10px;
        color: var(--gray);
    }

.bg-swiper-img {
    background-color: #f7f5f7;
}

.swiper-like .card {
    border: 1px solid #f7f5f7 !important;
    border-radius: 12px;
    max-width: 200px;
}

.swiper-like .swiper-button-prev:after,
.swiper-like .swiper-button-next:after,
.swiper-like .swiper-button-next:after,
.swiper-like .swiper-button-prev:after {
    font-size: 10pt !important;
    color: black;
    font-weight: bold;
}

.swiper-like .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px !important;
    margin-left: 10px;
}

.swiper-like .swiper-button-next,
.swiper-like .swiper-button-prev,
.swiper-like .swiper-button-prev,
.swiper-like .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 50px;
}

.btn-like {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    color: #667085 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
}

    .btn-like:hover,
    .btn-like:focus,
    .btn-like:active,
    .btn-like.active {
        color: var(--red) !important;
    }
/* footer {
  background-color: var(--light-3);
} */
.color-purple {
    color: var(--purple) !important;
}

.facebook::before {
    content: url(../img/facebook.svg);
}

.youtube::after {
    content: url(../img/youtube.svg);
}

.dribble::after {
    content: url(../img/dribble.svg);
}

.figma::after {
    content: url(../img/figma.svg);
}

.whatsapp::after {
    content: url(../img/whatsapp.svg);
}
.instagram::after {
    content: url(../img/instagram.svg);
}
.telegram::after {
    content: url(../img/telegram.svg);
}

footer .confirm {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    width: fit-content;
}

.choose-product .card {
    border: 1px solid #eaecf0;
    max-width: 320px;
    border-radius: 12px !important;
    background-color: #f9fafb !important;
}

.choose-product input {
    width: 40px !important;
}

.btnsave,
.btnshare {
    width: 30px;
    height: 30px;
}

#lang-top {
    background-color: #f5eef1;
    border: none !important;
    border-radius: 25px;
    font-size: 10pt;
    height: 37px;
}

.dropdown-menu {
    border-radius: 12px !important;
    margin-top: 5px !important;
}

#lang-top-menu {
    background-color: #f5eef1;
    border: none !important;
    border-radius: 25px;
    height: 37px;
    font-size: 10pt;
    /* overflow: hidden; */
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #lang-top-menu .english {
        display: none !important;
    }

@media screen and (max-width: 767px) {
    .breadcrumb-nav {
        position: absolute;
        top: 10px;
        right: 5px;
    }

        .breadcrumb-nav a {
            color: var(--gray-blue) !important;
            font-size: 7.3pt;
        }

    .custom1 {
        position: absolute;
        top: 76px;
        z-index: 1;
        width: 100%;
        right: 12px;
    }

        .custom1 button {
            position: absolute;
        }

            .custom1 button.btnsave {
                left: 60px;
            }

            .custom1 button.btnshare {
                left: 26px;
            }
    /* .addCart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #c2c4de;
    backdrop-filter: blur(12.5px);
    z-index: 100;
  } */
    #AddToBasket {
        /*padding: 9px !important;*/
        /*width: 225px;*/
        border-radius: 30px;
    }

    .counter-div .counter {
        width: 50px;
        background-color: #f3f3f3;
        text-align: center;
        color: var(--blue2) !important;
        outline: none !important;
    }

    .choose-color button,
    .choose-color span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        border-color: currentColor;
        border: 1px solid #ccc;
    }

    .choose-size .form-check {
        font-size: 9pt;
    }

    .brd {
        border-bottom: none !important;
    }

    .footer-call img {
        height: 25px;
    }

    .counter-div {
        padding: 5px !important;
    }

    .pb-80px {
        padding-bottom: 80px !important;
    }

    html {
        overflow-x: hidden !important;
    }

    .custom2 {
        z-index: 1;
        width: 93%;
        justify-content: space-between;
        bottom: 35px;
    }
}

@media screen and (min-width: 1200px) {
    .w-1000 {
        width: 1000px;
    }
}

header #btnBasket .dropdown-toggle::after {
    content: none !important;
}

header #btnBasket .dropdown-menu img {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #3a4980, #2c307933) border-box;
    border: 3px solid transparent;
    border-radius: 14px;
}

header #btnBasket .dropdown-menu {
    min-width: 320px !important;
    border: 1px solid #eaecf0 !important;
    box-shadow: 0px 6px 30px rgba(8, 0, 56, 0.1) !important;
    border-radius: 12px !important;
    margin-top: 10px !important;
}

header .counter-div .counter {
    width: 50px !important;
    background-color: #f3f3f3;
    text-align: center;
    color: var(--blue2) !important;
    outline: none !important;
}

header .choose-color button,
header .choose-color span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    border-color: currentColor;
    border: none;
}

    header .choose-color button.active::before,
    header .choose-color button:active::before,
    header .choose-color button:focus::before,
    header .choose-color span::before {
        content: "";
        width: 40px;
        height: 40px;
        border: 2px solid currentColor;
        position: absolute;
        border-radius: inherit;
        bottom: -5px;
        right: -5px;
    }

header .counter-div {
    padding: 5px !important;
}

.bac-light3 {
    background-color: var(--light-3);
}

.progress {
    height: 5px !important;
}

.progress-div {
    margin-bottom: 12px;
}

.write {
    border: 1px solid var(--bg-purple) !important;
}

.dropdown-item {
    text-align: right !important;
}

@media screen and (min-width: 768px) {
    .feedback1 {
        width: 25%;
    }

    .feedback2 {
        width: 75%;
    }

    .progress {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .benefits li::before {
        content: url(../img/tick2.svg);
        position: absolute;
        right: 13px;
    }

    .progress {
        width: 55%;
    }
}

/*.swiper-product,
.swiper-product-thumb {
    direction: ltr;
}*/

#btnBasket button {
    position: relative;
}

#btnBasket .has-product::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--red);
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .offcanvas,
    .offcanvas-body {
        min-width: 320px;
        max-width: 320px;
        width: 320px !important;
    }
}

.bottom-menu {
    width: 275px;
    right: 20px;
}

#lang-top-menu label {
    border-left: 1px solid #8e9aa6;
    padding-left: 5px;
}

.border-top-light {
    border-top: 1px solid #c2c4de80;
}
/* -------------------new 1402/01/29------------------------ */
.product-details .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.product-details .accordion-button::after {
    background-image: url(../img/plus.svg) !important;
    background-position: center;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.product-details .accordion-item {
    color: #344054 !important;
    background-color: var(--light-3) !important;
    border: var(--bs-accordion-border-width) solid var(--light-2) !important;
    margin-bottom: 15px !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.product-details .accordion-button {
    font-size: 1rem;
    color: #344054 !important;
    background-color: var(--light-3) !important;
    box-shadow: none !important;
    font-weight: bolder;
    z-index: 2;
}

@media screen and (min-width: 1200px) {
    .product-details .accordion-button::before {
        content: "";
        position: absolute;
        width: 80%;
        height: 1px;
        background-color: #c1c4c7 !important;
        left: 45px;
        right: auto;
        z-index: 1;
    }
}

.color-gray-blue {
    color: var(--gray-blue) !important;
}

.fs-9pt {
    font-size: 9pt;
}

.color-9A9EA6 {
    color: #9a9ea6;
}

.border-bottom-DCDEE0 {
    border-bottom: 1px solid #dcdee0;
}

.color-5A5E61 {
    color: #5a5e61;
}

.radius-8 {
    border-radius: 8px !important;
}

.border-C1C4C7 {
    border: 1px solid #c1c4c7 !important;
}

#files-area {
    padding: 20px;
}

#filesList,
#files-names {
    width: 100%;
}

.item > span.name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}

.file-delete {
    display: flex;
    justify-content: center;
    margin: 0px 10px;
    cursor: pointer;
    border: 1px solid #eb5757;
    border-radius: 6.28578px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.topbtn img {
    border: 1px solid #dcdee0 !important;
    border-radius: 6.28578px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.file-delete > span {
    transform: rotate(45deg);
}
/* .file-image {
  width: 45px;
  height: 45px;
} */

#myCollapseOne .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin-top: 0px !important;
    border: none !important;
    background-color: #f9fafb !important;
}

#myCollapseOne .drop-card {
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    height: 256px;
    overflow-y: auto;
    overflow-x: hidden;
}

#myCollapseOne .dropdown-toggle::after {
    content: "" !important;
    background-image: url(../img/arrow-drop.svg);
    width: 5px;
    height: 9px;
    background-size: cover;
    border: none !important;
    display: block !important;
}

#myCollapseOne .dropdown-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

    #myCollapseOne .dropdown-toggle[aria-expanded="true"],
    #myCollapseOne .dropdown-toggle:hover {
        font-weight: bolder;
        background-color: #f9fafb !important;
    }

        #myCollapseOne .dropdown-toggle[aria-expanded="true"]::after {
            transform: rotate(90deg);
            width: 7px;
            height: 11px;
        }

#myCollapseOne ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

#myCollapseOne ::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

#myCollapseOne ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dcdee0;
}

#myCollapseOne .dropdown {
    margin-bottom: 5px;
}

.drop-card .btn {
    display: block;
}

.sortable-list {
    position: relative;
    border: 2px solid #dcdee0;
    border-radius: 10px;
    padding: 10px !important;
}

    .sortable-list .item {
        list-style: none;
        display: flex;
        background: transparent;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between;
        border-bottom: 1px solid #c1c4c7;
        padding-bottom: 15px;
    }

    .sortable-list .ErrorItem {
        list-style: none;
        display: flex;
        width: 100%;
        background: transparent;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between;
        border: 2px solid var(--red);
        /* padding-bottom: 15px; */
        padding: 10px;
        border-radius: 12px;
    }

    .sortable-list .active-img-product {
        background: #fff;
        padding: 20px;
        border: 1px solid #c49ef5;
        border-left: 5px solid #c49ef5;
        border-radius: 12px;
    }

.btn.active {
    border: none !important;
}

.item .details,
.ErrorItem .ErrorDetails {
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .item .details img.file-image,
    .ErrorItem img.file-image {
        height: 100px;
        width: 100px;
        pointer-events: none;
        margin-left: 12px;
        object-fit: cover;
        border-radius: 10px;
    }

    .ErrorDetails::before {
        content: url(../img/errorimg.png);
        position: absolute;
        right: 55px;
    }
}

@media screen and (max-width: 767px) {
    .item .details img.file-image,
    .ErrorItem img.file-image {
        height: 50px;
        width: 50px;
        pointer-events: none;
        margin-left: 12px;
        object-fit: cover;
        border-radius: 10px;
    }

    .ErrorDetails::before {
        content: url(../img/errorimg.png);
        position: absolute;
        right: 30px;
    }

    #myCollapseTwo button,
    #myCollapseThree button {
        width: 100%;
    }
}

.ErrorDetails .file-delete {
    position: absolute;
    left: 20px;
}

.ErrorDetails .file-image {
    -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
    filter: blur(1px);
}

.item .details span {
    font-size: 1.13rem;
}

.item .details .name,
.item .details .size,
.ErrorItem .name,
.ErrorItem .size {
    display: block;
    font-size: 9pt;
}

.ErrorType {
    font-size: 9pt;
    color: var(--red);
}

.item i {
    color: #474747;
    font-size: 1.13rem;
    cursor: move;
}

.item.dragging {
    opacity: 0.6;
}

    .item.dragging :where(.details, i) {
        opacity: 0;
    }

.topbtn {
    margin-right: auto;
}

.item > img {
    width: 30px;
}

.list-custom li {
    list-style: disc;
}

#myCollapseTwo button,
#myCollapseThree button {
    float: left !important;
}

.custom-row {
    border: 2px dashed #dcdee0;
}

@media screen and (max-width: 767px) {
    .list-group-item {
        font-size: 9pt;
        color: #667085 !important;
        margin: 5px;
        padding: 10px 7px !important;
        display: flex;
        align-items: center;
        border-radius: 0px;
        position: relative;
        transition: all 0.3s ease;
        border-bottom: 1px solid #cfd4df !important;
    }

        .list-group-item:last-child {
            border-bottom: none !important;
        }
}

@media screen and (min-width: 768px) {
    .list-group-item {
        font-size: 9pt;
        color: #667085 !important;
        margin: 5px;
        padding: 7px !important;
        display: flex;
        align-items: center;
        border-radius: 8px;
        position: relative;
        transition: all 0.3s ease;
    }
}

.list-group-item.haschild::after {
    content: "";
    position: absolute;
    right: 5px;
    left: auto;
    width: 6px;
    height: 8px;
    background-image: url(../img/arrow.svg);
    background-size: cover;
    background-position: center;
    top: 13px;
    transition: all 0.3s ease;
}

.list-group-item:hover,
.list-group-item:active,
.list-group-item:focus,
.list-group-item.active,
.list-group-item.selected {
    color: #1d364d !important;
    background-color: #f9fafb !important;
}

    .list-group-item:hover::after,
    .list-group-item:active::after,
    .list-group-item:focus::after,
    .list-group-item.active::after,
    .list-group-item.selected::after {
        transform: scale(1.2);
    }

.listscroll {
    background: #ffffff;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    width: 240px;
    height: 256px;
    margin: 0px 5px;
    overflow: auto;
}

    .listscroll:last-child .list-group-item::after {
        content: none !important;
    }

#myCollapseOne .breadcrumb-item + .breadcrumb-item {
    position: relative;
    margin-right: 10px !important;
}

    #myCollapseOne .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x) !important;
        padding-left: 0px !important;
        color: var(--bs-breadcrumb-divider-color);
        content: "" !important;
        width: 6px;
        height: 9px;
        background-image: url(../img/arrow.svg);
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 6px !important;
        left: -4px;
    }

#myCollapseOne .breadcrumb-item:last-child a {
    color: var(--purple) !important;
}

.border-purple {
    border: 1px solid #ab75f0 !important;
}

@media screen and (min-width: 768px) {
    .step,
    .start-group,
    .edit-group {
        display: none !important;
    }
}

header .tab-content > .active {
    display: flex;
}

@media screen and (min-width: 768px) {
    #content {
        width: calc(100vw - 335px);
        display: block;
        margin-left: 0;
        margin-right: auto;
        transition: all 0.3s ease-in;
    }

    #footer {
        clear: both;
        margin: 10px 0;
    }

    #sidebarWrap {
        height: 100%;
        float: right;
        position: relative;
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 315px;
        z-index: 1;
        transition: all 0.3s ease-in;
    }

    #sidebar {
        /*height: max-content;*/
        width: 315px;
        margin-right: 5px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        padding-bottom: 20px;
        transition: all 0.3s ease-in;
    }

        #sidebar.sticky-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            transition: all 0.3s ease-in;
        }

    #header #fixedHeader {
        top: 0px;
        clear: both;
        z-index: 5;
        transition: all 0.3s ease-in;
    }

    #sidebar.fixed {
        position: fixed;
        top: 50px;
        transition: all 0.3s ease-in;
    }
}

.buyerBasketCount {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    border-radius: 50%;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 9pt;
    display: block;
    z-index: 10;
    text-align: center;
}

#shopProductList .card-img img {
    /* max-width: 224px !important; */
    /* height: 300px !important; */
    border-radius: 12px;
}

.page-link img {
    width: 10px !important;
}

#alertContainer {
    max-width: fit-content;
    display: block;
    margin: auto;
}
/* .user-dropdown {
  background-color: rgba(249, 202, 36, 0.17) !important;
} */
.user-dropdown .dropdown-menu {
    border-radius: 12px !important;
    margin-top: 5px !important;
    min-width: 200px;
}

/*.swiper-product .swiper-slide video {
    width: 100%;
    max-height: 340px;
    border-radius: 14px;
}

.swiper-product-thumb .swiper-slide,
.swiper-product-thumb .swiper-slide video {
    width: 115px;
    height: 115px;
    border-radius: 14px;
}*/

.video_sub {
    position: relative;
    z-index: 0;
}

    .video_sub span {
        width: 115px;
        height: 115px;
        border-radius: 14px;
        background-color: #5a5e6163;
        background-image: url(../img/Frame.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 32px;
        display: block;
        position: absolute;
        z-index: 2;
    }

        .video_sub span::after {
            content: "";
            position: absolute;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background-color: #ab75f057;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            z-index: 1;
        }

.swiper-slide-thumb-active video {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #3a4980, #2c307933) border-box;
    border: 3px solid transparent;
}

#enemad img {
    /* display: inline-block; */
    /* width: 150px;
  max-height: 200px; */
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

#enemad,
#zibalLink {
    display: flex;
    max-height: 200px;
}

    #ziballink,
    #ziballink a,
    #zibalLink img {
        /* width: 150px; */
        max-height: 100px;
    }

.img-brands {
    width: 100%;
    height: 120px;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--bg-purple) !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/* -------------new-------------- */

.fs-11pt {
    font-size: 11pt !important;
}

.discount-img {
    position: absolute;
    width: 40px;
    height: 40px;
    right: auto;
    left: 0px;
    top: 0px;
}

    .discount-img svg {
        width: 40px;
        height: 40px;
    }

.card-box {
    position: relative !important;
}

.discount-img small {
    position: absolute;
    color: #fff;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 41px;
}
/* ----------------1402/10/08------------------- */
.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

    .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
    }

.field input {
    width: 100%;
    min-width: 108px;
    height: 100%;
    outline: none;
    font-size: 12pt;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    padding: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .slider .progress_bar {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: var(--bg-purple);
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--bg-purple);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--bg-purple);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#categoryList .card-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 133px;
}

.checked_li {
    background-color: var(--bg-purple-opacity);
    border-radius: 7px;
}

.dropstart .dropdown-toggle::before {
    position: absolute;
    left: -4px;
    right: auto;
    transform: rotate(180deg);
    top: 14px;
}

.dropstart .dropdown-toggle {
    position: relative;
}

#dropdownsize ul li:has(:checked) {
    background-color: var(--bg-purple-opacity);
    border-radius: 7px;
}

header .tab-content > .tab-pane.active:has(.submenu-col) {
    display: flex !important;
}

header .tab-content > .tab-pane.active:has(.nochild) {
    display: block;
}

#collapseFilter .accordion-body {
    padding: 5px;
}

.productDescryption li {
    list-style: disc !important;
}
/* .swiper-slide .card-img img[style]{
  object-fit: contain !important;
}
#shopProductList .card-img img[style]{
  object-fit: contain !important;
} */
/* اضافه شده 1402/12/01 */
#productColorModels,
#supplierList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-item.bac-blue-light {
    padding-right: 30px;
}

#dropdownsize > a {
    background-color: #edf0f8 !important;
}

#discountPrice,
#discountPriceCount,
#moneyUnitText {
    color: #3a4980 !important;
    font-weight: bold !important;
    font-size: 20pt;
}

#price {
    color: #00000080 !important;
    font-weight: bold !important;
    font-size: 17pt;
}
/* تغییر کرده تاریخ 1402/12/11 */

@media screen and ((min-width: 576px)) {
    #shopSupplierListModal .modal-dialog {
        max-width: 80vw !important;
    }
}

#shopSupplierList ul {
    min-width: 300px;
}
/* start section article latest */
/* تغییر کرده تاریخ 1403/02/01 */
.article-latest {
    padding: 20px 0;
}

.al {
    background: #022e57;
    padding: 15px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 10px;
}

.al-header {
    color: #fff;
}

    .al-header a {
        margin: 0;
        color: #fff;
        --border-color: #ccc;
    }

.al-item {
    background-color: #f8f8f8;
    margin-bottom: 5px;
    position: relative;
    border-bottom: 6px solid #bcbcbc;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.al-img {
    height: 100%;
    transition: 1.5s ease-in-out;
    overflow: hidden;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
}

    .al-img img {
        transform: scale(1.1);
        filter: brightness(50%);
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 1.5s ease-in-out;
    }

.al-item:hover img {
    filter: brightness(100%);
    transition: 1.5s ease-in-out;
    transform: scale(1);
}

.al-date {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 12px;
    font-size: 14px;
    background-color: #009ec9;
    color: #fff;
}

.al-title {
    color: #515151;
    font-size: 14px;
    padding: 5px 10px;
    height: 50px;
}
/* start blog */
.blog-item {
    margin-bottom: 7px;
}

.blog-content-item {
    margin-bottom: 15px;
    border-radius: 15px;
}

.card-image {
    display: flex;
}

.card-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

    .card-hover a {
        color: #fff;
        padding: 7px 20px;
        border: 1px solid #fff;
        border-radius: 10px;
        display: block;
        transition: 0.5s all ease;
    }

        .card-hover a:hover {
            background: #fff;
            color: #515151;
        }

.card-image {
    position: relative;
}

.card:hover .card-hover {
    visibility: visible;
    opacity: 1;
}

.blog-content-item .card-title {
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.blog-content-items .card {
    overflow: hidden;
}

.blog-content-item .card-img-top {
    height: 180px;
    transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
}

.blog-content-item img.card-img-top:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.blog-content-item .card-text {
    font-size: 14px;
    text-align: justify;
    height: 110px;
    overflow-y: hidden;
}

.blog-content-item .card-footer {
    --bs-card-cap-bg: rgb(255 255 255 / 3%);
}

.blog-content-item .date p,
.blog-content-item .date span {
    font-size: 14px;
}

.blog-tag {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    background: #007fee;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 5px;
}

    .blog-tag:hover {
        color: #fff;
        opacity: 0.94;
    }

.best-article {
    display: flex;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
}

    .best-article:nth-last-child(1) {
        border-bottom: none;
    }

    .best-article img {
        width: 60px;
        height: 50px;
        object-fit: cover;
    }

    .best-article h5 {
        margin-right: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

        .best-article h5:hover {
            color: #007fee;
        }

/* end blog */
/* start blog-detail */
.blog-post {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

    .blog-post .blog-post-title {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

        .blog-post .blog-post-title h3 {
            font-size: 24px;
            font-weight: bold;
        }

.blog-post-title-items {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-post-title-item {
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

    .blog-post-title-item img {
        width: 30px;
        height: 30px;
    }

    .blog-post-title-item p {
        margin-right: 5px;
        font-weight: bold;
    }

.blog-post .blog-post-content {
    padding: 20px 0;
    line-height: 2;
}

    .blog-post .blog-post-content .title {
        font-size: 20px;
        font-weight: bold;
    }

    .blog-post .blog-post-content img {
        max-width: 100%;
    }

.blog-post .blog-post-footer {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .blog-post .blog-post-footer a {
        font-size: 16px;
    }

.blog-post-footer i {
    font-size: 20px;
    font-weight: bold;
}

.blog-comments {
    padding: 20px 0;
}

.blog-comment {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

/* end blog-detail */
.category-filter {
    margin-bottom: 20px;
}

.category-filter-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.category-filter-box-title {
    padding: 10px;
}

    .category-filter-box-title h4 {
        font-size: 16px;
    }

.category-filter-box-desc {
    background: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-filter-resoult li a {
    font-size: 14px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

    .category-filter-resoult li a.active {
        color: #007fee;
        font-weight: bold;
    }

    .category-filter-resoult li a:hover {
        padding-right: 5px !important;
    }

.top-menu-search .search-txt {
    padding: 14px 15px;
    font-size: 13px;
    width: 100%;
    border: none;
    outline: none;
    background: #eee;
    box-shadow: var(--shadow-md);
}

.top-menu-search .search-btn {
    background: transparent;
    position: absolute;
    top: 0px;
    left: 10px;
    border: none;
    z-index: 10;
}

    .top-menu-search .search-btn i {
        color: #333;
        font-size: 25px;
        vertical-align: -webkit-baseline-middle;
        vertical-align: -moz-middle-with-baseline;
        margin-top: 3px;
    }

#article .swiper-button-next {
    left: 50px !important;
    right: auto;
}

#article .swiper-button-prev {
    left: 110px !important;
    right: auto;
}

#article .swiper-button-next,
#article .swiper-button-prev {
    bottom: auto;
    top: 25px;
    width: 44px;
    height: 44px;
}

    #article .swiper-button-next:after {
        content: url(../img/arrow2-left.svg);
        width: 100%;
        height: 100%;
    }

    #article .swiper-button-prev:after {
        content: url(../img/arrow2-right.svg);
        width: 100%;
        height: 100%;
    }

#shopProductList {
    min-height: 400px !important;
}

#pagination {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    #pagination li {
        margin: 5px;
        min-width: 40px;
        min-height: 40px;
        background: var(--bg-light-footer);
        border-radius: 7px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        #pagination li.active {
            background: var(--bg-lighter-gray);
        }

        #pagination li button {
            display: block;
            width: 100%;
            height: 100%;
            padding: 5px;
        }

        #pagination li.active button {
            cursor: unset !important;
        }

.loading-outer {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(223, 214, 214, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate-outer 1.5s linear infinite forwards;
    position: relative;
    margin: auto;
}

    .loading-outer .loading-inner {
        width: 70px;
        height: 70px;
        border-radius: inherit;
        border: 5px solid rgba(223, 214, 214, 0.8);
        border-top-color: transparent;
        border-bottom-color: transparent;
        animation: rotate-inner 1.5s linear infinite forwards;
        position: absolute;
    }

#loading-outer-search {
    top: 0px !important;
}

@keyframes rotate-outer {
    50% {
        transform: rotate(200deg);
    }
}

@keyframes rotate-inner {
    50% {
        transform: rotate(-400deg);
    }
}

.h-fitcontent {
    height: fit-content !important;
    min-height: 175px !important;
    max-height: 175px !important;
}

.summary-offer {
    position: absolute;
    top: 0;
    right: 60px;
    background: #e74c3c;
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 5px 15px #e74c3c57;
    z-index: 2;
}

.full-page-loading {
    width: 99vw;
    height: 100%;
    position: fixed;
    top: auto;
    bottom: auto;
    background-color: #ffffff8a;
    z-index: 1000;
    margin: auto;
}

    .full-page-loading .loading-outer {
        z-index: 1001;
        top: 100px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        margin: auto;
        border: 5px solid rgba(161, 146, 76, 80%);
        border-left-color: transparent;
        border-right-color: transparent;
    }

        .full-page-loading .loading-outer .loading-inner {
            width: 70px;
            height: 70px;
            border-radius: inherit;
            border: 5px solid rgba(161, 146, 76, 80%);
            border-top-color: transparent;
            border-bottom-color: transparent;
            animation: rotate-inner 1.5s linear infinite forwards;
            position: absolute;
        }

@media screen and (max-width: 382px) {
    .category-card {
        width: 124px !important;
        max-width: 124px !important;
        min-width: 124px !important;
    }

    .category-div .card-img {
        width: 110px;
        height: 115px;
    }
}

@media screen and (max-width: 991px) {
    /*.product-information .addCart {
        position: fixed;
        top: auto;
        bottom: 69px;
        z-index: 999999;
        width: 100%;
        margin: auto;
        background-color: #fff;
        left: 0;
        right: 0;
        padding: 5px 10px;
        z-index: 100;
    }*/

    #AddToBasket {
        text-wrap: nowrap;
        font-size: 10pt;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #RenderOrderBasket {
        margin-bottom: 85px;
    }
}

@media screen and (max-width: 991px) {
    #discountPrice, #discountPriceCount, #moneyUnitText {
        font-size: 14pt !important;
    }

    #price {
        font-size: 14pt !important;
    }

    #AddToBasket_Div {
        position: fixed;
        top: auto;
        bottom: 34px;
        z-index: 100;
        width: 50%;
        /* margin: auto; */
        background-color: #fff;
        left: auto;
        right: 0;
        padding: 0px 5px;
        height: 102px;
    }

        #AddToBasket_Div .btn {
            /*height: 56px;
            line-height: 39px;*/
        }

    #sellStatus {
        position: fixed;
        top: auto;
        bottom: 69px;
        z-index: 100;
        width: 100%;
        margin: auto;
        background-color: #fff;
        left: auto;
        right: 0;
        padding: 5px 10px;
    }

        #sellStatus .alert {
            margin-bottom: 0px !important;
        }

    #counter-div {
        position: fixed;
        top: auto;
        bottom: 69px;
        z-index: 100;
        width: 50%;
        margin: auto;
        background-color: #fff;
        left: 0;
        right: auto;
        padding: 0px 5px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sellStatusButton {
        width: 100%
    }

    #priceDive {
        position: fixed;
        top: auto;
        bottom: 134px;
        z-index: 100;
        width: 100%;
        margin: auto;
        background-color: #fff;
        left: 0;
        right: 0;
        padding: 5px 10px;
        border-top: 0.5px solid #000;
        /*height: 66px;*/
        /*display: flex;
        align-items: center;
        justify-content: center;*/
    }

    .product-gallery, #sliderTopImage img {
        max-height: 33vh !important;
        width: 100% !important;
        max-width: 100% !important;
        /* margin: auto; */
        /* display: block; */
        margin: auto;
        /* display: inline-block; */
        object-fit: contain;
    }

    #productName {
        font-size: 13pt;
    }

    body:has(#AddToBasket_Div) .jquery-back-to-top {
        z-index: 0 !important;
    }
}
.title-silder {
    font-family: var(--font-Kalameh) !important;
}
#productName {
    font-family: var(--font-Kalameh) !important;
}
.emoji-picker__emojis {
    overflow-x: hidden;
}

.emoji-picker {
    max-width: 320px !important;
    /* bottom: auto; */
    position: absolute;
    right: auto;
    left: -60px;
    top: auto;
    bottom: 0;
    z-index: 10002;
}

.emoji-picker__preview {
    display: none !important;
}

.wrapper:has(.emoji-picker) {
    position: relative;
    z-index: 10001;
}

.loading-section {
    min-height: 300px !important; /* ارتفاع پیش‌فرض */
    position: relative !important;
    /*margin-bottom: 20px;*/ /* فاصله بین بخش‌ها */
}



.item-boxs .item-box:not(:last-child) {
    margin-bottom: 20px;
}

.item-boxs .item-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.item-boxs .item-box .title {
    padding: 10px 0;
}

.form-sw-custom input {
    padding: 7px 20px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.item-boxs .item-box:not(:last-child) {
    margin-bottom: 20px;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.main-color-green {
    background-color: var(--main-color-one);
    color: #fff;
}

.slider-selection {
    background-color: var(--main-color-one) !important;
}
.slider-handle {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #1c39bb;
    border-radius: 50%;
}
.slider.slider-horizontal {
    width: 90%;
    height: 20px;
    margin-right: 15px;
}
.slider-selection {
    background-color: var(--main-color-one) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
    height: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tooltip {
    font-family: KalamehWebFaNum, "KalamehWebFaNum", sans-serif !important;
    font-size: 10pt !important;
}
@media screen and (max-width: 767px) {
    #shopSupplierList .bg-lighter-blue {
        height: 284px;
        overflow-y: auto;
    }
}

@media screen and (min-width: 768px) {
    #shopSupplierList .bg-lighter-blue {
        height: 200px;
        overflow-y: auto;
    }
}
@media screen and (max-width:768px) {
    #shopEmail {
        display: block;
        width: 145px !important;
        overflow-wrap: anywhere;
    }
}