@import "normalize.css";
@import "bootstrap.min.css";
/*@import "bootstrap-icon/bootstrap-icons.min.css";*/
@import "default-style.css";
@import "color.css";
@import "mega-menu.css";
/*========================== start header style ==========================*/
.header {
    position: sticky;
    top: 0;
    background-color: #fff;
    margin-top: 0 !important;
    padding: 20px 0;
    z-index: 16;
}

.pip {
    width: 2px;
    height: 15px;
    background-color: var(--bs-gray-500);
    border-radius: 2px;
}

.header-navbar a {
    transition: 0.4s;
}

    .header-navbar a:hover {
        color: var(--bs-danger) !important;
        transform: translateY(3px);
    }

.top-header-logo {
    text-align: start;
}

    .top-header-logo img {
        max-width: 200px;
        height: 57px;
    }

.btn-xl {
    padding: 0.6rem 1.1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.header-blog-img {
    width: 32px;
    height: 32px;
}

/*========================== end header style ==========================*/
/*========================== start story style ==========================*/
.stories-modal {
    z-index: 15;
    opacity: 0;
    visibility: hidden;
}

    .stories-modal.active {
        visibility: visible;
        opacity: 1;
    }

.stories-modal-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.stories-modal .stories-modal-swiper-btn {
    position: relative;
}

.stories-Swiper-item {
    width: 84px;
}

.stories-Swiper-item-imgContainer {
    height: 84px;
    width: 84px;
    background: linear-gradient(315deg, #e03d96, #7d4c9e);
}

    .stories-Swiper-item-imgContainer > div {
        height: 80px;
        width: 80px;
        padding: 3px;
    }

    .stories-Swiper-item-imgContainer img {
        width: 74px;
    }

.stories-Swiper-item-time {
    padding: 0 6px;
    background: #fdecf5;
    transform: translateY(30%);
    color: #e03e97;
    border: 2px solid #fff;
}

.storiesModal-swiper {
    width: 360px;
    height: 90%;
    max-height: 720px;
    margin-right: 60px;
    margin-left: 60px;
}

    .storiesModal-swiper .swiper-slide {
        width: 100%;
    }

    .storiesModal-swiper .stories-header-bg {
        height: 80px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    }

    .storiesModal-swiper .stories-bottom-bg {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
        z-index: 0;
    }

    .storiesModal-swiper .noUi-horizontal .noUi-handle {
        height: 16px;
        width: 16px;
        background-color: #fff;
        z-index: 15150;
    }

    .storiesModal-swiper .video-mute::before {
        font-size: 75px;
    }

    .storiesModal-swiper .stories-product-item {
        width: 240px;
    }

.radius-circle {
    border-radius: 50%;
}

.thumb-container {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.thumb {
    width: 80px;
    height: 140px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.storiesList-slide {
    width: 100px;
}

/*========================== end story style ==========================*/
/*========================== start section main-slider ==========================*/
.main-slider .slider {
    border-radius: 20px;
}

.main-slider .swiper-slide {
    padding: 0;
    border-radius: 20px;
}

    .main-slider .swiper-slide img {
        border-radius: 20px;
        object-fit: cover;
        height: 400px;
    }

.main-slider .swiper-rtl .swiper-button-next,
.main-slider .swiper-rtl .swiper-button-prev {
    background-color: #9E9E9E;
    width: 52px;
    height: 52px;
    border-radius: 25px;
}

/* suggest moment */
.swiper-progress-bar {
    position: absolute;
    top: 17.5%;
    width: 95%;
    display: block;
    z-index: 1;
    height: 2px;
    margin: 7px auto;
}

    .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;
            left: 0;
            background: var(--main-color-one);
            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;
    }

.sugget-Moment .swiper-button-prev,
.sugget-Moment .swiper-button-next {
    outline: none;
    background: #f7f7f7;
    padding: 20px;
    color: #333;
    border-radius: 50%;
    transition: 0.3s opacity ease-in-out;
}

.sugget-Moment .swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 15px;
    height: 7px;
    border-radius: 10px;
}

/*========================== end section main-slider ==========================*/
/*========================== start section categories ==========================*/
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    background: var(--bs-gray-600);
    width: 40px;
    border-radius: 10px;
}

.cat-item-image img {
    width: 100px;
}

.cat-item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-400);
    box-shadow: var(--shadow-sm);
}

/*========================== end section categories ==========================*/
/*========================== start special offer ==========================*/
.special-offer-bg {
    height: 510px;
    background-color: #b10024;
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}
.special-offers
{
    margin-bottom:30px;
}

.special-offer-bg2 {
    background-color: var(--main-color-one) !important;
    height: 430px!important;
}
.avdes45 {
    margin-top: -330px!important;
}


.special-offer-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../image/lines-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.special-offer-bg-parent {
    position: relative;
}

    .special-offer-bg-parent::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        height: 90px;
        width: 100%;
        background-color: var(--bs-gray-300);
        z-index: -1;
        border-radius: 15px;
        transform: rotate(4deg);
    }

    .special-offer-bg-parent::after {
        content: '';
        position: absolute;
        bottom: 10px;
        right: 0;
        height: 90px;
        width: 100%;
        background-color: var(--bs-gray-300);
        z-index: -1;
        border-radius: 15px;
        transform: rotate(4deg);
    }

.special-offers-swiper {
    position: relative;
    margin-top: -450px;
    z-index: 11;
    padding: 10px;
}

/*========================== end special offer ==========================*/
/*========================== start product box ==========================*/
.product-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
}

    .product-box.free-mode {
        width: 300px;
    }

.product-header-btn {
    display: flex;
    z-index: 3;
}

    .product-header-btn a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background: #f4f4f4;
        transition: 200ms;
    }

    .product-header-btn button {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background: #f4f4f4;
        transition: 200ms;
    }

    .product-header-btn a i {
        font-size: 16px;
    }

    .product-header-btn button i {
        font-size: 16px;
    }

    .product-header-btn a:hover {
        background-color: #ddd;
    }

    .product-header-btn button:hover {
        background-color: #ddd;
    }

    .product-header-btn a:not(:last-child) {
        margin-left: 5px;
    }

    .product-header-btn button:not(:last-child) {
        margin-left: 5px;
    }

