.custom-sms-code-form {
    max-width: 400px;
    margin: auto;
    padding: 20px;
}

.custom-sms-code-form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.custom-sms-code-form .code-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    direction: ltr;
}

.custom-sms-code-form .code-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    background: #ddd;
}

.custom-sms-code-form .code-input:focus {
    border-color: #ff6600;
    outline: none;
}


.login-mobile-change-number{
    color: darkgreen;
    cursor: pointer;
}
.login-step2-ops-holder{
    padding: 5px;
    vertical-align: middle;

}
.login-mobile-prev{
    direction: ltr;
    padding: 2px 5px;
}
.login-mobile-change-number{
    padding: 2px 5px;
}
#login_step2 form{
    margin-top: 0 ;
}

.ajs-content{
    direction: rtl;
    text-align: right;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary{
    text-align: left !important;
}

.menu-ver-1 li {
    text-align: right;
}
.menu-ver-1 .menu-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow-y: auto;
    max-height: 400px;
}

/* Custom scrollbar */
.menu-ver-1 .menu-vertical::-webkit-scrollbar {
    width: 8px; /* Adjust the width of the scrollbar */
    background-color: transparent; /* Make the scrollbar track invisible */
}

/* Handle of the scrollbar */
.menu-ver-1 .menu-vertical::-webkit-scrollbar-thumb {
    border-radius: 4px; /* Rounded corners */
    background: rgba(0, 0, 0, 0.2); /* Light transparent color for thumb */
    transition: background 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover effect for scrollbar handle */
.menu-ver-1 .menu-vertical::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5); /* Darker thumb when hovered */
}

/* Optional: adding a custom scrollbar track */
.menu-ver-1 .menu-vertical::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1); /* Light track */
}

.notFoundHolder {
    padding: 15px;
    text-align: center;
    color: #888;
    flex-direction:column;
}
.display-inline{
    display: inline !important;
}
.profileH1{
    font-family: iransans;
    font-size: 26px;
    font-weight: bold;
}
.profilepgholdr{
    text-align: right;
}




.color-selector {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.color-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}
.color-option:hover {
    transform: scale(1.1);
    border-color: #ccc;
}
.color-option.active {
    border-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.details-filter-row label{
    width: 110px !important;
}


.product-content{
    text-align: right;
}

.product-media img {
    transition: transform 0.5s ease; /* Smooth animation */
}

.product-media :hover img {
    transform: scale(1.2); /* Zoom effect */
}


.entry-media img {
    transition: transform 0.5s ease; /* Smooth animation */
}

 .entry-media :hover img {
    transform: scale(1.01); /* Zoom effect */
}


 .intro-slider-container-cus{
     border-radius: 15px;
     overflow: hidden;
     margin-top: 10px;
     margin-bottom: 10px;
 }

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent white overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Keep it above the page content */
}

/* Centered loader */
.loader {
    width: 120px; /* Adjust size of the GIF */
    height: 100px;
}
.btn-wishlist,.btn-compare,.btn-cart{
    cursor: pointer;
}
.product:hover .product-nav-thumbs{
    display: flex !important;
}
.product-nav-thumbs a:first-child{
    display: none !important;
}
.ul_cat_single li{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    display: inline-block;
}
.ul_cat_single{
    display: inline-block;
}
.product-details-footer{
    padding-top: 0;
}
.social-icons .social-icon{
    background: #a0a0a0;
    padding: 5px;
}
.social-footer img{
    width: 20px;
}
.social-footer{
    margin-left: 5px !important;
}


.wheel-body {
    font-family: iransans, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0;

}

