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

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

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

h3, .h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
}

h5, .h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}

h6, .h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}
@media (max-width: 768px) {
    h2, .h2 {
        font-size: 20px;
        line-height: 1.6;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 13px;
    }
}

body {
    overflow-x: hidden !important;
    background-color: var(--gray-0);
}

.btn {
    border-radius: var(--radius);
}


.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    background-color: var(--gray-1);
}

.me-4 {
    margin-left: 24px !important;
    margin-right: 0 !important;
}

.me-3 {
    margin-left: 16px !important;
    margin-right: 0 !important;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}



.banner-desktop {
    margin-top: 64px;
}

    .banner-desktop .card {
        border-radius: 64px;
        border: none;
    }

    .banner-desktop .card-img-overlay {
        text-align: right;
        margin-right: 7%;
        top: 25%;
    }

    .banner-desktop h1 {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 16px;
        color: var(--secondary);
    }

    .banner-desktop p {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 24px !important;
        color: var(--secondary);
    }

    .banner-desktop a {
        font-size: 16px;
        font-weight: 500;
    }

.card-img-overlay svg {
    width: 22px;
    margin-right: 8px;
}

.card svg {
    width: 22px;
    margin-right: 8px;
}

.text-danger {
    color: var(--tertiary);
}

.btn-danger {
    background-color: var(--tertiary);
    border-color: var(--tertiary);
}

.btn-outline-danger {
    color: var(--tertiary);
    border-color: var(--tertiary);
}

    .btn-outline-danger:hover {
        color: var(--bs-white);
        background-color: var(--tertiary);
        border-color: var(--tertiary);
    }

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


    .section-header::after {
        content: "";
        display: block;
        width: 20%;
        height: 2px;
        background-color: var(--tertiary);
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .section-header h6 {
        margin-bottom: 0;
    }

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

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

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

.row-banner {
    margin-top: 120px;
    margin-bottom: 120px;
}

    .row-banner img, .row-banner .card {
        border-radius: 12px;
    }

    .row-banner a {
        color: var(--bs-white);
    }

    .row-banner .right-overlay {
        margin-right: 7%;
        margin-top: 5%;
        text-align: right;
    }

    .row-banner .left-overlay {
        margin-right: 45%;
        margin-top: 5%;
        text-align: right;
    }

    .row-banner h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .row-banner p {
        font-size: 40px;
        font-weight: 400;
    }

    .row-banner .btn {
        border: 2px solid;
        background-color: transparent;
        color: var(--bs-white);
        margin-top: 24px;
        font-size: 24px;
    }

.info p {
    line-height: 2;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
}

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

.service-info {
    margin-bottom: 120px;
}

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

.blog {
    margin-bottom: 120px;
}

    .blog .card {
        border-radius: 20px;
        border: 2px solid var(--primary);
    }

        .blog .card:hover {
            background-color: var(--primary);
        }

    .blog img {
        padding: 16px 24px;
    }

    .blog p {
        font-size: 18px;
        font-weight: 500;
        color: var(--gray-2);
        margin-bottom: 40px;
    }

    .blog small {
        float: left;
        font-size: 14px;
        margin-top: 2%;
    }

.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 {
        background-color: var(--danger);
        color: var(--bs-white);
    }

.btn-show-all {
    box-shadow: 7px 10px 3px 0 rgba(0, 0, 0, 0.15);
    float: left;
}

    .btn-show-all svg {
        width: 22px;
        margin-right: 8px;
    }

.offer-products {
    margin-top: 128px;
    background-color: var(--primary);
    border-radius: 60px;
    background-image: url(../images/icon/ball.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding: 48px 32px;
}

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

    .offer-products .swiper a, .new-products .swiper a, .top-sell-products .swiper a {
        color: var(--secondary) !important;
    }

    .offer-products .h4, #product-list .h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 2;
    }

    .offer-products .btn-show-all {
        float: right;
        background-color: transparent;
    }

        .offer-products .btn-show-all:hover {
            color: var(--danger);
        }

    .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, #product-list .card .btn {
        border-radius: 4px;
        padding: 0;
        background-color: var(--secondary);
    }

    .offer-products .product-card .h3, #product-list .h3 {
        margin-bottom: 16px;
        line-height: 1.5;
    }

