﻿@import url('variables.css');

img {
    border: none !important;
    background: transparent !important;
}

a, div, p, span, h6, h5, h4, h3, h2, h1, input, button, ul, li, table, ol, nav, b {
    font-family: "dana" !important;
}

.font-digital {
    font-family: digital !important;
    font-weight: 600 !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: #F8F6F1 !important;
}

.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: 48px;
    position: relative;
    height: auto;
}

    .banner-desktop .swiper,
    .banner-desktop .swiper-wrapper,
    .banner-desktop .swiper-slide {
        height: 100%;
    }

    .banner-desktop .card {
        border: none;
        /*        overflow: hidden;*/
        max-height: 450px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .banner-desktop .card img {
            height: 100% !important;
            width: 100% !important;
            border: 3px solid blue;
            object-fit: cover;
        }

    .banner-desktop img, .banner-desktop .card {
        border-radius: 32px;
    }

    .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);
    }

.my-order .myorder-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 16px;
    width: 338px;
    height: 40px;
    justify-content: flex-start;
    margin-right: auto;
}

.my-order .myorder-filter-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    gap: 8px;
    width: 114px;
    height: 40px;
    background: var(--s-secondary);
    border-radius: 8px;
    border: none;
}

.my-order .myorder-filter-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.my-order .myorder-filter-text {
    width: 29px;
    height: 22px;
    font-family: 'Yekan Bakh FaNum';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.my-order .myorder-search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 208px;
    height: 40px;
    border: 1px solid #C2C5C6;
    border-radius: 8px;
}

    .my-order .myorder-search-input input {
        border: none;
        outline: none;
        background: transparent;
        width: 100%;
        font-family: 'Yekan Bakh FaNum';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        text-align: right;
        color: #C2C5C6;
    }

        .my-order .myorder-search-input input::placeholder {
            color: #C2C5C6;
        }

.my-order .order-details-products {
    box-sizing: border-box;
}

.my-order .order-details-product-card {
    position: relative;
    box-sizing: border-box;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.my-order .order-details-product-image-col {
    max-width: 280px;
    padding: 16px;
}

.my-order .order-details-product-image {
    max-width: 260px;
    max-height: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.my-order .order-details-product-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.my-order .order-details-product-title,
.my-order .order-details-product-price {
    font-family: "dana", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
}

.my-order .order-details-product-title {
    color: #23242E;
}

.my-order .order-details-product-price {
    color: var(--txt-color);
}

.my-order .order-details-product-price-old {
    font-family: "dana", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
    color: #969696;
    position: relative;
}

    .my-order .order-details-product-price-old::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1.5px;
        background-color: #969696;
        transform: translateY(-50%);
    }

.my-order .order-details-product-price-row {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    height: 36px;
}

.my-order .order-details-product-meta {
    direction: rtl;
}

.my-order .order-details-product-attribute,
.my-order .order-details-product-guarantee {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    gap: 4px;
    height: 24px;
    border-radius: 999px;
    font-family: 'IRANSansXFaNum', inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.my-order .order-details-product-attribute {
    background: #F5F6F7;
    color: #434A54;
}

.my-order .order-details-product-guarantee {
    background: #FFF3E6;
    color: #FA541C;
}

.my-order .order-details-product-qty-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 2;
    pointer-events: none;
}

.my-order .order-details-product-qty-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 16px;
    gap: 8px;
    width: 70px;
    height: 25px;
    background: #FA541C;
    border-radius: 0 8px;
    pointer-events: auto;
}

.my-order .order-details-product-qty-text {
    width: 38px;
    height: 21px;
    font-family: 'IRANSansXFaNum', inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FFFFFF;
}

