:root {
    --ZZZ: #000;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #e9b612;
    --secondary: #6ca82d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --discount: #FF0000;
    --gold: #feb618;
    --ggreen: #04454d;
}

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/kalameh/woff2/KalamehWebFaNum-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../fonts/kalameh/woff/KalamehWebFaNum-Thin.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}


@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('../../fonts/kalameh/woff2/KalamehWebFaNum-Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../fonts/kalameh/woff/KalamehWebFaNum-Black.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('../../fonts/kalameh/off2/KalamehWebFaNum-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../fonts/kalameh/woff/KalamehWebFaNum-Bold.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: KalamehWebFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/kalameh/woff2/KalamehWebFaNum-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../fonts/kalameh/woff/KalamehWebFaNum-Regular.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: IRANSans;
    src: url('../../fonts/IRANSans/IRANSansWeb.eot');
    src: url('../../fonts/IRANSans/IRANSansWeb.eot') format('embedded-opentype'), url('../../fonts/IRANSans/IRANSansWeb(FaNum.html).woff') format('woff'), url('../../fonts/IRANSans/IRANSansWeb.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/vazir.html');
    src: url('../../fonts/vazir/vazir.html') format('embedded-opentype'), url('../../fonts/vazir/Vazir-Meduim-FD.woff') format('woff'), url('../../fonts/vazir/vazir-2.html') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: vazir-bold;
    src: url('../../fonts/vazir/vazir-Bold.html');
    src: url('../../fonts/vazir/vazir-Blod.html') format('embedded-opentype'), url('../../fonts/vazir/Vazir-Bold-FD.woff') format('woff'), url('../../fonts/vazir/vazir-Bold-2.html') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: dana;
    src: url("../../fonts/Dana/dana-fanum-medium.eot");
    src: url("../../fonts/Dana/dana-fanum-medium.eot") format("embedded-opentype"), url("../../fonts/Dana/dana-fanum-medium.woff2") format("woff2"), url("../../fonts/Dana/dana-fanum-medium.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Tanha;
    src: url('../../fonts/tanha/Tanha.eot');
    src: url('../../fonts/tanha/Tanha.eot') format('embedded-opentype'), url('../../fonts/tanha/Tanha-FD.woff') format('woff'), url('../../fonts/tanha/Tanha.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: KalamehWebFaNum;
    background-color: #F1F3F5;
}

a {
    color: var(--ggreen)
}

.main-container {
    background: #fff;
    border-radius:0.4rem
}

.card {
    border: 1px solid #f4f5f5;
    border-radius: 1rem;
}

    .card img {
        border-radius: 1rem;
    }

.bg-info {
    background-color: #91f7771f !important;
}

.Menu li:not(.category) {
    background-color: #fff;
    border-radius: 0.8rem;
}

.product-box {
    -webkit-box-shadow: 0px 0px 93px -89px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 93px -89px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 93px -89px rgba(0,0,0,0.75);
    border: unset !important;
}

.text-info {
    color: #000000 !important;
}

.product-box .product-label .badge {
    padding: 0.7rem 0.4rem;
    border-radius: 0.5rem;
}

.badge-discount {
    background-color: var(--discount);
    color: #fff
}

.product-box .rating {
    font-size: 0.6rem;
}

.product-box .actual-price {
    font-size: 0.85rem;
    color: #000
}

.product-box .old-price {
    font-size: 0.75rem
}

.product-box .b-rating .b-rating-star {
    padding: 0 1px;
}

.b-rating .b-rating-value {
    min-width: 2.5em;
    font-size: 0.75rem;
}



.custom-select {
    border: unset;
    border-bottom-color: #000;
    border-bottom: solid 0.125rem;
    border-radius: 0;
    background-color: unset;
}


    .custom-select:focus-visible {
        border: solid 1px;
    }

    .custom-select:focus {
        border: solid 1px;
    }

.product-box .product-labels {
    position: absolute;
    display: flex;
    top: 5px;
    width: 100%
}

.product-box .p-label {
    padding-right: 4px;
    position: relative
}

.product-box .product-labels .wishlist {
    background-color: #100d0d0e;
    padding: 5px;
    border-radius: 0.5rem;
    position: absolute;
    left: 5px;
}

.product-box .badge {
    padding: 6px 3px;
    font-weight: 500;
}

.badge-info {
    color: #fff;
    background-color: #0c0c05;
    font-weight: 400;
}

.bg-main-box {
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 12px 10px;
}

.block.product-filter {
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 12px 10px;
}

.generalLeftSide .block {
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 12px 2px;
    margin-bottom: 15px;
}

.h1, h1 {
   /* font-family: 'iransans';*/
}

.h5, h5 {
    font-size: 1.1rem;
    /*font-family: 'iransans';*/
    font-weight: 500;
}

.h6, h6 {
    font-size: 0.8rem;
    /*font-family: 'iransans';*/
    font-weight: 500;
}

.h2, h2 {
    font-size: 1.7rem;
  /*  font-family: 'iransans';*/
    font-weight: 500;
}

.generalLeftSide li a {
    font-size: 0.8rem
}

.breadcrumb {
    font-size: 0.7rem;
}

    .breadcrumb li a {
        font-size: 0.8rem;
        color: #373737
    }

.breadcrumb-item + .breadcrumb-item:before {
    float: unset;
}


.small, small {
    font-size: 0.7rem
}

.header-nav {
    background-color: #f1f3f5;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f9f9f97a;
    border-bottom: 1px solid #f4f5f5;
}


.product-grid {
    margin-top: 30px
}

    .product-grid .generalTitle {
        text-align: right !important;
        background-color: #f9f9f97a;
        border-radius: 0.5rem;
        font-size: 1rem;
        padding: 8px 10px;
        min-width: max-content;
        width: 250px;
        /*font-family: 'vazir-bold';*/
    }

#block-recently-viewed-products .generalTitle {
    text-align: right !important;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    padding: 8px 10px;
    min-width: max-content;
    width: 300px;
    /*font-family: 'vazir-bold';*/
    margin-top: 30px
}

    #block-recently-viewed-products .generalTitle::first-letter {
        color: aqua
    }

