﻿
:root {
    /* theme color */
    --main-color-red: #045334;
    --main-color-red-hover: #4caf50;
    --main-color-one: #1b753e;
    --main-color-oneo: #009688;
    --main-color-one-shadow: #8bc34a4a;
    --main-color-one-hover: #009688;
    --main-color-two: #00bbdf;
    --main-color-two-shadow: #00bbdf31;
    --main-color-two-hover: #00CCF5;
    --main-color-three: #798897;
    --main-color-three-shadow: #79889731;
    --main-color-three-hover: #5C6A78;
    --main-color-green: #189D0E;
    --main-color-green-hover: #107907;
    --main-color-gray: #8d8d8d;
    --bg-site: #f8f8f8;
    /* typography */
    --font-size: 14px;
    --color-site: #333333;
    --font-site: 'payda';
    /* 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 12px 4px rgb(0 0 0 / 5%);
    /* text */
    --text-muted: #565757;
    --text-muted-two: #929292;
    /* border */
    --border-muted: #ced4da;
}


.title-line-bottom, .title-line-bottom-center {
    position: relative;
    padding-bottom: 10px;
}

    .title-line-bottom::before, .title-line-bottom-center::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 65px;
        height: 5px;
        background-color: var(--main-color-one);
    }

    .title-line-bottom-center::before {
        right: 50%;
        transform: translateX(50%);
    }

.f-800 {
    font-weight: 800;
}

.tooltip {
    font-family: var(--font-site), serif;
    font-size: 12px !important;
}

p {
    line-height: 36px;
    margin-bottom: 0;
    font-size: 16px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.text-muted-two {
    color: var(--text-muted-two);
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--main-color-two);
}

.content {
    padding: 20px 0;
    padding-top: 0;
}

.content-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-400);
}

    .content-box:nth-last-child(1) {
        margin-bottom: 0;
    }