.new-products {
    border-radius: 60px;
    border: 6px solid var(--primary);
    padding: 32px 16px;
}

    .new-products .product-list {
        margin-bottom: 60px !important;
    }

    .new-products .card {
        border: 1px solid var(--primary);
        border-radius: 24px;
    }

        .new-products .card:hover {
            background-color: var(--primary);
        }

    .new-products .card {
        padding: 16px !important;
    }

        .new-products .card img {
            border-radius: 24px;
            margin: auto;
        }

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

.top-sell-products {
    margin-bottom: 88px;
    margin-top: 128px;
}

    .top-sell-products .product-list {
        margin-bottom: 40px !important;
    }

    .top-sell-products .card {
        color: var(--gray-3);
        border: 1px solid var(--primary);
        border-radius: 24px;
        padding: 16px;
    }

    .top-sell-products img {
        border-radius: 24px;
    }

    .top-sell-products .card .card-body {
        padding: 0;
    }

    .top-sell-products .card .btn {
        float: left;
    }

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

footer {
    background-color: var(--primary);
    background-image: url(../images/icon/ball2.png);
    border: none;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 320px;
    padding: 32px 80px;
}

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

    footer .logo {
        width: 120px;
    }

    footer hr {
        margin-bottom: 32px;
        margin-top: 32px !important;
        color: var(--gray-1);
    }

    footer b {
        color: var(--secondary);
    }

    footer p {
        color: var(--gray-4);
    }

    footer .h6 {
        font-size: 20px;
        margin-bottom: 24px !important;
    }

    footer .input-group {
        width: 90%;
        height: 48px;
        margin-top: 24px;
    }

    footer input {
        background: transparent !important;
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    footer .input-group-text {
        background-color: var(--tertiary) !important;
        color: var(--bs-white) !important;
        border: none !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

.all-products {
    margin-top: 60px;
    margin-bottom: 64px;
}

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

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

    .all-products .section-header {
        text-align: center;
    }

        .all-products .section-header::after {
            width: 20%;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 0;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

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

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

    .product-filter h6 {
        border-top: 2px solid var(--gray-5);
        padding-top: 16px;
        padding-bottom: 16px;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: var(--tertiary);
    }

    .product-filter .items {
        max-height: 300px;
        margin-bottom: 8px;
        overflow: auto;
    }

    .product-filter #price .d-flex div {
        margin-left: 4px;
    }

    .product-filter #price .d-flex input {
        height: 32px;
        box-shadow: none;
    }

.sticky-column {
    position: sticky;
    top: 0; /* Adjust based on header if any */
    height: fit-content;
}

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

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

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

.paging {
    margin-top: 64px;
}

    .paging a {
        border-radius: 4px;
        background-color: var(--primary);
        border: 1px solid var(--secondary);
        color: var(--secondary);
        margin-left: 8px;
        margin-right: 8px;
        padding: 4px 16px;
        font-weight: 500;
    }

        .paging .active, .paging a:hover {
            background-color: var(--secondary) !important;
            border: 1px solid var(--primary) !important;
            color: var(--primary) !important;
        }

.contactUs, .about-us {
    margin-bottom: 130px;
}

    .contactUs .breadcrumb, .about-us .breadcrumb {
        margin-bottom: 80px;
        margin-top: 24px;
    }

    .contactUs h1, .about-us h1 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 24px;
        color: var(--secondary);
    }

    .contactUs p, .about-us p {
        color: var(--gray-13);
    }

    .contactUs .contactUs-form {
        margin-top: 64px;
        margin-bottom: 64px;
    }

        .contactUs .contactUs-form .card, .about-us .card {
            border-radius: 16px;
        }

            .contactUs .contactUs-form .card .card-body, .about-us .card .card-body {
                padding: 24px;
            }

                .contactUs .contactUs-form .card .card-body h6 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 32px;
                }

                .contactUs .contactUs-form .card .card-body label {
                    margin-bottom: 8px;
                    color: var(--gray-8);
                }

                .contactUs .contactUs-form .card .card-body input {
                    margin-bottom: 16px;
                    height: 48px;
                    border-radius: 8px;
                }

                .contactUs .contactUs-form .card .card-body textarea {
                    margin-bottom: 16px;
                    border-radius: 8px;
                }

                .contactUs .contactUs-form .card .card-body .btn-orange {
                    width: 100%;
                    text-align: center;
                    vertical-align: center;
                    background-color: var(--tertiary);
                    border-radius: 8px;
                    color: var(--bs-white);
                    padding-top: 11.5px;
                    padding-bottom: 11.5px;
                }

        .contactUs .contactUs-form .contact-us-map {
            height: 100%;
        }

            .contactUs .contactUs-form .contact-us-map #map {
                height: 100%;
                width: 100%;
                border-radius: 16px;
            }

    .contactUs svg {
        margin-left: 16px;
    }

    .contactUs b {
        color: var(--secondary);
        font-size: 20px;
        font-weight: 500;
    }