.order-details-product-meta-desktop {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.order-details-product-meta-mobile {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .shopCart-details {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .shopCart-details > div,
        .shopCart-details > p {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

    .shop-cart-item .d-flex.justify-content-start.gap-3.mb-4 {
        flex-wrap: wrap;
    }

    .shopCart-details img {
        flex-shrink: 0;
    }

    .shopCart-details span {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .my-order .order-details-product-card {
        height: auto;
        padding: 12px 0;
        gap: 12px;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        align-items: stretch;
    }

        .my-order .order-details-product-card .row.g-0 {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 0;
            width: 100%;
            height: auto;
        }

    .my-order .order-details-product-image-col {
        width: 120px;
        height: 112px;
        padding: 0;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .my-order .order-details-product-image {
        position: absolute;
        width: 120px;
        height: 112px;
        right: 10px;
        top: 5 px;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }

    .my-order .order-details-product-content {
        width: auto;
        height: auto;
        padding: 8px;
        gap: 2px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .my-order .order-details-product-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .my-order .order-details-product-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        width: 100%;
        height: auto;
    }

    .my-order .order-details-product-price-old {
        font-size: 12px;
        line-height: 22px;
        display: flex;
        align-items: flex-start;
    }

    .my-order .order-details-product-price {
        color: var(--txt-color);
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: flex-end;
    }

    .my-order .order-details-product-meta {
        flex-direction: row;
        align-items: flex-end;
        padding: 0 8px;
        gap: 2px;
        width: 100%;
        height: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 0;
    }

        .my-order .order-details-product-meta > * {
            white-space: nowrap;
        }

    .order-details-product-meta-desktop {
        display: none;
    }

    .order-details-product-meta-mobile {
        display: flex;
    }

    .order-details-product-action-desktop {
        display: none !important;
    }

    .order-details-product-action-mobile {
        display: flex !important;
    }

        .order-details-product-action-mobile .action-btn-mobile {
            width: 100%;
        }

    .order-details-product-meta-desktop {
        display: none !important;
    }

    .order-details-product-meta-mobile {
        display: flex !important;
    }
}

.order-details-product-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border: 1px solid var(--s-secondary);
    border-radius: 8px;
    background: transparent;
    color: var(--s-secondary);
    cursor: pointer;
    font-family: '';
    font-size: 16px;
    line-height: 22px;
}

    .action-btn .action-icon {
        width: 20px;
        height: 20px;
    }

.action-text-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .action-text-row .reward-icon {
        width: 24px;
        height: 24px;
    }

    .action-text-row .action-text {
        font-family: '';
        font-size: 14px;
        line-height: 22px;
        color: var(--txt-color);
    }

.order-details-product-action-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 8px;
}

.order-details-product-action-mobile {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}

.action-text-row-mobile {
    display: flex;
    align-items: center;
    gap: 4px;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid var(--s-secondary);
    border-radius: 8px;
    background: transparent;
    color: var(--s-secondary);
    font-family: '';
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    min-width: 120px;
    height: 40px;
}

.action-btn-mobile {
    width: 100%;
}

.action-text-row,
.action-text-row-mobile {
    display: flex;
    align-items: center;
    gap: 4px;
}

.action-text,
.reward-text {
    font-family: '';
    font-size: 14px;
    line-height: 22px;
    color: var(--txt-color);
}

.reward-icon {
    width: 24px;
    height: 24px;
}

.product-feature-title {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 600;
}

.colors-box,
.size-box {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.color-item,
.size-item {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    /*    background: var(--gray-10);*/
}

    .color-item.active,
    .size-item.active {
        background-color: var(--gray-7);
    }

.color-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.color-circles-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.single-row-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.meta-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 20px;
    background: var(--gray-10);
    border: 1px solid var(--gray-7);
    font-size: 13px;
}

.color-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.my-order .order-details-link,
.my-order .order-details-link:link,
.my-order .order-details-link:visited,
.my-order .order-details-link:hover,
.my-order .order-details-link:active {
    font-family: 'Yekan Bakh FaNum';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #23242E !important;
    text-decoration: none !important;
}

.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: "dana" !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 31px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    color: var(--txt-color) !important;
    display: inline-block !important;
    position: relative;
}

.new-products .section-header {
    text-align: right !important;
}

.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;
}

.section-header-sub-title {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--s-secondary);
    font-weight: 500;
}

h1.section-header {
    font-family: '' !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: var(--txt-color);
}

.categories .section-header {
    margin-top: 48px;
}

.categories .categories-swiper {
    margin-top: 40px;
}

.info-body .info-body-text {
    margin-top: 24px;
}

.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 .categories-img {
    aspect-ratio: 1/1;
    max-width: 160px;
}

.categories img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    margin-bottom: 8px;
}

.categories a {
    font-size: 16px;
    color: var(--secondary);
}

.row-banner {
    margin-bottom: 16px;
}

.banner-container {
    margin-top: 80px;
}


.row-banner img, .row-banner .card {
    border-radius: 24px;
    overflow: hidden;
}

.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;
    margin: auto;
}

.info .h6 {
    font-weight: 600 !important;
    color: var(--secondary) !important;
    font-size: 24px !important;
}

.service-info-container {
    margin-top: 80px;
}

    .service-info-container .section-header {
        margin-bottom: 40px;
    }

.service-info img {
    width: 64px;
    margin-left: 8px;
}

.service-info .col-6 {
    font-family: "dana", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
}

.blog {
    margin-top: 96px;
}

    .blog .card-img-top-container {
        border-radius: 12px;
        overflow: hidden;
        padding: 16px;
        width: 100%;
        height: 100%;
    }

        .blog .card-img-top-container div {
            width: 100%;
            height: 100%;
            border: 2px solid var(--gray-10);
            border-radius: 12px;
            overflow: hidden;
        }

    .blog .blog-swiper .card-body {
        padding-top: 0;
    }

        .blog .blog-swiper .card-body .card-title {
            margin-bottom: 16px !important;
        }

    .blog .card {
        border-radius: 20px;
    }

        .blog .card:hover {
            background-color: #FFFFFF;
        }

.blog-swiper .card-text a:first-child {
    display: none;
}

/*    .blog img {
        padding: 16px 24px;
        border-radius: 12px;
    }*/
.blog p {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-2);
    margin-bottom: 40px;
    height: 48px;
}

.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 var(--tertiary) !important;
    border-radius: 16px;
    font-family: "dana", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--tertiary) !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: var(--tertiary) !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: var(--tertiary) !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: var(--tertiary) !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;
    gap: 8px;
    height: auto;
    border: none !important;
    font-family: "dana", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--secondary) !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: var(--secondary) !important;
        box-shadow: none;
        border: none;
    }

    .btn-show-all svg, .btn-show-all img {
        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: var(--tertiary) !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: var(--tertiary) !important;
    }

