﻿@import url('variables.css');

a, div, p, span, h6, h5, h4, h3, h2, h1, input, button, ul, li, table, ol, nav, b {
    font-family: "kalame" !important;
}

h2, .h2 {
    font-weight: 600;
    color: var(--secondary);
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
}

h5, .h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}

h6, .h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}
@media (max-width: 768px) {
    h2, .h2 {
        font-size: 20px;
        line-height: 1.6;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 13px;
    }
}

body {
    overflow-x: hidden !important;
    background-color: var(--gray-0);
}

.btn {
    border-radius: var(--radius);
}


.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    background-color: var(--gray-1);
}

.me-4 {
    margin-left: 24px !important;
    margin-right: 0 !important;
}

.me-3 {
    margin-left: 16px !important;
    margin-right: 0 !important;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}



.banner-desktop {
    margin-top: 64px;
}

    .banner-desktop .card {
        border: none;
        overflow: hidden;
    }

    .banner-desktop img, .banner-desktop .card {
        border-radius: 12px;
    }

    .banner-desktop .card-img-overlay {
        text-align: right;
        margin-right: 7%;
        top: 25%;
    }

    .banner-desktop h1 {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 16px;
        color: var(--secondary);
    }

    .banner-desktop p {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 24px !important;
        color: var(--secondary);
    }

    .banner-desktop a {
        font-size: 16px;
        font-weight: 500;
    }

.card-img-overlay svg {
    width: 22px;
    margin-right: 8px;
}

.card svg {
    width: 22px;
    margin-right: 8px;
}

.text-danger {
    color: var(--tertiary);
}

.btn-danger {
    background-color: var(--tertiary);
    border-color: var(--tertiary);
}

.btn-outline-danger {
    color: var(--tertiary);
    border-color: var(--tertiary);
}

    .btn-outline-danger:hover {
        color: var(--bs-white);
        background-color: var(--tertiary);
        border-color: var(--tertiary);
    }

    .btn-outline-danger:active,
    .btn-outline-danger.active,
    .btn-outline-danger:active:focus,
    .btn-outline-danger.active:focus {
        background-color: transparent !important;
        color: var(--tertiary) !important;
        border-color: var(--tertiary) !important;
    }

.section-header,
h6.section-header,
.h6.section-header,
p.section-header,
p.h6.section-header {
    font-family: "kalame" !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    text-align: right !important;
    color: #2C3E50 !important;
    display: inline-block !important;
    position: relative;
}


    .section-header::after {
        content: "";
        display: block;
        width: 10%;
        height: 2px;
        background-color: var(--tertiary);
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .section-header h6 {
        margin-bottom: 0;
    }

h1.section-header {
    font-family: 'Kalameh(FaNum)' !important;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem !important;
    line-height: 120%;
    letter-spacing: 0%;
    display: block !important;
    text-align: center !important;
    width: 100%;
    margin-bottom: 0;
    color: #2C3E50;
}

.categories .section-header {
    margin-top: 80px;
}

.new-products .section-header::after,
.new-products-header .section-header::after,
.top-sell-products .section-header::after {
    width: 200px;
}

.blog .section-header::after {
    width: 220px;
}

.categories img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 8px;
}

.categories a {
    font-size: 16px;
    color: var(--secondary);
}

.row-banner {
    margin-top: 120px;
    margin-bottom: 120px;
}

    .row-banner img, .row-banner .card {
        border-radius: 24px;
    }

    .row-banner a {
        color: var(--bs-white);
    }

    .row-banner .right-overlay {
        margin-right: 7%;
        margin-top: 5%;
        text-align: right;
    }

    .row-banner .left-overlay {
        margin-right: 45%;
        margin-top: 5%;
        text-align: right;
    }

    .row-banner h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .row-banner p {
        font-size: 40px;
        font-weight: 400;
    }

    .row-banner .btn {
        border: 2px solid;
        background-color: transparent;
        color: var(--bs-white);
        margin-top: 24px;
        font-size: 24px;
    }

.info p {
    line-height: 2;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
}

.info .h6 {
    font-weight: 600 !important;
    color: var(--secondary) !important;
    font-size: 24px !important;
}

.service-info {
    margin-bottom: 120px;
}

    .service-info img {
        width: 64px;
        margin-left: 8px;
    }
    .service-info .col-6 {
        font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: right;
    }

.blog {
    margin-bottom: 120px;
}

    .blog .card {
        border-radius: 20px;
        border: 2px solid #EAEAEA;
    }

        .blog .card:hover {
            background-color: #FFFFFF;
        }

    .blog img {
        padding: 16px 24px;
        border-radius: 12px;
    }

    .blog p {
        font-size: 18px;
        font-weight: 500;
        color: var(--gray-2);
        margin-bottom: 40px;
    }

    .blog small {
        float: left;
        font-size: 14px;
        margin-top: 2%;
    }

    .blog .btn-sm.btn-outline-danger {
        padding: 8px;
        width: 118px;
        height: 36px;
        border: 1px solid #E74C3C !important;
        border-radius: 16px;
        font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #E74C3C !important;
        background-color: transparent;
        white-space: nowrap;
    }

        .blog .btn-sm.btn-outline-danger:hover,
        .blog .btn-sm.btn-outline-danger:active,
        .blog .btn-sm.btn-outline-danger.active,
        .blog .btn-sm.btn-outline-danger:focus,
        .blog .btn-sm.btn-outline-danger:active:focus,
        .blog .btn-sm.btn-outline-danger.active:focus {
            background-color: transparent !important;
            color: #E74C3C !important;
        }

        .blog .btn-sm.btn-outline-danger svg {
            width: 20px;
            height: 20px;
        }

        .blog .btn-sm.btn-outline-danger svg path,
        .blog .btn-sm.btn-outline-danger svg line,
        .blog .btn-sm.btn-outline-danger svg polyline,
        .blog .btn-sm.btn-outline-danger svg polygon,
        .blog .btn-sm.btn-outline-danger svg circle,
        .blog .btn-sm.btn-outline-danger svg ellipse,
        .blog .btn-sm.btn-outline-danger svg rect {
            stroke: #E74C3C !important;
            fill: none !important;
            stroke-width: 1.5px;
        }

        .blog .btn-sm.btn-outline-danger:hover svg path,
        .blog .btn-sm.btn-outline-danger:hover svg line,
        .blog .btn-sm.btn-outline-danger:hover svg polyline,
        .blog .btn-sm.btn-outline-danger:hover svg polygon,
        .blog .btn-sm.btn-outline-danger:hover svg circle,
        .blog .btn-sm.btn-outline-danger:hover svg ellipse,
        .blog .btn-sm.btn-outline-danger:hover svg rect {
            stroke: #E74C3C !important;
        }