.product-grid .generalTitle::first-letter {
    color: aqua
}

.news-list-homepage {
    border: solid 1px #007bff;
    border-radius: 0.5rem;
    padding: 5px
}

.page-item:last-child .page-link {
    border-radius: 2px !important;
}

.page-item:first-child .page-link {
    border-radius: 2px !important;
}

.product-details-page .position-relative .row {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 5px
}

.product-details-page {
    font-weight: 500;
   /* font-family: 'vazir';*/
    font-size: .875rem;
    letter-spacing: normal;
    line-height: 24px;
    color: #000
}

    .product-details-page h1 {
        font-size: 1.5rem !important;
        /*font-family: 'vazir-bold';*/
    }

    .product-details-page .tab-content .tab-pane {
        background-color: #fff;
        border-radius: 0.5rem;
        padding: 5px
    }

svg:focus {
    border: unset !important
}

/*menu*/
.Menu li.category {
    background-color: #fff;
    border-radius: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.Menu li:hover > a:first-child, .Menu li.-active > a:first-child {
    background: #90bdbf38;
    border-radius: 0.8rem;
}

.Menu li.category > div > span, .Menu li.category > a {
    /*font-family: 'tanha';*/
    font-weight: 500;
}

.sidebar-cart svg {
    width: 24px;
    height: 24px;
}
.Menu li, .Menu li > :first-child {
    height: 56px
}

#sidebar-menu .b-sidebar-body {
    padding: 8px
}

ul.Menu.-vertical {
    border-radius: 0.5rem
}

.sub-cat-name-container {
    background-color: var(--ggreen) !important;
    border-radius: 0.5rem
}

.shopping-cart-page .totals-inner {
    background-color: #fff;
    border-radius: 0.8rem
}

.cart-out-container {
    background-color: #fff;
    border-radius: 0.8rem
}

.shopping-cart.table thead th {
    font-size: 15px;
    border-bottom: 2px solid #24202014;
}

.shopping-cart.table .product-name {
    font-size: 0.8rem;
    font-weight: 500;
}

.shopping-cart.table .product-unit-price, .shopping-cart .prod-total {
    font-size: 0.8rem;
}

.shopping-cart {
    margin: 0 0 15px 0;
    color: #333;
    border-bottom: 2px solid #ededed;
}

.opc .card-body {
    background-color: #ffffff;
    border-radius: 0.8rem;
}