.product-box .product-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .product-box .product-timer .timer-label {
        padding: 5px 10px;
        background-color: #fc6d6d3b;
        border-radius: 10px;
    }

        .product-box .product-timer .timer-label span {
            color: #f21919;
            font-size: 13px;
            font-weight: normal;
        }

.product-box .product-image {
    height: 180px;
    display: flex;
    margin: 5px 0;
    position: relative;
    justify-content: space-evenly;
}

    .product-box .product-image img {
        height: 100%;
        object-fit: cover;
        display: block;
        margin: auto;
        transition: 0.5s all ease-in-out;
    }

.product-box .two-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 1.5s, visibility .5s, opacity .5s;
    -webkit-transition: transform 1.5s, visibility .5s, opacity .5s;
    -moz-transition: transform 1.5s, visibility .5s, opacity .5s;
    -ms-transition: transform 1.5s, visibility .5s, opacity .5s;
    -o-transition: transform 1.5s, visibility .5s, opacity .5s;
}

.product-box:hover .one-image {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    display: block;
    transform: scale(1.07);
}

.blog-card {
    background: transparent !important;
    margin-bottom: 90px;
}

.blogimg:hover .one-image {
    text-align: center;
    transition: transform 1.5s, visibility .5s, opacity .5s;
    -webkit-transition: transform 1.5s, visibility .5s, opacity .5s;
    -moz-transition: transform 1.5s, visibility .5s, opacity .5s;
    -ms-transition: transform 1.5s, visibility .5s, opacity .5s;
    -o-transition: transform 1.5s, visibility .5s, opacity .5s;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    display: block;
    transform: scale(1.02);
}

.blogdes {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 105px;
}

.product-box .product-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    height: 85px;
}

    .product-box .product-title .title p {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .product-box .product-title .title span {
        color: var(--text-muted-two) !important;
        font-size: 12px;
    }

.product-box .rating {
    display: flex;
    align-items: center;
}

    .product-box .rating .icon {
        margin-right: 5px;
    }

        .product-box .rating .icon i {
            color: #fbc02a;
            font-size: 14px;
            vertical-align: super;
        }

.product-box .product-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px;
}

.new-price {
    font-weight: 900;
    min-width: 92px;
    line-height: 15px;
    margin-top: 12px;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
    font-weight: normal;
    height: 28px;
    margin-top: 0 !important;
    font-size: 14px;
    text-align: end;
    padding-left: 3px;
}

/*========================== end product box ==========================*/
/*========================== start section offer ==========================*/
.offer {
    height: auto;
    border-radius: 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);
}

    .offer .swiper-pagination-bullet-active {
        background: #032a8e;
        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: 20px;
}

    .offer-discount span {
        border-radius: 0;
        min-height: 30px;
        min-width: 137px;
        font-weight: 400;
        margin: 0;
        z-index: 9;
        background-color: var(--main-color-one);
        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: 300px;
    text-align: center;
    margin: 10px auto;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.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;
    box-shadow: var(--shadow-md);
}

    .offer-title h4 {
        font-size: 18px;
        color: #444;
    }

    .offer-title span {
        color: var(--main-color-one);
    }

.offer-desc {
    width: 100%;
}

    .offer-desc h4 {
        height: 65px;
        font-weight: normal;
    }

.offer-desc-price {
    margin: 10px auto;
}

    .offer-desc-price .old {
        font-size: 17px;
        color: #c3c1c1;
        text-decoration: line-through;
    }

    .offer-desc-price .new {
        color: #04ac12;
        font-weight: 800;
        font-size: 30px;
        margin-right: 10px;
    }

.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;
        color: var(--main-color-one);
        border-radius: 30px;
    }

        .offer-btn a:hover {
            background: var(--main-color-one);
            color: #fff;
        }

.offer-item-link {
    margin: 10px 10px;
    max-height: 330px;
    overflow-y: scroll;
    padding: 10px 0 10px 10px;
}

    .offer-item-link .swiper-slide {
        width: 100% !important;
    }

    .offer-item-link .swiper-wrapper {
        flex-direction: column !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;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.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;
}

.offer .countdown-container .countdown-heading {
    font-size: 14px;
    font-weight: normal;
    margin: 3px;
    margin-top: 10px !important;
    color: #007fee;
    display: none;
}

.offer .countdown-container .countdown-value {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 50px;
    height: 50px;
    color: #515151;
    border-radius: 50%;
    font-weight: normal;
}

.offer .countdown-container .seconds-bottom {
    background: var(--main-color-one);
    color: #fff;
}

.slider-parent {
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--bs-gray-400);
}

    .slider-parent::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        transform: scaleX(0.9);
        background-color: rgba(33, 35, 65, 0.04);
        width: 100%;
        height: 100%;
        z-index: -2;
        border-radius: 25px;
    }

/*========================== end section offer ==========================*/
/*========================== start section product slider ==========================*/
.with-highlight {
    position: relative;
    display: inline-block;
    z-index: 2;
}

    .with-highlight::before {
        content: '';
        width: 100%;
        height: 3px;
        background-color: var(--main-color-red) !important;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 5px;
    }

.section-title {
    position: relative;
    margin-bottom: 20px;
}

    .section-title.with-line::after {
        content: "";
        position: absolute;
        top: 60%;
        right: 30%;
        background-color: var(--main-color-three-shadow);
        width: calc(100% - 650px);
        height: 5px;
        transform: translateY(-50%);
    }