a {
    text-decoration: none;
    color: var(--color-site);
    font-size: var(--font-size);
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-color {
    color: var(--color-site) !important;
}

.py-20 {
    padding: 20px 0;
}

.py-25 {
    padding: 25px 0;
}

.py-30 {
    padding: 30px 0;
}

.py-40 {
    padding: 40px 0;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-overflow-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-overflow-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-justify {
    text-align: justify;
}

.span-primary {
    display: inline;
    background-color: #0967ff13;
    border-bottom: 1px dashed #0761f6;
    padding: 4px 7px;
    color: #0547b2;
}

.form-group {
    margin-bottom: 15px;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.main-color-one-outline {
    border-color: var(--main-color-one);
}

    .main-color-one-outline.main-color-one-color:hover {
        color: #fff !important;
    }

    .main-color-one-outline:hover {
        background-color: var(--main-color-one);
        color: #fff;
    }

.main-color-two-outline.main-color-two-color:hover {
    color: #fff !important;
}

.main-color-two-outline {
    border-color: var(--main-color-two);
}

    .main-color-two-outline:hover {
        background-color: var(--main-color-two);
        color: #fff;
    }

.main-color-three-outline {
    border-color: var(--main-color-three);
}

    .main-color-three-outline:hover {
        background-color: var(--main-color-three);
        color: #fff;
    }

    .main-color-three-outline.main-color-three-color:hover {
        color: #fff !important;
    }

.main-color-green {
    background-color: #189D0E;
    color: #fff;
}

.main-color-green-color {
    color: #189D0E;
}

.main-color-green:hover {
    color: #fff !important;
    background-color: var(--main-color-green-hover) !important;
}

.no-highlight {
    overflow: visible !important;
}

.btn {
    transition: 200ms;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

    .btn:not(.no-highlight):before {
        display: inline-block;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 100%;
    }

    .btn:active {
        transform: translate(0, 2px);
    }

    .btn:hover:before {
        transition: 800ms;
        left: -100%;
    }

.main-color-red {
    background-color: var(--main-color-red) !important;
    color: #fff !important;
}

    .main-color-red:hover {
        background-color: var(--main-color-red-hover) !important;
        color: #fff !important;
    }

.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
}

    .main-color-one-bg:hover {
        background-color: var(--main-color-one-hover) !important;
        color: #fff !important;
    }

.main-color-one-border {
    border-color: var(--main-color-one) !important;
}

.main-color-two-color {
    color: var(--main-color-two) !important;
}

.main-color-two-bg {
    background-color: var(--main-color-two) !important;
}

    .main-color-two-bg:hover {
        background-color: var(--main-color-two-hover) !important;
    }

.main-color-two-border {
    border-color: var(--main-color-two) !important;
}

.main-color-three-color {
    color: var(--main-color-three) !important;
}

.main-color-three-bg {
    background-color: var(--main-color-three) !important;
    color: #fff !important;
}

    .main-color-three-bg:hover {
        background-color: var(--main-color-three-hover) !important;
        color: #fff !important;
    }

.main-color-three-border {
    border-color: var(--main-color-three) !important;
}

.main-color-one-bg.no-hover {
    background-color: var(--main-color-one) !important;
}

.main-color-two-bg.no-hover {
    background-color: var(--main-color-two) !important;
}

.main-color-three-bg.no-hover {
    background-color: var(--main-color-three) !important;
}

.mco-hover,
.mct-hover,
.mctt-hover {
    transition: 0.3s;
}

    .mco-hover:hover {
        color: var(--main-color-one-hover) !important;
    }

    .mct-hover:hover {
        color: var(--main-color-two-hover) !important;
    }

    .mctt-hover:hover {
        color: var(--main-color-three-hover) !important;
    }

.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 12px 4px rgb(0 0 0 / 5%);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.danger-label {
    padding: 10px 10px;
    background-color: #fc6d6d3b !important;
    color: #f21919 !important;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.success-label {
    padding: 5px 10px;
    background-color: #6dfc9d3b;
    color: #017040;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.warning-label {
    padding: 5px 10px;
    background-color: #fcdc3c3b;
    color: #705d01;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.pointer {
    cursor: pointer;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: var(--main-color-two);
    width: 25px;
    height: 7px;
    border-radius: 10px;
}

.fix-icon::before {
    line-height: inherit !important;
    vertical-align: middle !important;
}

.btn:focus {
    border-color: transparent !important;
}

.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);
}

/* STYLING SCROLLBAR */
::-webkit-scrollbar {
    width: 1vw;
    /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
::-webkit-scrollbar-thumb {
    background-color: var(--main-color-one);
    border: 0.3vw solid #ffffff;
    border-radius: 5vw;
}

/* bootstrap touch spin */
.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    width: 40px;
    height: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-red);
    box-shadow: var(--shadow-box);
    color: #fff;
    border-radius: 5px;
}

.bootstrap-touchspin-up {
    margin-right: 7px;
}

.bootstrap-touchspin-down {
    margin-left: 7px;
}

.form-counter {
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 5px;
    border: 1px solid #eee;
}

.counter .input-group {
    align-items: center;
}

.form-counter:focus {
    border: none;
    outline: none;
}

.wh-20 {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
}

.w-40-px {
    width: 40px;
}

.h-40-px {
    height: 40px;
}

.lh-40-px {
    line-height: 40px;
}

.container-fluid {
    --bs-gutter-x: 1.5rem;
}

section {
    padding: 25px 0;
}

.my-25 {
    margin: 25px 0;
}

.swiper-slide {
    padding: 0 5px;
}

.running-top {
    transition: 0.3s all ease-in-out;
}

    .running-top:hover {
        transform: translateY(-12px);
    }

.font-dana {
    font-family: dana, serif;
}

.icon-circle {
    position: relative;
    padding-right: 15px;
}

    .icon-circle::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--main-color-one);
    }

.border-dashed {
    border-top: 1px dashed var(--bs-gray-400);
}

.border-ui {
    border: 1px solid var(--bs-gray-400);
}