.product-list .discount-section {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.remains-count {
    flex-shrink: 0;
    font-size: 12px;
    color: var(--tertiary);
    font-weight: 400;
}

.productCategories-card {
    padding: 16px 20px;
    border: 1px solid var(--light-pink);
    margin-bottom: 24px;
    border-radius: 15px;
}

    .productCategories-card p {
        margin-bottom: 5px;
        text-align: right;
    }

    .productCategories-card .productCategories-en-title {
        font-size: 13px;
        font-weight: 400;
    }

    .productCategories-card .productCategories-title {
        font-size: 20px;
        font-weight: 600;
    }
.menu-brands .productCategories-card {
    padding: 16px 20px;
    border: 1px solid var(--light-pink);
    margin-bottom: 24px;
    border-radius: 15px;
}

    .menu-brands .productCategories-card p {
        margin-bottom: 5px;
        text-align: right;
    }

    .menu-brands .productCategories-card .productCategories-en-title {
        font-size: 13px;
        font-weight: 400;
    }

    .menu-brands .productCategories-card .productCategories-title {
        font-size: 20px;
        font-weight: 600;
    }

.offer-products {
    margin-top: 80px;
    border-radius: 24px;
    padding: 36px 36px;
    background: var(--secondary);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
}

    .offer-products .card {
        border-radius: 30px;
        border: none;
        padding: 16px 16px;
        color: var(--secondary) !important;
    }

#product-list .card .product-card {
    max-height: auto;
}

.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: '';
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    margin-bottom: 16px;
}

.offer-products .h4 {
    margin-bottom: 25px;
}

.offer-products .btn-show-all {
    float: right;
    margin-top: 0;
    white-space: nowrap;
    background-color: #ffffff !important;
    border: none !important;
    color: var(--txt-color) !important;
    display: flex !important;
    align-items: center !important;
}

    .offer-products .btn-show-all:hover {
        color: #ffffff !important;
    }

.offer-products .slider-nav {
    display: none !important;
}

.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);
}

.offer-products .btn-show-all svg {
    color: #ffffff !important;
    display: none;
}

.offer-products .btn-show-all:hover,
.offer-products .btn-show-all:active,
.offer-products .btn-show-all.active,
.offer-products .btn-show-all:focus,
.offer-products .btn-show-all:active:focus,
.offer-products .btn-show-all.active:focus {
    background-color: var(--primary) !important;
    border: none !important;
    color: #ffffff !important;
}

#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', "dana", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: var(--txt-color) !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 .slider-nav {
        display: none !important;
    }

.new-products-header {
    margin-bottom: 36px;
}

.top-sell-products {
    margin-top: 96px;
}

    .top-sell-products .product-list {
        margin-bottom: 16px !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(--secondary);
    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;
    margin-top: 96px;
    color: white;
}

.footer-v1 {
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    border-top: 4px solid var(--s-secondary);
}

.footer-v3 {
    border-radius: 32px;
    border-top: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .footer-v1 hr, .footer-v3 hr {
        width: 100%;
        color: var(--light-pink) !important;
        background-color: var(--light-pink);
        height: 2px;
    }

footer .h4 {
    font-weight: 600;
    font-size: 24px;
    color: var(--secondary);
}

footer .logo {
    width: 100%;
}

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: 24px;
}

    .all-products .breadcrumb-item a {
        color: #636C75 !important;
    }

    .all-products .breadcrumb-item.active a {
        color: var(--txt-color) !important;
    }

    .all-products.breadcrumb-item + .all-products.breadcrumb-item::before {
        color: #636C75 !important;
    }

    .all-products a {
        color: var(--secondary);
    }

    .all-products img {
        border-radius: 16px;
    }

    .all-products .section-header {
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .all-products .breadcrumb {
        margin-bottom: 0;
    }

    .all-products .section-header::after {
        width: 20%;
        height: 4px;
        max-width: 64px;
        /*            margin-right: auto;*/
        /*            margin-left: auto;*/
        margin-bottom: 0;
        border-radius: 8px;
    }

.breadcrumb {
    flex-wrap: nowrap !important;
    overflow: auto;
    max-width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: var(--gray-17);
}

.breadcrumb-item {
    padding: 0 !important;
    flex-shrink: 0;
}

.product-filter {
    padding-left: 24px;
}

    .product-filter .product-filter-content {
        padding: 16px 10px;
        border-radius: 16px;
        border: 1px solid #F4F4F4;
    }

        .product-filter .product-filter-content .product-filter-content-header {
            padding-top: 7px;
            padding-bottom: 7px;
            border-bottom: 1px solid #F4F4F4;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .product-filter .product-filter-content .product-filter-content-header .h5 {
                font-family: ;
                font-weight: 500;
                font-size: 16px !important;
                line-height: 100%;
                text-align: right;
                color: var(--txt-color);
            }

.product-filter-content-header div {
    color: var(--s-secondary);
    font-family: ;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-filter-content-items {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

    .product-filter-content-items .product-filter-content-item {
        padding: 7px 6px;
        border: 1px solid #F4F4F4;
        border-radius: 8px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        gap: 3px;
    }

.product-filter-content-item-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    color: var(--txt-color);
}

.product-filter-content-item-value {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    color: var(--txt-color);
}

    .product-filter-content-item-value.color {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        display: block;
    }

.product-filter-content-item-times {
    color: #A9B0B3;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.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;
}

.product-filter-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 26px;
}

.product-filter-avalible-div {
    position: relative;
    width: 16px;
    height: 16px;
}

    .product-filter-avalible-div #check-box-square {
        border-radius: 4px;
        border: 2px solid var(--s-secondary);
    }

    .product-filter-avalible-div .form-check-input, .product-filter-avalible-div #check-box-square, .product-filter-avalible-div #check-box-square-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .product-filter-avalible-div .form-check-input {
        opacity: 0;
    }