.section-title-title {
    position: relative;
    padding-right: 50px;
}

    .section-title-title .Dottedsquare {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: radial-gradient(#6f6c6c 1px, transparent 2px);
        -webkit-background-size: 20px 20px;
        background-size: 10px 10px;
        border-radius: 0;
        z-index: -1;
    }

.banner-image-parent {
    position: relative;
}

.banner-image-main {
    z-index: 2;
}

    .banner-image-main img {
        height: 375px;
        width: 100%;
        object-fit: cover;
    }

.banner-image-blur {
    position: absolute;
    left: 31px;
    right: 20px;
    top: 73px;
    bottom: -13px;
    z-index: -1;
}

    .banner-image-blur img {
        -webkit-filter: blur(25px);
        filter: blur(25px);
        height: 100% !important;
        width: auto !important;
    }

/*========================== end section product slider ==========================*/
/*========================== start section product list ==========================*/
.special-offers-swiper-product-list {
    position: relative;
    margin-top: -480px;
    z-index: 11;
    padding: 10px;
}
.product-list
{
    margin-bottom:30px;
}
/*========================== end section product list ==========================*/
/*========================== start brand section ==========================*/
.brand-box .swiper-slide .image {
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 20px;
    border: 1px solid var(--bs-gray-400);
    background-color: #fff;
}

    .brand-box .swiper-slide .image:hover {
        border: 1px solid var(--main-color-one);
    }

        .brand-box .swiper-slide .image:hover img {
            filter: grayscale(0);
            -webkit-filter: grayscale(0);
        }

    .brand-box .swiper-slide .image img {
        transition: 0.3s all ease-in-out;
        width: 110px;
        height: 75px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

/*========================== end brand section ==========================*/
/*========================== start product group ==========================*/
.product-group-item {
    padding: 5px;
}

.product-group .col-lg-3:not(:last-child) {
    border-left: 1px solid var(--bs-gray-300) !important;
}

.product-group-item .col-6 {
    padding: 10px;
}

    .product-group-item .col-6:nth-child(1), .product-group-item .col-6:nth-child(2) {
        border-bottom: 1px solid var(--bs-gray-300);
    }

    .product-group-item .col-6:nth-child(odd) {
        border-left: 1px solid var(--bs-gray-300);
    }

.product-group-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/*========================== end product group ==========================*/
/*========================== start about section ==========================*/
/* video */
.video {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
}

    .video video {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
    }

    .video .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--main-color-three, #ff5722);
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1;
    }

        .video .play-btn::before {
            content: '';
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background-color: rgba(85, 81, 79, 0.5);
            animation: pulse 2s infinite;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
            z-index: -1;
        }

/* end video */
/*========================== end about section ==========================*/
/*========================== start blog-slider ==========================*/
.blog-card img {
    height: 250px;
    width: 100%;
}

.blog-slider-sw {
    padding-bottom: 0px;
}

.blog-card-text1 {
    position: absolute;
    bottom: -130px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.blog-card-text {
    position: absolute;
    bottom: -50px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

/*========================== end blog-slider ==========================*/
/*========================== Start footer ==========================*/
.footer {
    background-color: #fff;
    padding: 3rem 0;
    box-shadow: var(--shadow-box);
    padding-bottom: 10px;
}

.footer-menu-title li {
    position: relative;
    padding-right: 10px;
}

    .footer-menu-title li::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 7px;
        height: 2px;
        background-color: var(--main-color-one);
    }

.footer-namad-item a img {
    height: 100px;
    object-fit: contain;
}

/*========================== end footer ==========================*/
/*========================== start section cart drawer ==========================*/
.cart-canvas-parent li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-canvas-delete a {
    background-color: #FF001122;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 15px;
    padding: 0;
}

    .cart-canvas-delete a i {
        color: #f54b12;
    }

    .cart-canvas-delete a:hover {
        background-color: #FF00111F;
    }

.cart-canvas-foots {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.cart-canvas-parent li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-canvas-delete a {
    background-color: #FF001122;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 15px;
    padding: 0;
}

    .cart-canvas-delete a i {
        color: #f54b12;
    }

    .cart-canvas-delete a:hover {
        background-color: #FF00111F;
    }

.cart-canvas-foots {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.product-box-suggest-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.product-box-suggest-title {
    margin: 10px auto;
    text-align: center;
}

.product-box-suggest-price {
    margin: 15px 0 15px 0;
    text-align: center;
}

    .product-box-suggest-price del {
        text-decoration: none;
        display: inline-block;
        position: relative;
        color: var(--bs-danger);
        font-size: 18px;
    }

        .product-box-suggest-price del::before {
            content: '';
            position: absolute;
            top: 25%;
            right: -40%;
            background-color: #c00;
            width: 100%;
            height: 1px;
            transform: rotate(-8deg) translateX(-50%);
        }

    .product-box-suggest-price ins {
        text-decoration: none;
        margin-right: 15px;
        font-size: 18px !important;
        color: var(--bs-gray-700);
        font-weight: bold;
    }

        .product-box-suggest-price ins span {
            font-size: 12px;
            color: var(--text-muted);
        }

.navbar-nav.cart-canvas-parent {
    margin-bottom: 100px;
}

/*========================== end section cart drawer ==========================*/
/*========================== 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;
}

    .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 ==========================*/
/*========================== start page category ==========================*/
.filter-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 16px 0 rgba(20, 20, 20, .0784313725);
}

.filter-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.color-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .color-box.active {
        border: 2px solid #000;
    }

.filter-range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
}

    .filter-range li {
        width: 50%;
        text-align: center;
        font-size: 13px;
        line-height: 1.692;
        letter-spacing: .3px;
        color: #858585;
        padding: 13px 15px 20px;
        position: relative;
    }

        .filter-range li span {
            position: absolute;
            right: 0;
            left: 0;
            bottom: -10px;
            font-size: 13px;
            font-weight: 700;
        }

        .filter-range li input[type=text] {
            width: 100%;
            height: 40px;
            border: 1px solid #dee2e6;
            background-color: #f5f5f5;
            border-radius: 7px;
            box-sizing: border-box;
            display: inline-block;
            overflow: hidden;
            margin: 6px 0;
            text-align: center;
            color: #3c3c3c;
            font-size: 14px;
            font-weight: 700;
        }

        .filter-range li.label {
            width: auto;
            padding: unset;
        }

.filter-price {
    text-align: center;
    min-height: 140px;
}

    .filter-price .filter-slider {
        padding: 18px 0 18px 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
    }

        .filter-price .filter-slider .noUi-horizontal {
            height: 4px;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .filter-price .filter-slider .noUi-target {
            background-color: #c4c4c4;
            border: 0;
        }

        .filter-price .filter-slider .noUi-connect,
        .filter-price .filter-slider .noUi-origin {
            left: 0;
        }

        .filter-price .filter-slider .noUi-connect {
            background-color: #000;
        }

        .filter-price .filter-slider .noUi-handle {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            top: -9px;
            left: 0;
            right: -12px;
            background-color: #000;
            border: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            cursor: pointer;
        }

            .filter-price .filter-slider .noUi-handle::before, .filter-price .filter-slider .noUi-handle::after {
                display: none;
            }

.filter-title {
    font-weight: 900;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}

    .filter-title::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--main-color-one);
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    .filter-title::after {
        content: '';
        width: 100px;
        height: 5px;
        border-radius: 5px;
        background-color: var(--main-color-one);
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

.color-box {
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

    .color-box.selected {
        border: 2px solid var(--bs-gray-800);
    }

.check-icon {
    font-size: 24px;
    display: none;
}

.color-box.selected .check-icon {
    display: block;
}

/* start my paginate */
.my-paginate ul {
    flex-wrap: wrap;
    align-items: center;
}

.my-paginate li {
    margin-left: 5px;
    margin-bottom: 5px;
    background: transparent;
    border: none;
    box-shadow: none !important;
}

    .my-paginate li:nth-child(1) a, .my-paginate li:nth-last-child(1) a {
        background-color: #fff !important;
        padding: 7px 20px;
        border-radius: 10px;
        box-shadow: var(--shadow-md) !important;
    }

    .my-paginate li.active a {
        background-color: var(--main-color-one) !important;
        box-shadow: var(--shadow-md) !important;
        border: none;
    }

    .my-paginate li.disabled a {
        background: #eee !important;
        color: #aaa;
    }

        .my-paginate li.disabled a i {
            color: #a0a0a096;
        }

    .my-paginate li a {
        font-weight: bold;
        padding: 5px 15px;
        color: #333333;
        background: transparent !important;
        border: none;
        box-shadow: none !important;
        display: inline-block;
    }

        .my-paginate li a i {
            color: #333333;
        }

/* end my paginate */
/*========================== end page category ==========================*/
/*========================== start page cart ==========================*/
.cart-tab {
    border: none !important;
}

    .cart-tab.active {
        border-bottom: 3px solid var(--main-color-one) !important;
        color: var(--bs-danger) !important;
        font-weight: bold;
        background-color: transparent !important;
    }

.cart-canvases .item {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--bs-gray-400);
}

/*========================== end page cart ==========================*/
/*========================== start page shipping ==========================*/
.alert-info-500 {
    border: 1px solid rgba(0, 142, 178, 0.3);
    background: linear-gradient(270deg, #f2f7ff 29.09%, rgba(243, 248, 255, 0.5) 79.75%);
}

.time-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

    .time-option label {
        font-size: 1rem;
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 20px;
        cursor: pointer;
        color: #777;
        transition: all 0.3s ease;
    }

    .time-option input[type="radio"] {
        display: none;
    }

        .time-option input[type="radio"]:checked + label {
            background-color: var(--bs-dark);
            color: white;
            border-color: var(--bs-dark);
        }

.nav-link.disabled, .nav-link:disabled {
    color: #999;
}

    .nav-link.disabled, .nav-link:disabled span {
        color: #999;
    }

/*========================== end page shipping ==========================*/
/*========================== starts payment pages ==========================*/
.alert-box {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px;
    border-radius: 10px;
}

    .alert-box.ab-success {
        border-top: 20px solid var(--main-color-two);
        position: relative;
    }

    .alert-box.ab-nsuccess {
        border-top: 20px solid #f04f3a;
        position: relative;
    }

    .alert-box.ab-success::before {
        content: '\F633';
        background: var(--main-color-two);
        color: #fff;
        width: 100px;
        height: 100px;
        text-align: center;
        border: 2px solid var(--main-color-two);
        border-radius: 50%;
        font-family: 'bootstrap-icons', serif;
        position: absolute;
        top: -12%;
        left: 50%;
        font-size: 70px;
        transform: translateX(-50%);
    }

    .alert-box.ab-nsuccess::before {
        content: '\F62A';
        background: #f04f3a;
        color: #fff;
        width: 100px;
        height: 100px;
        text-align: center;
        border: 2px solid #e33c26;
        border-radius: 50%;
        font-family: 'bootstrap-icons', serif;
        position: absolute;
        top: -12%;
        left: 50%;
        font-size: 70px;
        transform: translateX(-50%);
    }

    .alert-box .title {
        padding: 20px 0;
        position: relative;
    }

        .alert-box .title::before {
            content: '';
            background: #ccc;
            width: 140px;
            height: 2px;
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
        }

    .alert-box.ab-success .title h5 {
        font-size: 25px;
        color: #02cd50;
    }

    .alert-box.ab-nsuccess .title h5 {
        font-size: 25px;
        color: #f04f3a;
    }

    .alert-box .desc {
        margin: 10px 0;
    }

    .alert-box .action {
        padding: 10px 0;
    }

.payment-status .icon {
    margin-bottom: 15px;
    text-align: center;
}

    .payment-status .icon i {
        font-size: 70px;
        color: #0d9a00;
    }

.payment-status.fail-pay .icon i {
    color: #d02304;
}

.payment-status .title {
    text-align: center;
}

    .payment-status .title h3 {
        font-size: 25px;
        color: #0d9a00;
    }

.payment-status.fail-pay .title h3,
.payment-status.fail-pay .title p {
    color: #d02304;
}

.payment-status .title p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #0d9a00;
    font-size: 18px;
}

.payment-status .pay-table {
    border-radius: 10px;
    padding: 15px 15px;
    background-color: #fff;
}

    .payment-status .pay-table .pay-table-title {
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 7px;
        border-bottom: 3px solid #eee;
    }

    .payment-status .pay-table .pay-table-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .payment-status .pay-table .pay-table-item h6 {
            font-weight: normal;
        }

        .payment-status .pay-table .pay-table-item:not(:last-child) {
            margin-bottom: 20px;
        }

/*========================== ends payment pages  ==========================*/
/*========================== start register page ==========================*/
.bg-auth {
    background: url('../image/auth-bg.jpg') no-repeat;
    background-size: cover;
}

.comment-item {
    position: relative;
}

    .comment-item label.label-float {
        position: absolute;
        top: 4px;
        background-color: #fff;
        right: 15px;
        padding: 5px;
    }

    .comment-item input.form-control, .comment-item select {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
        border-radius: 10px;
        font-size: 14px;
    }

.auth-form {
    padding: 15px;
    border: 1px solid #ccc;
}

.auth-form-title h2 {
    color: var(--color-site) !important;
}

.btn-login {
    padding: 12px 5px;
    background-color: var(--main-color-two);
    border-color: var(--main-color-two);
    font-size: 15px;
    border-radius: 0;
}

    .btn-login:hover {
        background-color: var(--main-color-two-hover);
    }

.loginTermsDesc {
    font-size: 14px;
    text-align: center;
    color: #333;
    direction: rtl;
    width: 90%;
    display: block;
    margin: auto;
}

a.underlined {
    position: relative;
    padding-bottom: 4px;
    text-decoration: none;
}

    a.underlined:after {
        position: absolute;
        border-bottom: 1px solid #929292;
        content: "";
        right: 0;
        left: 0;
        bottom: 0;
    }

.inline-btn-text {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.bg-auth {
    background: url('../image/auth-bg.jpg') no-repeat;
    background-size: cover;
}

.comment-item {
    position: relative;
}

    .comment-item label.label-float {
        position: absolute;
        top: -14px;
        background-color: #fff;
        right: 16px;
        padding: 5px 10px;
    }

    .comment-item input.form-control, .comment-item select {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
        border-radius: 10px;
        font-size: 14px;
        border-color: var(--bs-gray-400);
    }

.auth-logo {
    width: 150px;
}

/* otp sms */
#otp-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 8px;
}

    #otp-input input {
        text-align: center;
        padding: 10px 8px 10px 8px;
        border: 1px solid #adadad;
        border-radius: 4px;
        outline: none;
        height: 64px;
        width: 50px;
    }

        #otp-input input:focus {
            border: 1px solid #497e76;
        }

            #otp-input input:focus::placeholder {
                color: transparent;
            }

        #otp-input input::-webkit-outer-spin-button,
        #otp-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        #otp-input input[type="number"] {
            -moz-appearance: textfield; /* Firefox */
        }