.address-section {
    display: flex;
    justify-content: center;
}

.about-us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.about-us h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
}

.about-us p {
    line-height: 220%;
}

.about-us .about-us-boxes {
    text-align: center;
    margin-top: 58px;
}

    .about-us .about-us-boxes svg {
        width: 72px;
        height: 72px;
        margin-bottom: 16px;
    }

    .about-us .about-us-boxes h6 {
        font-weight: 700;
        font-size: 16px;
    }

    .about-us .about-us-boxes p {
        font-size: 14px;
    }



.banner-one {
    max-height: 420px;
    width: 100%;
}

.banner-two {
    min-height: 171px !important;
    max-height: 171px !important;
}

.main {
    font-family: Arial;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.mycard {
    /*background: #fff;
    color: #3498db;
    font-size: 36px;*/
    line-height: 100px;
    margin: 10px;
    width: 225px;
    /*padding: 2%;
    position: relative;
    text-align: center;*/
}


.card-product-category {
    margin-left: 5px;
    /*width: 200px;*/
}

.background-white {
    background-color: white !important;
}

.mycard-title {
    padding: 0px 5px 0px 0px !important;
}

[dir='rtl'] .slick-prev:before, [dir='rtl'] .slick-next:before {
    color: var(--secondary) !important;
}

[dir='rtl'] .slick-prev:before {
    color: var(--secondary) !important;
}

.card-brands {
    margin: 10px !important;
    width: 200px;
}

.filter-mobile {
    display: none;
}

.filter-desktop {
    display: block;
}

.product-card {
    /*max-width: 181px !important;*/
    width: 100% !important;
    max-height: 450px !important;
    /*margin: 5px !important;*/
}

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


.home-product {
    height: 100%;
}

.landscape .card-body {
    display: flex;
    flex-direction: column;
}

.landscape .card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landscape .price-action {
    margin-top: auto;
}

.product-card:not(.landscape) .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card .card-body {
    padding: 0.5rem 0.5rem !important;
}

.h-228 {
    height: 228px !important;
}

.mw-70 {
    max-width: 70% !important;
}

.min-h-100 {
    min-height: 100% !important;
}


[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl !important;
}

.login-info {
    margin-bottom: 1rem;
}


.filter-accordion .accordion-button {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.filter-accordion {
    margin-bottom: 1rem;
}

.sort-desktop span {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .sort-desktop span:hover {
        background-color: #f5f5f5;
        border-radius: 10px;
    }

.sort-desktop .active-span {
    background-color: #e9ecef;
    border-radius: 10px;
}

.sort-desktop {
    display: flex;
}

.main-image {
    max-width: 100%;
    height: 360px;
}

.gallery-image {
    max-width: 100%;
    height: 100px;
}

.product-color {
    display: inline-block;
    padding: .35em .65em;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
}

.desktop {
    display: block;
}

.desktop-inline {
    display: inline-block;
}

.desktop-flex {
    display: flex;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none;
}

.mobile {
    display: none;
}

.slick-track {
    width: max-content;
}

.card-result {
    text-align: center;
    line-height: 2.5;
}


.mouse-pointer {
    cursor: pointer !important;
}

.brands-card:hover {
    box-shadow: 1px 10px 10px 1px #a7caf0;
}

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

.current-ul {
    /*list-style-type: circle;*/
    list-style-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.child-ul {
    list-style-type: circle;
}

.mr-40p {
    margin-right: 40%;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-count {
    cursor: unset !important;
}

.page-loader {
    padding: 10px;
    margin: 20% auto auto auto;
}

.accordion-body {
    max-height: 300px;
    overflow-y: auto;
}

.cat-section {
    width: 100px;
    text-align: center;
    margin: 5px;
}

.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    color: var(--secondary);
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 10%;
    top: 100%;
    border-radius: 16px;
}

    .profile-dropdown-content a {
        color: var(--secondary);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .profile-dropdown-content a:hover {
            background-color: #ffffff;
            color: var(--secondary);
        }

.profile-dropdown:hover .profile-dropdown-content {
    display: block;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e9ecef;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #e9ecef;
    }

.a-text {
    color: inherit !important;
    text-decoration: none !important;
}

.active-img {
    border: 1px solid #3e5067;
}

.login-suggestion-card {
    min-height: 165px !important;
}

.first-li-home-profile {
    border-top-left-radius: .2rem !important;
    border-top-right-radius: .2rem !important;
}

.lirst-li-home-profile {
    border-bottom-left-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
}

#zarinpal img {
    width: 80px;
    height: 110px;
    margin-top: 10px;
    text-align: center;
}

.brand-logo {
    width: 80px;
    height: 110px;
    border-radius: 0.5rem !important;
}

.license {
    min-height: 192px;
}

.accordion-button {
    padding: 0.5rem 0.75rem !important;
}

.srch-card {
    min-height: 255px;
}

.img-brand {
    padding: 0px !important;
    margin: 0px !important;
}

.card-img-overlay {
    padding: .2rem !important;
}

.badge {
    font-weight: 400 !important;
    font-size: .9rem;
}

.discount {
    font-size: medium;
    color: #96a8c0;
}

.mr-0 {
    margin-right: 0px !important;
}






.blog-section {
    padding: 20px 0;
}


.logo-text {
    font-family: "logo-font" !important;
    font-size: 27px;
    font-weight: bold;
}

.main-image-div {
    position: relative;
}

    .main-image-div:hover .img-magnifier-glass {
        position: absolute;
        border: 3px solid #000;
        border-radius: 50%;
        cursor: none;
        /*Set the size of the magnifier glass:*/
        width: 150px;
        height: 150px;
        display: block;
    }

.img-magnifier-glass {
    display: none;
}

a {
    text-decoration: none;
}

.cart-img {
    transition: transform .5s;
}

    .cart-img:hover {
        transform: scale(1.03);
        overflow: hidden;
    }

.no-border {
    border: none;
}

.product-index-card-header {
    border-bottom: 1px solid #e9ecef !important;
}

.product-index-col {
    padding-left: 5px;
    padding-right: 5px;
}

.category-section-card-body {
    padding: 10px !important;
}

.max-h-200 {
    max-height: 200px;
}

.logo-namad {
    background-color: #e9ecef;
    border-radius: 10px;
    height: 140px;
}

.insta-body {
    text-align: center;
}

.blog-img {
    max-width: 215px;
    max-height: 215px;
    padding: 10px;
}

.h1-heading {
    font-size: 1.25rem !important;
}

.home-h1 {
    line-height: 20px;
    position: absolute;
    text-indent: -9999px;
}

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

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

.text-\[\#2C3E50\] {
    color: #2C3E50;
}

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

.input-field {
    padding: 16px 24px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #EAEAEA;
    border-radius: 16px;
}

    .input-field::placeholder {
        color: #636C75;
    }

    .input-field:read-only {
        background-color: #F5F5F5;
        color: #A0A6AB;
        border-color: #D5D5D5;
        cursor: not-allowed;
        opacity: 1;
    }

.input-field-label {
    color: #2C3E50;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
}

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

    .orange-btn:hover {
        background-color: #E74C3C;
        color: #ECF0F1 !important;
    }

@media (max-width:992px) {
    .input-field {
        font-size: 14px;
        border: 1px solid #EAEAEA;
        border-radius: 15px;
        padding: 15px;
    }

    .input-field-label {
        font-size: 16px;
    }

    .orange-btn {
        font-size: 16px;
        border-radius: 10px;
    }
}

.orange-btn-outline {
    width: 100%;
    padding: 11px;
    border-radius: 16px;
    background-color: transparent;
    color: #E74C3C;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #E74C3C;
    outline: none;
    transition: all 300ms;
    cursor: pointer;
}

    .orange-btn-outline:hover {
        background-color: #E74C3C;
        color: #ECF0F1;
    }

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


.btn-no-outline {
    color: #E74C3C;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.select-container {
    position: relative;
    width: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FCFCFC;
    border: 2px solid #EEF2F5;
    border-radius: 16px;
    box-shadow: none !important;
}

.select-angle-icon {
    padding: 2px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C3E50;
    border-radius: 5px;
}

    .select-angle-icon i {
        font-size: 20px;
        color: #FFFFFF;
        padding: 0;
        margin: 0;
    }

.fill-primary svg {
    fill: var(--primary);
}

.fill-secondary svg {
    fill: var(--secondary);
}

.fill-tertiary svg {
    fill: var(--tertiary);
}

.fill-light-pink svg {
    fill: var(--light-pink);
}

.stroke-tertiary svg path,
.stroke-tertiary svg line,
.stroke-tertiary svg polyline,
.stroke-tertiary svg polygon,
.stroke-tertiary svg circle,
.stroke-tertiary svg ellipse,
.stroke-tertiary svg rect {
    stroke: var(--tertiary) !important;
}

.stroke-secondary svg path,
.stroke-secondary svg line,
.stroke-secondary svg polyline,
.stroke-secondary svg polygon,
.stroke-secondary svg circle,
.stroke-secondary svg ellipse,
.stroke-secondary svg rect {
    stroke: var(--secondary) !important;
}

.offer-section {
    margin-top: 130px;
    margin-bottom: 106px;
}

.offer-card svg {
    width: 32px;
}

    .offer-card svg path,
    .offer-card svg line,
    .offer-card svg polyline,
    .offer-card svg polygon,
    .offer-card svg circle,
    .offer-card svg ellipse,
    .offer-card svg rect {
        stroke: var(--tertiary) !important;
    }

.offer-card .offer-desc {
    background-color: var(--gray-12);
    border-radius: 6px;
    padding: 12px 24px;
    text-align: center;
}

.offer-card img {
    border-radius: 6px;
}

.offer-card .offer-description {
    font-size: 28px;
    font-weight: 700;
}

.offer-card .offer-desc a {
    color: var(--secondary) !important;
}

.offer-card .offer-title {
    font-size: 24px;
    font-weight: 500;
}

.swiper-bullet {
    user-select: none;
}

    .swiper-bullet .swiper-pagination {
        position: unset;
        margin-top: 24px;
    }

    .swiper-bullet .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
    }

    .swiper-bullet .swiper-pagination-bullet-active {
        width: 24px !important;
        height: 24px !important;
        vertical-align: sub;
        background-color: var(--tertiary) !important;
    }

.tag-category-section {
    margin-top: 32px;
}

    .tag-category-section .card {
        border: none;
    }

    .tag-category-section img, .tag-category-section .card {
        border-radius: 16px;
    }

    .tag-category-section .card-img-overlay {
        top: unset;
        bottom: 16px;
        right: 16px;
    }

        .tag-category-section .card-img-overlay h5 {
            font-size: 16px;
            font-weight: 700;
            color: white;
        }

        .tag-category-section .card-img-overlay .bg-transparent {
            background-color: rgba(255, 255, 255, 0.2) !important;
            border-color: rgba(255, 255, 255, 0.2);
            border: 1px solid;
            border-radius: 60px;
            margin-left: 4px;
        }

    .tag-category-section .card-gradiant-overlay {
        display: block;
        width: 100%;
        height: 24%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        position: absolute;
        bottom: 0px;
        border-radius: 16px;
    }

.brand-section {
    margin-top: 130px;
    margin-bottom: 130px;
}

    .brand-section img {
        border-radius: 60px;
    }

.tag-page .section-header {
    font-size: 16px !important;
}

.btn-outline-primary:hover {
    background-color: var(--light-pink);
}

.modal-content {
    border-radius: 16px;
    border: none;
    color: var(--secondary);
}

.modal-header {
    border-bottom: none;
}

    .modal-header .btn-close {
        font-size: 14px;
    }

.rating {
    border-radius: 8px;
    border: 1px solid var(--gray-7);
    padding: 12px 16px;
}

textarea {
    border-radius: 8px !important;
    border: 1px solid var(--gray-7) !important;
}

.insert-comment .btn {
    padding: 8px 64px;
    border-radius: 8px !important;
}

.star-rating {
    direction: rtl; /* highest star on the left */
    display: inline-flex;
    float: left;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        cursor: pointer;
        padding: 0 5px;
    }

    .star-rating svg {
        width: 24px;
        height: 24px;
    }

        .star-rating svg path {
            fill: white; /* default gray */
            stroke: var(--gold);
            transition: fill 0.2s;
        }

    /* checked stars */
    .star-rating input:checked ~ label svg path {
        fill: var(--gold);
    }

    /* hover effect */
    .star-rating label:hover svg path,
    .star-rating label:hover ~ label svg path {
        fill: var(--gold);
    }

    .star-rating svg, .star-rating svg {
        margin-right: 4px;
    }

.comment-list .text-muted {
    font-size: 14px;
    color: var(--mute) !important;
}

.comment-item, .comment-summary {
    color: var(--secondary);
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--gray-7);
}

.comment-summary {
    border-radius: 16px;
}

    .comment-summary .card-body {
        padding: 24px;
    }

    .comment-summary .btn {
        width: 100%;
        border-radius: 8px !important;
    }

.comment-item .card-body {
    padding: 32px;
}

.comment-item .star-rating label {
    padding: 0;
}

.comment-item .rate-text {
    vertical-align: text-bottom;
    margin-left: 16px;
}

.comment-item .comment-item-rate {
    float: left;
}

.comment-item .bg-success {
    border-radius: 16px;
    background-color: var(--s-success) !important;
    border-color: var(--s-success) !important;
    color: var(--success);
    font-size: 12px;
    margin-right: 8px;
}

.comment-item .comment-text {
    margin-top: 24px;
    margin-bottom: 24px;
}

.comment-item .iconsax {
    float: right;
    margin-top: 8px;
    margin-left: 4px;
}

.comment-item .star-fill svg path {
    fill: var(--gold);
}

.comment-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .comment-rate .star-fill svg path {
        fill: var(--gold);
    }

.gallery-main-image {
    max-width: 100%;
    max-height: 500px;
    border-radius: 16px;
    object-fit: cover;
}

.modal-thumbnails {
    display: flex;
    bottom: 16px;
    position: absolute;
    overflow-x: scroll;
    width: 90%;
}

    .modal-thumbnails img {
        width: 100px;
        margin: 8px;
        cursor: pointer;
        border-radius: 16px;
    }

.gallery-thumb {
    cursor: pointer;
}

#gallery-modal {
    z-index: 99999999;
}

    #gallery-modal .modal-body {
        background-color: var(--primary);
    }

    #gallery-modal .modal-dialog {
        height: 100vh;
        text-align: center;
        width: 100vw;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #gallery-modal .modal-content {
        height: 100%;
    }