.btn-outline-danger {
    color: var(--danger);
    border: 2px solid var(--danger);
    background-color: var(--bs-white);
}

    .btn-outline-danger:hover {
        background-color: var(--danger);
        color: var(--bs-white);
    }

    .btn-outline-danger:focus {
        background-color: var(--danger);
        color: var(--bs-white);
    }

    .btn-outline-danger:active,
    .btn-outline-danger.active,
    .btn-outline-danger:active:focus,
    .btn-outline-danger.active:focus {
        background-color: transparent !important;
        color: var(--danger) !important;
        border-color: var(--danger) !important;
    }

.btn-show-all {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    gap: 8px;
    height: 48px;
    border: 1px solid #E74C3C !important;
    border-radius: 16px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #E74C3C !important;
    background-color: transparent;
    float: left;
    text-decoration: none;
}

    .btn-show-all:hover,
    .btn-show-all:active,
    .btn-show-all.active,
    .btn-show-all:focus,
    .btn-show-all:active:focus,
    .btn-show-all.active:focus {
        background-color: transparent !important;
        color: #E74C3C !important;
    }

    .btn-show-all svg {
        width: 24px;
        height: 24px;
        margin-right: 0;
        margin-left: 8px;
        flex-shrink: 0;
    }

    .btn-show-all svg path,
    .btn-show-all svg line,
    .btn-show-all svg polyline,
    .btn-show-all svg polygon,
    .btn-show-all svg circle,
    .btn-show-all svg ellipse,
    .btn-show-all svg rect {
        stroke: #E74C3C !important;
        fill: none !important;
        stroke-width: 1.5px;
    }

    .btn-show-all:hover svg path,
    .btn-show-all:hover svg line,
    .btn-show-all:hover svg polyline,
    .btn-show-all:hover svg polygon,
    .btn-show-all:hover svg circle,
    .btn-show-all:hover svg ellipse,
    .btn-show-all:hover svg rect {
        stroke: #E74C3C !important;
    }

.offer-products {
    margin-top: 128px;
    background-color: #F2F2F2;
    border-radius: 24px;
    /* background-image: url(../images/icon/ball.png); */
    /* background-repeat: no-repeat; */
    /* background-position-x: right; */
    padding: 48px 32px;
    height: 354px;
}

    .offer-products .card, #product-list .card {
        border-radius: 30px;
        border: none;
        padding: 16px 16px;
        color: var(--secondary) !important;
    }

    .offer-products .swiper a, .new-products .swiper a, .top-sell-products .swiper a {
        color: var(--secondary) !important;
    }

    .offer-products .h4, #product-list .h4 {
        font-family: 'Kalameh(FaNum)';
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: right;
        margin-bottom: 16px;
    }

    .offer-products .btn-show-all {
        float: right;
        background-color: transparent;
        margin-top: 16px;
        white-space: nowrap;
    }

        .offer-products .btn-show-all:hover {
            color: #E74C3C !important;
            background-color: transparent;
        }

    .offer-products .card-img-top, #product-list .card-img-top {
        margin: auto;
        margin-bottom: 16px;
    }

    .offer-products svg, .new-products svg, .top-sell-products svg, #product-list svg {
        margin: 0;
        vertical-align: bottom;
    }

    .offer-products .card .btn, .new-products .card .btn, .top-sell-products .card .btn {
        border-radius: 4px;
        padding: 0;
        background-color: var(--secondary);
    }
    
    #product-list .product-card .price-action .btn.btn-dark.btn-sm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4px 8px;
        gap: 10px;
        margin: 0 !important;
        width: 96px;
        height: 27px;
        background: #EFEFEF !important;
        border-radius: 16px;
        border: none !important;
        flex: none;
        flex-grow: 0;
        font-family: 'Yekan Bakh FaNum', 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 19px;
        color: #2C3E50 !important;
    }

    .offer-products .product-card .h3, #product-list .h3 {
        margin-bottom: 16px;
        line-height: 1.5;
    }

    .offer-products .swiper {
        padding-right: 0 !important;
    }

    .offer-products .product-list {
        padding-right: 0 !important;
        overflow: visible !important;
    }

.new-products {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #EAEAEA;
    padding: 32px 16px;
    height: 740px;
    overflow: hidden;
}

    .new-products .product-list {
        margin-bottom: 16px !important;
        margin-top: 0 !important;
    }

    .new-products .product-list:last-child {
        margin-bottom: 0 !important;
    }

    .new-products .product-list:first-of-type {
        margin-top: 0 !important;
    }

    .new-products .swiper {
        overflow: hidden;
    }

    .new-products .card {
        border: 1px solid var(--primary);
        border-radius: 24px;
    }

        .new-products .card:hover {
            background-color: var(--primary);
        }

    .new-products .card {
        padding: 16px !important;
    }

        .new-products .card img {
            border-radius: 24px;
            margin: auto;
        }

.new-products-header {
    margin-bottom: 24px;
}

.top-sell-products {
    margin-bottom: 88px;
    margin-top: 128px;
}

    .top-sell-products .product-list {
        margin-bottom: 40px !important;
    }

    .top-sell-products .card {
        color: var(--gray-3);
        border: 1px solid var(--primary);
        border-radius: 24px;
        padding: 16px;
    }

    .top-sell-products img {
        border-radius: 24px;
    }

    .top-sell-products .card .card-body {
        padding: 0;
    }

    .top-sell-products .card .btn {
        float: left;
    }

.slider-nav {
    display: none !important;
}

footer {
    background-color: var(--primary);
    background-image: url(../images/icon/ball2.png);
    border: none;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 320px;
    padding: 32px 80px;
}

    footer .h4 {
        font-weight: 600;
        font-size: 24px;
        color: var(--secondary);
    }

    footer .logo {
        width: 120px;
    }

    footer hr {
        margin-bottom: 32px;
        margin-top: 32px !important;
        color: var(--gray-1);
    }

    footer b {
        color: var(--secondary);
    }

    footer p {
        color: var(--gray-4);
    }

    footer .h6 {
        font-size: 20px;
        margin-bottom: 24px !important;
    }

    footer .input-group {
        width: 90%;
        height: 48px;
        margin-top: 24px;
    }

    footer input {
        background: transparent !important;
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    footer .input-group-text {
        background-color: var(--tertiary) !important;
        color: var(--bs-white) !important;
        border: none !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

.all-products {
    margin-top: 60px;
    margin-bottom: 64px;
}

    .all-products a {
        color: var(--secondary);
    }

    .all-products img {
        border-radius: 16px;
    }

    .all-products .section-header {
        text-align: center;
    }

        .all-products .section-header::after {
            width: 20%;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 0;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb-item {
    padding: 0 !important;
}

.product-filter {
    padding-left: 24px;
}

    .product-filter h6 {
        border-top: 2px solid var(--gray-5);
        padding-top: 16px;
        padding-bottom: 16px;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: var(--tertiary);
    }

    .product-filter .items {
        max-height: 300px;
        margin-bottom: 8px;
        overflow: auto;
    }

    .product-filter #price .d-flex div {
        margin-left: 4px;
    }

    .product-filter #price .d-flex input {
        height: 32px;
        box-shadow: none;
    }

.sticky-column {
    position: sticky;
    top: 0; /* Adjust based on header if any */
    height: fit-content;
}

#product-list .card {
    border: 1px solid var(--primary);
}