/* end otp sms */
/* Countdown-bar General */
.countDownContainer {
    display: flex;
    justify-content: center;
}

div.countdown-bar {
    width: 0;
    height: 20px;
    margin: 40px 0;
    background-color: #aaa;
    border-radius: 5px;
}

    /* Loader */
    div.countdown-bar div:nth-of-type(1) {
        width: 0;
        height: 100%;
        border-radius: 5px;
    }

    /* Timer */
    div.countdown-bar div:nth-of-type(2) {
        width: 100%;
        height: 100%;
    }

        div.countdown-bar div:nth-of-type(2) span {
            font-family: var(--font-site), serif !important;
        }

    div.countdown-bar span {
        display: block;
        text-align: center;
    }

        div.countdown-bar span a {
            display: inline-block;
            margin-bottom: 20px;
            font-weight: normal;
            background: transparent;
            font-family: var(--font-site), serif;
        }

    div.countdown-bar div:nth-of-type(2) span {
        margin-top: 10px;
        display: block;
        text-align: center;
        font-weight: normal;
    }

/* end otp loader */
.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 register page ==========================*/
/*========================== start contact us page ==========================*/
.single-address-parent {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--shadow-box);
}

.single_address {
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 5px;
}

    .single_address i {
        background: #fff;
        color: var(--main-color-one);
        border-radius: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        float: right;
        margin-left: 14px;
        font-size: 22px;
        box-shadow: var(--shadow-box);
        margin-bottom: 20px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single_address:hover i {
        background: var(--main-color-two);
        color: #fff;
    }

    .single_address h4 {
        font-size: 16px;
        margin-bottom: 0;
        overflow: hidden;
        font-weight: 800;
        color: var(--main-color-one);
    }

    .single_address p {
        overflow: hidden;
        margin-top: 5px;
        text-align: justify;
        font-size: 14px;
        line-height: 30px;
    }

.footer-app {
    background-color: var(--main-color-one);
    padding: 10px 10px;
    border-radius: 10px;
    margin: 20px 0;
}

    .footer-app img {
        width: 150px;
        height: 44px;
    }

/*========================== end contact us page ==========================*/
/*========================== start page about us ==========================*/
.shop-feature-item {
    text-align: center;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
}

.shadow-bottom {
    box-shadow: 0 19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shadow-top {
    box-shadow: 0 -19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shop-feature .shop-feature-item img {
    width: 50px;
}

/* start faq */
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}

    .accordion-style .card:last-child {
        margin-bottom: 0;
    }

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}

.accordion-style .btn-link {
    position: relative;
    background: #ecf0ff;
    border: 1px solid #ccc !important;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    text-align: right;
    white-space: normal;
    box-shadow: none;
    text-decoration: none;
    color: #333;
    padding: 30px 60px;
}

    .accordion-style .btn-link:hover {
        text-decoration: none;
    }

    .accordion-style .btn-link.collapsed {
        background: var(--bs-gray-100) !important;
        color: var(--color-site);
        border-radius: 15px;
        border: 1px solid #ccc;
    }

        .accordion-style .btn-link.collapsed:after {
            border-radius: 3px;
            content: "\F282";
            font-family: 'bootstrap-icons', serif;
            left: inherit;
            right: 16px;
            font-size: 16px;
            font-weight: 600;
            line-height: 26px;
            height: 26px;
            width: 26px;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
        }

    .accordion-style .btn-link:after {
        background: transparent;
        border: none;
        border-radius: 3px;
        content: "\F286";
        font-family: 'bootstrap-icons', serif;
        left: inherit;
        right: 16px;
        font-size: 16px;
        font-weight: 600;
        height: 26px;
        line-height: 26px;
        width: 26px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        color: var(--main-color-one);
        text-align: center;
    }

.accordion-style .card-body {
    padding: 20px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    line-height: 50px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    color: #807ca4;
    background-color: #fff;
}

.card-style1 {
    box-shadow: 0 0 10px 0 rgb(89 75 128 / 9%);
}

.border-0 {
    border: 0 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

/* end faq */
/*========================== end page about us ==========================*/
/*========================== start panel style ==========================*/
.profile-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
}

.profile-header {
    text-align: right;
    padding: 20px;
}

    .profile-header img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #dee2e6;
    }