#check-box-square-icon {
    display: none;
}

input:checked ~ #check-box-square {
    display: none;
}

input:checked ~ #check-box-square-icon {
    display: block;
}

.product-filter-price-values {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .product-filter-price-values div {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .product-filter-price-values div p {
            margin: 0;
            padding: 0;
            font-family: ;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            text-align: right;
            color: var(--txt-color);
            flex-shrink: 0;
        }

        .product-filter-price-values div .currencyInput {
            border: none !important;
            outline: none !important;
            background-color: #F4F4F4;
            border-radius: 8px;
            padding: 8px 17px;
            width: 100%;
            font-weight: 500;
            font-size: 10px;
            line-height: 100%;
            text-align: right;
            color: var(--txt-color);
        }

            .product-filter-price-values div .currencyInput::placeholder {
                font-weight: 500;
                font-size: 10px;
                line-height: 100%;
                text-align: right;
                color: #868686;
            }



.sticky-column {
    position: sticky;
    top: 0; /* Adjust based on header if any */
    height: fit-content;
}
/*/////////////////////*/
.price-range-container {
    width: 100%;
    max-width: 100%;
}

.slider-container {
    position: relative;
    height: 60px;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 10px;
    pointer-events: none;
}

.slider-range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background-color: var(--txt-color);
    border-radius: 10px;
    pointer-events: none;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

    input[type="range"]:focus {
        outline: none;
    }

#minPriceSlider::-webkit-slider-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--txt-color);
    cursor: pointer;
    border: 3px solid var(--txt-color);
    -webkit-appearance: none;
    transition: 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

#maxPriceSlider::-webkit-slider-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--txt-color);
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    background: #667eea;
}

#minPriceSlider::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--txt-color);
    cursor: pointer;
    border: 3px solid var(--txt-color);
    cursor: pointer;
    transition: 0.2s;
}

#maxPriceSlider::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--txt-color);
    cursor: pointer;
    transition: 0.2s;
}

.price-range-text {
    font-weight: 500;
    line-height: 100%;
    text-align: right;
    font-size: 10px;
    color: var(--txt-color);
}

.product-filter-price-container {
    margin-bottom: 26px;
}

    .product-filter-price-container .product-filter-part p,
    #brands-filter-header .h6,
    #category-filter-header .h6,
    .product-prop .h6,
    .filter-feature .h6 {
        font-size: 14px !important;
    }

.select-filter-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--s-secondary);
}

.product-brand-filter-area {
    width: 100%;
    padding-top: 8px;
}

.product-brand-filter-area-input {
    border: 1px solid #EDEDED;
    border-radius: 32px;
    padding: 6px 16px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

    .product-brand-filter-area-input input[type="text"] {
        border: none !important;
        outline: none !important;
        background-color: transparent;
    }

    .product-brand-filter-area-input svg {
        flex-shrink: 0;
    }

.product-brand-filter-area-brands {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 12px;
    margin-top: 8px;
}

.product-brand-filter-area-brand {
    border-radius: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #F4F4F4;
    width: 100%;
    color: var(--txt-color);
    font-weight: 500;
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .product-brand-filter-area-brand input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .product-brand-filter-area-brand:has(input:checked) {
        background-color: var(--txt-color);
        border: 2px solid #ffffff;
        outline: 2px solid var(--txt-color);
        color: #ffffff;
    }

.filter-color-circle:has(input:checked) {
    border: 2px solid #ffffff;
    outline: 2px solid var(--txt-color);
}

#product-list .card {
    border: 1px solid var(--primary);
}

#product-list .product-index-col {
    padding-left: 8px;
    padding-right: 8px;
}

#product-list svg {
    width: 22px;
}

.paging {
    margin-top: 56px;
    margin-bottom: 56px;
}

    .paging nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .paging a,
    .paging span {
        border-radius: 4px;
        background-color: var(--primary);
        border: 1px solid var(--secondary);
        color: var(--secondary);
        min-width: 40px;
        min-height: 40px;
        padding: 4px 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

        .paging a:hover,
        .paging .active,
        .paging [aria-current="page"] {
            background-color: var(--secondary) !important;
            color: var(--primary) !important;
        }

    .paging [aria-current="page"] {
        cursor: default;
    }

    .paging a:hover,
    .paging [aria-current="page"] {
        background-color: var(--secondary) !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;
}

.text-truncated-1-lines {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
}

.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-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    padding: 12px 8px;
}

    .product-card.landscape:hover {
        background-color: #FFFFFF;
    }