#product-list .product-index-col {
    padding-left: 16px;
    padding-right: 16px;
}

#product-list svg {
    width: 22px;
}

.paging {
    margin-top: 64px;
}

    .paging a {
        border-radius: 4px;
        background-color: var(--primary);
        border: 1px solid var(--secondary);
        color: var(--secondary);
        margin-left: 8px;
        margin-right: 8px;
        padding: 4px 16px;
        font-weight: 500;
    }

        .paging .active, .paging a:hover {
            background-color: var(--secondary) !important;
            border: 1px solid var(--primary) !important;
            color: var(--primary) !important;
        }

.contactUs, .about-us {
    margin-bottom: 130px;
}

    .contactUs .breadcrumb, .about-us .breadcrumb {
        margin-bottom: 80px;
        margin-top: 24px;
    }

    .contactUs h1, .about-us h1 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 24px;
        color: var(--secondary);
    }

    .contactUs p, .about-us p {
        color: var(--gray-13);
    }

    .contactUs .contactUs-form {
        margin-top: 64px;
        margin-bottom: 64px;
    }

        .contactUs .contactUs-form .card, .about-us .card {
            border-radius: 16px;
        }

            .contactUs .contactUs-form .card .card-body, .about-us .card .card-body {
                padding: 24px;
            }

                .contactUs .contactUs-form .card .card-body h6 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 32px;
                }

                .contactUs .contactUs-form .card .card-body label {
                    margin-bottom: 8px;
                    color: var(--gray-8);
                }

                .contactUs .contactUs-form .card .card-body input {
                    margin-bottom: 16px;
                    height: 48px;
                    border-radius: 8px;
                }

                .contactUs .contactUs-form .card .card-body textarea {
                    margin-bottom: 16px;
                    border-radius: 8px;
                }

                .contactUs .contactUs-form .card .card-body .btn-orange {
                    width: 100%;
                    text-align: center;
                    vertical-align: center;
                    background-color: var(--tertiary);
                    border-radius: 8px;
                    color: var(--bs-white);
                    padding-top: 11.5px;
                    padding-bottom: 11.5px;
                }

        .contactUs .contactUs-form .contact-us-map {
            height: 100%;
        }

            .contactUs .contactUs-form .contact-us-map #map {
                height: 100%;
                width: 100%;
                border-radius: 16px;
            }

    .contactUs svg {
        margin-left: 16px;
    }

    .contactUs b {
        color: var(--secondary);
        font-size: 20px;
        font-weight: 500;
    }

.address-section {
    display: flex;
    justify-content: center;
}

.about-us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.about-us h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
}

.about-us p {
    line-height: 220%;
}

.about-us .about-us-boxes {
    text-align: center;
    margin-top: 58px;
}

    .about-us .about-us-boxes svg {
        width: 72px;
        height: 72px;
        margin-bottom: 16px;
    }

    .about-us .about-us-boxes h6 {
        font-weight: 700;
        font-size: 16px;
    }

    .about-us .about-us-boxes p {
        font-size: 14px;
    }



.banner-one {
    max-height: 420px;
    width: 100%;
}

.banner-two {
    min-height: 171px !important;
    max-height: 171px !important;
}

.main {
    font-family: Arial;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.mycard {
    /*background: #fff;
    color: #3498db;
    font-size: 36px;*/
    line-height: 100px;
    margin: 10px;
    width: 225px;
    /*padding: 2%;
    position: relative;
    text-align: center;*/
}


.card-product-category {
    margin-left: 5px;
    /*width: 200px;*/
}

.background-white {
    background-color: white !important;
}

.mycard-title {
    padding: 0px 5px 0px 0px !important;
}

[dir='rtl'] .slick-prev:before, [dir='rtl'] .slick-next:before {
    color: var(--secondary) !important;
}

[dir='rtl'] .slick-prev:before {
    color: var(--secondary) !important;
}

.card-brands {
    margin: 10px !important;
    width: 200px;
}

.filter-mobile {
    display: none;
}

.filter-desktop {
    display: block;
}

.product-card {
    /*max-width: 181px !important;*/
    width: 100% !important;
    max-height: 450px !important;
    /*margin: 5px !important;*/
}

.text-truncated-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.home-product {
    height: 100%;
}

.landscape .card-body {
    display: flex;
    flex-direction: column;
}

.landscape .card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landscape .price-action {
    margin-top: auto;
}

.product-card.landscape {
    background: #FCFAFA;
    width: 325px;
    height: 200px;
    border: 1px solid #EAEAEA;
}

.landscape-content-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landscape .product-rate,
.landscape .text-muted,
.landscape .text-success,
.landscape .text-danger {
    text-align: right;
}

    .product-card .card-body {
    padding: 0.5rem 0.5rem !important;
}

.swiper-wrapper:has(.product-card:not(.landscape)) {
    display: flex !important;
    align-items: stretch !important;
}

.swiper-slide:has(.product-card:not(.landscape)) {
    display: flex !important;
    align-items: stretch !important;
    height: auto; 
}

.swiper-slide:has(.product-card:not(.landscape)) > a {
    display: flex !important;
    align-items: stretch !important;
    height: 100%;
    width: auto;
    flex: 1;
}

.product-card:not(.landscape) {
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
    min-height: 274px !important;
    height: auto !important;
    opacity: 1;
    border-radius: 16px;
    padding: 12px 8px !important;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    box-sizing: border-box;
    position: relative;
}
.category-page .product-card:not(.landscape) {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: 100% !important;
}

.category-page h3.card-title {
    overflow: unset !important;
    margin-bottom: 16px;
}

.category-page img {
    height: 160px!important;
    object-fit: scale-down!important;
}
.category-page .card-body {
    display: unset!important;
}
.category-page .product-card:not(.landscape) .price-action {
    display: flex !important;
    flex-direction: row-reverse!important;
    align-items: center !important;
    padding: 0px;
    gap: 9px;
    width: 100% !important;
    max-width: 100%!important;
    min-height: 28px; 
    justify-content: space-between!important;
}

.product-card:not(.landscape) .card-img-top {
    width: 100% !important;
    height: 128px !important;
    object-fit: contain;
    margin-bottom: 12px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    transform: rotate(0deg);
}

.product-card:not(.landscape):hover .card-img-top {
    background: transparent;
}

.product-card:not(.landscape) .card-body {
    display: flex;
    /* flex: 1; */
    /* gap: 8px; */
    padding: 0 !important;
    overflow: unset;
    min-height: 0;
    flex-grow: 1;
    flex-direction: column;
    align-content: flex-end;
    align-items: stretch;
}

.product-card:not(.landscape) .card-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;
    flex: 0 0 auto;
    flex-shrink: 1;
    max-height: 44.8px;
    overflow: hidden;
    min-height: 0;
}