/*blog*/
.blog-posts {
    /*font-family: "dana",sans-serif;*/
}

    .blog-posts .card {
        border: unset;
        padding-bottom: 15px;
    }

    .blog-posts .card-header {
        padding: .2rem 0;
        margin-bottom: unset;
        background-color: unset;
        border-bottom: unset;
    }

    .blog-posts .card-body {
        padding: 0;
        font-size: 0.7rem;
        color: #b4b4b4
    }

    .blog-posts .card .card-img-top {
        border-radius: 0.4rem !important
    }

    .blog-posts .card-header .card-datetime {
        font-size: 0.7rem;
        color: #b4b4b4
    }

    .blog-posts .card-header .h5 {
        padding: 0 0 10px 0;
    }

        .blog-posts .card-header .h5 a {
            color: #000;
            margin-top: 10px;
            font-size: 1rem
        }

.blogpost-page .card {
    border: unset
}

.blogpost-page .card-header {
    background-color: unset;
    border-bottom: unset;
}

.blogpost-page .card img {
    border-radius: 1.2rem;
    width: 100% !important
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #f3f5f5;
}

.pagination .page-link {
    color: #000;
    font-weight: 500;
    background-color: #f9f9f97a;
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 5px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-clip: padding-box;
    border: 1.5px solid #dddddd;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fbfbfb;
    border-radius: 0.7rem;
}

    .form-control::placeholder {
        font-size: 0.6rem;
        font-weight: 500;
        color: #919191;
    }

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        box-shadow: unset;
        border: 1px solid #ff4d54
    }

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        box-shadow: unset;
        border: 1px solid #13e237
    }

.form-group {
    margin-bottom: 0.5rem;
}
.btn-secondary.register-next-step-button {
    width: 100%;
}

.btn-secondary {
    background-color: #000;
    border-color: #000;
    
    height: calc(1.5em + 1.5rem + 5px);
    border-radius: 0.6rem;
}

.col-form-label {
    font-weight: 500;
    font-size: 0.9rem;
    color: #000;
    /*font-family: 'vazir-bold';*/
}

.generalLeftSide .viewBox ul.sublist {
    padding-right: 15px;
}

.block-recently-viewed-products .card {
    border: 1px solid #f4f5f5;
    border-radius: .8rem;
}

.custom-select {
    border-radius: unset;
    border: unset;
    border-bottom: solid 1px;
    text-align: center;
    min-width: 50px;
}

    .custom-select:focus {
        border: unset;
        border-bottom: solid 1px;
    }

    .custom-select:focus {
        border-color: unset;
        outline: 0;
        box-shadow: unset;
    }

.btn.focus, .btn:focus {
    box-shadow: unset
}

.field-validation-error {
    color: #ff3044;
    font-weight: 100;
    font-size: 0.8rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ff3044;
}

[v-cloak] .axios-request.page-loader-container::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 1040; */
    width: 100vw;
    height: 100vh;
    background-color: #36c95c00;
    backdrop-filter: blur(8px);
}



.registration-page, .login-page {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

    .registration-page, .login-page .card {
        max-width: 500px;
        width: 100%;
        margin: 1rem auto;
        padding: 20px 0;
    }

    .registration-page, .login-page .inputs {
        font-size: 0.75rem;
    }

    .registration-page, .login-page .card-body .card-info {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 0.9rem;
    }

.form-control:focus {
    box-shadow: unset;
    border: solid 1px #000;
    box-sizing: border-box;
}

.actv-wtng-time {
    font-size: 0.8rem;
}

    .actv-wtng-time .second-fram {
        display: inline-grid;
        height: 30px;
        width: 30px;
        text-align: center;
        background-color: #000;
        border-radius: 5px;
        color: #fff;
        font-size: 0.8rem;
        align-items: center;
    }

.header-icon-bg {
    border-radius: 0.5rem;
}

    .header-icon-bg > li.nav-item {
        background: #FDC827;
        margin: 0
    }

    .header-icon-bg li.nav-item:last-child {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .header-icon-bg li.nav-item:first-child {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

.menu-toggler {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    /* border: 0 !important; */
    border-radius: 100%;
}

.home-page .product-grid {
    background-color: #FDC827;
    margin-right: -15px;
    margin-left: -15px;
    padding: 13px 5px;
}

.toast {
    background-color: #fff !important;
    border-radius: 0.8rem;
    border: unset;
}

.b-toast .toast-header {
    margin-bottom: -10px;
    padding-bottom: 0;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
}

.b-toast .toast-body {
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 0;
    text-align: right;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    color: #fff;
}

.b-toast-danger {
    background: unset;
    border: unset;
}

    .b-toast-danger .toast .toast-header {
        background-color: #ff3044;
    }

    .b-toast-danger .toast-body {
        background-color: #ff3044;
    }

.b-toast-success {
    background: unset;
    border: unset;
}

    .b-toast-success .toast .toast-header {
        background-color: #00d118;
    }

    .b-toast-success .toast-body {
        background-color: #00d118;
    }

.b-toast-info {
    background: unset;
    border: unset;
}

    .b-toast-info .toast .toast-header {
        background-color: #00c4fa;
    }

    .b-toast-info .toast-body {
        background-color: #00c4fa;
    }


.modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 1040; */
    width: 100vw;
    height: 100vh;
    background-color: #36c95c00;
    backdrop-filter: blur(8px);
}

.card-btn-info {
    font-size: 0.8rem;
    color: #000
}

.color-black {
    color: #000 !important
}

.b-sidebar > .b-sidebar-header {
    font-size: 1rem;
}

.sidebar-cart .item {
    font-size: 0.8rem;
}

.b-sidebar > .b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    font-size: 0.8rem;
}

.header-nav .b-icon.bi {
    font-size: 16px;
}

.product-details-page .overview .product-label {
    top: -28px;
}

.product-details-page .product-label .badge {
    padding: 6px 8px;
    font-size: 0.75rem;
}

.product-details-page .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
}