.profile-menu a {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    color: #495057;
    font-size: 14px;
}

    .profile-menu a i {
        font-size: 18px;
        margin-left: 10px;
        color: #adb5bd;
    }

    .profile-menu a:hover {
        background: #f1f3f5;
    }

.logout {
    color: #dc3545 !important;
}

.profile-menu a.active, .profile-menu a.active i {
    color: var(--main-color-two);
}

.profile-menu a.active {
    position: relative;
    font-weight: bold;
}

    .profile-menu a.active::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 20px;
        width: 3px;
        background-color: var(--main-color-two);
        transform: translateY(-50%);
        border-radius: 5px;
    }

.status-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .status-card i {
        font-size: 32px;
        color: var(--main-color-two);
    }

    .status-card p {
        margin: 0;
        font-size: 14px;
        color: #6c757d;
    }

.orders-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.empty-state {
    text-align: center;
    padding: 50px 0;
}

    .empty-state img {
        width: 80px;
    }

.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;
        margin-bottom: 0;
        display: flex;
        align-items: baseline;
    }

        .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;
    }

/*========================== end panel style ==========================*/
/*========================== start comment page ==========================*/
.ui-boxs {
    padding-bottom: 20px;
    border-radius: 10px;
}

.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;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.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-desc {
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.comment-item-rating {
    display: flex;
}

    .comment-item-rating i {
        color: #eaaf00;
        font-size: 20px;
    }

.comment-item-desc {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 7px;
}

.comment-item p {
    margin: 0;
}

.comment-item p {
    margin: 10px 0;
}

.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 !important;
    font-size: 17px;
    font-weight: bolder;
}