.img-reverse-x {
    transform: scaleX(-1);
}

.w-100-px {
    width: 100px;
}

.h-100-px {
    height: 100px;
}

.h-80-px {
    height: 80px;
}

.w-80-px {
    width: 80px;
}

.h-60-px {
    height: 60px;
}

.h-70-px {
    height: 70px;
}


.w-60-px {
    width: 60px;
}

.w-150-px {
    width: 150px;
}

.h-150-px {
    height: 150px;
}

section {
    padding: 25px 0;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.title-font {
    font-weight: 900;
}

.end-item-no-border:nth-last-child(1) {
    border: none !important;
}

.bi-bold {
    font-size: 1.2em;
    text-shadow: 0.3px 0.3px 0 currentColor, -0.3px -0.3px 0 currentColor;
}
.main-color-gr-bg {
    background-color: var(--main-color-gray) !important;
}
    .main-color-gr-bg:hover {
        background-color: var(--main-color-one) !important;
    }


/*========================== start page product ==========================*/
.product-gallery img {
    max-width: 80%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.product-gallery.not-found img, .product-gallery-thumb.not-found img {
    filter: grayscale(100%);
}

.product-gallery-thumb {
    padding: 2px;
}

.product-gallery .swiper-pagination {
    bottom: 20px;
}

.product-gallery .swiper-slide {
    border: 1px solid var(--bs-gray-400);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 10px 60px 10px;
}

    .product-gallery .swiper-slide .swiper-zoom-container {
        padding: 10px;
    }

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

    .product-gallery .swiper-button-next::after,
    .product-gallery .swiper-button-prev::after {
        color: var(--color-site);
    }

.product-gallery-thumb {
    padding: 12px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 10px;
}

    .product-gallery-thumb img {
        display: block;
        width: 66px;
        height: 66px;
        object-fit: cover;
        margin: auto;
        opacity: 0.6;
        transition: 0.3s all ease-in-out;
        cursor: pointer;
    }

        .product-gallery-thumb img:hover {
            opacity: 1;
        }

    .product-gallery-thumb .swiper-slide {
        border-radius: 10px;
        transition: 0.1s all ease-in-out;
        padding: 5px;
        border: 1px solid transparent;
    }

    .product-gallery-thumb .swiper-slide-thumb-active {
        border-color: var(--bs-gray-600);
        border-width: 1px;
    }

        .product-gallery-thumb .swiper-slide-thumb-active img {
            opacity: 1;
        }

/* icon product box */


.icon-product-box-item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #eee;
    padding: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}

.icon-product-box-item i {
    font-size: 16px;
    display: inherit;
}

.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: 9;
}

    .special-label img {
        width: 80px;
    }

/* end icon product box */
.product-meta-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

    .product-meta-title img {
        max-width: 100px;
    }

.rating-star {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FFE7C1;
    text-align: center;
    border-radius: 50%;
    color: #654700;
    font-size: 16px;
}

.product-meta-feature {
    margin-top: 20px;
}

.product-meta-feature-items ul {
    margin-top: 15px;
    position: relative;
    padding-right: 20px;
}

    .product-meta-feature-items ul::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: var(--bs-gray-200);
        border-radius: 10px;
    }

    .product-meta-feature-items ul::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 25px;
        background-color: var(--bs-gray-600);
        border-radius: 10px;
    }

    .product-meta-feature-items ul li {
        color: var(--text-muted);
    }

        .product-meta-feature-items ul li:not(:last-child) {
            margin-bottom: 10px;
        }

        .product-meta-feature-items ul li span {
            font-weight: bold;
        }

        .product-meta-feature-items ul li strong {
            margin-right: 7px;
            color: var(--text-muted);
            font-weight: normal;
        }

.product-meta-color-items label {
    background-color: #eee;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-inline: 5px;
    margin-left: 3px;
}

#SellerListDiv {
    margin-top: 25px;
}

.product-meta-color-items label:hover {
    background-color: #e2e2e2 !important;
}