.nav-item.nav-home {
    display: none
}

@media (max-width: 991px) {
    body {
       /* background-color: #fff;*/  
    }

    .header-nav {
        background-color: unset;
    }

    .main-container {
        background: #fff;
        border-top-right-radius: 1.8rem;
        border-top-left-radius: 1.8rem;
        -webkit-box-shadow: 0px -21px 44px -52px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -21px 44px -52px rgba(0,0,0,0.75);
        box-shadow: 0px -21px 44px -52px rgba(0,0,0,0.75);
    }

    .header-nav {
        /* position: -webkit-sticky;*/
        position: relative;
        top: 0;
        margin: 0 0 15px 0;
        box-shadow: unset;
        z-index: 1034;
    }

        .header-nav .top-header-items.navbar-nav {
            border-radius: unset;
            box-shadow: unset;
        }

    .header-icon-bg > li.nav-item {
        background: unset;
        margin: 0;
    }

    .nav-item.nav-home {
        display: block
    }

    .navbar-nav.top-header-items.order-3.header-icon-bg {
        background-color: #FDC827;
        border-radius: 1rem;
        margin: 5px 10px;
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        /*padding-right: 10px;*/;
    }

    .generalLeftSide {
        text-align: right;
        padding-right: 0;
        padding-left: 0;
    }
}

.header-nav .nav-item svg {
    height: 32px;
    width: 32px;
}

.collection.card {
    background-color: unset;
    font-size: 0.9rem;
    border: unset;
    padding-left: 4px;
}

footer {
    background: #fff
}

.searchBox {
    padding-top: 20px
}

.advanced-search-results {
    top: 75px
}

.home-page .categoryGrid .card {
    border: unset;
    border-radius: 1rem;
    background-color: #91f7771f;
}

    .home-page .categoryGrid .card .title {
        padding: 20px 7px !important;
        font-size: 1rem;
    }

        .home-page .categoryGrid .card .title a {
            color: #000
        }

    .home-page .categoryGrid .card img {
        border-radius: 1rem;
        /*padding-top: 20px;*/
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none
}


.grn-slider {
}

    .grn-slider .swiper-slide-next img {
        filter: blur(5px);
        transform: scale(0.90);
    }

    .grn-slider .slider-container img {
        margin: 30px auto;
        border-radius: 1.5rem;
    }

    .grn-slider .swiper-slide-active .slider-container {
        padding-right: 10px;
        padding-left: 10px;
    }

        .grn-slider .swiper-slide-active .slider-container img {
            -webkit-box-shadow: 0px 0px 30px -9px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 30px -9px rgba(0,0,0,0.75);
        }


.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--ggreen);
    width: 15px;
    border-radius: 0.4rem;
}

@media (min-width:991px) {
    .grn-slider .swiper-slide-active .slider-container {
        padding-right: 2rem;
        padding-left: 5px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
        left: auto;
        background: #0000002e;
        padding: 28px 28px;
        border-radius: 1rem;
        align-items: center;
        color: #ffffffa6;
        display: flex;
    }
}

.qty-indicator {
    background: #000
}

.card-abs-head {
    position: relative
}