.product-card:not(.landscape) .card-text {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto;
    min-height: 0;
    justify-content: flex-end;
    overflow: visible;
    gap: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-top: auto;
    flex-shrink: 0;
}

.product-card:not(.landscape) .card-text > .discount-row {
    margin-bottom: 0 !important;
}

.product-card:not(.landscape) .card-text > .price-action {
    margin-top: 0 !important;
}

.product-card:not(.landscape) .card-text-top {
    margin-bottom: 8px;
}

.product-card:not(.landscape) .price-action {
    margin-top: auto !important;
}

.product-card:not(.landscape) .card-text-top {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-bottom: 0;
    gap: 8px;
    flex-shrink: 0;
    min-height: 0;
}

.product-card:not(.landscape) .card-text-top:empty {
    display: none !important;
}

.product-card:not(.landscape) .card-text-top > span,
.product-card:not(.landscape) .card-text-top > .badge {
    flex-shrink: 0;
    order: 2;
}

.product-card:not(.landscape) .card-text-top .product-rate-row {
    flex-shrink: 0;
    order: 1;
    margin-right: auto;
}

.product-card:not(.landscape) .discount-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0px;
    gap: 8px;
    width: 208px;
    height: 19px;
    flex: none;
    order: 0;
    align-self: flex-start;
    flex-grow: 0;
    margin-bottom: 0;
    margin-top: 4px;
    margin-right: auto;
    margin-left: 0;
    box-sizing: border-box;
}

#product-list .product-card:not(.landscape) .card-text {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto;
    min-height: 0;
    justify-content: flex-end;
    overflow: visible;
    gap: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-top: auto;
    flex-shrink: 0;
}

#product-list .product-card:not(.landscape) .card-text-top {
    order: 0;
    margin-bottom: 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-bottom: 0;
    gap: 8px;
    flex-shrink: 0;
    min-height: 0;
}

#product-list .product-card:not(.landscape) .card-text-top:empty {
    display: none !important;
}

#product-list .product-card:not(.landscape) .discount-row {
    margin-left: 4px !important;
    margin-right: 0 !important;
    align-self: flex-end !important;
    width: 208px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    order: 1;
    position: relative;
    justify-content: flex-end;
}

#product-list .product-card:not(.landscape) .price-action {
    order: 2;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

#product-list .product-card:not(.landscape) .card-text > .discount-row {
    margin-bottom: 0 !important;
}

#product-list .product-card:not(.landscape) .card-text > .price-action {
    margin-top: 0 !important;
}

#product-list .product-card:not(.landscape) .card-title,
#product-list .product-card:not(.landscape) h3.card-title {
    display: -webkit-box !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;
    flex: 0 0 auto;
    flex-shrink: 1;
    max-height: 44.8px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 0;
    text-align: justify;
}

.product-card:not(.landscape) .discount-row:empty {
    display: none !important;
}

.product-card:not(.landscape) .card-img-overlay {
    display: none !important;
}

.product-card:not(.landscape) .discount-row .old-price {
    width: auto;
    height: 19px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: right;
    text-decoration-line: line-through;
    color: #676F71;
    opacity: 0.6;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0;
    padding: 0;
}

.product-card:not(.landscape) .discount-row .discount-badge-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 143px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin-right: auto;
}

.product-card:not(.landscape) .discount-row .discount-percent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 10px;
    width: 29px;
    height: 16px;
    background: #E74C3C;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Kalameh', 'Kalameh(FaNum)', "kalame", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}

.product-card:not(.landscape) .price-action {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0px;
    gap: 9px;
    width: 100% !important;
    max-width: 208px !important;
    min-height: 28px;
    height: 28px;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    flex: 0 0 28px;
    order: 3;
    align-self: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 0;
}

.product-card:not(.landscape) .price-action b,
.product-card:not(.landscape) .price-action .remove-price,
.product-card:not(.landscape) .price-action .discount {
    display: inline-flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 0px;
    gap: 4px;
    width: 94px;
    height: 27px;
    margin: 0;
    margin-right: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
    visibility: visible !important;
    opacity: 1 !important;
    font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #2C3E50;
    position: relative;
}