.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;
}

.landscape .product-rate {
    align-self: flex-end;
    font-size: 12px !important;
    font-weight: 500;
    color: var(--txt-color);
}

    .landscape .product-rate svg {
        width: 16px !important;
    }

.product-card.landscape .card-body {
    padding: 0 !important;
}

.swiper-wrapper:has(.product-card:not(.landscape)) {
    display: flex !important;
    align-items: stretch !important;
}

.blog .swiper-autoheight .swiper-wrapper {
    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: 100%;
        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;
    max-height: 100% !important;
    height: auto !important;
    min-height: auto !important;
    -webkit-box-orient: unset !important;
}

.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;
    max-width: 100% !important;
    height: 198px !important;
    object-fit: contain;
    margin-bottom: 12px;
    background: transparent;
    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: 8px;
    font-family: "dana", 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: "dana", 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: "dana", 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.landscape .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.landscape .price-action {
    margin-top: 8px !important;
}

.product-card .discount-row .discount-percent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 10px;
    width: 29px;
    height: 16px;
    background: var(--tertiary);
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Kalameh', '', "dana", 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: "dana", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        color: var(--txt-color);
        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.landscape .product-landscape-price::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: "dana", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        color: var(--txt-color);
    }

    .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: 8px;
    gap: 10px;
    margin: 0 !important;
    margin-right: 0 !important;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: var(--secondary) !important;
    border-radius: 10px;
    border: none !important;
    flex: none;
    flex-grow: 0;
}

.buy-product-landscape {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 32px;
    margin: 0 !important;
    margin-right: 0 !important;
    background: #EFEFEF !important;
    border-radius: 8px;
    border: none !important;
    flex: none;
    font-family: 'Yekan Bakh FaNum', "dana", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: var(--txt-color) !important;
    margin-top: 12px;
}

.product-card:not(.landscape) .price-action .btn.btn-dark.btn-sm svg {
}

.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: 47px;
    font-size: 32px;
    font-weight: 600;
}

.bg-\[\#ECF0F1\] {
    background-color: #ECF0F1 !important;
}

.font-600 {
    font-weight: 600;
}

.text-\[\var(--txt-color)\] {
    color: var(--txt-color);
}

.orange-underline::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tertiary);
    border-radius: 12px;
    z-index: 2;
}

.input-field {
    padding: 16px 24px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    color: var(--txt-color);
    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: var(--txt-color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
}

.orange-btn {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
    background-color: var(--tertiary);
    color: #ECF0F1;
    font-size: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    text-align: center !important;
}

    .orange-btn:hover {
        background-color: var(--tertiary);
        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: var(--tertiary);
    font-size: 20px;
    font-weight: 600;
    border: 2px solid var(--tertiary);
    outline: none;
    transition: all 300ms;
    cursor: pointer;
}

    .orange-btn-outline:hover {
        background-color: var(--tertiary);
        color: #ECF0F1;
    }

@media (max-width:992px) {
    .orange-btn-outline {
        font-size: 16px;
        padding: 11px;
        border-radius: 10px;
    }
}


.btn-no-outline {
    color: var(--tertiary);
    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: var(--txt-color);
    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: flex;
}

    .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;
    font-weight: 400;
}

.comment-list p.h6 {
    color: var(--s-secondary);
}

.comment-summary h6 {
    font-size: 16px;
}

.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: 5px;
    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;
}

.inner-text-container .category-text {
    background-color: var(--gray-0) !important;
    border-color: var(--gray-7);
    margin-bottom: 0 !important;
}

.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, .designed-h2 h3 {
    position: relative;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--txt-color) !important;
}

.designed-h2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    text-align: right;
    color: #707B81;
    margin-bottom: 32px;
}
/*.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: 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: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-align: right;
    color: var(--txt-color);
    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: unset;
    object-fit: cover;
}

.row-banner .card-img.mobile {
/*    max-height: 240px;
    object-fit: cover;*/
}

@media (max-width: 768px) {
    .widget-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .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;
        }
}

.banner-desktop .swiper-button-next::after {
    content: '' !important;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/images/icon/angle-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-desktop .swiper-button-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0 !important;
}

.banner-desktop .swiper-button-prev {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 0 !important;
}
/*.banner-desktop .swiper-slide{
    aspect-ratio:1240/460;
}
*/
@media(max-width:1024px) {
    .banner-desktop .swiper-button-next, .banner-desktop .swiper-button-prev {
        display: none;
    }
}

@media(width:1024px) {
    .banner-desktop .swiper-button-next, .banner-desktop .swiper-button-prev {
        display: block !important;
    }

    .banner-desktop .swiper-button-next {
        top: 54% !important;
        left: -5px !important;
    }

    .banner-desktop .swiper-button-prev {
        top: 54% !important;
        right: -5px !important;
    }
}