.comment-date-date {
    font-size: 14px;
}

/*========================== end comment page ==========================*/
/*========================== start page order ==========================*/
.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;
    flex-wrap: wrap;
}

.product-row-desc-item {
    display: flex;
    align-items: center;
}

.product-row-title {
    margin-right: 10px;
}

    .product-row-title h6 {
        font-weight: 600;
        font-size: 14px;
    }

/*========================== end page order ==========================*/
/*========================== start page edit profile ==========================*/
.table-custom table {
    position: relative;
    z-index: 9;
}

    .table-custom table td {
        min-width: 200px;
    }

    .table-custom table::before {
        content: '';
        background-color: var(--main-color-one);
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: 0;
    }

.roundedTable {
    border-radius: 20px / 20px;
    border-spacing: 0;
    margin-bottom: 0;
}

    .roundedTable th {
        padding: 4px;
    }

    .roundedTable tr td {
        border-right: none;
        border-bottom: none;
        padding: 12px 12px;
    }

    .roundedTable tr:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    .roundedTable tr td:first-child {
        border-left: none;
    }

.tab-panel-tbl {
    background-color: var(--bs-gray-200);
}

    .tab-panel-tbl .nav-tabs li {
        margin-left: 10px;
    }

    .tab-panel-tbl .nav-tabs button.active {
        background-color: #fff;
    }