/* Add SVG icon after the first price element */
.product-card:not(.landscape) .price-action > b:first-of-type::after,
.product-card:not(.landscape) .price-action > .remove-price:first-of-type::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4458 12.2228C13.5168 12.2228 13.5523 12.2589 13.5523 12.331V13.0561C13.5523 13.1283 13.5168 13.1644 13.4458 13.1644H12.8389C12.7963 13.6406 12.6614 14.0374 12.4342 14.3549C12.2071 14.6724 11.9018 14.943 11.5185 15.1666C11.1352 15.3975 10.5744 15.6753 9.83618 16L9.56998 15.2099C10.2514 14.9141 10.7483 14.676 11.0607 14.4956C11.3801 14.3152 11.6108 14.124 11.7528 13.922C11.8947 13.7272 11.9657 13.4746 11.9657 13.1644H10.8264C10.4502 13.1644 10.1024 13.0742 9.78294 12.8938C9.4706 12.7134 9.2186 12.4681 9.02694 12.1578C8.84238 11.8476 8.7501 11.5012 8.7501 11.1188C8.7501 10.7364 8.84238 10.3865 9.02694 10.069C9.2186 9.74431 9.4706 9.48816 9.78294 9.30056C10.1024 9.10575 10.4502 9.00834 10.8264 9.00834C11.1955 9.00834 11.5363 9.10575 11.8486 9.30056C12.1609 9.48816 12.4058 9.74431 12.5833 10.069C12.7608 10.3865 12.8495 10.7364 12.8495 11.1188V12.2228H13.4458ZM11.9657 11.108C11.9657 10.7833 11.8557 10.5091 11.6357 10.2855C11.4156 10.0546 11.1459 9.93912 10.8264 9.93912C10.507 9.93912 10.2372 10.0546 10.0172 10.2855C9.79713 10.5091 9.68711 10.7833 9.68711 11.108C9.68711 11.4327 9.79713 11.7069 10.0172 11.9306C10.2372 12.1542 10.507 12.2661 10.8264 12.2661H11.9657V11.108Z' fill='%232C3E50'/%3E%3Cpath d='M13.5404 7.3416H14.4774V8.29402H13.5404V7.3416ZM15.0311 7.3416H15.9787V8.29402H15.0311V7.3416ZM13.4445 13.1644C13.3735 13.1644 13.3381 13.1283 13.3381 13.0561V12.331C13.3381 12.2589 13.3735 12.2228 13.4445 12.2228H14.2325C14.4809 12.2228 14.6903 12.1326 14.8607 11.9522C15.0381 11.7718 15.1269 11.5517 15.1269 11.292V9.32221H16V11.3461C16 11.678 15.9184 11.9847 15.7551 12.2661C15.5989 12.5402 15.386 12.7603 15.1162 12.9263C14.8465 13.085 14.5484 13.1644 14.2218 13.1644H13.4445Z' fill='%232C3E50'/%3E%3Cpath d='M2.58741 0H3.52442V0.952424H2.58741V0ZM3.06656 6.22322C2.51288 6.22322 2.00179 6.08253 1.53328 5.80113C1.06478 5.51973 0.692107 5.13732 0.415264 4.65389C0.138421 4.17768 0 3.65817 0 3.09538V1.07148H0.873119V3.04126C0.873119 3.44532 0.972498 3.81691 1.17126 4.15603C1.37002 4.50237 1.63621 4.77655 1.96984 4.97858C2.30347 5.18061 2.66905 5.28162 3.06656 5.28162C3.46408 5.28162 3.83321 5.18061 4.17393 4.97858C4.51466 4.77655 4.78441 4.50237 4.98317 4.15603C5.18193 3.81691 5.28131 3.44532 5.28131 3.04126V0.638557H6.15442V3.09538C6.15442 3.65817 6.016 4.17768 5.73916 4.65389C5.46232 5.13732 5.0861 5.51973 4.61049 5.80113C4.14199 6.08253 3.62735 6.22322 3.06656 6.22322Z' fill='%232C3E50'/%3E%3Cpath d='M1.97228 13.1644C1.64575 13.1644 1.34761 13.085 1.07787 12.9263C0.808123 12.7603 0.591618 12.5402 0.428352 12.2661C0.272184 11.9847 0.1941 11.678 0.1941 11.3461V6.03202H1.06722V11.292C1.06722 11.5517 1.1524 11.7718 1.32277 11.9522C1.50023 12.1326 1.71319 12.2228 1.96163 12.2228H2.44078C2.51177 12.2228 2.54726 12.2589 2.54726 12.331V13.0561C2.54726 13.1283 2.51177 13.1644 2.44078 13.1644H1.97228Z' fill='%232C3E50'/%3E%3Cpath d='M5.93567 9.02999C6.31189 9.02999 6.65972 9.12018 6.97916 9.30056C7.29859 9.48095 7.55059 9.72627 7.73515 10.0365C7.91971 10.3468 8.01199 10.6931 8.01199 11.0755C8.01199 11.4579 7.91971 11.8115 7.73515 12.1362C7.55059 12.4609 7.29859 12.717 6.97916 12.9046C6.65972 13.0922 6.31189 13.186 5.93567 13.186C5.61624 13.186 5.32165 13.1175 5.05191 12.9804C4.78216 12.8433 4.55501 12.6521 4.37045 12.4068C4.22848 12.6377 4.04037 12.8216 3.80611 12.9587C3.57896 13.0958 3.32341 13.1644 3.03947 13.1644H2.4432C2.37221 13.1644 2.33672 13.1283 2.33672 13.0561V12.331C2.33672 12.2589 2.37221 12.2228 2.4432 12.2228H3.03947C3.28792 12.2228 3.49733 12.1362 3.66769 11.963C3.84516 11.7826 3.93389 11.5698 3.93389 11.3245V9.9283H3.30567V9.02999H5.93567ZM5.93567 12.2444C6.25511 12.2444 6.52485 12.1326 6.74491 11.9089C6.97206 11.678 7.08563 11.4002 7.08563 11.0755C7.08563 10.7581 6.97206 10.4875 6.74491 10.2638C6.52485 10.0401 6.25511 9.9283 5.93567 9.9283H4.79636V11.0755C4.79636 11.4002 4.90639 11.678 5.12644 11.9089C5.3465 12.1326 5.61624 12.2444 5.93567 12.2444Z' fill='%232C3E50'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    margin-right: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.product-card:not(.landscape) .price-action span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
    margin-right: 0 !important;
}

.product-card:not(.landscape) .product-rate-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 auto;
    flex-shrink: 0;
    min-height: 20px;
    max-height: 20px;
}

.product-card:not(.landscape) .product-rate-row .rate-value {
    font-family: 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #2C3E50;
}

.product-card:not(.landscape) .product-rate-row svg {
    width: 12px;
    height: 11px;
    flex-shrink: 0;
}

.product-card:not(.landscape) b,
.product-card:not(.landscape) .text-muted,
.product-card:not(.landscape) .text-success,
.product-card:not(.landscape) .text-danger {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Button styling for vertical cards only */
.product-card:not(.landscape) .price-action .btn.btn-dark.btn-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    margin: 0 !important;
    margin-right: 0 !important;
    width: 96px;
    height: 27px;
    background: #EFEFEF !important;
    border-radius: 16px;
    border: none !important;
    flex: none;
    flex-grow: 0;
    font-family: 'Yekan Bakh FaNum', 'Kalameh(FaNum)', 'Kalameh', "kalame", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #2C3E50 !important;
}

.product-card:not(.landscape) .price-action .btn.btn-dark.btn-sm svg {
    display: none !important;
}

.h-228 {
    height: 228px !important;
}

.mw-70 {
    max-width: 70% !important;
}

.min-h-100 {
    min-height: 100% !important;
}


[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl !important;
}

.login-info {
    margin-bottom: 1rem;
}