.banner-desktop .swiper-button-prev::after {
    content: '' !important;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/images/icon/angle-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-desktop .swiper-pagination-bullet {
    background-color: var(--txt-color)59 !important;
}

.banner-desktop .swiper-pagination-bullet-active {
    width: 27px;
    background-color: var(--s-secondary) !important;
    border-radius: 6px;
}

@media(min-width:1023px) {
    .banner-desktop .swiper-pagination-bullet {
        display: none;
    }

    .banner-desktop .swiper-pagination-bullet-active {
        display: none;
    }
}

.info {
    display: flex !important;
    flex-direction: column;
    margin: 56px 0;
}

    .info p:first-child {
        flex: 1;
    }

    .info .info-body {
        flex: 3;
    }

    .info img {
        width: 100%;
        border: 2px solid red;
    }

.info-body .btn-show-all {
    margin-top: 32px;
}

@media(min-width:768px) {
    .info {
        flex-direction: row-reverse !important;
        gap: 32px;
        margin: 96px 0;
    }
}

.service-info-dynno {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.service-info-div {
    background-color: var(--gray-1);
    box-shadow: 0px 5px 12px 0px #0000000A;
    border-radius: 16px;
    display: flex;
    padding: 16px 16px;
    gap: 16px;
    align-items: center;
}

.service-info-dynno div .image-div {
    flex: 1;
    margin: 0;
    padding: 0;
    max-width: 64px;
}

    .service-info-dynno div .image-div img {
        width: 100%;
    }

.service-info-dynno div .service-info-text-part {
    flex: 3;
}

    .service-info-dynno div .service-info-text-part .title {
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
        color: var(--txt-color);
    }

    .service-info-dynno div .service-info-text-part .text-muted {
        font-size: 12px;
        font-weight: 400;
    }

@media(min-width:768px) {
    .service-info-dynno {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media(min-width:992px) {
    .service-info-dynno {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

        .service-info-dynno div .service-info-text-part .title {
            font-size: 18px;
        }

        .service-info-dynno div .service-info-text-part .text-muted {
            font-size: 14px;
        }
}

@media(min-width:1024px) {
    .service-info-dynno {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 40px;
    }
}

.brands {
    margin-top: 80px;
}

    .brands .section-header {
        margin-bottom: 48px;
    }

    .brands .categories-img img {
        max-width: 158px;
    }

    .brands .slider-nav {
        display: flex !important;
        top: -100px;
        position: relative;
        justify-content: space-between;
    }

        .brands .slider-nav .custom-next, .brands .slider-nav .custom-prev {
            width: 48px;
            height: 48px;
            background-color: white;
            border-radius: 18px;
            padding: 12px;
        }

        .brands .slider-nav svg {
            stroke: var(--txt-color);
        }

    .brands .categories-swiper {
        padding: 40px 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: var(--light-pink);
    }

    .brands .categories-img {
        border-left: 1px solid;
        border-color: var(--light-pink);
    }

.brands-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 40px;
}

    .brands-items div {
        width: calc(25% - 25px);
    }

    .brands-items img {
        width: 100%;
    }

@media(min-width:768px) {
    .brands-items {
        gap: 30px;
    }

        .brands-items div {
            width: calc(20% - 31px);
        }
}

@media(min-width:992px) {
    .brands-items {
        gap: 40px;
    }

        .brands-items div {
            width: calc(calc(100% / 6) - 42px);
        }
}

@media(min-width:1024px) {
    .brands-items {
        gap: 66px;
    }

        .brands-items div {
            width: calc(calc(100% / 7) - 67px);
        }
}

.section-header > * {
    display: inline;
}

.product-landscape-container {
    display: grid;
    grid-template-columns: 5fr 7fr;
    margin-bottom: 12px;
}

.product-offer-title {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 168%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

    .product-offer-title p {
        text-align: center;
        line-height: 2;
    }

    .product-offer-title > * {
        display: flex;
        align-items: center;
        margin: 0 !important;
    }

@media(min-width:992px) {
    .product-offer-title {
        font-size: 32px;
    }
}

.offer-timer-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.offer-timer-item-box {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0px 2.47px 8.66px 0.62px #00000029;
}

.offer-timer-item-text {
    font-family: ;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
}

.offer-products .btn svg path {
    color: #ffffff !important;
    stroke: #FFFFFF !important;
}

.offer-products .card-title {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
}

.new-products-container {
    margin-top: 64px;
}

.top-sell-products-container .slider-nav {
    display: none !important;
}

.productCategories {
    margin-top: 40px;
}

    .productCategories .productCategories-title {
        font-size: 20px;
        color: var(--txt-color) !important;
        font-weight: 600;
        text-align: right;
    }

    .productCategories .productCategories-image-div {
        aspect-ratio: 1/1;
        width: 85% !important;
        height: auto !important;
        margin: auto;
    }

.product-categories-container {
    margin-top: 80px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--light-pink);
}

    .product-categories-container .productCategories .col-lg-2.col-md-2 {
        padding: 0 !important;
        padding: 0 22px !important;
    }

.info-body .info-body-text {
    color: #707B81;
}

    .info-body .info-body-text p {
        font-size: 16px;
    }

.inner-text-container {
    margin-top: 96px;
}

.offer-products .swiper-mid-pagination {
    margin-top: 32px !important;
}

    .offer-products .swiper-mid-pagination .swiper-pagination-bullet {
        background-color: #ffffff !important;
        opacity: 1 !important;
    }

    .offer-products .swiper-mid-pagination .swiper-pagination-bullet-active {
        width: 32px !important;
        background-color: var(--txt-color) !important;
        border-radius: 6px !important;
    }

.top-sell-products-container .swiper-mid-pagination .swiper-pagination-bullet {
    background-color: var(--txt-color) !important;
    opacity: 1 !important;
}

.top-sell-products-container .swiper-mid-pagination .swiper-pagination-bullet-active {
    width: 32px !important;
    background-color: var(--s-secondary) !important;
    border-radius: 6px !important;
}

.footer-logo {
    margin-bottom: 0;
    padding-left: 16px;
    border-left: 1px solid var(--txt-footer-color);
}

.footer-des {
    font-family: ;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    margin-bottom: 0;
    color: white;

}

.footer-hr {
    height: 1px;
    background-color: var(--txt-footer-color);
    width: 100%;
    margin: 32px 0;
}

.footer-link-title {
    font-family: ;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: white;
    margin-bottom: 16px;
}

.footer-link-text {
    font-family: ;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    color: #707B81;
}

.footer-link-icon {
    color: white; 
    font-weight: 500; 
    font-size: 13px;  
}
.footer-link-icon img {
    width: 32px;
}
.contact .footer-link-icon img {
    width: 42px;
    margin-left: 10px;
}
.contact .d-flex {
    align-items: center;
}
.footer-title {
    display: block;
    font-size: 14px;
    color: var(--txt-footer-color);
    font-weight: 400;
}

.footer-useful-link {
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #FBFBFB;
    border-radius: 16px;
    padding: 8px 16px;
    color: #727475 !important;
    font-size: 14px;
}

    .footer-useful-link:hover {
        color: #727475 !important;
    }
.footer-links {
    margin: auto;
}
.footer-links img {
    width: 10px;
    margin-left: 4px;
}
.footer-links p {
    font-size: 13px;
    font-weight: 400;
}

.footer-links .a-text {
    color: var(--txt-footer-color)!important;
    font-size: 13px;
    font-weight: 400;
}
.license-img {
    width: 100px;
    background: white !important;
    border-radius: 16px;
    padding: 8px;
}
.offer-products .swiper-mid-pagination {
    display: flex;
}

.top-sell-products-container .swiper-mid-pagination {
    display: none;
    margin-top: 24px;
}

.swiper-category-container {
    padding: 0 69px;
    position: relative;
    overflow: visible;
    margin-bottom: 96px;
}

    .swiper-category-container .swiper-slider-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .swiper-category-container .swiper-slider-nav div {
            cursor: pointer;
        }

    .swiper-category-container .swiper-slide p {
        font-weight: 500;
        font-size: 16px;
        text-align: right;
        color: var(--txt-color);
        margin: 0px !important;
        margin-top: 27px !important;
    }

    .swiper-category-container .swiper.swiper-category .img-div {
        width: 100%;
        aspect-ratio: 1/1;
    }

.all-products .sort-desktop {
    margin-bottom: 32px;
}

    .all-products .sort-desktop .sort-desktop-btn {
        border: none;
        outline: none;
        background-color: transparent;
        padding: 2px 10px 7px 10px;
        font-family: ;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: right;
        margin-left: 16px;
        color: #818C97;
    }

        .all-products .sort-desktop .sort-desktop-btn.active {
            border-bottom: 2px solid var(--s-secondary);
            color: var(--s-secondary);
        }

.filter-color-circle {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative;
}

    .filter-color-circle input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.mb-26px {
    margin-bottom: 26px;
}

#category-filter-header, .product-prop, .filter-feature {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 8px;
}

.filter-btn-mobile {
    background-color: #F4F4F4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--txt-color);
    height: 44px;
    gap: 10px;
}

.product-filter-content-header.h5.d-block.d-lg-none {
    font-weight: 500;
    font-size: 16px;
    color: var(--txt-color);
}

.mb-32px {
    margin-bottom: 32px;
}

.max-w-160 {
    max-width: 160px;
}

#check-box-square-icon {
    display: none;
}

.product-filter-avalible-div:has(input:checked) #check-box-square {
    display: none;
}

.product-filter-avalible-div:has(input:checked) #check-box-square-icon {
    display: block;
}