.modal-thumb.selected {
    border: 3px solid #2c3e50;
    box-shadow: 0 0 10px rgba(44, 62, 80, 0.5);
}

.brand-section img {
    background: var(--gray-7);
    padding: 8px 8px;
    border-radius: 50%;
}

.children-category-card {
    aspect-ratio: 3/4;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .children-category-card:hover {
        transform: scale(1.03);
    }

    .children-category-card .children-category-image {
        border-radius: 16px;
    }

    .children-category-card .children-category-title {
        height: 75px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
    }

    .children-category-card .children-category-title-text {
        bottom: 12px;
        margin: 0;
        padding: 0.5rem 0.75rem;
    }

.children-category-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.tab-link {
    color: var(--secondary);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
    margin-bottom: -1px;
    position: relative;
    transition: color 0.3s ease;
}

    .tab-link:not(.active):hover {
        color: var(--tertiary);
    }

    .tab-link.active {
        color: var(--tertiary);
        font-weight: 600;
    }

        .tab-link.active::after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background-color: var(--tertiary);
            border-radius: 3px;
        }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.children-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray-1);
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .children-category-header {
        flex-direction: column;
        border-bottom: none;
    }

    .children-category-tabs {
        justify-content: center;
        border-bottom: 1px solid var(--gray-1);
        margin-bottom: 2rem;
        width: 100%;
    }
}