.product-meta-color-items .btn-check:checked + .btn {
    border-color: var(--main-color-two) !important;
}

    .product-meta-color-items .btn-check:checked + .btn:hover {
        background-color: transparent !important;
    }

.product-meta-color-items label span {
    width: auto;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}


.btn-add-to-cart {
    display: flex;
    align-items: center;
    padding: 10px 50px !important;
}

/* start multi seller */
.title-panel {
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}

    .title-panel::before {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 0;
        height: 3px;
        background-color: var(--main-color-two);
        width: 70px;
        z-index: 2;
    }

    .title-panel::after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 0;
        left: 0;
        height: 3px;
        background-color: #eee;
        width: 100%;
        z-index: 1;
    }

.responsive-table > table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    overflow-x: auto;
    padding: 5px;
}

.main-table {
    margin-bottom: 0;
    padding: 10px;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
    z-index: 100;
}

    .main-table th {
        padding: 20px 0;
        font-size: 14px;
        vertical-align: middle;
    }

    .main-table tr {
        vertical-align: middle;
    }

        .main-table tr td.title {
            max-width: 280px;
            min-width: 280px;
        }

        .main-table tr td.counter {
            max-width: 180px;
            min-width: 180px;
        }

/* end multi seller */
/* start product-descs */
.product-desc {
    position: relative;
    margin-top: 30px;
}

.product-desc-tab {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: auto;
    /* Firefox */
    margin-bottom: 10px;
}

.product-desc-content p {
    line-height: 35px;
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}

.product-desc-tab ul {
    min-width: 450px;
    flex-wrap: nowrap;
    justify-content: right;
    padding-right: 0;
}

    .product-desc-tab ul li {
        margin-left: 5px;
    }

        .product-desc-tab ul li button {
            border: 2px solid transparent;
            height: 100%;
            outline: none;
            background: #fff;
            padding: 7px 20px;
            box-shadow: var(--shadow-inner);
            border-radius: 12px;
            display: block;
            position: relative;
            background-color: #ededed;
        }

            .product-desc-tab ul li button.active {
                background-color: var(--main-color-one);
                color: #fff;
                font-weight: bold;
            }

                .product-desc-tab ul li button.active span {
                    color: #fff !important;
                }

            .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 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;
    margin-top: 30px;
    background-color: #fff !important;
}

    .comment .title {
        background-color: #f8f9fb;
        padding: 10px;
        border-radius: 30px;
        box-shadow: var(--shadow-sm);
    }

.comment-replay .title {
    background-color: #fff !important;
}

.comment .avatar img {
    width: 40px;
    height: 40px;
}

.star i.bi-star {
    color: #ccc;
}

.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 {
    padding: 10px 0;
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
}

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    padding: 10px 0;
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
}

.comment-reply {
    padding: 20px 0;
}

.product-desc-tab-content {
    position: relative;
}

/* end product-descs */
/* 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_list svg {
    margin-left: 5px;
}

.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;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: normal;
}

.border_right_custom1 {
    background: transparent;
    border-radius: 0 !important;
    font-weight: bold;
    font-size: 14px !important;
}

.border_right_custom2 {
    background-color: #f1f1f1;
}

.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: 800;
    font-size: 18px;
    margin-bottom: 15px;
}

/* end content product */
/* start comment */
.comment-item {
    position: relative;
}

    .comment-item label.label-float {
        position: absolute;
        top: -14px;
        background-color: #fff;
        right: 15px;
        padding: 5px;
    }

    .comment-item input.form-control, .comment-item select {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
        font-size: 14px;
    }

.tags.tagify.commentTags {
    background: #fff;
    padding: 6px 10px;
    --tags-focus-border-color: #333;
}

.btn-comment {
    padding: 15px 150px;
    border-radius: 30px;
}

.tag-pos .tagify__tag > div::before {
    inset: unset;
}

.tag-pos .tagify__tag {
    background-color: #afffb2e1;
    border-radius: 10px;
}