.modal.fade .modal-dialog {
    transform: translate(0,50px);
}

.modal.fade.show .modal-dialog {
    transform: none;
}

#mobile-login-popup .login-page-continer {
    height: auto !important;
}

.menu-mobile-logo {
    min-width: 100px;
}

.menu-action-icon {
    max-width: calc(75% - 10px)
}

.mobile-header-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    align-self: flex-end;
}

.mobile-search-popup {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #FCFCFC;
    z-index: 6555555431122;
    overflow: auto;
    transition: all 0.5s;
    border-top: 2px solid #ECECEC;
    padding: 16px;
    top: 145px !important;
}

.translate-y-100 {
    transform: translateY(200%);
}

.mobile-search-input-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 95%;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--primary);
    transition: all 0.3s ease;
}

    .mobile-search-input-container input {
        border: none !important;
        outline: none !important;
        background-color: transparent;
        transition: all 0.3s ease;
        font-weight: 400;
        font-size: 14px;
        color: var(--txt-color);
        padding: 0 12px;
        width: auto;
        opacity: 1;
    }

        .mobile-search-input-container input.w-0 {
            width: 0px !important;
            padding: 0 !important;
            margin: 0 !important;
            opacity: 0;
            visibility: hidden;
        }

        .mobile-search-input-container input:not(.w-0) {
            width: 100% !important;
            padding: 0 12px !important;
            opacity: 1;
            visibility: visible;
        }