.filter-accordion .accordion-button {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.filter-accordion {
    margin-bottom: 1rem;
}

.sort-desktop span {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .sort-desktop span:hover {
        background-color: #f5f5f5;
        border-radius: 10px;
    }

.sort-desktop .active-span {
    background-color: #e9ecef;
    border-radius: 10px;
}

.sort-desktop {
    display: flex;
}

.main-image {
    max-width: 100%;
    height: 360px;
}

.gallery-image {
    max-width: 100%;
    height: 100px;
}

.product-color {
    display: inline-block;
    padding: .35em .65em;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
}

.desktop {
    display: block;
}

.desktop-inline {
    display: inline-block;
}

.desktop-flex {
    display: flex;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none;
}

.mobile {
    display: none;
}

.slick-track {
    width: max-content;
}

.card-result {
    text-align: center;
    line-height: 2.5;
}


.mouse-pointer {
    cursor: pointer !important;
}

.brands-card:hover {
    box-shadow: 1px 10px 10px 1px #a7caf0;
}

.parents-ul {
    list-style-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.current-ul {
    /*list-style-type: circle;*/
    list-style-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.child-ul {
    list-style-type: circle;
}

.mr-40p {
    margin-right: 40%;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-count {
    cursor: unset !important;
}

.page-loader {
    padding: 10px;
    margin: 20% auto auto auto;
}

.accordion-body {
    max-height: 300px;
    overflow-y: auto;
}

.cat-section {
    width: 100px;
    text-align: center;
    margin: 5px;
}

.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    color: var(--secondary);
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 10%;
    top: 100%;
    border-radius: 16px;
}

    .profile-dropdown-content a {
        color: var(--secondary);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .profile-dropdown-content a:hover {
            background-color: #ffffff;
            color: var(--secondary);
        }

.profile-dropdown:hover .profile-dropdown-content {
    display: block;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e9ecef;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #e9ecef;
    }

.a-text {
    color: inherit !important;
    text-decoration: none !important;
}

.active-img {
    border: 1px solid #3e5067;
}

.login-suggestion-card {
    min-height: 165px !important;
}

.first-li-home-profile {
    border-top-left-radius: .2rem !important;
    border-top-right-radius: .2rem !important;
}

.lirst-li-home-profile {
    border-bottom-left-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
}

#zarinpal img {
    width: 80px;
    height: 110px;
    margin-top: 10px;
    text-align: center;
}

.brand-logo {
    width: 80px;
    height: 110px;
    border-radius: 0.5rem !important;
}

.license {
    min-height: 192px;
}

.accordion-button {
    padding: 0.5rem 0.75rem !important;
}

.srch-card {
    min-height: 255px;
}

.img-brand {
    padding: 0px !important;
    margin: 0px !important;
}

.card-img-overlay {
    padding: .2rem !important;
}

.badge {
    font-weight: 400 !important;
    font-size: .9rem;
}

.discount {
    font-size: medium;
    color: #96a8c0;
}

.mr-0 {
    margin-right: 0px !important;
}






.blog-section {
    padding: 20px 0;
}


.logo-text {
    font-family: "logo-font" !important;
    font-size: 27px;
    font-weight: bold;
}

.main-image-div {
    position: relative;
}

    .main-image-div:hover .img-magnifier-glass {
        position: absolute;
        border: 3px solid #000;
        border-radius: 50%;
        cursor: none;
        /*Set the size of the magnifier glass:*/
        width: 150px;
        height: 150px;
        display: block;
    }

.img-magnifier-glass {
    display: none;
}

a {
    text-decoration: none;
}

.cart-img {
    transition: transform .5s;
}

    .cart-img:hover {
        transform: scale(1.03);
        overflow: hidden;
    }

.no-border {
    border: none;
}

.product-index-card-header {
    border-bottom: 1px solid #e9ecef !important;
}

.product-index-col {
    padding-left: 5px;
    padding-right: 5px;
}

.category-section-card-body {
    padding: 10px !important;
}

.max-h-200 {
    max-height: 200px;
}

.logo-namad {
    background-color: #e9ecef;
    border-radius: 10px;
    height: 140px;
}

.insta-body {
    text-align: center;
}

.blog-img {
    max-width: 215px;
    max-height: 215px;
    padding: 10px;
}

.h1-heading {
    font-size: 1.25rem !important;
}

.home-h1 {
    line-height: 20px;
    position: absolute;
    text-indent: -9999px;
}
.index-h1 h1{
    margin-top: 24px;
    font-size: 32px;
    font-weight: 600;
}

.bg-\[\#ECF0F1\] {
    background-color: #ECF0F1 !important;
}

.font-600 {
    font-weight: 600;
}

.text-\[\#2C3E50\] {
    color: #2C3E50;
}

.orange-underline::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E74C3C;
    border-radius: 12px;
    z-index: 2;
}

.input-field {
    padding: 16px 24px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #EAEAEA;
    border-radius: 16px;
}

    .input-field::placeholder {
        color: #636C75;
    }

    .input-field:read-only {
        background-color: #F5F5F5;
        color: #A0A6AB;
        border-color: #D5D5D5;
        cursor: not-allowed;
        opacity: 1;
    }

.input-field-label {
    color: #2C3E50;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
}

.orange-btn {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
    background-color: #E74C3C;
    color: #ECF0F1;
    font-size: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    text-align: center !important;
}

    .orange-btn:hover {
        background-color: #E74C3C;
        color: #ECF0F1 !important;
    }

@media (max-width:992px) {
    .input-field {
        font-size: 14px;
        border: 1px solid #EAEAEA;
        border-radius: 15px;
        padding: 15px;
    }

    .input-field-label {
        font-size: 16px;
    }

    .orange-btn {
        font-size: 16px;
        border-radius: 10px;
    }
}

.orange-btn-outline {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
    background-color: transparent;
    color: #E74C3C;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #E74C3C;
    outline: none;
    transition: all 300ms;
    cursor: pointer;
}

    .orange-btn-outline:hover {
        background-color: #E74C3C;
        color: #ECF0F1;
    }

@media (max-width:992px) {
    .orange-btn-outline {
        font-size: 16px;
        padding: 11px;
        border-radius: 10px;
    }
}


.btn-no-outline {
    color: #E74C3C;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.select-container {
    position: relative;
    width: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FCFCFC;
    border: 2px solid #EEF2F5;
    border-radius: 16px;
    box-shadow: none !important;
}

.select-angle-icon {
    padding: 2px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C3E50;
    border-radius: 5px;
}

    .select-angle-icon i {
        font-size: 20px;
        color: #FFFFFF;
        padding: 0;
        margin: 0;
    }

.fill-primary svg {
    fill: var(--primary);
}

.fill-secondary svg {
    fill: var(--secondary);
}

.fill-tertiary svg {
    fill: var(--tertiary);
}

.fill-light-pink svg {
    fill: var(--light-pink);
}

.stroke-tertiary svg path,
.stroke-tertiary svg line,
.stroke-tertiary svg polyline,
.stroke-tertiary svg polygon,
.stroke-tertiary svg circle,
.stroke-tertiary svg ellipse,
.stroke-tertiary svg rect {
    stroke: var(--tertiary) !important;
}

.stroke-secondary svg path,
.stroke-secondary svg line,
.stroke-secondary svg polyline,
.stroke-secondary svg polygon,
.stroke-secondary svg circle,
.stroke-secondary svg ellipse,
.stroke-secondary svg rect {
    stroke: var(--secondary) !important;
}

.offer-section {
    margin-top: 130px;
    margin-bottom: 106px;
}

.offer-card svg {
    width: 32px;
}

    .offer-card svg path,
    .offer-card svg line,
    .offer-card svg polyline,
    .offer-card svg polygon,
    .offer-card svg circle,
    .offer-card svg ellipse,
    .offer-card svg rect {
        stroke: var(--tertiary) !important;
    }

.offer-card .offer-desc {
    background-color: var(--gray-12);
    border-radius: 6px;
    padding: 12px 24px;
    text-align: center;
}

.offer-card img {
    border-radius: 6px;
}

.offer-card .offer-description {
    font-size: 28px;
    font-weight: 700;
}

.offer-card .offer-desc a {
    color: var(--secondary) !important;
}

.offer-card .offer-title {
    font-size: 24px;
    font-weight: 500;
}

.swiper-bullet {
    user-select: none;
}

    .swiper-bullet .swiper-pagination {
        position: unset;
        margin-top: 24px;
    }

    .swiper-bullet .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
    }

    .swiper-bullet .swiper-pagination-bullet-active {
        width: 24px !important;
        height: 24px !important;
        vertical-align: sub;
        background-color: var(--tertiary) !important;
    }

.tag-category-section {
    margin-top: 32px;
}

    .tag-category-section .card {
        border: none;
    }

    .tag-category-section img, .tag-category-section .card {
        border-radius: 16px;
    }

    .tag-category-section .card-img-overlay {
        top: unset;
        bottom: 16px;
        right: 16px;
    }

        .tag-category-section .card-img-overlay h5 {
            font-size: 16px;
            font-weight: 700;
            color: white;
        }

        .tag-category-section .card-img-overlay .bg-transparent {
            background-color: rgba(255, 255, 255, 0.2) !important;
            border-color: rgba(255, 255, 255, 0.2);
            border: 1px solid;
            border-radius: 60px;
            margin-left: 4px;
        }

    .tag-category-section .card-gradiant-overlay {
        display: block;
        width: 100%;
        height: 24%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        position: absolute;
        bottom: 0px;
        border-radius: 16px;
    }

.brand-section {
    margin-top: 130px;
    margin-bottom: 130px;
}

    .brand-section img {
        border-radius: 60px;
    }

.tag-page .section-header {
    font-size: 16px !important;
}

.btn-outline-primary:hover {
    background-color: var(--light-pink);
}

.modal-content {
    border-radius: 16px;
    border: none;
    color: var(--secondary);
}

.modal-header {
    border-bottom: none;
}

    .modal-header .btn-close {
        font-size: 14px;
    }

.rating {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    padding: 12px 16px;
}

textarea {
    border-radius: 8px !important;
    border: 1px solid var(--gray-7) !important;
}

.insert-comment .btn {
    padding: 8px 64px;
    border-radius: 8px !important;
}

.star-rating {
    direction: rtl; /* highest star on the left */
    display: inline-flex;
    float: left;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        cursor: pointer;
        padding: 0 5px;
    }

    .star-rating svg {
        width: 24px;
        height: 24px;
    }

        .star-rating svg path {
            fill: white; /* default gray */
            stroke: var(--gold);
            transition: fill 0.2s;
        }

    /* checked stars */
    .star-rating input:checked ~ label svg path {
        fill: var(--gold);
    }

    /* hover effect */
    .star-rating label:hover svg path,
    .star-rating label:hover ~ label svg path {
        fill: var(--gold);
    }

    .star-rating svg, .star-rating svg {
        margin-right: 4px;
    }

.comment-list .text-muted {
    font-size: 14px;
    color: var(--mute) !important;
}

.comment-item, .comment-summary {
    color: var(--secondary);
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--gray-7);
}

.comment-summary {
    border-radius: 16px;
}

    .comment-summary .card-body {
        padding: 24px;
    }

    .comment-summary .btn {
        width: 100%;
        border-radius: 8px !important;
    }

.comment-item .card-body {
    padding: 32px;
}

.comment-item .star-rating label {
    padding: 0;
}

.comment-item .rate-text {
    vertical-align: text-bottom;
    margin-left: 16px;
}

.comment-item .comment-item-rate {
    float: left;
}

.comment-item .bg-success {
    border-radius: 16px;
    background-color: var(--s-success) !important;
    border-color: var(--s-success) !important;
    color: var(--success);
    font-size: 12px;
    margin-right: 8px;
}

.comment-item .comment-text {
    margin-top: 24px;
    margin-bottom: 24px;
}

.comment-item .iconsax {
    float: right;
    margin-top: 8px;
    margin-left: 4px;
}

.comment-item .star-fill svg path {
    fill: var(--gold);
}

.comment-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .comment-rate .star-fill svg path {
        fill: var(--gold);
    }

.gallery-main-image {
    max-width: 100%;
    max-height: 500px;
    border-radius: 16px;
    object-fit: cover;
}

.modal-thumbnails {
    display: flex;
    bottom: 16px;
    position: absolute;
    overflow-x: scroll;
    width: 90%;
}

    .modal-thumbnails img {
        width: 100px;
        margin: 8px;
        cursor: pointer;
        border-radius: 16px;
    }

.gallery-thumb {
    cursor: pointer;
}

#gallery-modal {
    z-index: 99999999;
}

    #gallery-modal .modal-body {
        background-color: var(--primary);
    }

    #gallery-modal .modal-dialog {
        height: 100vh;
        text-align: center;
        width: 100vw;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #gallery-modal .modal-content {
        height: 100%;
    }

