﻿@import url("/assets/Public/libs/bootstrap/css/bootstrap.rtl.min.css");
@import url("/assets/Public/css/AllFonts.css");

:root {
    /* shadow */
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    /* text */
    --text-muted: #565757;
    --main-color-two: #ef473a;
    --color-site: #515151;
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    /*--main-color-one: #007fee;*/
    --main-color-three: #11c56b;
    --swiper-navigation-size: 20px !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
}
/* rest */

* {
    box-sizing: border-box;
}

body, html {
    direction: rtl;
    text-align: right;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #515151;
}

    a:hover {
        color: #515151;
    }


/* end reset */
body {
    font-family: var(--font-yekan-bakh);
    background-color: #f4f5f9;
    color: #515151 !important;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

/* start waves button */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.25);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

.waves-notransition {
    -webkit-transition: none;
    transition: none;
}

.waves-circle {
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}

/* end waves */

.tooltip {
    font-family: var(--font-yekan-bakh), serif;
}

.my-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-flex-baseline {
    display: flex !important;
    align-items: baseline;
}

.my-flex-align-end {
    display: flex !important;
    align-items: flex-end;
}

.my-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* read more */

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: "بیشتر +";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "بستن _";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 10px 0;
    color: var(--main-color-one);
    font-size: 0.9em;
}

/* end read more */

.title-heading {
    position: relative;
    margin-right: 20px;
}

    .title-heading::before {
        content: "\F287";
        font-family: "bootstrap-icons", serif;
        color: #ea0;
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
    }

.text-muted-2 {
    color: #565757 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.section-20 {
    padding: 20px 0;
}

.section-50 {
    padding: 50px 0;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.pointer {
    cursor: pointer;
}

/* ------------btn x */
.btnx {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .btnx:hover,
    .btnx:focus {
        color: #333;
        text-decoration: none;
    }

/* default
---------------------------- */
.btnx-default {
    color: #fff;
    background-color: #0bc373;
    border-color: #0bd980;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .btnx-default:focus {
        color: #fff;
        background-color: #09b56a;
    }

    .btnx-default:hover {
        color: #fff;
        background-color: #07af66;
    }

    .btnx-default:active {
        color: #fff;
        outline: none;
        background-color: #119c60;
    }

/* end btn x */
.border-animate {
    /* you can change these variables to control the border */
    --border-color: var(--main-color-one);
    --border-width: 2px;
    --bottom-distance: 0px;
    /* you can increase this */
    color: #666;
    display: inline-block;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0 var(--border-width);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    margin: 5px 0;
}

.fromCenter {
    background-position: 50% calc(100% - var(--bottom-distance));
}

.fromRight {
    background-position: 100% calc(100% - var(--bottom-distance));
}

.fromLeft {
    background-position: 0 calc(100% - var(--bottom-distance));
}

.border-animate:hover {
    background-size: 100% var(--border-width);
}

.border-animate:focus {
    background-size: 100% var(--border-width);
}

.content {
    padding: 20px 0;
}

.header-msg {
    display: flex;
}

    .header-msg img {
        max-width: 100%;
        object-fit: cover;
        display: flex;
    }

/* header */
header {
    width: 100%;
    /* padding: 20px 0 0 0; */
    background: #fff;
    position: relative;
    box-shadow: var(--shadow-box);
}

.header-contact {
    padding-top: 5px;
    padding-bottom: 10px;
}

    .header-contact .header-contact-right li {
        position: relative;
    }

        .header-contact .header-contact-right li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 1px;
            height: 20px;
            background: #515151;
            transform: translateY(-50%);
        }

        .header-contact .header-contact-right li:nth-last-child(1)::before {
            background: transparent;
        }

        .header-contact .header-contact-right li a {
            color: #515151;
            padding: 5px 7px;
        }

            .header-contact .header-contact-right li a:hover {
                color: var(--main-color-one);
            }

    .header-contact .header-contact-left {
        justify-content: flex-end;
    }

        .header-contact .header-contact-left li a {
            color: #515151;
            padding: 5px 7px;
        }

            .header-contact .header-contact-left li a:hover {
                color: var(--main-color-one);
            }
/* end header */

.top-menu a,
.top-menu i {
    color: #515151;
}

.top-menu-search .input-group {
    text-align: center;
    margin: 0 auto;
}

.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;
    }

