.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: 39%;
    width: 25%;
}
.owl-nav button{
    background: #163705 !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: #00412d;
    color: #666;
    max-width: 60px;
    margin-top: 0px;
    margin-left: 0px;
}
.header-middle .btn:hover{
    background-color: #00412d !important;
}
.header-middle,.header-middle .form-control,.header-middle .btn{
    background-color: #00412d;

}
.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: #00412d;*/
    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;
}