.tag-neg .tagify__tag > div::before {
    inset: unset;
}

.tag-neg .tagify__tag {
    background-color: #ffaeaedf;
    border-radius: 10px;
}

.tag-neg .tagify__tag-text {
    color: #480303;
}

.tag-pos .tagify__tag-text {
    color: #428e30;
}

.comment-replay {
    background-color: var(--main-color-one-shadow) !important;
}

/* end comment */
/* rating */
.rating {
    border: none;
}

    .rating:not(:checked) > input {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #ddd;
    }

        .rating:not(:checked) > label:before {
            content: "\f586";
            font-family: 'bootstrap-icons', serif;
            width: 30px;
            height: 30px;
            position: absolute;
            background-color: #fff;
        }

    .rating > input:checked ~ label {
        color: #f7ad0d;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #f7ad0d;
    }

    .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: #f7ad0d;
    }

    .rating > label:active {
        position: relative;
    }

/* end rating */
/* product feature */
.shop-feature ul {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px;
}

    .shop-feature ul li {
        margin: 0 10px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
    }

        .shop-feature ul li img {
            width: 50px;
            margin: 0 0 10px 0;
            display: block;
            color: #fff;
        }

        .shop-feature ul li span {
            display: block;
            font-size: 16px;
            font-weight: 100;
        }

/* end product feature */
/* start procut rating */
.product-rateing .title {
    padding-bottom: 20px;
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .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 #ddd;
    border-radius: 5px;
}

    .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 */
/* ---------------  */
.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;
}

.box_filter .bf1 i {
    vertical-align: -6px;
    color: #00bfd6;
}

.active_custom {
    color: var(--main-color-one) !important;
    font-weight: bold;
}

.box_users_comment {
    margin-bottom: 36px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .box_users_comment.reply {
        background-color: var(--bs-gray-200);
    }

    .box_users_comment .box_message_light {
        font-size: 13px;
        line-height: 2.23;
        border-radius: 3px;
        color: var(--main-color-three);
        font-weight: bold;
        padding: 7px 0 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;
    margin-left: 7px;
}

.box_shopping a {
    font-size: 14px;
    border-bottom: 1px dashed var(--main-color-one);
}

.box_message_dislike {
    padding: 7px 0 7px 12px;
    font-size: 12px;
    line-height: 2.23;
    color: #ff637d;
}

    .box_message_dislike svg {
        margin-left: 5px;
    }

.box_comment_header .span1 {
    font-size: 18px;
    font-weight: 800;
}

.box_comment_header .span2 {
    font-size: 13px;
    color: #adadad;
}

.evaluation-positive span {
    font-weight: bold;
    color: var(--main-color-green);
    font-size: 14px !important;
    margin-left: 5px;
}

.evaluation-positive ul li:before {
    color: var(--main-color-two);
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    content: "\2022";
    font-size: 19px;
}

.evaluation-negative span {
    font-weight: bold;
    color: var(--bs-red);
    font-size: 14px !important;
}

.evaluation-negative ul li:before {
    color: var(--bs-red);
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    content: "\2022";
    font-size: 19px;
}

.evaluation-negative,
.evaluation-positive {
    font-size: 14px !important;
}

.box_text_comment {
    font-size: 14px;
    line-height: 36px;
    text-align: justify;
}

.comments_likes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.bs-qu {
    --bs-gutter-x: -0.3rem;
}

.comments_likes span {
    text-align: center;
    color: #777;
    font-size: 13px;
    line-height: 1.692;
}

.comments_likes .btn-like {
    border-radius: 4px;
    border: 1px solid var(--bs-gray-600);
    background: #fff;
    padding: 5px 8px;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.692;
    margin-left: 20px;
    transition: 0.4s all ease-in-out;
}

.btn-like-dislike:hover {
    background-color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
    color: #fff;
}

.comments_likes .btn-like i {
    line-height: 1 !important;
}

.comments_likes .btn-like:nth-last-child(1) {
    margin-left: 0;
}

.comments_likes .btn-like:hover {
    background-color: var(--main-color-one);
    border-color: var(--bs-danger) !important;
    color: #fff;
}

.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: var(--bs-danger) !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: var(--main-color-two) !important;
}