.top-menu-btn ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-menu-btn .auth-btn-index {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    border: 1px solid #515151;
    background: transparent;
    padding: 12px 7px;
    outline: none;
    box-shadow: var(--shadow-md);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .top-menu-btn .auth-btn-index svg {
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }

.top-menu-btn .auth-btn-index-two {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: bold;
    background: var(--main-color-one);
    border: none;
    padding: 12px 7px;
    outline: none;
    box-shadow: var(--shadow-md);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .top-menu-btn .auth-btn-index-two svg {
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }

.header-box {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    box-shadow: var(--shadow-md);
    background: #f6f8fb;
    padding: 12px 20px;
    outline: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .header-box svg {
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }

.top-menu-btn .auth-icon-responsive {
    color: #515151;
    margin-left: 5px;
    font-size: 14px;
}

    .top-menu-btn .auth-icon-responsive i {
        vertical-align: -webkit-baseline-middle;
        vertical-align: -moz-middle-with-baseline;
        font-size: 30px;
    }

.top-menu-btn > ul > li {
    margin: 0 7px;
}

.top-menu-btn ul > li > i {
    font-size: 22px;
}

    .top-menu-btn ul > li > i:hover {
        color: #f7cb2d;
    }

.top-menu-btn .count-item {
    background: #a4ebf3;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    top: 30px;
    right: -10px;
    animation: animateHeart 2.5s infinite;
    -webkit-animation: animateHeart 2.5s infinite;
}

.top-menu-menu ul {
    display: flex;
    flex-direction: row;
}

    .top-menu-menu ul li {
        margin-left: 20px;
    }

.top-menu-menu > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu ul > li > a {
    font-size: 14px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.top-menu-menu ul li a i {
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
}

    .top-menu-menu ul li a i.bi-chevron-down::before {
        transition: 0.3s all ease-in;
        -webkit-transition: 0.3s all ease-in;
        -moz-transition: 0.3s all ease-in;
        -ms-transition: 0.3s all ease-in;
        -o-transition: 0.3s all ease-in;
    }

.top-menu-menu ul li a:hover .bi-chevron-down::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.top-menu-menu ul > li > a:hover {
    color: var(--main-color-one);
}

.top-menu-menu ul > li > ul {
    position: absolute;
    top: 98%;
    right: 0;
    left: 0;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 400px;
    padding: 20px 50px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

/* .main-menu-sub{
    flex-direction: row !important;
} */

.back-menu {
    background-position: bottom left !important;
    background-size: 300px !important;
}

.top-menu-menu ul > li > ul.back-menu-laptop {
    background: #fff url("../img/other/labtop.png") no-repeat;
    background-position: bottom left;
    background-size: 300px;
}

.top-menu-menu ul > li > ul > li {
    display: inline;
    margin: 0 50px;
    margin-bottom: 7px;
}

    .top-menu-menu ul > li > ul > li > a {
        color: #6c757d;
        display: block;
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
    }

        .top-menu-menu ul > li > ul > li > a.title {
            color: #333;
            font-weight: bold;
            position: relative;
        }

            .top-menu-menu ul > li > ul > li > a.title i {
                color: #333;
                font-size: 10px;
                font-weight: bold;
            }

            .top-menu-menu ul > li > ul > li > a.title::before {
                content: "";
                position: absolute;
                right: -10px;
                width: 2.5px;
                height: 100%;
                background: var(--main-color-one);
            }

        .top-menu-menu ul > li > ul > li > a:hover {
            color: var(--main-color-one);
            transform: translateX(-5px);
            -webkit-transform: translateX(-5px);
            -moz-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
            -o-transform: translateX(-5px);
        }

        .top-menu-menu ul > li > ul > li > a.title:hover {
            color: var(--main-color-one);
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
        }

/* ///////////main menu /////////// */

.top-menu-menu ul.main-menu {
    display: none;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 82%;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    min-height: 400px;
    max-height: 600px;
    overflow-y: auto;
}

    .top-menu-menu ul.main-menu.active {
        display: flex;
    }

.main-menu-head {
    color: var(--main-color-one) !important;
}

.top-menu-menu ul.main-menu li {
    width: 200px;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .top-menu-menu ul.main-menu li a {
        display: block;
        padding: 0 10px;
    }

        .top-menu-menu ul.main-menu li a i {
            vertical-align: baseline;
            vertical-align: -webkit-baseline-middle;
            color: #333;
            margin-left: 5px;
            float: none;
            transition: 0.3s all ease-in-out;
            -webkit-transition: 0.3s all ease-in-out;
            -moz-transition: 0.3s all ease-in-out;
            -ms-transition: 0.3s all ease-in-out;
            -o-transition: 0.3s all ease-in-out;
        }

    .top-menu-menu ul.main-menu li:hover {
        background: #f3f3f3;
    }

        .top-menu-menu ul.main-menu li:hover i {
            color: var(--main-color-one);
            font-weight: bolder;
        }

.top-menu-menu ul.main-menu > li > ul.main-menu-sub {
    /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
    height: 100%;
    min-width: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 200px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    min-height: 400px;
    max-height: 600px;
    overflow-y: auto;
}

    .top-menu-menu ul.main-menu > li > ul.main-menu-sub li {
        max-width: 150px;
        padding: 0;
        margin-top: 4px;
        padding: 5px 0;
    }

.top-menu-menu ul.main-menu > li {
    background-color: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main-menu-sub-active-li {
    background: #fff;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.top-menu-menu ul.main-menu > li:hover {
    background: #fff;
    /* border-bottom-left-radius: 30px; */
}

    .top-menu-menu ul.main-menu > li:hover a {
        color: #333;
    }

.top-menu-menu ul.main-menu > li a i {
    float: none;
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a {
    font-size: 14px;
}

    .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a:hover {
        color: var(--main-color-one);
    }

    .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title {
        font-size: 16px;
        font-weight: bold;
    }

        .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title i {
            font-weight: bolder;
            font-size: 14px;
            vertical-align: -webkit-baseline-middle;
            vertical-align: -moz-middle-with-baseline;
        }

        .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title::before {
            content: "";
            position: absolute;
            right: 0;
            width: 2.5px;
            height: 100%;
            background: var(--main-color-one);
        }

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li:hover {
    background: none;
}

.top-menu-menu li:hover ul.main-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu-sub-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.main-menu-sub-active-li > a {
    color: #333 !important;
}

/* /////////// end main menu /////////// */

.top-menu-menu ul.level-one {
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 98%;
    left: auto;
    right: auto;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

    .top-menu-menu ul.level-one li {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .top-menu-menu ul.level-one li a {
            display: block;
            padding: 0 10px;
        }

            .top-menu-menu ul.level-one li a i {
                font-size: 14px;
                vertical-align: middle;
                color: #333;
                float: left;
                transition: 0.3s all ease-in-out;
                -webkit-transition: 0.3s all ease-in-out;
                -moz-transition: 0.3s all ease-in-out;
                -ms-transition: 0.3s all ease-in-out;
                -o-transition: 0.3s all ease-in-out;
            }

        .top-menu-menu ul.level-one li:hover {
            background: #a4ebf3;
        }

            .top-menu-menu ul.level-one li:hover i {
                color: var(--main-color-one);
                font-weight: bolder;
            }

            .top-menu-menu ul.level-one li:hover a {
                color: #515151;
            }

    .top-menu-menu ul.level-one > li > ul.level-two {
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        height: auto;
        min-width: 200px;
        background: #f7f7f7;
        position: absolute;
        top: 0;
        right: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        transition: 0.4s all ease-in-out;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-transition: 0.4s all ease-in-out;
        -moz-transition: 0.4s all ease-in-out;
        -ms-transition: 0.4s all ease-in-out;
        -o-transition: 0.4s all ease-in-out;
    }

.top-menu-menu li:hover ul.level-one {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu li ul li:hover ul.level-two {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu .nav-row {
    min-width: 550px !important;
    max-height: 520px !important;
}

    .top-menu-menu .nav-row > li {
        width: auto !important;
    }

        .top-menu-menu .nav-row > li:hover {
            background: transparent;
        }

.responsive-menu-icon {
    height: 100%;
}

    .responsive-menu-icon i {
        vertical-align: -webkit-baseline-middle;
        vertical-align: -moz-middle-with-baseline;
        font-size: 35px;
    }

.rm-body {
    position: relative;
}

.rm-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8888;
    transition: 0.8s all ease-in-out;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -ms-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
}

    .rm-overlay.open {
        opacity: 1;
        visibility: visible;
    }

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: #fff;
    z-index: 99999;
    transition: 0.4s;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

    .rm-items.open {
        right: 0;
        width: 320px;
    }

.rm-item-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .rm-item-close i {
        color: #444;
        font-size: 35px;
    }

.rm-item-img {
    text-align: center;
}

    .rm-item-img img {
        height: 70px;
        max-width: 100%;
    }

.rm-item-search {
    margin: 10px 0;
}

    .rm-item-search input.search-txt {
        background: #d8d8d8;
    }

.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .rm-item-menu li > ul {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .rm-item-menu li i {
        color: #222;
        font-size: 14px;
        font-weight: bold;
        vertical-align: -webkit-baseline-middle;
        vertical-align: -moz-middle-with-baseline;
        margin-left: 5px;
    }

        .rm-item-menu li i::before {
            transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
        }

    .rm-item-menu li .showSubMenu.open i::before {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    .rm-item-menu li a {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
        color: #333;
    }

.rm-item-menu > li > ul > li {
    border-bottom: 1px solid #ececec;
}

    .rm-item-menu > li > ul > li:nth-last-child(1) {
        border: none;
        margin-bottom: 0;
    }

    .rm-item-menu > li > ul > li > a {
        padding: 0 20px;
    }

    .rm-item-menu > li > ul > li > ul > li {
        border-bottom: 1px solid #ececec;
    }

        .rm-item-menu > li > ul > li > ul > li:nth-last-child(1) {
            border: none;
            margin-bottom: 0;
        }

        .rm-item-menu > li > ul > li > ul > li > a {
            padding: 0 30px;
        }

.h-0 {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
}

ul.show {
    height: auto !important;
    opacity: 1;
    visibility: visible;
}

.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}

.bg-ul-f7 {
    background: #f7f7f7 !important;
}

.homeSlider {
    height: 100%;
    min-height: 300px;
    max-height: 600px;
    /*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;*/
}

    .homeSlider .swiper-slide img {
        display: flex;
        object-fit: contain;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        max-height: 600px;
        min-height: 300px;
    }

@media screen and (max-width:767px) {
    .homeSlider {
        height: 100%;
        min-height: 70px;
        max-height: 300px;
        /*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;
    }

        .homeSlider .swiper-slide img {
            display: flex;
            object-fit: contain;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            min-height: 70px;
            max-height: 300px;
        }
}

#suggetMoment {
    height: 100%;
    border: 1px solid #eb31104d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}

    #suggetMoment .container-fluid {
        --bs-gutter-x: 1.5rem;
    }

    #suggetMoment .product-box-item {
        height: auto;
        padding: 5px 0;
        box-shadow: none !important;
        border-bottom: 0;
    }

.sugget-title {
    margin-bottom: 10px;
}

    .sugget-title h6 {
        margin-right: 20px;
        text-align: right;
        position: relative;
    }

        .sugget-title h6::before {
            content: "";
            position: absolute;
            top: 50%;
            right: -25px;
            background: var(--main-color-one);
            width: 10px;
            height: 10px;
            animation: blinkMe 2s linear infinite;
            transform: translateY(-50%) rotate(45deg);
        }

@keyframes blinkMe {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.swiper-progress-bar {
    position: absolute;
    top: 11.5%;
    width: 100%;
    display: block;
    z-index: 1;
    height: 3px;
}

    .swiper-progress-bar .slide_progress-bar {
        position: absolute;
        height: 2px;
        background: rgba(199, 199, 199, 0.3);
        width: auto;
        clear: both;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
    }

        .swiper-progress-bar .slide_progress-bar:after {
            position: absolute;
            top: 0;
            right: 0;
            background: #96e5d1;
            height: 100%;
            width: 0;
            content: "";
        }

    .swiper-progress-bar.active .slide_progress-bar {
        opacity: 1;
    }

    .swiper-progress-bar.animate .slide_progress-bar:after {
        transition: width linear;
        transition-delay: unset;
        width: 100%;
        transition-duration: 3s;
    }

/* end mains slider */
/* start feature */
/* start section feture */
.feature {
    padding: 20px 0;
}

.feture-item {
    height: 100%;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
}

    .feture-item .feture-desc h6 {
        font-weight: bold;
        color: #666;
    }

.feture-desc p {
    font-size: 13px;
}

/* end section feture */
/* end feature */

/* start banner product */

.banner-product-item {
    position: relative;
    padding: 60px 0;
    border-radius: 15px;
    overflow-x: hidden;
    margin-top: 10px;
}

.banner-product-img {
    height: 100%;
    overflow-x: hidden;
}

    .banner-product-img img {
        position: absolute;
        top: -25px;
        left: -55px;
        width: 200px;
        height: 100%;
        transition: 0.9s all ease;
        -webkit-transition: 0.9s all ease;
        -moz-transition: 0.9s all ease;
        -ms-transition: 0.9s all ease;
        -o-transition: 0.9s all ease;
    }

        .banner-product-img img:hover {
            transform: scale(1.1) rotate(-5deg);
        }

.banner-product-desc h4 {
    font-weight: bold;
}

/* end banner-product */

/* start offer */
.offers {
    padding: 20px 0;
}

.offer {
    height: auto;
    border-radius: 10px;
    /* padding:10px 0 10px 10px; */
    background: #fff;
    position: relative;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.swiper-pagination-bullet-active {
    background: var(--main-color-one);
    width: 15px;
    height: 7px;
    border-radius: 10px;
}

.offer-item {
    max-height: fit-content;
    padding: 0 10px;
    border-radius: 10px;
}

.offer-discount {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    min-height: 100px;
    min-width: 140px;
    border-radius: 10px;
}

    .offer-discount span {
        border-radius: 0;
        min-height: 30px;
        min-width: 137px;
        font-weight: 400;
        margin: 0;
        z-index: 9;
        background-color: #e74c3c;
        color: #fff;
        width: 154px;
        font-size: 16px;
        position: absolute;
        text-align: center;
        padding: 30px 4px 4px;
        right: -46px;
        top: -15px;
        transform: rotate(35deg);
        line-height: 2;
        display: block;
    }

.offer-img {
    width: 300px;
    height: 400px;
    text-align: center;
    margin: auto;
}

    .offer-img img {
        width: 500px;
    }

.offer-content {
    text-align: center;
}

.offer-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f0efef;
}

    .offer-title h4 {
        font-weight: 900;
        font-size: 18px;
        color: #444;
    }

    .offer-title span {
        color: var(--main-color-one);
    }

.offer-desc {
    width: 100%;
    text-align: right;
}

    .offer-desc h4 {
        height: 65px;
        font-size: 22px;
        line-height: 35px;
    }

.offer-desc-price {
    margin: 10px auto;
}

    .offer-desc-price .old {
        font-size: 17px;
        color: #c3c1c1;
        text-decoration: line-through;
    }

    .offer-desc-price .new {
        font-weight: bold;
        font-size: 20px;
        color: #18978f;
    }

.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 7px 0;
}

.offer-timer-item {
    color: var(--main-color-one);
    width: 60px;
    height: 60px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .offer-timer-item .number {
        font-weight: bold;
        font-size: 16px;
    }

.offer-btn {
    margin: 22px 0;
}

    .offer-btn a {
        transition: 0.3s all ease-in-out;
        border: 1px solid var(--main-color-one);
        padding: 10px 20px;
        border-radius: 30px;
    }

        .offer-btn a i {
            font-size: 20px;
        }

        .offer-btn a:hover {
            background: var(--main-color-one);
            color: #fff;
        }

.offer-item-link {
    margin: 10px 10px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px 0 10px 10px;
}

    .offer-item-link::-webkit-scrollbar {
        width: 5px;
    }

    .offer-item-link::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .offer-item-link::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: none;
    }

    .offer-item-link .swiper-slide {
        width: 100% !important;
    }

    .offer-item-link .swiper-wrapper {
        flex-direction: column !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

.offer-item-link-item {
    margin-bottom: 10px;
    background: #f4f5f9;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 7px;
}

    .offer-item-link-item h6 {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-family: var(--font-Kalameh);
    }

.offer-item-link .swiper-slide-thumb-active .offer-item-link-item {
    border-right: 4px solid var(--main-color-one);
}

.swiper-slide:not(.swiper-slide-active) .offer-item {
    opacity: 0;
}

/* end offer */
/* start main category */
.main-category {
    padding: 20px 0;
}

.main-category-item {
    margin: 30px 0;
    text-align: center;
}

.main-category-title {
    margin-bottom: 10px;
}

.main-category-item img {
    width: 150px;
}
/* تغییر کرده تاریخ 1402/12/21 */
.main-title {
    padding-right: 45px;
    position: relative;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 1.5em;
    font-weight: 900;
}

    .main-title::before {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 8px;
        border-radius: 5px;
        background: var(--main-color-one);
    }

#isArticleShown .slider-title {
    color: #fff;
}

.slider-title {
    /*color: #fff;*/
    text-align: right !important;
    flex-grow: 1;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

    .slider-title h6 {
        font-weight: bold;
    }

    .slider-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
        height: 2px;
        background: var(--main-color-one);
        z-index: 2;
    }

    .slider-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #e8e8e8 0%, rgba(236, 236, 236, 0) 100%);
        z-index: 1;
    }

.cart-small {
    margin: 10px 0;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: var(--shadow-box);
    height: 100%;
}

    .cart-small:hover {
        background: linear-gradient(to top, #00c1f67e, #84ddf67e);
    }

.cart-small-icon img {
    width: 100px;
    height: 100px;
}

.cart-small-desc h6 {
    font-weight: bold;
    color: #666;
    height: 40px;
    overflow: hidden;
}

.cart-small-desc p {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}

/* end main category */
/* banner */
.banner {
    padding: 20px 0;
    overflow: hidden;
}

.banner-item {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

    .banner-item a {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .banner-item img {
        display: block;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }

#adsImgList img {
    max-height: 341px;
}

#adsImgList2 img {
    max-height: 260px;
}
/* end banner */
/* star product box */
.product-box {
    padding: 40px 10px;
    background: linear-gradient(to bottom, var(--slider-color-one), var(--slider-color-two)), url("../img/product/typ-of-textile-44.jpg") no-repeat;
    background-size: cover;
}

    .product-box .container-fluid .row {
        align-items: center;
    }

    .product-box .countdown {
        border-top: 1px solid #ccc;
        padding-top: 2px;
        margin-top: 10px;
    }

    .product-box .countdown-container .countdown-value {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 30px;
        height: 30px;
        color: #515151;
        border-radius: 50%;
        font-weight: bold;
    }

.countdown-container .seconds-bottom {
    background: #e74c3c;
    color: #fff;
}

.product-box .countdown-container .countdown-heading {
    font-size: 12px;
    font-weight: bold;
    margin: 0 3px;
    color: #54bab9;
}

.product-box-title {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

    .product-box-title h2 {
        font-size: 40px;
        letter-spacing: 1px;
        word-spacing: 1px;
        color: #fff;
        font-weight: 900;
        text-align: center;
        line-height: 45px;
    }

    .product-box-title a {
        display: block;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 12px;
        border-radius: 5px;
    }

        .product-box-title a i {
        }

    .product-box-title img {
        width: 175px;
    }

.product-box-item {
    overflow: hidden;
    border-bottom: 6px solid #bcbcbc;
    box-shadow: var(--shadow-box);
    margin: 10px 5px;
    min-height: 405px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

    .product-box-item.see-more-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-box-item:hover .product-box-item-hover {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.product-box-item-img {
    position: relative;
    overflow: hidden;
}

.product-box-item-hover {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
}

.product-box-item-hover-btn {
    padding: 10px;
}

    .product-box-item-hover-btn span {
        cursor: pointer;
        float: left;
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
        background: #fff;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    .product-box-item-hover-btn i {
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
    }

        .product-box-item-hover-btn i:hover {
            color: var(--main-color-one);
        }

    .product-box-item-hover-btn span.see-more {
        clear: both;
    }

    .product-box-item-hover-btn span.favorite {
        clear: both;
    }

    .product-box-item-hover-btn span.comparison {
        clear: both;
    }

    .product-box-item-hover-btn span.add-cart {
        clear: both;
    }

.product-box-item-hover-cart-btn {
    background: linear-gradient(to right, #4adede, #1ca7ec);
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 20px;
}

    .product-box-item-hover-cart-btn:hover {
        background: linear-gradient(to right, #009ec9, var(--main-color-one));
    }

    .product-box-item-hover-cart-btn i {
    }

.product-box-item-desc {
    padding: 10px;
}

.product-box-item-title h6 {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    height: 50px;
    font-family: var(--font-Kalameh);
}

.product-box-item-img img {
    margin-top: 10px;
    object-fit: contain;
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-box-item .two-image {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 1.5s, visibility 0.5s, opacity 0.5s;
    -webkit-transition: transform 1.5s, visibility 0.5s, opacity 0.5s;
    -moz-transition: transform 1.5s, visibility 0.5s, opacity 0.5s;
    -ms-transition: transform 1.5s, visibility 0.5s, opacity 0.5s;
    -o-transition: transform 1.5s, visibility 0.5s, opacity 0.5s;
}

.product-box-item:hover .one-image {
    opacity: 0;
    visibility: hidden;
}

.product-box-item:hover .two-image {
    visibility: visible;
    opacity: 1;
    display: block;
    transform: scale(1.15);
}

.product-box-price {
    margin-top: 15px;
    height: 50px;
}

    .product-box-price.default {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #008d44;
    }

    .product-box-price .discount {
        font-size: 12px;
        padding: 3px 7px;
        font-weight: bold;
    }

    .product-box-price .new-price {
        color: #18978f;
        font-weight: 600;
        font-size: 18px;
    }

    .product-box-price .old-price {
        text-decoration: line-through;
        text-align: left;
        display: block;
        margin-top: 5px;
        color: #c3c1c1;
    }

.swiper-button-next,
.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;
}

.swiper-button-prev {
    right: 0 !important;
    border-radius: 25px 0 0 25px;
}

.swiper-button-next {
    left: 0 !important;
}

.product-box .swiper-button-prev,
.product-box-two .swiper-button-prev {
    right: 7px !important;
}

.product-box .swiper-button-next,
.product-box-two .swiper-button-next {
    left: 7px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
}

.see-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .see-all p {
        font-size: 18px;
    }

    .see-all i {
        font-size: 40px;
        color: #3c4cad;
        margin-left: 5px;
    }

/* end product box */
/* start product-box-2 */
.product-box-two {
    padding: 20px 0;
}

.pbt {
    background: #f1f1f1;
    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;
}

.pbt-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pbt-header-title {
    flex-grow: 1;
}

    .pbt-header-title h6 {
        font-size: 17px;
        font-weight: bold;
    }

.pbt-header-link a {
    /*color: #fff;*/
    --border-color: #ddd;
    margin: 0;
}

/* end product-box-2 */
/* start section article latest */
.article-latest {
    padding: 20px 0;
}

.al {
    background: #fff;
    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;
}

/* end section article latest */
/* partner */
.partner {
    padding: 20px 0;
}

.partner-parrent {
    background: #fff;
    padding: 15px 0;
    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;
}

.partner-title {
    text-align: center;
}

    .partner-title h4 {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        border-bottom: 3px solid #0580ad;
        padding-bottom: 10px;
    }

.partner-item {
    text-align: center;
}

    .partner-item img {
        width: 100px;
    }

.partner .pbt-header-title {
    padding: 0 15px;
}

    .partner .pbt-header-title h6 {
        color: #515151;
    }

/* end partner */
/* start footer */
footer {
    padding: 20px 20px 0 20px;
    margin-top: 20px;
    background-size: cover;
    background: #fff;
    border-top: 1px solid #fff;
}

.footer-feature {
    padding: 20px 0;
}

.footer-feature-item {
    text-align: center;
    margin-bottom: 20px;
}

    .footer-feature-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 7px;
    }

    .footer-feature-item h6 {
        font-size: 15px;
    }

.footer-item {
    margin-bottom: 25px;
}

.footer {
    padding: 50px 0;
}

.footer-item h5 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-item .footer-item-link li {
    margin-bottom: 7px;
}

    .footer-item .footer-item-link li a {
        font-size: 15px;
        display: inline-block;
        position: relative;
        transition: 0.2s all linear;
        -webkit-transition: 0.4s all linear;
        -moz-transition: 0.4s all linear;
        -ms-transition: 0.4s all linear;
        -o-transition: 0.4s all linear;
    }

        .footer-item .footer-item-link li a::before {
            content: "";
            width: 7px;
            height: 1px;
            background: #333;
            position: absolute;
            top: 50%;
            right: -10px;
            transition: 0.2s all linear;
            transform: translateY(-50%);
            -webkit-transition: 0.2s all linear;
            -moz-transition: 0.2s all linear;
            -ms-transition: 0.2s all linear;
            -o-transition: 0.2s all linear;
        }

        .footer-item .footer-item-link li a:hover::before {
            width: 15px;
            background-color: #255be6;
        }

        .footer-item .footer-item-link li a:hover {
            padding-right: 10px;
            color: #255be6;
        }

.footer-item .feed h6 {
    font-size: 15px;
    margin-bottom: 7px;
}

.footer-item .feed form {
    position: relative;
}

.footer-item .feed .feed-inp {
    padding: 10px 15px;
    font-size: 14px;
}

.footer-item .feed .feed-btn {
    font-size: 15px;
    position: absolute;
    padding: 7px 10px;
    top: 3px;
    left: 0;
    z-index: 2;
    border: none;
    outline: none;
    background: var(--main-color-one);
    color: #fff;
    border-radius: 5px;
}

.footer-item .social {
    padding: 10px 0;
}

.footer-item p {
    font-size: 15px;
}

.social-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .social-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        transition: 0.8s all ease-in-out;
        border-radius: 50%;
    }

        .social-link a.bi-instagram {
            background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90% );
        }

        .social-link a.bi-twitter {
            background: #098ecc;
        }

        .social-link a.bi-whatsapp {
            background: #04ac12;
        }

        .social-link a.bi-youtube {
            background: #ce0909;
        }

        .social-link a.bi-linkedin {
            background: #0d80c8;
        }

        .social-link a.bi-telegram {
            background: #27A7E7;
        }

        .social-link a:hover {
            transform: rotate(360deg) scale(1.1);
        }

.footer-desc-item {
    padding: 20px 0;
}

    .footer-desc-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .footer-desc-item p {
        font-size: 14px;
        line-height: 2;
        text-align: justify;
    }

    .footer-desc-item ul li {
        cursor: pointer;
        border: 1px solid #d8d8d8;
        margin: 0 5px;
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
        transition: 0.2s all ease;
        border-radius: 5px;
    }

        .footer-desc-item ul li:hover {
            border-color: var(--main-color-one-opacity);
        }

        .footer-desc-item ul li a img {
            max-width: 100%;
            height: 80px;
        }

.copy-right {
    text-align: center;
    padding: 20px 0;
}

    .copy-right p {
        font-size: 14px;
    }

.info-bar {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.info-bar-icon {
    box-shadow: var(--shadow-sm);
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #eee;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .info-bar-icon svg {
        width: 35px;
        height: 35px;
        color: var(--main-color-one);
    }

.info-bar-desc {
    margin: 10px 0;
}

    .info-bar-desc h6 {
        font-weight: bold;
        font-size: 16px;
    }

    .info-bar-desc p {
        margin-top: 7px;
        font-size: 14px;
    }

/* end footer */
/* product-modal */
.product-modal h4 {
    font-size: 18px;
}

.product-modal-detail span i {
}

.product-modal-detail span a,
.product-modal-detail span span {
    color: #058dbf !important;
}

span.product-meta-item {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-modal-feature {
    padding: 15px 0;
}

    .product-modal-feature strong {
        margin-bottom: 7px;
        display: block;
        color: #35393d;
    }

    .product-modal-feature ul li {
        margin-bottom: 5px;
    }

    .product-modal-feature li::before {
        content: "\f28a";
        font-size: 8px;
        font-family: bootstrap-icons, serif !important;
        color: #000;
        vertical-align: middle;
        margin-left: 2px;
        line-height: 18px;
    }

    .product-modal-feature ul li span {
        font-size: 14px;
    }

.product-modal-price .old {
    color: #6c757d;
    text-decoration: line-through;
}

.product-modal-price .new {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.product-modal-link {
    margin-top: 10px;
    position: relative;
}

    .product-modal-link form {
        display: flex;
        justify-content: center;
    }

    .product-modal-link button i {
    }

    .product-modal-link input[type="number"] {
        width: 60px;
    }

.product-modal {
    height: 100%;
    border: 1px solid #efecec;
}

/* end product-modal */
/* start login modal */

.login-modal .modal-content {
    border-radius: 35px;
}

    .login-modal .modal-content::before {
        content: "\F4E1";
        background: #fff;
        color: #515151;
        width: 100px;
        height: 100px;
        text-align: center;
        border-radius: 50%;
        box-shadow: var(--shadow-md);
        font-family: "bootstrap-icons", serif;
        position: absolute;
        top: -10%;
        left: 50%;
        font-size: 70px;
        transform: translateX(-50%);
    }

.login-modal .item {
    padding: 10px 20px;
    text-align: center;
}

    .login-modal .item .form-group {
        margin-bottom: 15px;
    }

        .login-modal .item .form-group input {
            border-color: #ccc;
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
        }

            .login-modal .item .form-group input:focus {
                box-shadow: none;
                border-color: #007fee;
            }

        .login-modal .item .form-group .input-group-text {
            border-color: #ccc;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
        }

.form-check-box {
    text-align: right;
    margin-bottom: 0;
}

    .form-check-box label {
        font-size: 14px;
    }

.login-modal .item .btn-login {
    font-size: 15px;
    background: var(--main-color-one);
    color: #fff;
    padding: 7px 15px;
    margin: 10px 0;
    border: none;
    outline: none;
    border-radius: 5px;
}

.login-modal form .d-flex {
    flex-wrap: wrap;
}

.btn-login.forget {
    color: #333 !important;
    background: #dcdcdc !important;
}

.login-modal .item .btn-login i {
}

.login-modal .register-box {
    padding: 20px 0;
}

    .login-modal .register-box .dash-border {
        width: 100%;
        height: 1px;
        border: 1px dashed #ebebeb;
        position: relative;
    }

    .login-modal .register-box span {
        background: #e6e6e6;
        border-radius: 50%;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -12px;
        left: 50%;
    }

    .login-modal .register-box .register-link {
        margin-top: 40px;
    }

.forget a {
    font-size: 14px;
    color: #0580ad;
}

.login-modal .social {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-modal .social a {
        color: #fff;
        font-size: 20px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        border-radius: 50%;
        transition: 0.3s all linear;
    }

    .login-modal .social .bi-google {
        background-color: #d12714;
    }

    .login-modal .social .bi-facebook {
        background-color: #1555ca;
    }

    .login-modal .social .bi-github {
        background-color: #333;
    }

/* end login modal */
/* start cart slide */
.cart-slides {
    width: 100%;
    position: relative;
}

.cart-slide-overlay {
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    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;
}

    .cart-slide-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.cart-slide {
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 20;
    transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
}

.cart-slide-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 20px 10px 20px;
}

    .cart-slide-title h6 {
        font-size: 20px;
        font-weight: bold;
    }

    .cart-slide-title i {
        font-size: 22px;
        cursor: pointer;
    }

.cart-slide-desc {
    text-align: center;
}

    .cart-slide-desc .empty-cart {
        padding: 20px;
    }

        .cart-slide-desc .empty-cart img {
            max-width: 50%;
            opacity: 0.5;
        }

        .cart-slide-desc .empty-cart h6 {
            text-align: center;
            margin: 20px 0;
        }

.cart-product {
    margin-bottom: 5px;
}

    .cart-product:nth-of-type(odd) {
        background: #fff;
    }

    .cart-product:nth-of-type(even) {
        background: #f6f6f6;
    }

    .cart-product .title {
        padding: 5px 10px;
    }

    .cart-product .img-boxs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-product .title img {
        border: 1px solid #d8d8d8;
        max-width: 70px;
        max-height: 70px;
        border-radius: 5px;
    }

    .cart-product .title h6 {
        font-size: 14px;
        margin-right: 7px;
        color: #515151;
    }

    .cart-product .title i {
        font-size: 22px;
        color: #c4c4c4 !important;
    }

        .cart-product .title i:hover {
            color: #e74c3c !important;
        }

    .cart-product .title .count {
        text-align: left;
    }

.cart-price {
    padding: 10px 0;
}

.cart-price-count {
    text-align: center;
    color: var(--main-color-one);
    font-weight: bold;
}

.cart-price-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.btn-main {
    margin: 0 5px;
    font-size: 14px;
    background: #179f39;
    padding: 5px 10px;
    color: #fff;
    border: none;
    outline: none;
    transition: 0.3s all ease-in-out;
    border-radius: 25px;
}

    .btn-main:hover {
        background: #0e822b;
        color: #fff;
    }

.btn-outline {
    margin: 0 5px;
    font-size: 14px;
    background: transparent;
    padding: 5px 10px;
    color: #333;
    border: 1px solid #666;
    outline: none;
    transition: 0.3s all ease-in-out;
    border-radius: 25px;
}

    .btn-outline:hover {
        background: var(--main-color-one);
        border: 1px solid var(--main-color-one);
        color: #fff;
    }

/* end cart slide */
/* start product meta */
.product-meta-breadcrumb {
    background: #fff;
    padding: 12px 10px;
    border-radius: 10px;
}

    .product-meta-breadcrumb .breadcrumb-item a {
        color: var(--main-color-one);
    }

.product-gallery-thumb {
    margin: 10px 0;
    border: 1px solid #eee;
    padding: 10px;
}

.summary {
    position: relative;
    background: #fff;
    margin: 15px 0;
    padding: 40px 20px;
    border-radius: 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;
}

.icon-product-box {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
}

.icon-product-box-item {
    cursor: pointer;
    width: 100%;
    padding: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.2s all ease-in-out;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}

.icon-product-box-item i {
    font-size: 22px;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.border-right-product {
    border-right: 1px solid #eeeeeea7;
}

.summary-offer {
    position: absolute;
    top: 0;
    right: -10px;
    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: 10;
}

.product-gallery img {
    max-width: 100%;
    border: 1px solid #eee;
}

.se-title {
    font-family: var(--font-Kalameh);
}

    .se-title h5 {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #ddd;
        margin: 10px 0;
    }

    .se-title h6 {
        margin: 10px 0;
        font-size: 12px;
    }

.se-rating i {
    color: #eaaf00;
}

.se-label {
    margin-top: 10px;
}

    .se-label svg {
        margin-left: 5px;
    }

    .se-label .original span {
        background-color: #07a460;
    }

    .se-label .send span {
        background: var(--main-color-one);
    }

.se-desc {
    margin-top: 20px;
}

    .se-desc h6 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .se-desc ul {
        margin-bottom: 10px;
    }

        .se-desc ul li {
            padding: 2px 0;
            font-size: 15px;
            position: relative;
        }

            .se-desc ul li::before {
                content: "\f28a";
                font-size: 8px;
                font-family: bootstrap-icons, serif !important;
                color: #000;
                vertical-align: middle;
                margin-left: 2px;
                line-height: 18px;
                height: 13px;
            }

.se-cart {
    background: #f6f6f7;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
}

.se-cart-detail {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.scd-item {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
}

    .scd-item i {
        font-size: 18px;
    }

    .scd-item a,
    .scd-item .link {
        color: var(--main-color-one);
    }

.se-cart-price {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.se-cart-price-old {
    color: #c6c6c6;
    text-decoration: line-through;
    margin-left: 5px;
}

.se-cart-price-new {
    color: #04ac12;
    font-size: 20px;
    font-weight: bold;
}

.se-cart-color {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.se-cart-form {
    margin: 10px 0;
}

    .se-cart-form .form-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

.btn-add-to-cart {
    font-weight: bold;
    height: 100%;
    width: 100%;
    flex-grow: 1;
    background: transparent;
    border: 1px solid #04ac12;
    outline: none;
    color: #515151;
    padding: 10px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s all ease;
    border-radius: 25px;
}

    .btn-add-to-cart:hover {
        background: #04ac12;
        color: #fff;
    }

.custom-msg {
    background: #eee;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .custom-msg p {
        font-size: 14px;
    }

.multi-seller {
    padding-bottom: 20px;
}

    .multi-seller .content-box {
        box-shadow: var(--shadow-box);
    }

.table-responsive-mobile {
    padding: 10px 0;
}

    .table-responsive-mobile .trm-parent {
        margin-bottom: 20px;
        background: #fff;
        box-shadow: var(--shadow-box);
        border-radius: 5px;
    }

    .table-responsive-mobile .trm {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

        .table-responsive-mobile .trm .trm-item {
            flex: 0 0 calc(49.5% - 1px);
            max-width: calc(49.5% - 1px);
            padding: 20px 10px;
            border-radius: 5px;
        }

            .table-responsive-mobile .trm .trm-item:nth-child(1) {
                font-weight: bold;
            }

            .table-responsive-mobile .trm .trm-item:nth-child(2) {
                color: #717171;
            }

        .table-responsive-mobile .trm:nth-last-child(1) {
            border-bottom: none;
        }

        .table-responsive-mobile .trm .trm-item-full {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
            padding: 25px 10px;
        }

.btn-add-cart-new {
    font-weight: bold;
    height: 100%;
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    outline: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s all ease;
    border-radius: 25px;
}

    .btn-add-cart-new:hover {
        background: transparent;
    }

.free-shipping {
    margin-top: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .free-shipping p {
        margin-top: 7px;
        color: #6c757d;
        font-size: 14px;
    }

.product-feature {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #f1f1f0;
    border-bottom: 6px solid #f1f1f0;
}

    .product-feature ul {
        /* width: 100%; */
        /* flex-direction: row; */
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .product-feature ul li {
            margin: 0 10px;
            padding-left: 10px;
        }

            .product-feature ul li img {
                width: 60px;
                margin: 5px auto;
                display: block;
            }

            .product-feature ul li span {
                display: block;
                font-size: 14px;
                margin-top: 5px;
            }

/* end product meta */
/* start share modal */
.share-modal-social {
    display: flex;
    justify-content: center;
}

    .share-modal-social i {
        margin: 0 7px;
        font-size: 30px;
        cursor: pointer;
    }

        .share-modal-social i.bi-whatsapp {
            color: #009500;
        }

        .share-modal-social i.bi-telegram {
            color: var(--main-color-one);
        }

        .share-modal-social i.bi-twitter {
            color: var(--main-color-one);
        }

        .share-modal-social i.bi-envelope-open {
            color: #d6249f;
        }

.share-modal-link {
    text-align: center;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    padding: 15px 0;
}

.share-modal-btn {
    text-align: center;
}

    .share-modal-btn i {
        margin-right: 5px;
    }

/* end share modal */
/* start product-descs */
.product-desc {
    position: relative;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
}

.product-desc-tab {
    z-index: 10;
    position: sticky;
    top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

    .product-desc-tab::-webkit-scrollbar {
        display: none;
    }

    .product-desc-tab ul {
        min-width: 450px;
        flex-wrap: nowrap;
    }

        .product-desc-tab ul li {
            margin-left: 5px;
        }

            .product-desc-tab ul li button {
                border: none;
                height: 100%;
                color: #515151;
                outline: none;
                box-shadow: none;
                background: #ddd;
                border-radius: 10px;
            }

                .product-desc-tab ul li button a {
                    display: block;
                    padding: 10px;
                    white-space: nowrap;
                }

                .product-desc-tab ul li button.active {
                    height: 100%;
                    border: none;
                    outline: none;
                    color: #fff;
                    background: var(--main-color-one);
                    transition: 150ms border-top linear;
                }

                    .product-desc-tab ul li button.active a {
                        color: #fff;
                    }

                .product-desc-tab ul li button i {
                    margin-left: 5px;
                }

.product-desc-tab-content {
    padding: 20px 0;
}

    .product-desc-tab-content table tr th {
        width: 200px;
    }

    .product-desc-tab-content table tr td {
        padding: 12px 0;
    }

.tab-title {
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.product-desc-content {
    padding: 20px 0;
    line-height: 2.2;
}

    .product-desc-content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.product-comment-content {
    padding: 20px 0;
}

.comment-item {
    padding: 20px 0;
    display: flex;
}

.comment-item-desc {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 7px;
}

.comment-item-avatar {
    margin: 10px 0 0 10px;
}

.comment-item-avatar-img a img {
    display: flex;
    border: 4px solid #e6e6e6;
}

.comment-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.comment-date-speractor {
    margin: 0 10px;
    font-size: 17px;
    font-weight: bolder;
}

.comment-date-date {
    font-size: 14px;
}

.comment-item-rating {
    display: flex;
}

    .comment-item-rating i {
        color: #eaaf00;
        font-size: 20px;
    }

.comment-item-content {
    padding: 20px 0;
}

.form-inline {
    width: 49.7%;
}

.rating {
    border: none;
}

    .rating:not(:checked) > input {
        position: absolute;
        /* top:-9999px; */
        clip: rect(0, 0, 0, 0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 0.1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #ddd;
    }

        .rating:not(:checked) > label:before {
            content: "★ ";
        }

    .rating > input:checked ~ label {
        color: #f70;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
    }

    .rating > label:active {
        position: relative;
    }

#commentEmail::placeholder {
    text-align: right;
}

.comment-form .form-check label {
    font-size: 14px;
}

.comment-form input[type="submit"] {
    background: var(--main-color-one);
    font-weight: bolder;
    padding: 10px 0;
    border-color: var(--main-color-one);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

    .comment-form input[type="submit"]:hover {
        border-color: var(--main-color-one);
        background: transparent;
        color: #515151;
    }

/* end product-descs */
/* start page category */
.category {
    padding: 20px 0;
    position: relative;
}

.filter-items {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}

    .filter-items .items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .filter-items .items .link a {
            font-size: 15px;
            padding: 2px 10px;
            border-radius: 25px;
        }

            .filter-items .items .link a:hover {
                background: #eee;
            }

            .filter-items .items .link a.active {
                background: var(--main-color-one);
                color: #fff;
            }

    .filter-items .count p {
        font-size: 15px;
    }

.category-filters {
    position: sticky;
    top: 0;
    padding-bottom: 20px;
}

.category-item .product-box-item {
    margin: auto auto 20px;
}

.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: var(--main-color-one);
        font-weight: bold;
    }

    .category-filter-resoult li a:hover {
        padding-right: 5px !important;
    }

.form-group {
    margin-bottom: 10px;
}

.color-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.color-box-item {
    margin-left: 5px;
    width: 35px;
    height: 35px;
    padding: 4px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
}

    .color-box-item.active {
        border: 2px solid var(--main-color-one);
        transform: scale(1.2);
    }

        .color-box-item.active button {
            position: relative;
            left: 1px;
        }

            .color-box-item.active button::before {
                content: "\F26E";
                color: #fff;
                font-size: 20px;
                font-family: "bootstrap-icons", serif !important;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

.color-box-item {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.show-more {
    padding: 20px 0;
}

.show-more-btn {
    display: flex;
    justify-content: center;
}

    .show-more-btn button {
        color: #fff;
        padding: 7px 15px;
        background: var(--main-color-one);
        border: none;
        outline: none;
        border-radius: 10px;
    }

    .show-more-btn button {
        vertical-align: middle;
    }

/* end page category */
/* start cart page */
.cart-counter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-counter {
    margin-bottom: 10px;
    height: 100%;
    border: none;
    padding: 0 13px;
    background: var(--main-color-one);
    color: #fff;
}

.bootstrap-touchspin-down {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bootstrap-touchspin-up {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.counter {
    text-align: center;
    font-weight: bolder;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart-content {
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px;
}

.line-step-container {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
    background: #fff;
    border-radius: 10px;
}

.line-step {
    position: relative;
    display: flex;
    align-items: center;
}

    .line-step::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        background: #e9e9e9;
        border-radius: 10px;
    }

.line-step-boxs {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .line-step-boxs::before {
        z-index: 3;
        content: "";
        width: 20px;
        height: 20px;
        background: #f8f8f8;
        box-shadow: var(--shadow-md);
        border-radius: 50%;
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
    }

    .line-step-boxs::after {
        z-index: 3;
        content: "";
        width: 20px;
        height: 20px;
        background: #f8f8f8;
        box-shadow: var(--shadow-md);
        border-radius: 50%;
        position: absolute;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
    }

.line-step-box {
    width: 33.33%;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .line-step-box.complete .icon {
        background: var(--main-color-one);
    }

        .line-step-box.complete .icon i {
            color: #fff;
        }

    .line-step-box.complete::before {
        content: "";
        width: 50%;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--main-color-one);
        z-index: -1;
        border-radius: 0;
    }

    .line-step-box .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #fff;
        box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
        border-radius: 10px;
    }

        .line-step-box .icon i {
            font-size: 22px;
            color: var(--main-color-one);
        }

.cart-detail {
    padding: 0 0;
}

    .cart-detail table {
        border: 1px solid #eee;
    }

        .cart-detail table tr {
            border-bottom: 1px solid #eee;
            text-align: center;
        }

            .cart-detail table tr td {
                font-size: 15px;
                /* vertical-align: middle; */
            }

        .cart-detail table thead th {
            padding: 15px 0;
            vertical-align: middle;
            font-size: 15px;
        }

        .cart-detail table img {
            width: 60px !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .cart-detail table td {
            font-size: 16px;
        }

            .cart-detail table td.title {
                max-width: 300px;
            }

            .cart-detail table td.td-count {
                width: 150px;
            }

    .cart-detail td.icon i {
        font-size: 22px;
        vertical-align: middle;
        color: #ccc;
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -ms-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
    }

        .cart-detail td.icon i:hover {
            color: #d12714;
        }

    .cart-detail table td.price span {
        margin-left: 5px;
    }

        .cart-detail table td.price span.num {
            color: var(--main-color-one);
            font-weight: bold;
        }

    .cart-detail table td input[type="number"] {
        max-width: 50px;
        text-align: center;
        outline: none;
    }

    .cart-detail .discount input[type="text"] {
        width: 50%;
    }

    .cart-detail .discount button {
        margin-right: 5px;
        background: var(--main-color-one);
        color: #fff;
    }

        .cart-detail .discount button:hover {
            background: #052c8d;
        }

.cart-payment {
    background: #f8f8f8;
    padding: 10px;
}

    .cart-payment .title {
        padding: 15px 0;
    }

        .cart-payment .title h4 {
            font-size: 20px;
            font-weight: 900 !important;
        }

    .cart-payment table {
        background: #fff;
        border-radius: 10px;
    }

        .cart-payment table tr {
            border-bottom: 1px solid #ddd;
        }

            .cart-payment table tr:nth-last-child(1) {
                border: none;
            }

            .cart-payment table tr td {
                padding: 15px 10px;
            }

                .cart-payment table tr td.txt {
                    color: var(--main-color-one);
                    font-size: 15px;
                    text-align: center;
                }

    .cart-payment .btn-bank {
        background: var(--main-color-one);
        border: 1px solid var(--main-color-one);
        outline: none;
        color: #fff;
        width: 100%;
        padding: 15px 0;
        border-radius: 5px;
        transition: 0.4s all ease-in-out;
    }

        .cart-payment .btn-bank:hover {
            background: transparent;
            color: #515151;
        }

/* end cart page */
/* start 404 */
.notfounds {
    width: 100%;
    min-height: 450px;
    position: relative;
}

.notfound {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

    .notfound .notfound-404 {
        height: 190px;
        transition: 0.2s all ease;
        animation: notFound 1.5s infinite;
        -webkit-animation: notFound 1.5s infinite;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -ms-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
    }

        .notfound .notfound-404 h1 {
            font-size: 146px;
            font-weight: 700;
            margin: 0;
            color: #232323;
        }

            .notfound .notfound-404 h1 > span {
                display: inline-block;
                width: 120px;
                height: 120px;
                background-image: url("../img/other/emoji.png");
                background-size: cover;
                transform: scale(1.4);
                z-index: -1;
            }

    .notfound h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        color: #232323;
    }

    .notfound p {
        color: #787878;
        font-weight: 300;
    }

    .notfound a {
        display: inline-block;
        padding: 12px 30px;
        font-weight: 700;
        background-color: var(--main-color-one);
        color: #fff;
        border-radius: 40px;
        text-decoration: none;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        -moz-transition: 0.2s all;
        -ms-transition: 0.2s all;
        -o-transition: 0.2s all;
    }

        .notfound a:hover {
            opacity: 0.9;
        }

@keyframes notFound {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* end 404 page */
/* start auth page */
.auths {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.auth {
    background: #fff;
    border-radius: 10px;
    min-height: 500px;
}

.auth-forms {
    padding: 30px;
    width: 100%;
    height: 100%;
    position: relative;
}

.auth-form .input-group,
.auth-form .form-check {
    width: 70%;
    margin: 0 auto;
}

.auth-title {
    text-align: center;
}

    .auth-title h3 {
        font-weight: bold;
        font-size: 30px;
        color: var(--main-color-one);
    }

.auth-form .form-group {
    margin-bottom: 15px;
}

    .auth-form .form-group input {
        border-color: #ccc;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

        .auth-form .form-group input:focus {
            box-shadow: none;
            border-color: var(--main-color-one);
        }

    .auth-form .form-group .input-group-text {
        border-color: #ccc;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

.form-check-box {
    text-align: right;
    margin: 10px auto !important;
}

    .form-check-box label {
        font-size: 14px;
    }

.auth-form .btn-login {
    text-align: center;
    font-size: 15px;
    background: var(--main-color-one);
    color: #fff;
    padding: 7px 15px;
    margin: 5px 0;
    border: none;
    outline: none;
    border-radius: 5px;
}

.auth-form form .d-flex {
    flex-wrap: wrap;
}

.btn-login.forget {
    color: #333 !important;
    background: #dcdcdc !important;
}

.btn-login.login {
    background: #3bb397 !important;
}

.auth-form .btn-login i {
}

.auth-form .register-box {
    padding: 20px 0;
}

    .auth-form .register-box .dash-border {
        width: 100%;
        height: 1px;
        border: 1px dashed #ebebeb;
        position: relative;
    }

    .auth-form .register-box span {
        text-align: center;
        background: #e6e6e6;
        border-radius: 50%;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -12px;
        left: 50%;
    }

    .auth-form .register-box .register-link {
        margin-top: 40px;
        text-align: center;
    }

.forget a {
    font-size: 14px;
    color: #0580ad;
}

.auth-form .social {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .auth-form .social a {
        color: #fff;
        font-size: 20px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        border-radius: 50%;
        transition: 0.3s all linear;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -ms-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
    }

    .auth-form .social .bi-google {
        background-color: #d12714;
    }

    .auth-form .social .bi-facebook {
        background-color: #1555ca;
    }

    .auth-form .social .bi-github {
        background-color: #333;
    }

.auth-side {
    position: relative;
    text-align: center;
    height: 100%;
    background: #1e4dc4;
    border-radius: 10px;
}

.auth-logo {
    width: 200px;
    margin: 0 auto;
    padding: 30px 0;
}

    .auth-logo img {
        display: block;
    }

.auth-desc {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
}

    .auth-desc .btn-login-page {
        display: inline-block;
        margin-top: 5px;
        padding: 7px 30px;
        background: #eaaf00;
        border-radius: 25px;
        color: #fff;
    }

    .auth-desc p {
        font-size: 15px;
    }

/* ============= Animation background ========= */
.background {
    background: linear-gradient(132deg, #fc415a, #591bc5, #212335);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: var(--shadow-box);
}

.cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #d7d4e4;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
}

    .cube:nth-child(2n) {
        border-color: #fff;
    }

    .cube:nth-child(2) {
        animation-delay: 2s;
        left: 25vw;
        top: 40vh;
    }

    .cube:nth-child(3) {
        animation-delay: 4s;
        left: 75vw;
        top: 50vh;
    }

    .cube:nth-child(4) {
        animation-delay: 6s;
        left: 90vw;
        top: 10vh;
    }

    .cube:nth-child(5) {
        animation-delay: 8s;
        left: 10vw;
        top: 85vh;
    }

    .cube:nth-child(6) {
        animation-delay: 10s;
        left: 50vw;
        top: 10vh;
    }

/* Animate Background*/
@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

/* end auth */
/* 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: var(--main-color-one);
    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: var(--main-color-one);
        }

/* 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 */
/* start page compare */
.content-box {
    background: #fff;
    padding: 0px 0px;
    border-radius: 10px;
}

.compare-title {
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
}

    .compare-title i {
        margin-left: 10px;
    }

    .compare-title h6 {
        font-weight: bold;
        font-size: 20px;
    }

.compare table {
    border: 1px double #d7d7d7;
}

    .compare table tr {
        width: 100%;
    }

        .compare table tr th,
        .compare table tr td {
            font-size: 14px;
            vertical-align: middle;
            text-align: center;
            min-width: 220px;
            border: 1px double #d7d7d7;
        }

    .compare table td i {
        margin-left: 10px;
    }

    .compare table tr td:nth-child(1) {
        font-weight: bold;
    }

.td-head {
    font-size: 14px;
    text-align: right !important;
    background-color: rgba(238, 239, 241, 0.63) !important;
}

.compare .product-box-item {
    width: 220px;
    margin: auto;
    height: auto;
    position: relative;
}

    .compare .product-box-item .compare-delete {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }

        .compare .product-box-item .compare-delete span i {
            color: #333;
            cursor: pointer;
            font-size: 20px;
            transition: 0.2s all ease;
            -webkit-transition: 0.2s all ease;
            -moz-transition: 0.2s all ease;
            -ms-transition: 0.2s all ease;
            -o-transition: 0.2s all ease;
        }

            .compare .product-box-item .compare-delete span i:hover {
                color: #d12714;
            }

.compare .product-box-item-title h6 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    margin: 10px 0;
    text-overflow: unset;
    white-space: unset;
}

.compare .product-box-item-hover-cart-btn {
    margin: 10px 0;
}

.compare-add {
    display: flex;
    justify-content: center;
}

.compare-add-product {
    width: 220px;
    border: 1px dashed #cdcaca;
    height: 100%;
    padding: 30px 0;
}

.cap-title {
    margin: 10px 0;
}

.cap-icon i {
    font-size: 30px;
    color: #666;
}

.cap-btn button {
    border: none;
    outline: none;
    font-size: 12px;
    padding: 5px 10px;
    background: var(--main-color-one);
    color: #fff;
    border-radius: 7px;
}

.empty-cell {
    position: relative;
    text-align: center;
}

    .empty-cell:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        border-radius: 5px;
        background: #ccc;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* end page compare */
/* start page checkout */
.checkout-forms {
    padding: 20px 0;
}

.checkout-form-title {
    padding-bottom: 20px;
}

    .checkout-form-title h5 {
        font-weight: bold;
    }

.checkout-forms .form-group {
    margin-bottom: 25px;
}

/* end page checkout */
/* start pages payment */
.payment {
    padding: 20px 10px;
}

.payment-title {
    text-align: center;
}

    .payment-title h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.7;
    }

        .payment-title h2 span {
            background: var(--main-color-one);
            padding: 2px 10px;
            color: #fff;
            font-size: 16px;
            border-radius: 7px;
        }

.payment-table tr td h6,
.payment-table tr td p {
    display: inline-block;
}

.payment-table tr td h6 {
    font-weight: bold;
}

.payment-table tr td p {
    margin-right: 5px;
}

.success-span {
    background: #12d4804c;
    color: #134c33;
    padding: 0 5px;
    font-size: 16px;
    border-radius: 5px;
}

.danger-span {
    background: #ce09094c;
    color: #ce0909;
    padding: 0 5px;
    font-size: 16px;
    border-radius: 5px;
}

.danger-span-border {
    color: #ce0909;
    border-bottom: 1px dashed #ce0909;
}

.primary-span {
    color: var(--main-color-one);
    border-bottom: 1px dashed var(--main-color-one);
    font-weight: bold;
    padding-bottom: 3px;
}

.btn-main-primary {
    background: #ea0;
    color: rgb(56, 40, 1);
    border-radius: 5px;
}

    .btn-main-primary:hover {
        background: rgb(210, 151, 2);
    }

.main-table {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0;
}

    .main-table thead {
        background: #f8f8f8;
    }

    .main-table tr {
        text-align: center;
    }

    .main-table thead th,
    .main-table tbody td {
        padding: 20px 0;
    }

    .main-table tbody td,
    .main-table thead th {
        max-width: 300px;
        /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
        border: 1px solid #eee;
    }

/* end pages payment */
/* start page cart empty */
.cart-empty {
    text-align: center;
    padding: 20px 0;
}

.cart-empty-icon {
    margin-bottom: 15px;
}

.cart-empty-offer {
    margin-bottom: 10px;
}

    .cart-empty-offer a {
        padding: 0 5px;
        border-left: 1px solid #ccc;
    }

        .cart-empty-offer a:nth-last-child(1) {
            border: none;
        }

.cart-empty-title a {
    display: inline-block;
    margin-top: 15px;
}

/* end page cart empty */
/* start dashboard  */
.ui-boxs {
    position: sticky;
    top: 0;
    padding-bottom: 20px;
}

.ui-box {
    margin-bottom: 20px;
}

.ui-box-white .ui-box-item-desc {
    background-color: #fff;
}

.ui-box-white .ui-box-item-title {
    background-color: #f7f7f7;
}

.ui-box-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.ui-box-item-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .ui-box-item-title h4 {
        font-size: 18px;
    }

    .ui-box-item-title a i {
    }

.ui-box-item-desc {
    background: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dashboard-user-img-profile {
    text-align: center;
}

    .dashboard-user-img-profile img {
        border: 4px double #eaaf00;
    }

.dashboard-user-info {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .dashboard-user-info .user-name {
        font-weight: bold;
        margin-bottom: 7px;
    }

    .dashboard-user-info .user-number {
        font-size: 13px;
    }

.dashboard-user-btn {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .dashboard-user-btn div:hover {
        color: #f7cb2d;
    }

        .dashboard-user-btn div:hover a {
            color: var(--main-color-one) !important;
        }

    .dashboard-user-btn div i,
    .dashboard-user-btn div a {
        cursor: pointer;
        display: block;
        text-align: center;
    }

    .dashboard-user-btn div a {
        font-size: 14px;
    }

.sidebar-menu {
    overflow: hidden;
}

    .sidebar-menu li {
        padding: 5px 0;
        transition: 0.2s all linear;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -ms-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
    }

        .sidebar-menu li:hover {
            background: #1f34bc1b;
        }

        .sidebar-menu li.active {
            background: #ffd52e;
            border-radius: 5px;
        }

            .sidebar-menu li.active a span,
            .sidebar-menu li.active a i {
                color: #674e02;
            }

            .sidebar-menu li.active a i {
                margin-left: 2px;
            }

        .sidebar-menu li a {
            font-size: 15px;
        }

.dashboard-cart .card {
    --bs-card-inner-border-radius: 0px;
    border-radius: 10px;
}

.dashboard-cart {
    height: 140px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}

.dashboard-cart-title {
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 10px;
    background-color: #e1e1e1;
    color: #333;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .dashboard-cart-title i {
        font-size: 25px;
        margin-left: 5px;
    }

.dashboard-cart-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #0e3eb7;
    color: #fff;
    padding: 15px 10px;
    height: 50%;
}

.main-table tbody tr.text-center td {
    text-align: center;
}

.main-table tbody td {
    min-width: 100px;
    padding: 20px 10px;
    text-align: right;
}

.main-table-2 h6 {
    font-size: 14px;
}

.main-table-2 p {
    font-size: 15px;
    color: #333;
}

.product-row {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

    .product-row:nth-last-child(1) {
        border-bottom: none;
    }

.product-row-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-row-desc-item {
    display: flex;
    align-items: center;
}

.product-row-title {
    margin-right: 10px;
}

    .product-row-title h6 {
        font-size: 13px;
        color: #6c757d;
        font-weight: 800;
    }

.product-row-icon {
    padding: 5px;
}

    .product-row-icon i {
        font-size: 18px;
    }

        .product-row-icon i.bi-trash:hover {
            color: #ce0909;
        }

        .product-row-icon i.bi-cart-plus:hover {
            color: #009500;
        }

.product-price {
    padding: 10px 0;
}

    .product-price p {
        color: #117619;
        font-weight: bold;
    }

    .product-price span.badge {
        font-weight: normal;
    }

.orders {
    padding: 10px 0;
}

.order-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .order-item:nth-last-child(1) {
        padding-bottom: 0;
        border-bottom: none;
    }

.order-item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.order-item-status-item p {
    font-weight: bold;
}

.order-item-status-item i {
    font-size: 25px;
    color: #009500;
}

.dropd-status i {
    font-size: 16px;
    color: #333;
}

.order-item-status-item span {
    margin-right: 5px;
}

.order-item-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .order-item-detail ul li {
        margin-left: 20px;
        padding-bottom: 10px;
        font-size: 14px;
    }

        .order-item-detail ul li:nth-last-child(1) {
            padding-bottom: 0;
        }

        .order-item-detail ul li span {
            margin-left: 7px;
        }

.order-item-product-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.order-item-product-list-item {
    margin-left: 7px;
}

.order-item-show {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .order-item-show p {
        color: #052c8d;
        font-size: 14px;
    }

        .order-item-show p i {
            font-size: 20px;
            margin-left: 5px;
        }

.order-item-comment {
    display: flex;
    justify-content: flex-end;
    color: #052c8d;
}

    .order-item-comment a {
        color: #052c8d;
    }

.product-list-row-lg .product-row-title h6 {
    font-size: 16px;
}

.order-progress h6 i {
    font-size: 25px;
    color: #009500;
}

.order-progress .progress {
    height: 10px;
}

    .order-progress .progress .progress-bar {
        background-color: #05ae65;
    }

.notifi-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.notifi-desc {
    padding: 10px 0;
}

.dot-click i {
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
}

/* end dashboard */

/* new update for product */

/*start product*/
.box_product {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    border: 1px solid #e4e4e4;
}

.gallery_options ul li a {
    color: #6d706f;
    background: white;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #cacaca;
}

    .gallery_options ul li a:hover {
        border: 1px solid #626766;
    }

.gallery_options ul li {
    margin-top: 8px;
}

    .gallery_options ul li a i {
        padding: 5px;
        vertical-align: -7px;
    }

.box_list_img img {
    width: 55px;
    height: 45px;
}

.box_list_img i {
    font-size: 45px;
    vertical-align: -18px;
    border-radius: 8px;
    background-color: #fefefe;
    border: 1px solid #e2e2e2;
    color: #8c8a88;
}

.product-info {
    background: #fdfdfd;
}

    .product-info .product-title {
        font-size: 15px;
        line-height: 1.467;
        color: #494944;
        font-weight: 400;
    }

        .product-info .product-title span {
            color: #b5b5b5;
            font-size: 12px;
            line-height: 1.833;
            display: block;
            margin-top: 5px;
        }

    .product-info .beenhere {
        color: #ff637d;
        font-size: 30px;
    }

.box_beenhere p {
    font-size: 12px;
}

.product-info .product_directory ul li {
    font-size: 13px;
}

    .product-info .product_directory ul li a {
        border-bottom: 1px dashed #1ca2bd;
    }

.product-info .box_color .box_check1 {
    font-size: 15px;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #ccc;
    content: "";
}

.product-info .box_color {
    position: absolute;
}

    .product-info .box_color .check1 {
        position: relative;
        width: 17px;
        height: 17px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #ccc;
        content: "";
        top: 6px;
        left: -6px;
    }

.box_color .title {
    vertical-align: 10px;
    color: #6f6f6f;
    font-size: 15px;
}

.product-info .box_color .check2 {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    background: #000;
    border: 1px solid #ccc;
    content: "";
    top: 6px;
    left: -6px;
}

.box_color a {
    display: inline;
    color: #6f6f6f;
}

.check1 span,
.check2 span {
    position: absolute;
    left: -45px;
    top: -4px;
}

.box_color a:hover .box_check1 {
    border: 1px solid #00bff6;
}

.product_guarantee span {
    color: #6f6f6f;
    font-size: 14px;
}

.product_guarantee i {
    vertical-align: -7px;
    color: #c1c1c1;
}

.product_guarantee span a {
    border-bottom: 1px dashed #1ca2bd;
}

.product_guarantee .store {
    color: #c1c1c1;
}

.seller_rate {
    padding-right: 40px;
    font-size: 12px;
}

.box_price {
    color: #fb3449;
    font-size: 30px;
}

.btn_custom2 {
    padding: 16px 18px 16px 18px;
    border-radius: 8px;
    background: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
}

    .btn_custom2:hover {
        color: #fff;
    }

    .btn_custom2 i {
        vertical-align: -7px;
        margin-left: 10px;
    }

.product_params i {
    color: #c1c1c1;
    font-size: 45px;
    vertical-align: -15px;
}

.btn-white {
    color: #009ec9 !important;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 10px 10px 19px 10px;
    font-size: 13px;
}

.product_params .box2 span {
    color: #55565a;
    font-weight: bolder;
    font-size: 14px;
}

.product_params .box2 ul li {
    font-size: 13px;
    padding-top: 7px;
    color: #55565a;
}

    .product_params .box2 ul li a {
        border-bottom: 1px dashed #1ca2bd;
    }

.product_params .box2 ul {
    list-style: none;
    padding: 0;
}

    .product_params .box2 ul li:before {
        color: #ccc;
        font-weight: bolder;
        display: inline-block;
        width: 1em;
        content: "\2022";
        font-size: 16px;
    }

.unfair-price {
    color: #7c7c7c;
    font-size: 14px;
}

    .unfair-price a {
        border-bottom: 1px dashed #1ca2bd;
    }

.box_offer span {
    color: #1ca2bd;
    font-size: 14px;
    border-bottom: 1px dashed #1ca2bd;
}

.box_offer i {
    vertical-align: -7px;
    padding-left: 5px;
}

.product_feature {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 5px 25px;
}

    .product_feature img {
        display: inline;
        float: right;
        width: 45px;
        padding-left: 5px;
    }

    .product_feature .box {
        margin-top: 20px;
    }

    .product_feature ul li {
        font-size: 12px;
        margin-left: 5px;
    }

    .product_feature a {
        color: #4a5f73;
    }

    .product_feature .pf_img {
        margin-top: -5px;
    }

.title_suppliers span {
    font-size: 18px;
    color: #515151;
}

.title_suppliers i {
    font-size: 35px;
    vertical-align: -12px;
    color: #c1c1c1;
}

.table_link a {
    border-bottom: 1px dashed #1ca2bd;
}

.table_suppliers tr td span {
    font-size: 15px;
}

.table_suppliers tr td .span1 {
    color: #8c8c8c;
}

.table_suppliers tr td .span2 {
    color: #009ec9;
}

.table_suppliers i {
    vertical-align: -6px;
    color: slategrey;
}

.table_suppliers .offline_pin {
    color: #c1c1c1;
    vertical-align: -20px;
}

.table_suppliers .price {
    color: #76787a;
    font-size: 18px;
    vertical-align: -15px;
}

.table_suppliers .title_g {
    vertical-align: -13px;
}

.table_suppliers tr th {
    background: #5e98ae;
}

.btn_custom2:hover {
    background-color: #54dbfc;
}

.table_suppliers p {
    border-bottom: 1px dashed #1ca2bd;
    display: inline;
    margin: 0 auto;
}

.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}

.box-tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
}

    .box-tabs .nav-tabs .nav-link.active {
        border-top: 5px solid #00bfd6;
        border-radius: 0;
    }

.box-content h4 {
    color: #6f6f6f;
}

.box-content span {
    color: #6f6f6f;
    font-size: 15px;
}

.box-content .box_list .title {
    color: #4d4d4d;
}

.box-content .box_list i {
    vertical-align: -7px;
    color: #00bfd6;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.border_right_custom1 {
    border-right: 3px solid #00bfd6;
}

.border_right_custom2 {
    border-right: 3px solid #fc6274;
}

.nav-tabs-custom {
    background: #f5f5f5;
}

.box_comment .bc1 {
    padding: 10px 33px 33px 60px;
}

.bc1 .row {
    background: #fcfcfc;
    border-radius: 5px;
}

.box_comment .progress_title,
.box_comment .progress_title2 {
    font-size: 14px !important;
}

.box_comment .progress {
    height: 4px !important;
    margin-top: 10px;
}

.box_comment .progress-bar {
    background-color: #00bfd6;
}

.btn_custom3 {
    background: #04ac12;
    border-color: #04ac12;
    color: #fff;
}

    .btn_custom3:hover {
        background: #04ac12;
        color: #fff;
        border-color: #04ac12;
    }

    .btn_custom3 svg {
        margin-left: 5px;
    }

.box_filter .bf1 i {
    vertical-align: -6px;
    color: #00bfd6;
}

.active_custom {
    color: #00bfd6 !important;
}

.box_users_comment {
    border-radius: 5px;
    background: #fcfcfc;
    border: 1px solid #f3f3f3;
    margin-bottom: 36px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

    .box_users_comment .box_message_light {
        font-size: 13px;
        line-height: 2.23;
        background: #fdfff8;
        border: 1px solid #e2f0d5;
        border-radius: 3px;
        color: rgba(36, 90, 29, 0.98);
        padding: 7px 20px 7px 12px;
    }

.box_message_light svg {
    margin-left: 5px;
}

.box_shopping span {
    font-size: 14px;
}

.box_shopping p svg {
    margin-left: 5px;
    color: #c1c1c1;
}

.box_shopping p a {
    color: var(--main-color-one);
    font-weight: bold;
    padding-bottom: 3px;
}

.box_shopping i {
    color: #c1c1c1;
    vertical-align: -9px;
}

.box_shopping a {
    font-size: 14px;
    border-bottom: 1px dashed #1ca2bd;
}

.box_message_dislike {
    padding: 7px 20px 7px 12px;
    font-size: 12px;
    line-height: 2.23;
    background: #fff8f9;
    border: 1px solid #ffbcc7;
    border-radius: 3px;
    color: #ff637d;
}

    .box_message_dislike svg {
        margin-left: 5px;
    }

.box_comment_header .span1 {
    font-size: 20px;
}

.box_comment_header .span2 {
    font-size: 13px;
    color: #adadad;
}

.evaluation-positive span {
    font-weight: bold;
    color: #00bfd6;
    font-size: 14px !important;
    margin-left: 5px;
}

.evaluation-positive ul li:before {
    color: #00bfd6;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    content: "\2022";
    vertical-align: -5px;
    font-size: 19px;
}

.evaluation-negative span {
    font-weight: bold;
    color: #ff637d;
    font-size: 14px !important;
}

.evaluation-negative ul li:before {
    color: #ff637d;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    content: "\2022";
    vertical-align: -5px;
    font-size: 19px;
}

.evaluation-negative,
.evaluation-positive {
    font-size: 14px !important;
}

.box_text_comment {
    font-size: 14px;
    line-height: 1.71;
    color: #505050;
}

.comments_likes {
    margin-top: 10px;
}

    .comments_likes .row {
        align-items: center;
    }

    .comments_likes span {
        display: block;
        color: #777;
        font-size: 13px;
        line-height: 1.692;
    }

    .comments_likes .btn-like {
        display: flex;
        align-items: center;
        border-radius: 8px;
        background: transparent;
        padding: 2px 0 2px 13px;
        color: #8c8c8c;
        font-size: 14px;
        line-height: 1.692;
        margin-left: 20px;
        transition: 0.4s all ease-in-out;
        -webkit-transition: 0.4s all ease-in-out;
        -moz-transition: 0.4s all ease-in-out;
        -ms-transition: 0.4s all ease-in-out;
        -o-transition: 0.4s all ease-in-out;
    }

        .comments_likes .btn-like svg {
            margin-left: 5px;
            width: 30px;
            height: 30px;
            padding: 7px;
            border-radius: 50%;
        }

        .comments_likes .btn-like:nth-last-child(1) {
            margin-left: 0;
        }

.btn-like-dislike svg {
    color: #fff;
    background: #d12714;
}

.btn-like-like svg {
    color: #fff;
    background: var(--main-color-one);
}

.email_check a {
    border-bottom: 1px dashed #1ca2bd;
}

.email_check {
    font-size: 14px;
}

    .email_check label {
        line-height: 25px;
    }

.box_questions .bq1 i {
    font-size: 90px;
    color: #35ccde !important;
}

.box_questions .bq1 .span1 {
    font-size: 25px !important;
    color: #565757 !important;
}

.box_questions .bq1 .span2 {
    color: #959595;
    font-size: 13px !important;
    margin-bottom: 10px;
    display: inline-block;
}

.box_questions .bq2::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #dbdbdb;
    left: 100%;
    top: 50px;
}

.box_questions .bq2 {
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    padding: 19px 29px 20px;
    color: #4d4d4d;
    min-height: 240px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.bq2 a {
    font-size: 13px !important;
}

.bq2 .date {
    color: #565757;
    font-size: 12px;
    margin-left: auto;
}

.box_questions .bq1 .bi-chat-dots-fill {
    color: #ffd188 !important;
}

.box_list .title {
    color: #565757;
    font-weight: bold;
}

.box_list p svg {
    color: var(--main-color-one);
    margin-left: 5px;
}

.box_list section {
    margin-top: 20px;
}

    .box_list section .container {
        padding: 0 40px;
    }

.title-comment-product svg {
    margin-left: 5px;
    color: var(--main-color-one);
}

#modalComment .form-group {
    margin-bottom: 40px;
}

.btn-primary-pill {
    background: var(--main-color-one);
    font-weight: bolder;
    padding: 10px 0;
    border: none;
    outline: none;
    color: #fff;
}

.bq-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 30px;
}

.breadcrumb-item.active {
    font-size: 14px;
}

.list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
    margin-bottom: 5px;
}

.bs-qu {
    --bs-gutter-x: -0.3rem;
}

/* end new update for product */

.main-menu,
.top-menu-menu ul > li > ul {
    margin: 0 auto;
    border-radius: 12px;
}

.dashboard .content-box {
    background-color: transparent;
    padding: 0 !important;
}
/* -------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    /*.category{
      position: relative !important;
  }*/
    .search-box.fixed {
        position: fixed;
        right: auto;
        top: 0;
        left: 15px;
        width: 100%;
        background-color: #fafcff !important;
        z-index: 100;
    }

    .product-row {
        margin-top: 0px;
    }

    .navbar-filter {
        height: auto !important;
        position: relative !important;
    }

    #nav_side {
        height: 525px !important;
        width: fit-content !important;
        z-index: 100;
        transition: all 0s ease-in;
    }

        #nav_side.fixed {
            position: fixed !important;
            top: 145px;
            width: inherit !important;
            z-index: 100;
            right: 9px;
            transition: all 0s ease-in;
            padding: 0px 6px;
        }

    .category > .row > .col-lg-9 {
        margin-right: auto;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    #nav_side {
        top: 55px;
        right: 2px;
        z-index: 100;
        transition: all 0s ease-in;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .offcanvas-body,
    .offcanvas-header {
        border-left: 1px solid rgba(16, 117, 105, 1) !important;
    }
}

/*---------------------------------------header------------------------------------*/
:root {
    --font-color-gray-title: #344054;
    --font-color-gray-text: #667085;
    --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-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;
}

.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);
}

@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: 20px;
        }
}

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%;
    height: 56px;
}

.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%;
}

.message {
    background-color: var(--bg-lighter-blue);
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-profile {
    width: 50px;
    height: 50px;
}
/* --------------------category menu--------------------------- */
@media screen and (min-width: 992px) {
    #product_category_menu {
        display: none !important;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        width: 72vw;
        max-width: 1383px;
        min-width: 920px;
        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: 1000;
    }

    #product_category:hover #product_category_menu {
        display: flex !important;
        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-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.submenu-title .nav-link {
    border-color: transparent !important;
    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;
    padding: 7px !important;
}

#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: auto;
}

#product_category > a {
    background-image: url(../images/aram_theme/img/Category.svg) !important;
    width: 38px;
    height: 38px;
    background-size: contain;
    display: block;
}

#product_category:hover > a {
    /*background-image: url(../images/aram_theme/img/Category2.svg) !important;*/
    width: 38px;
    height: 38px;
    background-size: contain;
    display: block;
    border-bottom: 3px solid #164c96;
}

.submenu-col-links a {
    margin: 0px 0px !important;
    color: var(--font-color-gray-text) !important;
}

.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;
    display: flex;
    align-items: center;
}

.item-submenu a {
    width: 100%;
    display: block;
    text-align: right;
}
/* ---------------------------------- */
.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: var(--gray-light) !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;
    }
}

.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;
    }

.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;
        z-index: 10000;
    }

@media screen and (max-width: 767px) {
    .d-none-m {
        display: none !important;
    }
}

.btn-close {
    margin-left: 0px !important;
}

#mySearchMobile {
    height: 50px;
    border-radius: 12px;
}

body {
    min-height: 100vh !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}

.user-dropdown {
    background-color: transparent !important;
}
/*header .tab-content > .active {
  display: flex !important;
}*/
header .nav-tabs .nav-item.show .nav-link,
header .nav-tabs .nav-link.active,
header .nav-tabs .nav-item.show .nav-link:hover,
header .nav-tabs .nav-link.active:hover {
    border-color: transparent !important;
    color: var(--main-color-one) !important;
}

.submenu-col-links a:hover {
    margin: 7px 0px;
    color: var(--font-color-gray-text) !important;
}

header .nav-tabs .nav-link:hover {
    border: none !important;
    margin-bottom: 0px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--main-color-one) !important;
}
/*------------------------------------*/
header .tab-content > .tab-pane.active:has(.submenu-col) {
    display: flex !important;
}

header .tab-content > .tab-pane.active:has(.nochild) {
    display: block;
}
/*--------------------------------------*/
.basket {
    background-color: var(--bg-lighter-red);
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.floatin-menu a {
    color: #2d2d2d !important;
    font-size: 9pt;
    text-wrap: nowrap;
}
/* ----------------------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-rtl .swiper-button-next,
.favorite-category.swiper-rtl .swiper-button-prev {
    bottom: auto;
    top: 25px;
    width: 44px;
    height: 44px;
}

.favorite-category.swiper-rtl .swiper-button-next {
    left: 50px !important;
    right: auto;
}

.favorite-category.swiper-rtl .swiper-button-prev {
    left: 110px !important;
    right: auto;
}

.favorite-category.swiper-rtl .swiper-button-next:after {
    content: url(../img/arrow2-left.svg);
    width: 100%;
    height: 100%;
}

.favorite-category.swiper-rtl .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(--main-color-one) !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%s;
    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(--main-color-one) !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;
}
/* ------------------------------------------ */
.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;
}

/* --------------------------index section 2------------------------ */
@media screen and (min-width: 1943px) {
    .category-div .row {
        top: 20px !important;
    }
}

@media screen and (min-width: 1200px) {
    .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;
    }

    .category-div .card-img {
        background-color: var(--bg-gray) !important;
        width: 150px;
        height: 159px;
        border-radius: 133px;
    }
}

@media screen and (max-width: 1199px) {
    .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;
    }

    .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;
}

.favorite-category .swiper-slide {
    box-shadow: none !important;
    background: transparent;
}
/* ----------------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;
}

.slider2 {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .slider2 .progress_bar {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: var(--main-color-one);
    }

.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(--main-color-one);
    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(--main-color-one);
    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;
}
/* -------------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;
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important;
    }
}

.title-silder {
    font-size: 11pt !important;
    right: 5px !important;
    left: 5px;
    margin: auto;
    display: block;
    padding: 10px !important;
}

#sidebarWrap .form-check-label,
.filter-mobile .form-check-label {
    width: 93%;
}

#accordionPanelsStayOpenExample .accordion-button {
    color: #000 !important;
    width: 100%;
}

#accordionPanelsStayOpenExample button::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");
    left: 10px;
    right: auto;
    position: absolute;
    margin: 0px !important;
}

/*    ------------------------------------------------------------------------------------------------------------------------*/

/*new style for header by samira.h*/

/* Mega menu styles */
.mega-menu {
    position: static;
}

/*.mega-menu:hover, .header-new .nav-link:hover {
      background-color: rgba(249,202,36,.17) !important;
      background: rgba(249,202,36,.17) !important;
  }*/

@media screen and (max-width: 991px) {
    .mega-menu .dropdown-menu {
        width: 100%;
        left: 0;
        top: 60px;
        flex-wrap: wrap;
        justify-content: center;
        /* padding: 20px; */
        background-color: #f9f9f9;
        border: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0s 0.3s;
    }

        .mega-menu .dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
            display: flex;
        }

    .navbar-brand img {
        height: 35px;
        width: auto;
    }

    .dropdown:hover .dropdown-toggle::after,
    .dropdown.show .dropdown-toggle::after {
        position: absolute;
        top: 31px;
        right: auto;
        left: 0;
        /*margin: 0 auto;*/
        display: inline-table;
        opacity: 1;
    }

    .mega-menu .dropdown-toggle::after {
        display: none;
        opacity: 0;
    }
    /* تغییر کرده تاریخ 1402/12/21 */
    .main-title {
        padding-right: 45px;
        position: relative;
        letter-spacing: 1px;
        word-spacing: 1px;
        font-size: 1.2em;
        font-weight: 900;
    }
}

@media screen and (min-width: 992px) {
    .offcanvas-body .mega-menu .dropdown-menu {
        width: 100%;
        left: 8px;
        top: 70px;
        flex-wrap: wrap;
        justify-content: center;
        /* padding: 20px; */
        background-color: #f9f9f9;
        border: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0s 0.3s;
    }

        .offcanvas-body .mega-menu .dropdown-menu.show,
        .offcanvas-body .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
            display: flex;
            transition: display 0.3s !important;
        }

    /*.navbar-brand img {
      height: 75px;
      width: auto;
  }*/

    .offcanvas-body .dropdown:hover .dropdown-toggle::after,
    .offcanvas-body .dropdown.show .dropdown-toggle::after {
        content: "";
        position: absolute;
        top: 31px;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: inline-table;
        opacity: 1;
    }

    .offcanvas-body .dropdown-toggle::after {
        display: none;
        opacity: 0;
    }
}

.mega-menu .nav-link {
    color: #333;
    font-weight: bold;
    padding: 10px 20px;
}

/*.mega-menu .nav-link:hover, .dropdown.show {
      background-color: rgba(249,202,36,.17) !important;
  }*/

.mega-menu .dropdown-menu > .row {
    margin-bottom: 20px;
}

    .mega-menu .dropdown-menu > .row:last-child {
        margin-bottom: 0;
    }

.mega-menu .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mega-menu .col-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12pt;
}

.mega-menu .col-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: right;
    font-size: 10pt;
}

    .mega-menu .col-links .nav-link {
        padding: 5px;
        width: 100%;
        display: block;
    }

.dropdown-toggle {
    position: relative;
}

.offcanvas-header,
.offcanvas-body {
    background-color: #fff !important;
}

.offcanvas-end {
    right: -14px;
}

.header-new .navbar {
    /*right: -12px !important;*/
    background-color: #fff !important;
    height: 100px;
}

.header-new {
    /*margin-right: -12px !important;*/
    height: 100px;
}

    .header-new .navbar-light .navbar-toggler {
        /*top: -12px;*/
        position: relative;
        left: 0px;
        margin-right: auto;
    }

.drop-lang {
    position: absolute;
    right: -115px;
    left: auto;
}
/*--------------------10/24--------------------*/
.card-box .card-img img {
    max-height: 100% !important;
}

@media (min-width: 1200px) {
    .d-xl-inline-block {
        display: inline-block !important;
    }
}

.search-box-menu-top {
    min-width: 300px;
    border-radius: 10px;
    text-align: right;
}

.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(--main-color-one);
    }

.bg-blue {
    background-color: var(--main-color-one);
}

.jquery-back-to-top {
    bottom: 74px !important;
}

.choose-color button,
.choose-color span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    border-color: currentColor;
    border: none;
}

    .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);
    }

/* start mobile footer */
.mobile-footer {
    width: 100%;
}

/* end mobile footer */

/* start insta floating */

.insta-floating {
    position: fixed;
    right: 36px;
    bottom: 70px;
    z-index: 999999999;
}

    .insta-floating img {
        width: 70px;
    }

/* end insta floating */

/* start blog featured */

.blog-featured {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 25px 25px 10px 25px;
    margin-bottom: 20px;
    min-width: 100%;
    margin-top: 10px;
    box-shadow: var(--shadow-inner);
}

    .blog-featured .title {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 10px;
  border-bottom: 1px dashed #bbb; */
    }

        .blog-featured .title h4 {
            color: #6b6b6b;
            font-size: 22px;
            font-weight: 800;
            font-family: var(--font-yekan-bakh);
        }

        .blog-featured .title span {
            margin-right: 10px;
            font-weight: bold;
        }

            .blog-featured .title span:hover {
                color: var(--main-color-two);
            }

    .blog-featured .desc {
        margin-top: 10px;
    }

        .blog-featured .desc ul {
            list-style-type: decimal;
            padding: 0 20px;
        }

            .blog-featured .desc ul li a {
                font-size: 16px;
                color: #333;
                padding-bottom: 5px;
                display: inline-block;
                border-bottom: 1px dashed transparent;
                transition: 0.2s ease;
                -webkit-transition: 0.2s ease;
                -moz-transition: 0.2s ease;
                -ms-transition: 0.2s ease;
                -o-transition: 0.2s ease;
            }

                .blog-featured .desc ul li a:hover {
                    color: var(--main-color-two);
                    border-bottom: 1px dashed var(--main-color-two);
                    font-weight: bold;
                }

/* end blog featured */

/* icon product box */

.icon-product-box {
    z-index: 9;
    position: absolute;
    top: 10px;
    left: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-product-box-item {
    cursor: pointer;
    width: 100%;
    background: #fff;
    padding: 5px;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}

.icon-product-box-item i {
    font-size: 22px;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.pro_gallery {
    position: relative;
}

.special-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
}

    .special-label img {
        width: 80px;
    }

/* end icon product box */

/* pro var */

.pro-var-responsive ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
}

    .pro-var-responsive ul li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .pro-var-responsive ul li a {
            font-size: 14px;
            display: block;
            border: 1px solid #ddd;
            padding: 7px 10px;
            border-radius: 50%;
        }

            .pro-var-responsive ul li a.active {
                border-color: var(--main-color-one);
            }

.product-feature, #productProperties {
    border-top: 1px dashed #ccc;
}

/* end pro var */

/* multi seller */

.multi-seller {
    padding-bottom: 20px;
}

    .multi-seller .main-table th {
        padding: 20px 0;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
    }

    .multi-seller .content-box {
        box-shadow: var(--shadow-box);
    }

.table-responsive-mobile {
    padding: 10px 0;
}

    .table-responsive-mobile .trm-parent {
        margin-bottom: 20px;
        background: #fff;
        box-shadow: var(--shadow-box);
        border-radius: 5px;
    }

    .table-responsive-mobile .trm {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

        .table-responsive-mobile .trm .trm-item {
            flex: 0 0 calc(49.5% - 1px);
            max-width: calc(49.5% - 1px);
            padding: 20px 10px;
            border-radius: 5px;
        }

            .table-responsive-mobile .trm .trm-item:nth-child(1) {
                font-weight: bold;
            }

            .table-responsive-mobile .trm .trm-item:nth-child(2) {
                color: #717171;
            }

        .table-responsive-mobile .trm:nth-last-child(1) {
            border-bottom: none;
        }

        .table-responsive-mobile .trm .trm-item-full {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
            padding: 25px 10px;
        }

.btn-add-cart-new {
    font-weight: bold;
    height: 100%;
    background: var(--main-color-three);
    border: 1px solid var(--main-color-three);
    outline: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s all ease;
    border-radius: 25px;
}

    .btn-add-cart-new:hover {
        background: transparent;
        color: var(--color-site);
    }

/* end multi seller */

/* product feature */

.shop-feature {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #f1f1f0;
    border-bottom: 6px solid #f1f1f0;
}

    .shop-feature ul {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .shop-feature ul li {
            margin: 0 10px;
            padding-left: 10px;
        }

            .shop-feature ul li img {
                width: 40px;
                margin: 5px auto;
                display: block;
            }

            .shop-feature ul li span {
                display: block;
                font-size: 12px;
                margin-top: 5px;
                color: var(--text-muted-two);
            }

/* end product feature */

/* start content product */

.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}

.box-tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
}

    .box-tabs .nav-tabs .nav-link.active {
        border-top: 5px solid #00bfd6;
        border-radius: 0;
    }

.box-content h4 {
    color: #6f6f6f;
}

.box-content span {
    color: #6f6f6f;
    font-size: 15px;
}

.box-content .box_list .title {
    color: #4d4d4d;
}

.box-content .box_list i {
    vertical-align: -7px;
    color: #00bfd6;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.border_right_custom1 {
    border-right: 3px solid var(--main-color-one);
}

.border_right_custom2 {
    border-right: 3px solid var(--main-color-two);
}

.nav-tabs-custom {
    background: #f5f5f5;
}

.box_comment .bc1 {
    padding: 10px 33px 33px 60px;
}

.bc1 .row {
    background: #fcfcfc;
    border-radius: 5px;
}

.box_comment .progress_title,
.box_comment .progress_title2 {
    font-size: 14px !important;
}

.box_list p.title {
    font-weight: bold;
}

/* end content product */

/* add cart float */

.add-cart-float {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 850;
}

.mega-container {
    margin: 0 auto;
}

/* end add cart float */
.main-color-two-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-two-shadow) !important;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}
/* color box */

.color-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.color-box-item {
    margin-left: 5px;
    width: 32px;
    height: 32px;
    padding: 2px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
}

    .color-box-item.active {
        border: 2px solid var(--main-color-one);
        transform: scale(1.2);
    }

        .color-box-item.active span {
            position: relative;
        }

            .color-box-item.active span::before {
                content: "\F26E";
                color: #fff;
                font-size: 22px;
                font-family: "bootstrap-icons", serif !important;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .color-box-item .color {
        cursor: pointer;
        display: block;
        background: red;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

/* end color box */

/* start product-descs */
.product-desc {
    position: relative;
    z-index: 1;
}

.product-desc-tab {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

    .product-desc-tab::-webkit-scrollbar {
        display: none;
    }

    /* .product-desc-tab ul {
  min-width: 450px;
  flex-wrap: nowrap;
} */

    .product-desc-tab ul li {
        margin-left: 5px;
        margin-bottom: 10px;
    }

        .product-desc-tab ul li button {
            border: none;
            height: 100%;
            color: #515151;
            outline: none;
            box-shadow: none;
            background: #ddd;
        }

            .product-desc-tab ul li button a {
                display: block;
                padding: 10px;
                white-space: nowrap;
                color: var(--color-site);
            }

            .product-desc-tab ul li button.active {
                height: 100%;
                box-shadow: var(--shadow-inner);
                border-top: 3px solid var(--main-color-one);
                outline: none;
                background: #fff;
                transition: 150ms border-top linear;
                -webkit-transition: 150ms border-top linear;
                -moz-transition: 150ms border-top linear;
                -ms-transition: 150ms border-top linear;
                -o-transition: 150ms border-top linear;
            }

                .product-desc-tab ul li button.active a {
                    color: var(--color-site);
                }

            .product-desc-tab ul li button i {
                margin-left: 5px;
            }

.product-desc-tab-content {
    padding: 20px 0;
}

    .product-desc-tab-content table tr th {
        width: 200px;
    }

    .product-desc-tab-content table tr td {
        padding: 12px 0;
    }

.tab-title {
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.product-desc-content {
    padding: 20px 0;
    line-height: 2.2;
}

    .product-desc-content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.table-product {
    --bs-table-striped-bg: rgb(0 0 0 / 3%);
}

.comment {
    padding: 20px;
    border-radius: 10px;
}

    .comment .avatar img {
        width: 40px;
        height: 40px;
    }

.star i.bi-star {
    color: #ddd;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}

.star i.bi-star-half {
    color: #f7ad0d;
}

.positive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .positive {
    background: #28ff3a3c;
    padding: 10px 20px;
    box-shadow: var(--shadow-box);
}

.positive-nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
}

.positive-nav ul li:nth-child(1)::before {
    background: transparent;
}

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    background: #ff28283c;
    padding: 0 20px;
    box-shadow: var(--shadow-box);
}

.negitive-nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
}

.negitive-nav ul li:nth-child(1)::before {
    background: transparent;
}

.comment-reply {
    padding: 20px 0;
}

/* end product-descs */

/* read more */

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: "بیشتر +";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "بستن _";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 10px 0;
    color: var(--main-color-one);
    font-size: 0.9em;
}

/* end read more */

/* rating */

.rating {
    border: none;
}

    .rating:not(:checked) > input {
        position: absolute;
        /* top:-9999px; */
        clip: rect(0, 0, 0, 0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 0.1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #ddd;
    }

        .rating:not(:checked) > label:before {
            content: "★ ";
        }

    .rating > input:checked ~ label {
        color: #e5c406;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
    }

    .rating > label:active {
        position: relative;
    }

.se-cart {
    background: var(--bs-gray-100);
    background-size: cover;
    border: 1px solid #eee;
    box-shadow: var(--shadow-sm);
    padding: 10px;
    border-radius: 10px;
}

.scd-item {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
}

    .scd-item i {
        font-size: 18px;
    }

    .scd-item a,
    .scd-item .link {
        color: #515115;
    }

.se-cart-price-old {
    color: #4a4a4a;
    text-decoration: line-through;
    margin-left: 5px;
}

.se-cart-price-new {
    color: #04ac12;
    font-size: 20px;
    font-weight: bold;
}

.se-cart-item {
    padding: 15px 0;
}

    .se-cart-item:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

/* end rating */

/* start procut rating */

.product-rateing .title {
    padding-bottom: 20px;
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
}

    .product-rateing .number h2 {
        margin: 30px 0;
        color: #333;
        font-size: 40px;
    }

    .product-rateing .number .star {
        padding: 5px;
        background: #dddddd5b;
        border-radius: 10px;
    }

        .product-rateing .number .star .bi-star {
            color: #bbb;
        }

        .product-rateing .number .star .bi-star-fill {
            color: rgb(246, 130, 5);
        }

.product-rateing .prog-rating {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
}

    .product-rateing .prog-rating .right {
        flex: 0 0 calc(10% - 10px);
        max-width: calc(10% - 10px);
    }

    .product-rateing .prog-rating .center {
        flex: 0 0 calc(80% - 10px);
        max-width: calc(80% - 10px);
    }

    .product-rateing .prog-rating .left {
        flex: 0 0 calc(10% - 10px);
        max-width: calc(10% - 10px);
    }

    .product-rateing .prog-rating .center .progress {
        margin-bottom: 3px;
    }

/* end procut rating */

/* end page product */
.btn-add-cart-new {
    font-weight: bold;
    height: 100%;
    background: var(--main-color-three);
    border: 1px solid var(--main-color-three);
    outline: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s all ease;
    border-radius: 25px;
}

.product-meta .nav-item {
    display: flex;
}

#alertContainer {
    max-width: fit-content;
    display: block;
    margin: auto;
}

#counterr {
    max-width: 120px;
    text-align: center;
}

.decrement {
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 0px 7px 7px 0px;
}

.increment {
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 7px 0px 0px 7px;
}

.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;
}

@media only screen and (min-width:991px) {
    .grid-center {
        height: 270px;
    }

    .grid-img {
        height: 130px;
    }
}



@media only screen and (max-width:992px) {
    .offer-item {
        padding: 30px 10px;
    }

    .auth-logo {
        padding: 20px 0;
    }

    .grid-center {
        float: left
    }

    .grid-img,
    .grid-center {
        height: 220px;
        margin-bottom: 10px;
    }

    .header-box {
        padding: 7px 10px;
        text-align: center;
    }

        .header-box svg {
            margin: 0;
        }

    .banner-slider .col-6 {
        height: 100% !important;
    }

    #suggetMoment .product-box-item-img img {
        width: 300px;
        height: 300px;
    }

    .auth-forget {
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .product-feature ul li {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

        .product-feature ul li:nth-last-child(1) {
            border-bottom: 0;
        }

        .product-feature ul li img {
            margin: 0;
        }

        .product-feature ul li span {
            font-size: 13px;
            margin: 0 5px;
        }

    .auth-form .input-group,
    .auth-form .form-check,
    .auth-form .btn-login {
        width: 100% !important;
    }

    .auth-form .btn-login {
        margin: 5px !important;
    }

    .box_questions .bq1 i {
        font-size: 45px;
    }

    .notfound .notfound-404 {
        height: 115px;
    }

        .notfound .notfound-404 h1 {
            font-size: 86px;
        }

            .notfound .notfound-404 h1 > span {
                width: 86px;
                height: 86px;
            }

    .product-box-title img {
        width: 150px;
    }

    .cart-detail table td.td-count {
        min-width: 150px;
    }
}

@media only screen and (max-width:576px) {
    .product-box-title h2 {
        font-size: 20px;
    }

    .payment-table tr td p {
        display: block;
        margin: 5px 0;
    }

    .cart-empty-offer a {
        display: block;
        border: none;
    }

    .btn-add-to-cart {
        width: 100%;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .cart-counter {
        width: 100%;
        margin-bottom: 10px;
    }

    .line-steps {
        display: none;
    }

    .header-box {
        padding: 0;
    }

    .auth-title h3 {
        font-size: 20px;
    }

    .auth-title p {
        font-size: 14px;
    }

    .btn-discount {
        width: 100%;
    }

    .top-menu-btn .count-item {
        top: 15px;
    }

    .see-all-offer {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media only screen and (max-width:400px) {
    .btn-login {
        width: 100%;
        margin: 5px 0 !important;
    }


    .product-box-title a {
        padding: none;
        border: none;
    }

    .dashboard-cart-col {
        width: 100% !important;
    }
    /* تغییر کرده تاریخ 1402/12/21 */
    .main-title {
        font-size: 1.2em;
    }

    .product-box-title img {
        width: 120px;
    }

    .login-modal .modal-content::before {
        width: 70px;
        height: 70px;
        font-size: 50px;
    }

    .text-payment {
        text-align: justify;
    }

    .btn-payment {
        margin: 10px 0;
    }

    .product-box .countdown-container .countdown-value,
    .product-box .countdown-container .countdown-heading {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }

    .product-box .countdown-container .countdown-heading {
        font-size: 12px;
        margin-top: 5px;
    }

    .se-cart-price .countdown-container .countdown-value,
    .se-cart-price .countdown-container .countdown-heading {
        width: 20px;
        height: 20px;
        font-size: 14px;
        background: transparent;
    }

    .se-cart-price .countdown-container .countdown-heading {
        font-size: 12px;
        margin-top: 5px;
    }

    .se-cart-price .countdown-container .seconds-bottom {
        color: #c00;
    }

    .product-desc-tab ul li button a {
        font-size: 13px;
        padding: 5px;
    }

    .box_questions .bq2 {
        padding: 15px;
    }

    .bq2 .date {
        margin: 0 auto;
    }

    .title-comment-product {
        font-size: 14px;
    }

    .email_check label {
        font-size: 14px;
    }

    .se-cart-price-old {
        display: block;
        margin-bottom: 5px;
    }

    .icon-product-box-item i {
        font-size: 18px;
    }

    .summary-offer {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .cart-product .title h6 {
        font-size: 12px;
    }

    .cart-product .title .count {
        font-size: 12px;
    }

    .cart-slide-title h6 {
        font-size: 18px;
    }

    .cart-slide-title i {
        font-size: 18px;
    }

    .se-title h5 {
        font-size: 14px;
    }

    .category-filter-box-title h4 {
        font-size: 14px;
    }

    .see-all-offer {
        white-space: nowrap;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1470px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1470px;
    }

    .main-menu, .top-menu-menu ul > li > ul {
        max-width: 1470px;
    }
}
/* تغییر کرده تاریخ 1402/12/21 */
.breadcrumb a img {
    width: 11px;
}
/* -----------تغییر کرده 1403/02/01---------- */
.swiper-button-next {
    left: 10px;
    right: auto;
}

/* ------------------تغییر کرده 1403/02/03-------------------- */
/* --------------------category menu--------------------------- */

.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);
}

.swiper:not(#offerItem, #offerItemLink) .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sliderThumbImage .swiper-slide {
    width: 65px;
    height: 70px;
}
/*.swiper-slide img {
        
        object-fit: contain;
    }*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dcdee0;
}

.breadcrumb img {
    width: 10px !important;
    margin-right: 5px;
    margin-left: 5px;
}

#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;
    }

@keyframes rotate-outer {
    50% {
        transform: rotate(200deg);
    }
}

@keyframes rotate-inner {
    50% {
        transform: rotate(-400deg);
    }
}

.loading-section {
    z-index: 1000;
}

#discountPrice, #discountPriceCount {
    color: var(--main-color-one) !important;
    font-size: 23pt !important;
}

.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;
        }

#shopSupplierListModal .modal-dialog {
    max-width: 80vw !important;
}

@media screen and (max-width: 991px) {
    #AddToBasket_Div {
        position: fixed;
        top: auto;
        bottom: 69px;
        z-index: 100;
        width: 50%;
        margin: auto;
        background-color: #fff;
        left: auto;
        right: 0;
        padding: 5px 10px;
        height: 66px;
    }

    #sellStatus {
        position: fixed;
        top: auto;
        bottom: 69px;
        z-index: 100;
        width: 100%;
        margin: auto;
        background-color: #fff;
        left: auto;
        right: 0;
        padding: 5px 10px;
    }

    #counter-div {
        position: fixed;
        top: auto;
        bottom: 69px;
        z-index: 100;
        width: 50%;
        margin: auto;
        background-color: #fff;
        left: 0;
        right: auto;
        padding: 5px 10px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #priceDive {
        position: fixed;
        top: auto;
        bottom: 135px;
        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, .product-gallery img {
        max-height: 33vh;
    }

    body:has(#AddToBasket_Div) .jquery-back-to-top {
        z-index: 0 !important;
    }
}

#productName {
    font-family: var(--font-Kalameh);
}

#productProperties .desc {
    font-family: var(--font-Kalameh);
    font-weight: 800;
    margin-right: 3px;
}

#productProperties .title {
    font-weight: 800;
}

.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: #fff;
    background-color: var(--main-color-one);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--main-color-one);
}
.main-color-green {
    background-color: var(--main-color-one);
    color: #fff;
}
.slider-selection {
    background-color: var(--main-color-one) !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;
    }
}