.mainest{
    background: linear-gradient(to bottom, #4facfe, #00f2fe);
}

.wheel-canvas {
    border: 5px solid #222;
    border-radius: 50%;
    background-color: #fff;
    display: block;
}

.wheel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wheel-button {
    margin-top: 20px;
    padding: 15px 30px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, background 0.3s;
}

.wheel-button:hover {
    background: linear-gradient(45deg, #0056b3, #003f8a);
    transform: scale(1.05);
}

.wheel-arrow {
    position: absolute;
    top: 195px;
    width: 0;
    height: 0;
    right: -13px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ff0000;
    transform: rotate(-90deg);
}


.club_points {
    background-color: #ffebcc;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.points_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;

}

.points_value {
    font-size: 2rem;
    font-weight: bold;
    color: #ff9800;
    display: inline-block;
}
.banner-content p{
    display: inline-block;
    text-align: center;
}
.club_section_index img{
    border-radius: 15px;
}
.club_section_index{
    border-radius: 15px;
    overflow: hidden;
}
.header-center-template{
    justify-content: center;
}

.header-2 .logo{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.banner_cats_index img{
    border-radius: 15px;
}

.hideInPc{
    display: none !important;
}
.logoInMobile {
    position: absolute;
    left: calc(39% + 6%);
    width: 10%;
}
.owl-nav button{
    background: #17268f !important;
}
.owl-nav button:focus i,.owl-nav button:active i{
    color: #fff;
}
.logoInMobile img{
    height: auto !important;
}
@media screen and (min-width: 990px) {
    .product-detail-video-holder video{
        height: 500px;
    }
}
@media screen and (max-width: 990px) {
    .header-right-template {
        padding: 15px;
    }
    .hideInMobile{
        display: none !important;
    }
    .showInMobile{
        display: inline-block !important;
    }
}

.up-img-products-holder{
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.up-img-products-holder :hover img{
    transform: none;
}
.product-nav-thumbs a, .product-nav-thumbs span{
    border:0px solid #fff;
}

.product-media{
    border-radius: 15px;
}
.header-2 .header-search-extended .btn{
    height: 38px;
    background-color: #17268f;
    color: #666;
    max-width: 60px;
    margin-top: 0px;
    margin-left: 0px;
}
.header-middle .btn:hover{
    background-color: #17268f !important;
}
.header-middle,.header-middle .form-control,.header-middle .btn{
    background-color: #17268f;

}
.header-middle a,.header-middle p,.header-middle i{
    color: #fff;
}
.blog-posts .entry-media{
    border-radius: 15px !important;
    overflow: hidden;
}


.product-nav-thumbs a, .product-nav-thumbs span{
    flex: 0 0 calc(19.33% - 10px);
    margin-top: 19px;
}
.product-nav-thumbs{
    flex-wrap:wrap;
    display: none;
}
.up-img-products-holder:hover .product-nav-thumbs{
    display: block;
}
.alerts-holder{
    border-radius: 15px;
    direction: rtl;
    text-align: right;
    overflow: hidden;
}

.dropdown-cart-products .product{
    padding-left: 0 ;
}

.onlyInMobile{
    display: none;
}
@media screen and (max-width: 990px) {
    .product-image-gallery {
        height: auto !important; ;
    }
    .product-gallery{
        margin-left: 65px;
        margin-right: 65px;
    }

    .product-gallery-item{
        max-width: 16.5% !important;
    }

    .onlyInPc{
        display: none;
    }
    .onlyInMobile{
        display: block;
    }

}

.pro-not-exist{
    padding: 6px 15px;
    border: 0.1rem solid #c96;
    border-color: #173d26;
    width: 198px;
    text-align: center;
}
.noUi-tooltip{
    display: none !important;
}


.pishnahad-vizhe-title{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.pish-vizhe-main .icon-angle-right:hover{
    color: #fff !important;
}
.pish-vizhe-main{
    /*background: #17268f;*/
    background: #ea0606;
    border-radius: 15px;
    padding: 10px;
    color: #ffffff;
}

.pish-vizh-product{
    border-radius: 15px;

}
.pish-vizh-time{
    font-size: 12px;
}
.pish-vizh-time .countdown-section{
    background: #fff;
}
.pish-vizh-time .countdown-section span{
    font-size: 12px;
    background: #fff;
    color: #000;
}
.pishnahad-vizhe-title a{
    color: #000;
    font-size: 12px;
}

.pish-vizhe-main .deal-countdown{
    max-width: none;
    margin-bottom: 10px;
}
.pish-vizh-mobile{
    text-align: center;
}
.pish-vizh-mobile a{
    color: #fff;
    padding: 25px 0 !important;
}

.btn-show-more-vizh-pc{
    font-weight: bold !important;
    color: #fff !important;
}

.edito_sizing table {
    width: 100% !important;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

.edito_sizing table th,
.edito_sizing table td {
    width: 1%; /* Ensures equal column width */
    text-align: center;
    border: 1px solid #ccc;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.edito_sizing table th {
    background-color: #f4f4f4;
}


.widget-about-info a{
    font-family: monospace;
}

.leaflet-popup-content{
    font-family: iransans;
    padding: 5px;
}

.product-label.label-sale{
    background-color: #ea0606;
}

.product-content{
    min-height: 140px;
}
.product-content h2{
    font-size: 16px;
}
.product-content h3{
    font-size: 15px;
}
.product-content h4{
    font-size: 14px;
}
.product-desc-content h1{
    font-size: 22px;
}
.product-desc-content h2{
    font-size: 18px;
}
.product-image-gallery{
    height: auto !important;
}
#product-zoom-gallery{
    max-height: 450px;
}
.ul_cats_prods {
    direction: rtl;
    text-align: right;
}


.index_cats_items{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 25px;
}






/* Minimal, modern, center-aligned style */
.index_bnaner{
    --bg-start: #ffffff;
    --bg-end: #f6fbff;
    --accent: #0f6fab;
    --muted: #6b7280;

    direction: rtl;
    max-width: 900px;
    margin: 28px auto;
    padding: 36px 32px;
    border-radius: 18px;

    display: grid;
    gap: 10px;
    text-align: center;

    background: linear-gradient(180deg, var(--bg-start), var(--bg-end));
    box-shadow: 0 6px 20px rgba(12, 40, 60, 0.07);
    position: relative;
    overflow: hidden;
}

/* حذف نوار عمودی قبلی و جایگزینی یک خط مینیمال پایین */
.index_bnaner::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    border-radius: 4px;
    background: var(--accent);
    opacity: .85;
}

/* عنوان */
.index_bnaner h1{
    margin: 0;
    font-family: "Vazirmatn","IRANSans",sans-serif;
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 800;
    color: #0b2540;
    letter-spacing: 0.3px;
}

/* زیرعنوان */
.index_bnaner span{
    font-family: "Vazirmatn","IRANSans",sans-serif;
    font-size: clamp(13px, 1.6vw, 16px);
    font-weight: 500;
    color: var(--muted);
    letter-spacing: .2px;
    margin-top: 6px;
}

/* Hover effect نرم */
.index_bnaner:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(12,40,60,0.1);
}

/* کاهش انیمیشن در صورت نیاز */
@media (prefers-reduced-motion: reduce){
    .index_bnaner, .index_bnaner *{
        transition: none !important;
        transform: none !important;
    }
}



.product-media img{
    border-radius: 15px ;
}
.product-media{
    border: solid 2px #dfdfdf;
    padding: 3px;
    background: #fff;
    border-radius: 15px ;
    overflow: hidden;
}






/* استایل عنوان دسته‌بندی محصولات — کوچک‌تر و راست‌چین */
.heading .title{
    direction: rtl;
    font-family: "Vazirmatn","IRANSans",sans-serif;
    font-size: 20px;          /* اندازه کوچک‌تر */
    font-weight: 700;
    color: #0b2540;
    text-align: right;        /* راست‌چین */
    margin: 26px 0 18px;
    position: relative;
    padding-right: 12px;
    padding-bottom: 10px;
}

/* خط گرافیکی مینیمال زیر عنوان – راست‌چین */
.heading .title::after{
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 55px;              /* کوتاه‌تر و مینیمال */
    height: 3px;
    border-radius: 3px;
    background: #0f6fab;
    opacity: 0.9;
}

/* افکت ملایم هاور */
.heading .title:hover{
    color: #092032;
    transition: .25s ease;
}


.product-content h1{
    font-size: 22px;
}

.blog-posts a{
    font-size: 12px;
}

.header-intro-clearance .header-bottom .header-right i{
    margin-left: 0.5rem;
}

.product-action{
    opacity: 1 !important;
    visibility: unset !important;
    transform: unset !important;
}
.blog-posts .entry-title{
    height: 100px;
}


.product-gallery-vertical .product-gallery-item{
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
}








/* Container */
.kitch_container {
    max-width: 1100px;
    margin: 50px auto 35px auto;
    padding: 0 20px;
    text-align: center;
    font-family: inherit;
}

/* Main Title */
.kitch_main_title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Description */
.kitch_desc {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    text-align: center;
}

/* Responsive */
@media (max-width: 600px) {
    .kitch_main_title {
        font-size: 24px;
    }

    .kitch_desc {
        font-size: 15px;
    }
}


.kitch_boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Box style */
.kitch_box {
    background: #fff;
    padding: 28px 20px;
    border-radius: 14px;
    border: 1px solid #e7e7e7;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: 0.25s;
}

.kitch_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

/* Icon style */
.kitch_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px auto;
}

.kitch_icon svg {
    width: 100%;
    height: 100%;
}

/* Titles */
.kitch_box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #00a38b;
    margin-bottom: 6px;
}

/* Text */
.kitch_box p {
    color: #444;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

/* Responsive */
/* Tablet → 3 boxes */
@media (max-width: 992px) {
    .kitch_boxes {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile → 2 boxes */
@media (max-width: 600px) {
    .kitch_boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Very small → 1 */
@media (max-width: 380px) {
    .kitch_boxes {
        grid-template-columns: 1fr;
    }
}


.section-subtitle{
    text-align: center;
}

.zoomContainer{
    border: solid 1px #ccc;
    overflow: hidden;
    border-radius: 5px;
}