.mobile-header-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    background-color: var(--primary);
}
.mobile-header-search-icon svg{
    fill: var(--secondary);
}

.mobile-search-input-container:has(input:not(.w-0)) {
    border-color: var(--s-secondary);
    background-color: #fff;
    position: fixed;
    right: 8px;
    left: 8px;
    top: 98px;
    z-index: 999999999; 
}

.w-0 {
    width: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
}

.mobile-search-popup-header {
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 0;
}

    .mobile-search-popup-header p {
        font-size: 14px;
        color: var(--txt-color);
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.mobile-search-popup-popular-searchs {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pop-search-item {
    display: flex;
    border-radius: 4px;
    padding: 8px;
    background-color: #F4F4F4;
    color: #727475 !important;
    font-size: 12px;
    font-weight: 400;
}

#mobile-search-category-searchs {
    margin-top: 12px;
}

#mobile-search-product-searchs .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
    gap: 12px;
}

    #mobile-search-product-searchs .items .product-item {
        display: flex;
        background-color: #FFFFFF;
        border: 1px solid #EFEFEF;
        padding: 10px 12px;
        border-radius: 16px;
        gap: 16px;
    }

        #mobile-search-product-searchs .items .product-item .product-item-img {
            flex: 1;
            aspect-ratio: 1/1;
        }

            #mobile-search-product-searchs .items .product-item .product-item-img img {
                object-fit: cover;
            }

        #mobile-search-product-searchs .items .product-item .product-item-content {
            flex: 5;
        }

            #mobile-search-product-searchs .items .product-item .product-item-content h6 {
                font-size: 14px;
                font-weight: 400;
                color: var(--txt-color);
            }

            #mobile-search-product-searchs .items .product-item .product-item-content p {
                margin: 0;
                padding: 0;
                color: #727475;
                font-size: 12px;
                font-weight: 400;
            }

#mobile-search-product-searchs {
    margin-top: 12px;
}

.widget {
    position: fixed;
    bottom: 31px;
    left: 31px;
    z-index: 344444;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.widget-box {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: linear-gradient(133.15deg, #E76558 17.26%, var(--s-secondary) 49.9%, #AB382C 111.43%);
    box-shadow: 8.75px 8.75px 17.5px 0px var(--s-secondary)33;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .widget-box span {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
    }

.widget-item {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: linear-gradient(133.15deg, #E76558 17.26%, var(--s-secondary) 49.9%, #AB382C 111.43%);
    box-shadow: 8.46px 8.46px 16.92px 0px #98ADD940;
    box-shadow: 0px 3.38px 3.38px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden-menu {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

    .hidden-menu.show {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
    }

.widget-box {
    cursor: pointer;
}

#contact-menu {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

    #contact-menu.show {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
    }

.opacity-0 {
    opacity: 0;
}

#box-widget-icon {
    display: none !important;
}


.paymen-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
}

.paymen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paymen-img {
    width: 88px;
    margin-bottom: 24px;
}

.status-text {
    font-size: 24px;
    color: #00A478;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    text-align: center;
}

.paymen-content .info-text {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.pyament-btns {
    margin-top: 56px;
    display: flex;
    align-items: center;
    gap: 24px;
}

    .pyament-btns a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        background-color: transparent;
        gap: 8px;
        border-radius: 12px;
        padding: 11px 28px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid var(--s-secondary);
        text-decoration: none;
    }

    .pyament-btns .outline {
        background-color: white;
        color: var(--s-secondary);
    }

    .pyament-btns .contained {
        background-color: var(--s-secondary);
        color: white;
    }

.status-text.faile {
    color: #C81916;
}

.info-text.faile {
    max-width: 370px;
}

.index-faq {
    margin-top: 80px;
    margin-bottom: 64px;
}

    .index-faq .section-header {
        margin-bottom: 48px;
    }

    .index-faq .accordion-item {
        margin-bottom: 16px;
        border: none;
    }

    .index-faq .accordion-button {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        color: var(--secondary);
        background-color: var(--gray-1);
        border-radius: 8px;
    }

        .index-faq .accordion-button:not(.collapsed) {
            color: white !important;
            background-color: var(--secondary) !important;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
        }

        .index-faq .accordion-button::after {
            margin-left: initial;
            margin-right: auto;
        }

    .index-faq .accordion-collapse {
        margin-top: 16px;
        border: 1px solid;
        border-color: #033a354a;
        border-radius: 8px;
    }

    .index-faq .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