.modal-thumb.selected {
    border: 3px solid #2c3e50;
    box-shadow: 0 0 10px rgba(44, 62, 80, 0.5);
}

.brand-section img {
    background: var(--gray-7);
    padding: 8px 8px;
    border-radius: 50%;
}

.children-category-card {
    aspect-ratio: 3/4;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .children-category-card:hover {
        transform: scale(1.03);
    }

    .children-category-card .children-category-image {
        border-radius: 16px;
    }

    .children-category-card .children-category-title {
        height: 75px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
    }

    .children-category-card .children-category-title-text {
        bottom: 12px;
        margin: 0;
        padding: 0.5rem 0.75rem;
    }

.children-category-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.tab-link {
    color: var(--secondary);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
    margin-bottom: -1px;
    position: relative;
    transition: color 0.3s ease;
}

    .tab-link:not(.active):hover {
        color: var(--tertiary);
    }

    .tab-link.active {
        color: var(--tertiary);
        font-weight: 600;
    }

        .tab-link.active::after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background-color: var(--tertiary);
            border-radius: 3px;
        }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.children-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray-1);
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .children-category-header {
        flex-direction: column;
        border-bottom: none;
    }

    .children-category-tabs {
        justify-content: center;
        border-bottom: 1px solid var(--gray-1);
        margin-bottom: 2rem;
        width: 100%;
    }
}

.fw-500 {
    font-weight: 500;
}

.no-scrollbar::-webkit-scrollbar {
    display: none !important;
}

