﻿@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;
}

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

.navbar {
    margin-top: 24px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-scrolled {
    margin-top: 0;
}

    .navbar-scrolled .menu {
        max-width: 100% !important;
        border-radius: 0;
    }

.menu {
    padding: 0px 16px;
    background-color: var(--primary);
    border-radius: var(--radius);
}

.navbar-brand img {
    width: 80px;
}

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

.mobile-bottom-nav {
    display: none;
}

.nav-hr {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.mobile-bottom-nav .container-fluid .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--secondary);
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: var(--secondary);
        border-bottom: 2px solid var(--danger);
    }

.navbar-nav .active {
    border-bottom: 2px solid var(--danger);
}

.navbar-light .navbar-brand {
    color: var(--secondary);
}

    .navbar-light .navbar-brand:hover {
        color: var(--secondary);
    }

.navbar .shopCartBtn .btn {
    width: 42px;
}

.navbar .btn {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px var(--secondary);
}

    .navbar .btn i {
        font-size: 22px;
    }

.navbar .btn {
    color: var(--secondary);
}

.navbar svg {
    width: 22px !important;
    color: var(--secondary);
}

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

.search-container {
    position: relative;
}

.search-input {
    height: 42px;
    border-radius: var(--radius);
    padding-right: 48px;
    border: solid 2px var(--secondary);
    font-size: 16px;
    background: none;
    width: 200px;
    color: var(--gray-1);
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--secondary);
    width: 22px;
}

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

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

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


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

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

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

    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: 136px;
    margin-bottom: 136px;
}

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






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

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

.accordion-button::after {
    margin: 10PX !important;
}

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

.address {
    /*max-height: 300px;*/
    /*overflow-y: auto;*/
}

.my-order {
    max-height: 500px;
    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: -2%;
    top: 100%;
    border-radius: 0.25rem;
}

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

.drop-product-header {
    text-align: center;
}

.category-list {
    padding-left: 20px;
    text-align: center;
}

.drop-product-item {
    padding-bottom: 10px;
    text-align: center;
}





.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;
    }
}
.contact-us-map {
    height: 300px;
    padding: 30px;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
}
@media(max-width:992px){
    .contact-us-map{
        margin-top:30px;
    }
}
.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;
    }