.box_list .title {
    color: #565757;
    font-weight: bold;
}

.box_list section {
    margin-top: 20px;
}

    .box_list section .container {
        padding: 0 40px;
    }

.title-comment-product svg {
    margin-left: 5px;
    color: #007fee;
}

#modalComment .form-group {
    margin-bottom: 40px;
}

.btn-primary-pill {
    background: #04309f;
    font-weight: bolder;
    padding: 10px 0;
}

.bq-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 30px;
}

.breadcrumb-item.active {
    font-size: 14px;
    font-weight: bold;
}

.list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
    margin-bottom: 5px;
}

.list-inline-item {
    margin: 0 20px;
}

.product-gallery {
    padding: 5px;
}

.non-existent img {
    filter: grayscale(100%);
}

.product-meta-info {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    margin-bottom: 10px;
}

.product-meta-price .old-price {
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    text-decoration: line-through;
}

.product-meta-price .new-price {
    display: block;
    font-size: 30px;
    color: var(--main-color-three);
}

.product-meta-info-item:not(:last-child) {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

/* read more */
.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .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;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    color: var(--main-color-one);
    margin-top: 5px;
}

/* end read more */
.social-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .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-telegram {
        background: #0d80c8;
    }

    .social-link a.bi-linkedin {
        background: #0766a2;
    }

    .social-link a:hover {
        color: #fff;
        transform: translateY(-7px);
    }

/* end product desc  */
/* share modal  */
.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.3s all ease-in-out;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

        .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-telegram {
            background: #0d80c8;
        }

        .social-link a.bi-linkedin {
            background: #0766a2;
        }

        .social-link a:hover {
            color: #fff;
            transform: translateY(-7px);
        }

/* end share modal  */
/*========================== end page product ==========================*/


.se-cart {
    background-size: cover;
    border: 1px solid #eee;
    box-shadow: var(--shadow-inner);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.card-categories {
    padding-top: 0;
}

.breadcrumb ol {
    z-index: 9999999;
    position: relative;
}

.breadcrumb {
    float: left !important;
    font-weight: bold;
    z-index: 99;
    position: relative;
}

.mobilebasket {
    display: none
}

.desktopbasket {
    display: block
}

@media only screen and (max-width: 768px) {
    .av622
    {
        border:unset;
    }
    .product-gallery img {
        height: 210px;
    }
    .mobileinfoprice {
        display: none !important;
    }
    #aviaddtocart {
        font-size: 13px !important;
        margin: 0 !important;
    }
    .hidesaller {
        height: auto !important;
    }

    #showmoreseller {
        display: none;
    }

    .kamspecial {
        max-height: unset
    }

    .avf43 {
        text-align: center
    }

    .mobctr {
        width: 52%;
        float: right;
        padding-top: 5px;
        margin-bottom: 30px
    }

    .counter_product {
        width: 48%;
        float: left
    }

    #proidmob {
        margin-top: 15px
    }

    .product-descs {
        margin-top: 20px
    }

    .desktopbasket {
        display: none
    }

    .mobilebasket {
        display: block
    }

    .product-desc-tab li {
        width: 33%;
        margin-left: 5px !important;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
    }



    .product-desc-tab li > button {
        width: 100%
    }

    #productTab {
        margin-bottom: 0 !important;
        margin-right: 7px
    }

    .product-desc-tab-content {
        padding: 0 0 !important
    }

    .group-header td {
        padding-bottom: 9px !important;
        padding-right: 0 !important
    }
}

#proid {
    padding: 7px 15px;
    width: 100%;
}

.se-cart-item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.se-cart-item {
    padding: 15px 0
}


.position-sticky {
    position: sticky !important;
}

.top-110 {
    top: 130px !important;
}