.fw-500 {
    font-weight: 500;
}

.no-scrollbar::-webkit-scrollbar {
    display: none !important;
}

.category-short-text, .category-text {
    border: 1px solid var(--gray-15);
    color: var(--secondary);
    font-weight: 300;
    line-height: 2;
    text-align: justify;
    border-radius: 16px;
    padding: 24px 36px;
    margin-bottom: 48px;
}

.category-short-text {
    background-color: var(--gray-16);
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .category-short-text .qoute {
        margin-left: 16px;
    }

        .category-short-text .qoute svg path {
            fill: #0000000D;
        }

.category-text {
    font-size: 14px;
}

    .category-text img {
        border-radius: 12px !important;
        width: 100%;
        max-height: 350px;
        object-fit: cover;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .category-text h2:not(:first-of-type) {
        margin-top: 48px;
    }

.category-info .accordion {
    margin-bottom: 48px;
}

.category-info .accordion-item {
    margin-bottom: 24px;
    border: 1px solid var(--gray-16);
    border-radius: 16px;
    padding: 24px 40px;
}

    .category-info .accordion-item:has(.show) {
        border: 1px solid var(--bs-white) !important;
        background-color: var(--tertiary) !important;
        color: white;
    }

        .category-info .accordion-item:has(.show) button {
            background-color: var(--tertiary) !important;
            color: white;
            font-size: 20px;
            font-weight: 800;
            padding-bottom: 24px !important;
            border-bottom: 1px solid white;
            box-shadow: none !important;
        }

.category-info .accordion-button {
    padding: 0 !important;
}

    .category-info .accordion-button:not(.collapsed) {
        background-color: unset;
        color: unset;
    }

    .category-info .accordion-button:focus {
        border-color: unset;
        box-shadow: none;
    }

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

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

blockquote {
    background-color: var(--gray-16);
    padding: 24px 36px;
    border-radius: 16px;
    font-size: 16px;
    position: relative;
    padding-right: 78px;
}

    blockquote::before {
        content: "“";
        position: absolute;
        top: 24px;
        right: 16px;
        font-size: 100px;
        color: var(--gray-7);
        line-height: 0;
        transform: rotate(180deg);
        transform-origin: center;
        font-weight: 900;
    }
.all-unset {
    all: unset!important;
}
.radius-8 {
    border-radius: 8px;
}
.designed-h2 h2 {
    position: relative;
    padding-bottom: 12px;
}

.designed-h2 h2::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 135px;
        height: 2px;
        background-color: var(--tertiary);
    }