/*========================== end page edit profile ==========================*/
/*========================== start ticket page ==========================*/
.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

    .comment .comment-author-ava {
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 50px;
        border-radius: 50%;
        overflow: hidden
    }

        .comment .comment-author-ava > img {
            display: block;
            width: 100%
        }

    .comment .comment-body {
        position: relative;
        padding: 24px;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
        background-color: #fff
    }

    .comment.active .comment-body {
        background-color: #CEEFB5C9;
    }

    .comment.active .comment-author-ava {
        left: unset;
        right: 0;
    }

    .comment.active {
        display: block;
        position: relative;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 60px;
    }

        .comment.active .comment-body::after, .comment.active .comment-body::before {
            left: 100%;
            right: -20px;
            border-left-color: #e1e7ec;
            border-right-color: transparent;
        }

        .comment.active .comment-body::after {
            border-right-color: var(--main-color-two-shadow);
            display: none;
        }

    .comment .comment-body::after,
    .comment .comment-body::before {
        position: absolute;
        top: 12px;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        content: '';
        pointer-events: none
    }

    .comment .comment-body::after {
        border-width: 9px;
        border-color: transparent;
        border-right-color: #fff
    }

    .comment .comment-body::before {
        margin-top: -1px;
        border-width: 10px;
        border-color: transparent;
        border-right-color: #e1e7ec
    }

    .comment .comment-title {
        margin-bottom: 8px;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .comment .comment-text {
        margin-bottom: 12px;
        line-height: 40px;
    }

    .comment .comment-footer {
        display: table;
        width: 100%
    }

        .comment .comment-footer > .column {
            display: table-cell;
            vertical-align: middle
        }

            .comment .comment-footer > .column:last-child {
                text-align: right
            }

    .comment .comment-meta {
        color: #333;
        font-size: 13px
    }

    .comment .reply-link {
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .07em;
        text-transform: uppercase;
        text-decoration: none
    }

        .comment .reply-link > i {
            display: inline-block;
            margin-top: -3px;
            margin-right: 4px;
            vertical-align: middle
        }

        .comment .reply-link:hover {
            color: #0da9ef
        }

    .comment.comment-reply {
        margin-top: 30px;
        margin-bottom: 0
    }

/*========================== end ticket page ==========================*/
/*========================== start page compare ==========================*/
.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;
            max-width: 320px;
            border: 1px double #d7d7d7;
            padding: 10px 20px;
        }

            .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-box {
    position: relative;
    padding: 15px 0;
}

    .compare-box .compare-delete {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

.compare-delete i {
    cursor: pointer;
    font-size: 20px;
    transition: .2s all ease;
}

.compare-delete span i:hover {
    color: #d12714;
}

.compare-add {
    display: flex;
    justify-content: center;
}

.compare-add-product {
    width: 220px;
    border: 1px dashed #cdcaca;
    height: 100%;
    padding: 30px 0;
    border-radius: 5px;
}

.cap-title {
    margin: 10px 0;
}

.cap-icon i {
    font-size: 30px;
    color: #666;
}

.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%);
    }

.compare-product-box {
    min-width: 300px;
    box-shadow: none;
}

/*========================== end page compare ==========================*/
/*========================== start page blog ==========================*/
.blog-heeader .header-form .input-btn-search {
    background-color: #3a3b9c;
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
}

.blog-heeader .header-form .input-search {
    padding: 10px 10px;
}

.parent-blog-menu-level-2 {
    position: relative;
}

    .parent-blog-menu-level-2:hover .blog-menu-level-2 {
        display: flex;
    }

.blog-menu-level-2 a {
    transition: 0.3s;
}

    .blog-menu-level-2 a:hover {
        color: var(--main-color-one);
    }

    .blog-menu-level-2 a i {
        float: left;
    }

.blog-menu-level-2 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 19;
}

.parent-blog-menu-level-3 {
    position: relative;
}

    .parent-blog-menu-level-3:hover .blog-menu-level-3 {
        display: flex;
    }

.blog-menu-level-3 {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 20;
}

/*========================== end page blog ==========================*/
/*========================== start page blog single ==========================*/
.blog-title-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}

.blog-content-meta-detail {
    background: linear-gradient(246deg, #8BC34A 68%, #517627 113.46%);
    padding-top: 15px;
    padding: 5px;
    width: 100%;
    bottom: -40px;
}

.blog-content-meta-detail-item h6 {
    margin: 0 7px;
    color: #fff;
}

.blog-content-meta-detail-item span, .blog-content-meta-detail-item a, .blog-content-meta-detail-item i {
    color: #fff;
    font-size: 15px;
}

.blog-content-meta-detail-item {
    display: flex;
    align-items: center;
}

    .blog-content-meta-detail-item h6 {
        margin: 0 10px;
        font-size: 14px;
    }

.blog-single-content {
    margin-top: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #333
}

    .blog-single-content img {
        max-width: 100%;
        border-radius: 7px;
        margin-block: 10px
    }

    .blog-single-content h2 {
        color: var(--main-color-one) !important;
        font-size: 20px;
        margin-block: 15px !important;
        line-height: 25px !important
    }

        .blog-single-content h2 > span {
            color: var(--main-color-one) !important
        }

    .blog-single-content h3 {
        color: var(--main-color-one) !important;
        font-size: 19px;
        margin-block: 15px !important;
        line-height: 25px !important
    }

        .blog-single-content h3 > span {
            color: var(--main-color-one) !important
        }

.blogfaq {
    margin-top: 50px
}

.blog-single-content p {
    line-height: 40px;
    font-size: 17px;
    text-align: justify
}

.blog-card {
    border-radius: 20px
}

    .blog-card .card-header {
        background-color: var(--main-color-one)
    }

        .blog-card .card-header h5 {
            color: #fff
        }

.blog-single-content {
    margin-top: 30px;
    line-height: 36px;
}

.blog-single-content {
    margin-top: 30px;
    line-height: 36px;
}

    .blog-single-content p {
        line-height: 40px;
        font-size: 16px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .blog-single-content h1,
    .blog-single-content h2,
    .blog-single-content h3,
    .blog-single-content h4,
    .blog-single-content h5,
    .blog-single-content h6 {
        line-height: 40px;
        margin-bottom: 25px;
    }

    .blog-single-content img {
        display: block;
        margin: auto;
    }

.blog-card-items li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.blog-card-items ul li:last-child {
    border-bottom: none;
}

.blog-card-items ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

    .blog-card-items ul li a span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        background-color: var(--main-color-two);
        text-align: center;
        color: #fff;
    }

.mini-blog-item {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

    .mini-blog-item .desc {
        margin-right: 10px;
    }

    .mini-blog-item .title {
        margin-bottom: 10px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .mini-blog-item img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 5px;
    }

    .mini-blog-item .image {
        position: relative;
        margin-bottom: 10px;
    }

    .mini-blog-item:not(:last-child) {
        margin-bottom: 10px;
    }

.comment-item-desc {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 7px;
}

.comment-item p {
    margin: 0;
}

.comment-item {
    display: flex;
}

.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 !important;
    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%;
}

#commentEmail::placeholder {
    text-align: right;
}

.comment-form .form-check label {
    font-size: 14px;
}

.com-response {
    background-color: var(--main-color-three-shadow);
}