.se-cart {
    background-size: cover;
    border: 1px solid #eee;
    box-shadow: var(--shadow-inner);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.commentmargin {
    margin-block: 12px;
}

.form-control {
    box-shadow: var(--shadow-inner);
}

.pro-gallery-parent {
    background-color: var(--main-color-red);
    margin-bottom: 10px;
    border-radius: 15px;
    height: 55%;
    padding: 20px 15px 33px;
}

.itextinfo {
    color: #4caf50;
    font-size: 15px;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.bootstrap-touchspin input {
    max-width: 60px;
    text-align: center;
    border-radius: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.icon-product-box {
    z-index: 9;
    position: absolute;
    bottom: 7%;
    right: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: translateX(50%);
}

.avdescr {
    font-size: 21px;
}

    .avdescr h2, .avdescr h3 {
        font-size: 21px;
    }


.blog-item {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 25px;
}

.blog-item-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 25px;
    transition: 1s;
    height: 200px;
}

.blog-item-desc {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-item-des {
    font-size: 15px !important;
    line-height: 26px !important;
    height: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    padding-top: 1px;
    text-align: justify !important;
}

.avblog-boxs label {
    width: 100%;
    margin-block: 4px;
}

.avblog-boxs .anvbrnda {
    font-size: 15px !important;
}

.avblog-boxs .item-box {
    max-height: unset;
    padding-bottom: 25px;
}

.blog-item-title h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 48px;
}

.blog-item:hover img {
    transform: scale(1.03);
    transition: 0.5s all ease-in-out;
}

.blog-widget-feed {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.blog-widget-media img {
    padding: 5px;
    width: 50px;
    border-radius: 8px;
    margin-left: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.blog-widget-text {
    font-size: 17px;
    line-height: 24px;
}

.avblog-boxs .title {
    margin-bottom: 15px;
}

.top-110m {
    top: 110px !important;
}

.avcart100 {
    width: 21px;
    height: 20px;
}

.kd120 {
    line-height: 24px !important;
}

.kd121 {
    margin-top: 20px !important;
}

.kd122 {
    padding-block: 18px !important;
}

.kd123 {
    margin-top: 0px !important;
}

.kd124 {
    color: var(--main-color-one) !important;
    font-weight: bold !important;
    font-size: 23px !important;
}

.kd125 {
    margin-top: 7px !important;
    margin-bottom: 14px !important;
    color: #333 !important;
    font-weight: bold !important;
}

.kd126 {
    justify-content: flex-start !important;
}

.kd127 {
    width: 70% !important;
    border-color: var(--main-color-one) !important;
    border-radius: 13px !important;
    padding-block: 7px !important;
    padding-right: 10px !important;
    font-size: 15px !important;
}

.kd128 {
    width: 17% !important;
    margin-right: 10px !important;
}

.kd129 {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 41%) !important;
    border-radius: 7px !important;
    margin-top: 20px !important;
}

.avshop555 {
    align-items: center !important;
    text-align: center;
}

    .avshop555 img {
        height: auto !important;
    }

.avbrand108 h5 {
    font-size: 14px;
    text-align: center;
}

.avbrand108 h6 {
    font-size: 14px;
    text-align: center;
}

.avpro102 {
    color: var(--main-color-red);
    font-weight: 700;
}

.avpro1022 {
    color: #a7a7a7;
    font-weight: 700;
}

.avpro103 {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}

.avpro104 {
    line-height: 20px;
    margin-bottom: 20px;
}

.star i.bi-star-fill {
    font-size: 14px;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}

.product-feature {
    border-top: 2px solid #eee;
}

.kamspecial li {
    font-weight: 700;
    margin-bottom: 4px;
}

.avpro500 {
    font-weight: bold;
}

.procd .countdown-value {
    font-size: 17px !important;
}

#SellerList {
    margin-top: 25px;
}

.section-title-title h2 {
    font-size: 18px !important;
}

.hidesaller {
    transition: 0.3s opacity ease-in-out;
    height: 365px;
    overflow: hidden;
}

.showsaller {
    transition: 0.3s opacity ease-in-out;
    height: auto;
}

.read-more-wrap h2 > span, .read-more-wrap h3 > span {
    color: #055d54 !important;
}

.read-more-wrap h2, .read-more-wrap h3 {
    font-size: 21px !important;
    font-weight: bold !important;
    margin-block: 15px;
}

.profileName {
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.boxprofile {
    display: flex !important;
    align-items: flex-end !important;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--main-color-one);
}

::selection {
    color: #fff;
    background: var(--main-color-one);
}

.avtaghvim1 .primary_image {
    width: 200px;
    height: 200px;
}

.avtaghvim1 .product-price {
    font-size: 20px;
    color: #80b435;
    text-align: center;
    font-weight: bold;
}

.avtaghvim1 .product-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.avtaghvim1:after {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #e8e8e8;
    right: 0px;
}

.avtaghvim1 {
    padding: 0 10px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.avtaghvim11 .kamblack {
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
}

    .avtaghvim11 .kamblack:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01);
    }

.avtaghvim1:hover img.primary_image {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.taghvim104 {
    font-weight: bold;
    font-size: 14px;
    width: max-content;
    display: inline-block;
}

.kampage img {
    margin-block: 20px;
    border-radius: 7px;
}

.content-title .title {
    font-size: 17px;
}

.protopmarg {
    margin-bottom: 10px;
}

.av500art table tr:first-child td {
    background-color: #68ad18;
    color: #fff;
}

.av500art table {
    border-collapse: collapse;
    width: 100%;
    direction: ltr;
    border: 1.5px #a4a4a4 solid;
    border-radius: 10px !important;
    margin-block: 25px;
    border-radius: 10px !important;
    overflow: hidden;
}

    .av500art table:hover {
        cursor: pointer !important;
    }

.av500art td, table th {
    border: 1px solid #ddd;
    padding: 8px;
    direction: rtl;
    text-align: center;
    cursor: default !important;
}

.av500art tr:nth-child(even) {
    background-color: #e5e5e5
}

.av500art tr:hover {
    background-color: #9e9e9e !important;
    color: #fff !important
}

.av500art th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #04AA6D;
    color: #fff
}

.av500art tr {
    height: auto !important;
}

.av500art p, .av500art div {
    font-size: 15px !important;
    font-weight: bold;
    color: #4d4d4d;
    letter-spacing: 0.3px;
}

.avdescr {
    text-align: justify;
    margin-bottom: 25px;
}

.av500art .item > h5 {
    letter-spacing: 0px;
    font-size: 16px !important;
}

.av500art .product-box {
    padding-block: 7px !important;
}

@media (max-width: 576px) {
    .av500art table {
        display: block;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
        border: unset;
        direction: rtl;
        padding-inline: 0 !important;
    }
    .desktopbasket {
        display: none
    }

    .mobilebasket {
        display: block
    }
}

.avm5 {
    height: 400px;
}
.page-wrapper {
    overflow: unset!important;
}
.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.product-gallery .swiper-button-next::after, .product-gallery .swiper-button-prev::after {
    color: var(--color-site);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev
Specificity: (0,2,0) {
    background: var(--bs-gray-600);
}
.product-gallery .swiper-button-next::after, .product-gallery .swiper-button-prev::after {
    color: var(--color-site);
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px!important;
}
.kamspecial
{
    padding-right:0;
}
.top-0 {
    top: 0 !important;
}
.start-0 {
    right: 7px !important;
}
.position-absolute {
    position: absolute !important;
}
.product-gallery {
    padding: 5px;
}

.av500art p, .av500art div {
    font-size: 15px !important;
    font-weight: bold;
    color: #4d4d4d;
    letter-spacing: 0.3px;
}
.product-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
}
.tooltip-inner {
    font-family: 'IRANSANSweb', sans-serif; 
    font-size: 14px;
    color: #fff;
    background-color: #222;
}