.blog-list-homepage {
    background-color: #f2feee;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}

    .blog-list-homepage .card {
        box-shadow: 0px 0px 37px -29px rgba(0, 0, 0, 0.75);
    }

        .blog-list-homepage .card .card-header {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: #00000057;
            color: #c7c7c7;
        }

            .blog-list-homepage .card .card-header a {
                color: #e8e8e8;
            }

        .blog-list-homepage .card img {
            border-radius: unset;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
        }

    .blog-list-homepage .date-text {
        font-size: 0.55rem
    }
.grn-slider .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    display: none;
}
@media (max-width:991px) {
    .blog-list-homepage .h5 a {
        font-size: 0.8rem
    }

    .grn-slider .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        display: block;
    }
}

.text-sm-center{
    text-align
        :center
}

@media (max-width:443px) {
    .product-box {
        margin: 0;
        border-radius: 1rem;
        padding: 5px 3px;
        -webkit-box-shadow: 0px 0px 41px -33px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 41px -33px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 41px -33px rgba(0,0,0,0.75);
    }

    .h2, h2 {
        font-size: 1.2rem;
        /*font-family: 'iransans';*/
        font-weight: 400;
    }

    .product-grid .generalTitle {
        text-align: right !important;
        background-color: #f9f9f97a;
        border-radius: 0.5rem;
        font-size: 0.8rem;
        /*font-family: 'vazir-bold';*/
        font-weight: 600;
    }

    .registration-page, .login-page .card-body {
        padding: 0.5rem 0;
    }

    .home-page .categoryGrid .card .title a{
        font-size:0.8rem
    }
}

.catalog-selectors {
    font-size: 0.8rem
}

.sort-container .col-form-label {
    font-size: 0.8rem;
    /*font-family: IRANSans;*/
    font-weight: 500
}

.sort-container .custom-select {
    font-size: 0.8rem;
}

.change-view {
    display: none !important
}

.sort-container {
    display: inline-flex;
    align-items: center;
    padding-top: 5px;
}

.newsletter {
    display: none
}

    .newsletter .newsletter-title {
        color: #8d8d8d;
        font-size: 2rem;
        font-weight: 700;
    }

    .newsletter .newsletter-desc {
        color: #8d8d8d;
        font-size: 1rem;
    }

    .newsletter.bg-info {
        background-color: #ffffff !important;
        color: #000;
    }

#sidebar-mobile-button {
    color: #000;
    margin: 10px 0;
    font-size: 0.8rem;
    border-color: #000
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #91f7771f;
    border-color: #91f7771f;
}

.btn-outline-info:hover {
    background-color: #91f7771f;
    border-color: #91f7771f;
    color: #000;
}

.btn-info.focus, .btn-info:focus, .btn-info {
    background-color: #2a2a2a;
    font-size: 0.75rem;
    border: 1px solid #000;
}

    .btn-info.focus, .btn-info:focus, .btn-info:hover {
        background-color: #000;
        font-size: 0.85rem;
        border: 1px solid #000;
    }

    .btn-info.focus, .btn-info:focus, .btn-info:focus {
        background-color: #000;
        font-size: 0.85rem;
        border: 1px solid #000;
    }

.message-error {
    color: #ff3044
}
.blog-page .generalTitle {
    margin-top:1rem;
    font-size:1.2rem;
    /*font-family:'vazir-bold';*/
}
.modal-content .text-white {
    color: #000 !important;
}
.btn-outline-info {
    color: #36b50c;
    border-color: #36b50c;
}

.home-page .categoryGrid {
    padding: 25px 0;
}

.Menu li.sub-cat-name-container a {
    color: #fff !important;
    font-weight: 400;
}

.Menu{
    font-size:0.8rem
}

.product-details-page .overview .actual-price {
    color: var(--ggreen);
    font-size: 1.2rem;
    font-weight: 500;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #00000036;
    padding: 5px;
    border-radius: 0.3rem;
    position: absolute;
    bottom: 35px;
}

.footer-block {
    padding-top: 10px;
}
.up-btn{
    background-color:var(--ggreen)
}

.bg-light {
    background-color: #f8f9fa !important;
    border-radius: 0.5rem;
}

.footer-lower .text-center,.text-lg-right{
    display:none
}
.collection.card{
    text-align:center
}

.product-box:hover:before {
    box-shadow: unset !important;
    border-color: unset !important;
    border: unset;
}

.product-box:hover {
    z-index: unset;
}

.product-box:before {
    background: unset !important;
}


.product-box:hover .card-footer {
    visibility: hidden;
}