/*========================== end page blog single ==========================*/
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms,-webkit-filter 400ms
}

    .blur-up.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

#avautocomplete {
    width: 100%;
}

.sccs {
    color: #777777 !important;
    font-size: 15px !important;
    padding-inline: 15px;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    transition: filter 400ms, -webkit-filter 400ms;
}

.sccs2 {
    color: #777777 !important;
    line-height: 22px;
    font-size: 14px !important;
    display: flex;
    padding: 7.5px 0;
    transition: filter 400ms, -webkit-filter 400ms;
}

    .sccs2 img {
        width: 35px !important;
        height: 35px !important;
        margin-left: 10px;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        transition: filter 400ms, -webkit-filter 400ms;
        padding: 4px;
    }

    .sccs2 span {
        color: #4d4d4d !important;
        line-height: 22px;
        font-size: 16px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 24px;
        margin-top: 9px;
    }

.search-form {
    position: absolute;
    z-index: 999;
    top: 17px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    max-width: 720px;
    flex-direction: column;
}

.closesearch {
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 17px;
    padding-inline: 7px;
    border-radius: 5px;
    border-color: #e8e8e8;
    display: none;
    background-color: var(--main-color-one) !important;
    color: #fff;
    border: unset;
    padding: 3px 10px;
}

.closesearch2 {
    position: absolute;
    left: 27px;
    top: 162px;
    font-size: 17px;
    padding-inline: 7px;
    border-radius: 5px;
    border-color: #e8e8e8;
    display: none;
    background-color: var(--main-color-one) !important;
    color: #fff;
    border: unset;
    padding: 3px 10px;
}
.closesearch3 {
    position: absolute;
    left: 27px;
    top: 97px;
    font-size: 17px;
    padding-inline: 7px;
    border-radius: 5px;
    border-color: #e8e8e8;
    display: none;
    background-color: var(--main-color-one) !important;
    color: #fff;
    border: unset;
    padding: 3px 10px;
}
#divDoc78 ul {
    direction: rtl;
    text-align: right;
}

.shadow-md {
    box-shadow: rgb(0 0 0 / 10%) 0 8px 10px 0;
}

.kd101 {
    font-size: 12px;
}

.kd102 {
    font-size: 18px;
}

.kd103 {
    padding: 5px 10.5px;
}

#avinaalert {
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999
}

#passwordsNoMatchRegister {
    margin: 10px 15px;
    font-weight: 700
}

.kd104 {
    font-size: 17px !important;
    padding-bottom: 7px;
}

.kd105 {
    margin-right: 10px;
}

.kd106 {
    color: #818181;
}

.kd107 {
    font-size: 27px !important;
}

.kd108 {
    font-size: 15px !important;
    height: 45px;
}

.kd109 {
    margin-bottom: 20px
}

.kd110 {
    color: var(--main-color-one);
    font-weight: bold;
}

    .kd110:hover {
        color: var(--main-color-two);
    }

.kd111 {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    border-color: var(--main-color-one) !important;
}

    .kd111 a, .kd111 span {
        color: #fff;
    }

.kd112 {
    font-size: 15px !important;
}

.avsortcat [type=radio] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

    .avsortcat [type=radio]:checked + span {
        color: var(--main-color-red) !important;
        font-weight: 700;
        font-size: 16px;
        line-height: 0;
    }

.avcatlbldes {
    margin-bottom: 0px !important;
}

    .avcatlbldes:not(:last-child) {
        margin-left: 15px !important;
    }

    .avcatlbldes span {
        cursor: pointer;
    }

.item-boxs .item-box .title h2 {
    font-weight: 900;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}

    .item-boxs .item-box .title h2::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--main-color-red);
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    .item-boxs .item-box .title h2::after {
        content: '';
        width: 100px;
        height: 5px;
        border-radius: 5px;
        background-color: var(--main-color-red);
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

.accordion-button {
    font-weight: 900;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    color: var(--color-site) !important;
    padding-right: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

    .accordion-button::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--main-color-red);
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    .accordion-button::after {
        content: '';
        width: 100px;
        height: 5px;
        border-radius: 5px;
        background-color: var(--main-color-red);
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

.item-boxs .item-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    max-height: 289px;
    overflow: auto;
}

    .item-boxs .item-box:not(:last-child) {
        margin-bottom: 8px;
    }

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.avdesfilter ::-webkit-scrollbar {
    width: 0px !important;
}

.avdesfilter ::-webkit-scrollbar {
    width: 10px
}

.avdesfilter ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px
}

.desc label {
    width: 100%;
    margin-block: 4px;
}

    .desc label > a {
        font-size: 15px;
    }

.form-check-input:checked {
    background-color: var(--main-color-one) !important;
    border-color: var(--main-color-one) !important;
}

.form-switch .form-check-input:focus {
    display: none !important;
}

.kd113 {
    position: relative;
    top: 3px;
}

.accordion-body {
    padding: 0 13px !important;
}

.content-boxbr {
    background: linear-gradient(333.67deg, #ffffff 68%, #d0d0d0 113.46%);
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 10px;
    line-height: 29px;
}

    .content-boxbr h1 {
        font-size: 17px !important;
        position: relative;
        top: 2px;
        color: #565656 !important;
    }

        .content-boxbr h1::before {
            content: "\F3CF";
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            margin-left: 3px;
            color: var(--main-color-one) !important;
            font-size: 20px;
        }

.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) {
    .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: 37%;
        margin-left: 5px !important;
        margin-bottom: 10px
    }

    .product-desc-tab ul li button.active {
        padding-right: 0
    }

    .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
}

.desktopbasket {
    display: block;
}

.position-sticky {
    position: sticky !important;
}

.top-110 {
    top: 110px !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: 25px;
}

.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: var(--main-color-red);
    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 {
    margin-top: 20px !important;
    text-align: justify;
    padding-inline: 15px;
}

.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;
    }
}
.avm5
{
    height:400px;
}