.category-short-text, .category-text {
    border: 1px solid var(--gray-15);
    color: var(--secondary);
    font-weight: 300;
    line-height: 2;
    text-align: justify;
    border-radius: 16px;
    padding: 24px 36px;
    margin-bottom: 48px;
}

.category-short-text {
    background-color: var(--gray-16);
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .category-short-text .qoute {
        margin-left: 16px;
    }

        .category-short-text .qoute svg path {
            fill: #0000000D;
        }

.category-text {
    font-size: 14px;
}

    .category-text img {
        border-radius: 12px !important;
        width: 100%;
        max-height: 350px;
        object-fit: cover;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .category-text h2:not(:first-of-type) {
        margin-top: 48px;
    }

.category-info .accordion {
    margin-bottom: 48px;
}

.category-info .accordion-item {
    margin-bottom: 24px;
    border: 1px solid var(--gray-16);
    border-radius: 16px;
    padding: 24px 40px;
}

    .category-info .accordion-item:has(.show) {
        border: 1px solid var(--bs-white) !important;
        background-color: var(--tertiary) !important;
        color: white;
    }

        .category-info .accordion-item:has(.show) button {
            background-color: var(--tertiary) !important;
            color: white;
            font-size: 20px;
            font-weight: 800;
            padding-bottom: 24px !important;
            border-bottom: 1px solid white;
            box-shadow: none !important;
        }

.category-info .accordion-button {
    padding: 0 !important;
}

    .category-info .accordion-button:not(.collapsed) {
        background-color: unset;
        color: unset;
    }

    .category-info .accordion-button:focus {
        border-color: unset;
        box-shadow: none;
    }

    .category-info .accordion-button::after {
        margin-left: 0px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c3e50'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .category-info .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

blockquote {
    background-color: var(--gray-16);
    padding: 24px 36px;
    border-radius: 16px;
    font-size: 16px;
    position: relative;
    padding-right: 78px;
}

    blockquote::before {
        content: "“";
        position: absolute;
        top: 24px;
        right: 16px;
        font-size: 100px;
        color: var(--gray-7);
        line-height: 0;
        transform: rotate(180deg);
        transform-origin: center;
        font-weight: 900;
    }
.all-unset {
    all: unset!important;
}
.radius-8 {
    border-radius: 8px;
}
.designed-h2 h2 {
    position: relative;
    padding-bottom: 12px;
}

.designed-h2 h2::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 135px;
        height: 2px;
        background-color: var(--tertiary);
    }

.cart-notification-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 99998;
    animation: fadeIn 0.3s ease-out;
    touch-action: none;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.cart-notification-popup {
    position: fixed;
    width: 580px;
    height: 80px;
    left: calc(50% - 580px/2);
    top: 879px;
    z-index: 99999;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 14px;
    gap: 56px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: slideInDown 0.3s ease-out;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDownMobile {
    from {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes slideInCenterMobile {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.cart-notification-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 56px;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    position: relative;
    z-index: 100001;
}

.cart-notification-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    flex: 1;
    height: 48px;
}

.cart-notification-message-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    height: 48px;
}

.cart-notification-message {
    width: 215px;
    height: 22px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    color: #3A7B2B;
    flex: none;
    flex-grow: 0;
}


.cart-notification-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    height: 48px;
    flex: none;
    flex-grow: 0;
}

.cart-notification-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 177px;
    height: 48px;
    text-decoration: none;
    flex: none;
    flex-grow: 0;
    cursor: pointer;
    transition: opacity 0.2s;
    justify-content: flex-start;
    pointer-events: auto;
    z-index: 100000;
    position: relative;
}

.cart-notification-button:hover {
    opacity: 0.8;
}

.cart-notification-button-text {
    width: 137px;
    height: 34px;
    font-family: 'Kalameh(FaNum)', 'Kalameh', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-align: right;
    color: #2C3E50;
    flex: none;
    flex-grow: 0;
}

.cart-notification-arrow {
    width: 32px;
    height: 32px;
    flex: none;
    flex-grow: 0;
}

.cart-notification-close {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    flex-grow: 0;
    transition: opacity 0.2s;
}

.cart-notification-close:hover {
    opacity: 0.7;
}

.cart-notification-close svg {
    width: 32px;
    height: 32px;
}
.banner-desktop .card-img.mobile {
    max-height: 240px;
    object-fit: cover;
}
.row-banner .card-img.mobile {
    max-height: 240px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .cart-notification-popup {
        width: calc(100% - 32px) !important;
        max-width: 580px !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        height: auto !important;
        min-height: 80px !important;
        padding: 12px 14px !important;
        gap: 12px !important;
        animation: slideInCenterMobile 0.3s ease-out;
        z-index: 99999 !important;
        position: fixed !important;
    }

    .cart-notification-backdrop {
        z-index: 99998 !important;
    }

    .cart-notification-content {
        gap: 12px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .cart-notification-left {
        gap: 12px;
        flex: 1;
        min-width: 0;
    }

    .cart-notification-message-wrapper {
        flex: 1;
        min-width: 0;
    }

    .cart-notification-message {
        font-size: 16px;
        width: auto;
        max-width: 100%;
        height: auto;
        line-height: 1.4;
        word-wrap: break-word;
    }

    .cart-notification-right {
        gap: 8px;
        flex-shrink: 0;
    }

    .cart-notification-button {
        width: auto;
        min-width: 140px;
        height: 40px;
        gap: 6px;
        padding: 0 8px;
    }

    .cart-notification-button-text {
        font-size: 16px;
        width: auto;
        height: auto;
        line-height: 1.4;
        white-space: nowrap;
    }

    .cart-notification-arrow {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .cart-notification-close {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

        .cart-notification-close img {
            width: 28px;
            height: 28px;
        }
}

@media (max-width: 480px) {
    .cart-notification-popup {
        width: calc(100% - 24px) !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        padding: 10px 12px !important;
        gap: 10px !important;
        min-height: 70px !important;
        animation: slideInCenterMobile 0.3s ease-out;
        z-index: 99999 !important;
        position: fixed !important;
    }
    
    .cart-notification-backdrop {
        z-index: 99998 !important;
    }
    
    .cart-notification-content {
        gap: 10px;
    }
    
    .cart-notification-left {
        gap: 10px;
    }
    
    .cart-notification-message {
        font-size: 14px;
    }
    
    .cart-notification-button {
        min-width: 120px;
        height: 36px;
        gap: 4px;
        padding: 0 6px;
    }
    
    .cart-notification-button-text {
        font-size: 14px;
    }
    
    .cart-notification-arrow {
        width: 20px;
        height: 20px;
    }
    
    .cart-notification-close {
        width: 24px;
        height: 24px;
    }
    
    .cart-notification-close img {
        width: 24px;
        height: 24px;
    }
}
