/*
Theme Name:قالب فروشگاهی ویراکس  
Theme URI: https://www.zhaket.com/web/vera-theme
Author: تیم موبو پرس
Author URI: https://www.zhaket.com/store/web/mobopress/products
Description:  ویراکس یک قالب حرفه‌ای وردپرس است که به طور ویژه برای ساخت فروشگاه‌های آنلاین طراحی شده است. این قالب دارای ویژگی‌هایی است که به شما امکان ایجاد یک تجربه خرید عالی برای کاربران می‌دهد. البته، توصیه می‌شود قبل از استفاده از قالب، نسخه‌های جدیدتر را از مارکت ژاکت دریافت کنید.ویژگی‌های قالب ویراکس:امکانات المنتور: ویراکس به طور کامل با المنتور هماهنگ شده است. شما می‌توانید صفحات خود را با استفاده از المنتور و ابزارک‌های اختصاصی قالب طراحی کنید.سازگاری با ووکامرس: این قالب با افزونه ووکامرس کاملاً سازگار است، بنابراین می‌توانید یک فروشگاه آنلاین کامل را با امکانات فروش و پرداخت ایجاد کنید.پنل تنظیمات پیشرفته: ویراکس دارای پنل تنظیمات کاربرپسند است که به شما امکان تنظیمات مختلف را می‌دهد. شما می‌توانید تغییرات را به صورت بصری اعمال کنید.طراحی مدرن و استاندارد: قالب ویراکس با طراحی مدرن و شیک، تجربه کاربری بهتری را برای بازدیدکنندگان فراهم می‌کند.با استفاده از قالب ویراکس، می‌توانید فروشگاه آنلاین خود را با ظاهری حرفه‌ای و جذاب ایجاد کنید. برای دریافت اطلاعات بیشتر و دانلود قالب، می‌توانید به مارکت ژاکت مراجعه کنید.
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 2.8
Text Domain: vera theme
Tags:
*/

@import url(font/fontiran.css);

* {
    padding: 0;
    margin: 0;
    border: 0;
}


.swiper-wrapper {
    height: auto;
}

.font-width-900 {
    font-weight: 900;
}
img {
    height:auto;
}
body {
    background: #ffffff;
    color: #222222;
    line-height: 25px;
    font-size: 15px;
    float: right;
    width: 100%;
    direction: rtl;
    font-family: IRANYekanX !important;
    overflow-x: hidden;
}
.swiper-wrapper .swiper-slide {
    height: fit-content !important;
}
.swiper-wrapper  {
    height: fit-content !important;
}
.elementor-widget-container {
    height: unset !important;
}
.elementor-element {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    --width: 100% !important;
    float: right !important;
}
.style-display-none {
    display: none !important;
}
html{
    scrollbar-gutter:stable;
}


.loading_images {
    z-index: 10;
    content: "";
    width: 150%;
    height: 150%;
    background: rgba(34, 34, 34, 0.14);
    border-radius: 10px;
    top:-50%;
    right:-25%;
    left:-25%;
    bottom:0;
    position: absolute;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: animate-logo 1s infinite !important;
}
.loading_imagess {
   display: block !important;
}

#content {
    width: 100%;
    float: right;
    padding-bottom: 15px;
}

.swal-modal {
    border-radius: 20px;
}

.swal-footer {
    text-align: center !important;
}

.swal-button-container {
    width: 98% !important;
    margin: 0 auto !important;
}


#content header {
    z-index: 1 !important;
    box-shadow: none !important;
}

hr {
    margin: 8px 0;
    float: right;
    width: 100%;
    border: none !important;
}


/**start down bar list**/
.down-bar-shoping {
    float: right;
    padding: 5px 2%;
    background: #fff;
    box-shadow: 5px 2px 31px rgba(0,0,0,.17);
    border: 1px solid #3038412e;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: calc(96% - 20px);
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 2000;
    margin: auto;
    height: auto;
    max-height: 65px;
    transition: 1s ease-in-out;
    border-radius: 15px;
}

.down-bar-shoping .item-down-bar-shoping {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 10px;
    text-decoration: none;
    color: unset;
}

.down-bar-shoping .item-down-bar-shoping a {
    text-decoration: none;
    color: unset;
}

.down-bar-shoping .item-down-bar-shoping span {
    font-family: digikala !important;
}

.down-bar-shoping .item-down-bar-shoping i {
    padding: 10px 0;
    float: right;
    text-align: center;
    font-size: 20px;
    position: relative;
    transition: all .3s ease-in-out;
}

.down-bar-shoping .item-down-bar-shoping i.fa-xmark {
    transform: scale(1.5);
}

.down-bar-shoping .item-down-bar-shoping i p {
    position: absolute;
    right: -8px;
    top: -1px;
    background: var(--main-color2);
    color: #fff;
    font-size: 15px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    border-radius: 5px;
}

/**end down bar list**/
/*start nav list posi fixed header*/
.nav-list-fixed {
    display: flex;
    justify-content: space-between;
    float: right;
}

.nav-list-fixed .nav-list-fixed-one {
    position: fixed;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    z-index: 2002;
    transform: translateX(300%);
    transition: 1s ease-in-out;
    overflow: auto;
}

.nav-list-fixed .nav-list-fixed-one .image-user-account-nav {
    display: flex;
    justify-content: right;
    align-items: center;
    float: right;
    width: 96%;
    padding: 15px 1%;
    border-bottom: 1px solid #ddd;
}

.nav-list-fixed .nav-list-fixed-one .image-user-account-nav img {
    width: 21%;
    max-width: 25%;
    height: auto;
    padding: 1%;
}

.div-background-color-button-menu-phone {
    background: var(--main-color) !important;
    color: #FFFFFF !important;
    transition: all .3s ease-in-out;
}

.nav-list-fixed .nav-list-fixed-one .image-user-account-nav div {
    display: grid;
    font-family: digikala;
}

.nav-list-fixed .nav-list-fixed-one .image-user-account-nav div span {
    font-size: 11px;
    width: 100%;
    float: right;
    padding-right: 5px
}

.nav-list-fixed .nav-list-fixed-one .image-user-account-nav div a {
    font-size: 13px;
    width: 100%;
    float: right;
    padding-right: 5px;
    text-decoration: none;
    color: var(--main-color3);
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product {
    width: 96%;
    float: right;
    margin: 1% 1% 0;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 {
    width: 96%;
    margin: 1%;
    float: right;
    display: none;
}

.nav-list-fixed .option_tracking_tel_slide_nav {
    float: right;
    width: 90%;
    display: flex;
    padding: 10px 5%;
    align-items: center;
    justify-content: space-between;
}
.nav-list-fixed .option_tracking_tel_slide_nav .number-tell {
    text-decoration: none;
    padding: 5px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #222;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}
.nav-list-fixed .option_tracking_tel_slide_nav .number-tell i {
    padding: 10px 0;
    padding-left: 10px;
    line-height: 0;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    color: #999797;
}
.nav-list-fixed .option_tracking_tel_slide_nav .open_tracking_vera_order {
    text-decoration: none;
    padding: 5px 15px;
    width: fit-content;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: right;
    color: #fff;
    background: var(--main-color);
    border-radius: 30px;
}
.nav-list-fixed .option_tracking_tel_slide_nav .open_tracking_vera_order i {
    padding: 10px 0;
    padding-left: 4px;
    line-height: 0;
    margin-left: 8px;
    border-left: 1px solid #ddd;
    color: #FFFFFF;
}


.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li {
    background: #f5f6fa;
    float: right;
    width: 98%;
    padding: 5px 1%;
    display: flex;
    margin: 0 0 3px;
    align-items: center;
    align-content: stretch;
    justify-content: right;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li a {
    width: 76%;
    float: right;
    padding: 5px 5px 5px 0;
    margin-left: 10px;
    text-decoration: none;
    color: var(--main-color3);
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li a .menu-item-desc {
    position: absolute;
    right: 5px;
    top: -40%;
    line-height: 16px;
    color: #fff;
    background: red;
    padding: 0 3px;
    font-size: 10px;
}
.nav-list-fixed .nav-list-fixed-one #item-one-cate-product-menu-main ul li a .menu-item-desc {
    position: relative;
    order: -1;
    margin-right: 5px;
    border-radius: 10px;
}
.nav-list-fixed .nav-list-fixed-one #item-one-cate-product-menu-main ul li a .menu-item-desc:before {
content: unset !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li a .menu-item-desc:before {
    content: " ";
    position: absolute;
    right: 4px;
    bottom: -10px;
    border: 5px solid #ff000000;
    border-left-color: transparent;
    border-right-color: rgb(0 0 0 / 0%);
    border-top-color: #ff0000;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .li-motafavet-one {
    background: none;
}

.open-list-main-phone-1000 {
    display: block !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .li-motafavet-one a {
    color: #00a0d2 !important;
    padding: 15px 5px 0 !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: auto;
    background: #fff;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-item {
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 8px;
    list-style: none;
    background: #fff;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-item a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    color: #222 !important;
    padding: 0 !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f7f7;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-thumb img,
.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-item img {
    width: 100% !important;
    max-width: 44px !important;
    height: 100% !important;
    max-height: 44px !important;
    object-fit: contain;
    padding: 0 !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    min-width: 0;
    gap: 4px;
    text-align: right;
    direction: rtl;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    color: #222;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-product-price {
    flex: none;
    width: 100%;
    text-align: right;
    direction: rtl;
    font-size: 12px;
    color: #222;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-view-all {
    width: 100%;
    margin: 4px 0 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 0;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul .mega-menu-cat-products .mega-menu-view-all a {
    color: #00a0d2 !important;
    padding: 12px 5px !important;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 > ul > li > a > i {
    font-weight: 400;
    opacity: .5;
    padding-left: 9px;
    border-left: 1px solid;
    margin-left: 7px;
    order: -1;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li ul > li > a > i {
    font-weight: 400;
    opacity: .5;
    padding-left: 9px;
    border-left: none;
    margin-left: 7px;
    order: -1;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li img {
    max-width: 25px;
    padding: 0 10px;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li ul {
    transition: all .3s ease-in-out;
    position: absolute;
    right: -150%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1;
    overflow: auto;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li ul li {
    flex-wrap: wrap;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li ul li ul {
    position: unset;
    display: none;
    background: none;
    padding-top: 0 !important;
    border-top: 1px solid #fff;
    border-right: 7px solid var(--main-color2);
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li ul li ul li {
    margin: 0;
    padding: 3px 0;
    border: 1px solid #fff;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product-2 ul li ul li ul li:last-child {
    border-bottom: none;
}

.show-nav-list-mini-rightss {
    right: 0 !important;
    transition: all .3s ease-in-out;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-in-out;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product ul li {
    float: right;
    list-style: none;
    background: #f5f6fa;
    color: var(--main-color3);
    width: 50%;
    text-align: center;
    padding: 10px;
    font-family: digikala;
}

.nav-list-fixed .nav-list-fixed-one .nav-menu-cate-product ul li:first-child {
    border-left: 1px solid #fff;
    width: 49%;
}


.nav-list-fixed .nav-list-fixed-two {
    position: fixed;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    z-index: 2002;
    display: flex;
    justify-content: center;
    align-items: start;
    transform: translateX(-300%);
    transition: 1s ease-in-out;
}

.nav-list-fixed .nav-list-fixed-twos {
    position: fixed;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 2002;
    display: flex;
    justify-content: center;
    align-items: start;
    transform: translateX(-300%);
}

.nav-list-fixed .nav-list-fixed-twos i {
    font-size: 40px;
    width: 100%;
    background: white;
    color: red;
    text-align: center;
    padding: 20px 0;
}
.nav-list-fixed .nav-list-fixed-two i {
    font-size: 40px;
    width: 100%;
    background: white;
    color: red;
    text-align: center;
    padding: 20px 0;
}

.show-nav-list-mini-right {
    transform: translateX(0) !important;
}

.out-botton-bar-theme {
    transform: translatey(150%) !important;
    transition: 1s ease-in-out;
}

/*end nav list posi fixed header*/
/*start search fixed phone ajax*/
.search-fixed-phone-desk {
    display: none ;
}
@media screen and (max-width: 1000px) {
    .search-fixed-phone-desk {
        position: fixed;
        position: fixed;
        right: 0;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 25%;
        z-index: 2000;
        display: block !important;
        background: #ffffff;
        transform: translateY(110%);
        transition: all .2s ease-in-out;
    }
    .search-fixed-phone-desk div.search_bar {
        margin: auto;
    }
    .search-fixed-phone-desk form {
        display: flex;
        justify-content: right;
        align-items: center;
        background: #e5e5e5;
        border-radius: 10px;
        position: relative;
    }
    .search-fixed-phone-desk input[type="text"] {
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        background: transparent;
        font-family: 'IRANYekanX';
        position: relative;
    }
    .search-fixed-phone-desk input[type="text"]:focus {
       outline: none !important;
    }
    .search-fixed-phone-desk .focosed_input_search {
       border: 0 !important;
    }
    .search-fixed-phone-desk div#datafetch {
        max-height: unset !important;
        overflow: unset !important;
        height: unset !important;
        border: none !important;
    }
    .search-fixed-phone-desk form.asearch button#mybtn {
        padding: 5px;
        cursor: pointer;
        background: none;
        width: 10%;
    }
    .search-fixed-phone-desk .image_search_he_ajax {
        width: 12%;
        display: flex;
        padding-right: 5px;
        align-items: center;
        justify-content: center;
    }
    .search-fixed-phone-desk .image_search_he_ajax img{
        padding:0 !important;
    }
    .search-fixed-phone-desk .option-search-fixed-phone-desk {
        border-bottom: 1px solid #ddd;
        width: 94%;
        padding-bottom: 5px;
        font-weight: 400;
        margin: 5px auto 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search-fixed-phone-desk .option-search-fixed-phone-desk i {
            background: #F3F5F6;
            border-radius: 8px;
            width: 40px;
            padding: 10px 0;
            border: 0;
            outline: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 17px;
            color: #7d7d7d;
    }
    .search-fixed-phone-desk .option-search-fixed-phone-desk h3 {

    }

    .translatey-search-box-phone {
        transform: translateY(0);
        transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

}


/*end search fixed phone ajax*/

/*add style css like post*/
/* styles.css */
.like-button {
    color: #dc163e;
    border: none;
    cursor: pointer;
    font-size: 25px;
    background: none;
}

.like-containers {
    float: right;
    width: 100%;
}
.product_list_wishlist .like-containers {
    float: right;
    width: 100%;
    position: absolute;
    right: 0;
    top: 5px;
}

.like-buttons {
    border: none;
    cursor: pointer;
    background: none;
    float: right;
    display: flex;
    align-items: center;
}

.like-buttons i {
    font-size: 20px;
    color: #dc163e;
    margin-left: 5px;
}


.liked i {
    font-weight: 900 !important;
}


.like-count {
    margin-right: 6px;
    line-height: 0;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

/* Main Content Styles */

/*start commernt single page*/
.comment-singles {
    width: 96%;
    color: #303841;
    background: #FFFFFF;
    padding: 10px 2%;
    float: right;
    border-radius: 10px;
}

.comment-singles a {
    text-decoration: none;
    color: #dc163e;
}

.content-pro {
    display: flex;
    align-items: start;
    justify-content: right;
    flex-wrap: wrap;
}

.commentlist {
    width: 100%;
    order: 1;
}

.comment-singles h2 {
    width: 100%;
    float: right;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.comment-singles h3 {
    float: right;
    width: 100%;
    padding-top: 10px;
    margin-right: 15px;
    padding-bottom: 15px;
    order: 1;
    font-weight: 400;
}

.comment-singles form {
    float: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.comment-singles form p.comment-form-comment {
    width: 100% !important;
    float: right;
}

.comment-singles form p.comment-form-cookies-consent {
    width: 100% !important;
    float: right;
    display: flex;
    align-items: center;
}

.comment-singles form p.comment-notes {
    width: 100% !important;
}

.comment-singles form p.comment-form-cookies-consent label {
    width: fit-content;
}

.comment-singles form p.form-submit {
    width: unset;
    padding: unset;
    float: left;
}

.comment-singles form p {
    width: 48%;
    float: right;
    padding: 0 1%;
}

.comment-singles form p label {
    width: 50%;
    float: right;
    padding: 15px 0;
}

.comment-singles form textarea {
    width: 100% !important;
    background-color: rgba(241, 242, 244, 0.48);
    border-radius: 5px;
    padding: 10px 1%;
    font-family: IRANYekanX;
    border: 1px solid rgba(204, 204, 204, 0.31);
    transition: all .3s ease-in-out;
}

.comment-singles form p textarea:focus {
    box-shadow: 0 0 0 6px rgb(139 139 139 / 7%);
    outline: none;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
}

input[type="checkbox"]::before {
    content: "";
    width: 1em;
    height: 1em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #4bf39e;
    border-radius: 15px;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.comment-singles input[type="checkbox"]:focus {
    box-shadow: unset;
}

.comment-singles input[type="checkbox"] {
    display: grid;
    place-content: center;
    margin-left: 10px;
    float: right;
    padding: 5px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(204, 204, 204, 0.62);
    border-radius: 15px;
}

.comment-singles input[type="text"] {
    width: 100% !important;
    background-color: rgba(241, 242, 244, 0.48);
    padding: 15px 2%;
    border-radius: 5px;
    font-family: IRANYekanX;
    border: 1px solid rgba(204, 204, 204, 0.31);
    transition: all .3s ease-in-out;
}

.comment-singles input[type="url"] {
    width: 100% !important;
    background-color: rgba(241, 242, 244, 0.49);
    padding: 10px 2%;
    border: 1px solid rgba(204, 204, 204, 0.31);
    transition: all .3s ease-in-out;
}

.comment-singles input[type="email"] {
    width: 100% !important;
    background-color: rgba(241, 242, 244, 0.5);
    padding: 10px 2%;
    border: 1px solid rgba(204, 204, 204, 0.31);
    transition: all .3s ease-in-out;
}

.comment-singles input[type="submit"] {
    width: fit-content;
    float: right;
    padding: 12px;
    border-radius: 5px;
    font-family: 'IRANYekanX';
    background: var(--main-color2);
    color: #fff;
    margin: 10px 0;
    margin-right: 10px;
    border: 1px solid rgba(204, 204, 204, 0.31);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.comment-singles .comment {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin: 10px 0;
}

.comment-singles .comment .children {
    width: 95%;
    margin-right: 5%;
    float: left;
}


.comment-singles .comment .children .comment {
    margin: 0;
}

.comment-singles input:focus {
    transition: all .3s ease-in-out;
}

.comment-singles input:focus {
    box-shadow: 0 0 0 6px rgb(139 139 139 / 7%);
    outline: none;
    background-color: #FFFFFF;
}

.commentlist li {
    list-style: none;
}

.commentlist .comment-awaiting-moderation {
    display: none;
}

.comment-respond {
    width: 100%;
}

.comment-body {
    width: 98%;
    background: #f1f2f4;
    float: right;
    margin: 5px 0;
    padding: 10px;
    border-radius: 15px;
}

.comment-body .reply {
    padding: 5px 10px;
    background: #fff;
    float: right;
    display: none;
    border-radius: 8px;
}

.comment-body .reply a {
    text-decoration: none;
    color: #303841;
}

.comment-body > p {
    width: 96%;
    border-top: 1px solid #fff;
    float: right;
    padding: 10px 2%;
}

.comment-body .comment-author {
    display: flex;
    align-items: center;
    float: right;
    justify-content: right;
}

.comment-body .comment-author a {
    text-decoration: none;
    color: #303841;
}

.comment-body .comment-author span.says {
    padding-right: 3px;
}

.comment-body .comment-author img {
    border-radius: 10px;
    background: linear-gradient(#f12711, #f5af19);
    margin-left: 8px;
}

.comment-body .commentmetadata {
    text-align: left;
    float: left;
    padding: 10px 0;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.comment-body .commentmetadata a {
    text-decoration: none;
    color: #303841;
    direction: rtl;
}

.comment-singles .logged-in-as {
    width: fit-content;
    line-height: 20px;
}

/*end  commernt single page*/
/*start style archive page*/

.six-div-archive {
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: 450px;
    float: right;
    padding: 10px;
    width: 100%;
}

.six-div-archive .item-six-div-ar {
    height: 450px;
    width: 33%;
    position: relative;
    float: right;
}

.six-div-archive .items-six-div-ar {
    height: 88%;
    width: 90%;
    position: relative;
    overflow: hidden;
    padding: 5%;
    background: #303841;
    float: right;
    border-radius: 18px;
    cursor: pointer;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    right: 0;
    top: 0;
    display: block;
    transition: all .3s;
}

.six-div-archive .item-six-div-ar span.new-post {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgb(220, 22, 62);
    color: #FFFFFF;
    border-radius: 5px;
    z-index: 3;
    padding: 5px 5px;
}

.six-div-archive .item-six-div-ar span.video-post {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #FFFFFF;
    border-radius: 10px;
    z-index: 3;
    font-size: 30px;
    padding: 5px 5px;
}

.six-div-archive .items-six-div-ars:first-child {
    margin-bottom: 2%;
}

.six-div-archive .items-six-div-ars {
    height: 48%;
    width: 99%;
    position: relative;
    overflow: hidden;
    padding: 0 0;
    background: #303841;
    float: right;
}

.six-div-archive .item-six-div-ar .image-six-div {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    right: 0;
    top: 0;
    display: block;
    transition: all .3s;
}

.six-div-archive .items-six-div-ar:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.17);
    filter: blur(10px);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    transition: all .5s ease-in-out;
    box-shadow: 0 -80px 9px 10px rgba(0, 0, 0, 0.17);
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: animate-logo 2s infinite;

}

@keyframes animate-logo {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%;
    }
    100% {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%;
    }
}

.six-div-archive .items-six-div-ars:before {
    animation: unset !important;
}

.six-div-archive .item-six-div-ar .image-six-div img {
    max-width: 100%;
    height: auto;
    transform: scale(4);
    position: absolute;
    right: 0;
    top: 0;
}

.six-div-archive .item-six-div-ar .name-six-div {
    z-index: 2;
    position: absolute;
    right: 0;
    left: 2.5%;
    bottom: 2%;
    width: 90%;
    color: #FFFFFF;
    text-align: justify;
    background: rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 10px 2.5%;
}

.six-div-archive .items-six-div-ars .name-six-div {
    bottom: 5%;
}

.six-div-archive .item-six-div-ar .name-six-div h2 {
    font-size: 15px;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    line-height: 30px;
    font-weight: 400;
}

.archive-theme .side-bar-blog {
    float: right;
    width: 97%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 1.5%;
    margin-bottom: 10px;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(48, 56, 65, 0.07);
}

.archive-theme .side-bar-blog .nav-side-bar-blog {
    width: auto;
    float: right;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul {
    background: #303841;
    color: #FFFFFF;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li {
    float: right;
    padding: 10px;
    background: #ffffff;
    text-align: right;
    position: relative;
    color: #303841;
    cursor: pointer;
    width: 100%;
    list-style: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-theme .side-bar-blog .nav-side-bar-blog > ul > li:hover {
    border-radius: 10px 10px 0 0;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li i {
    order: 2;
    padding-right: 15px;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li ul {
    position: absolute;
    right: 0;
    top: 100%;
    border-radius: 0 0 10px 10px;
    color: #303841;
    background: #FFFFFF;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: 0;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li:hover ul {
    height: auto;
    transition: all .3s ease-in-out;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li ul li {
    width: 96%;
    padding: 5px 2%;
    border-radius: 0;
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li ul li:hover {
    background: rgba(44, 62, 80, 0.11);
}

.archive-theme .side-bar-blog .nav-side-bar-blog ul li ul li a {
    text-decoration: none;
    color: #303841;
    width: 100%;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}


.archive-theme .side-bar-blog .search-side-bar-blog {

}

.archive-theme .side-bar-blog .search-side-bar-blog form {
    background: var(--main-color4);
    border-radius: 5px;
    width: auto;
    overflow: hidden;
}

.archive-theme .side-bar-blog .search-side-bar-blog form input[type="text"]:focus {
    outline: none;
}

.archive-theme .side-bar-blog .search-side-bar-blog form input[type="text"] {
    background: none;
    padding: 8px;
    font-family: 'IRANYekanX';
}

.archive-theme .side-bar-blog .search-side-bar-blog form button {
    padding: 8px;
    font-family: 'IRANYekanX';
    color: rgba(44, 62, 80, 0.73);
    cursor: pointer;
}

.blog-post {
    float: right;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: start;
    flex-wrap: wrap;
}

.blog-post .blog-post-item {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    width: 24%;
    float: right;
    margin: 8px .5%;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-post .blog-post-item a {
    text-decoration: none;
    color: unset;
}

.blog-post-item .blog-post-item-image {
    float: right;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    right: 0;
    top: 0;
    display: block;
    transition: all .3s;
    text-align: center;
    height: 250px;
    width: 100%;
    position: relative;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
}

.blog-post-item .blog-post-item-image span.video-post:hover i {
    transform: rotate(360deg);
    transition: all 1s ease-in-out;
}

.blog-post-item .blog-post-item-image span.video-post {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

.blog-post-item .blog-post-item-image span.video-post i {
    text-shadow: 0 0 5px rgba(48, 56, 65, 0.4);
    transition: all 1s ease-in-out;
    line-height: 0;
}

.blog-post-item .blog-post-item-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-post-item .blog-post-item-name {
    width: initial;
    float: right;
    padding: 10px;
    position: relative;
    height: 80px;
    overflow: hidden;
}

.blog-post-item .blog-post-item-name:before {
    position: absolute;
    content: " ";
    bottom: 0;
    right: 0;
    height: 20%;
    width: 100%;
    background: rgba(255, 255, 255, 0.48);
}

.blog-post-item .blog-post-item-name h2 {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.blog-post-item .blog-post-item-d-l-a {
    display: flex;
    float: right;
    padding: 2%;
    margin: 2% 2%;
    width: 92%;
    align-items: center;
    justify-content: space-between;
    background: #dfe6e9;
    align-content: flex-end;
    border-radius: 10px;
}

.blog-post-item .blog-post-item-d-l-a > .blog-post-item-d-l-a-i:first-child {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.blog-post-item .blog-post-item-d-l-a > .blog-post-item-d-l-a-i {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}

.blog-post-item .blog-post-item-d-l-a .blog-post-item-d-l-a-i {
    display: flex;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    justify-content: left;
}

.blog-post-item .blog-post-item-d-l-a .blog-post-item-d-l-a-i:nth-child(2) {
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    display: flex;
    align-items: center;
    justify-content: left;
}

.blog-post-item .blog-post-item-d-l-a > .blog-post-item-d-l-a-i:nth-child(1) > i {
    font-size: 30px;
    padding: 0 5px 0 0;
    color: #dc163e;
}

.blog-post-item .blog-post-item-d-l-a .blog-post-item-d-l-a-i:nth-child(2) i {
    padding-right: 7px;
    font-size: 16px;
    order: 1;
}

.blog-post-item .blog-post-item-d-l-a div .blog-post-item-d-l-a-iss i {
    padding-right: 7px;
    font-size: 16px !important;
    color: #9f9f9f;
    order: 1;
}


.blog-post-item .blog-post-item-d-l-a .blog-post-item-d-l-a-i > span {

}

.head-archive-title {
    margin-top: 15px;
    background: 10px;
    padding: 12px 0;
    padding-right: 10px;
    font-size: 25px;
    float: right;
    width: 98%;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 8px;
}

.head-archive-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    top: 0;
    right: 0
}

.head-archive-title header {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    background: none !important;
    color: #fff;
    padding: 10px;
}

.head-archive-title header h1 {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.head-archive-title header p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 8px 0 0;
}

.pagenation {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    float: right;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.pagenation span {
    margin: 0 2px;
    padding: 10px 20px;
    background-color: #f4f4f4;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.pagenation a {
    margin: 0 2px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #333;
    color: #f4f4f4;
}

.pagenation a:hover {
    transition: all .3s ease-in-out;
}


/*edit custom product -pro-widget woocommerce*/
.wc-block-featured-product {
    color: unset !important;
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    -o-object-fit: none !important;
    object-fit: cover !important;
    position: unset !important;
    width: 20% !important;
    object-position: unset !important;
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: unset !important;
}

.wc-block-featured-product {
    width: fit-content !important;
    max-width: 40% !important;
    margin: 20px auto !important;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
}

@media screen and (max-width: 1000px) {
    .wc-block-featured-product .wc-block-featured-product__background-image {
        width: 100% !important;
    }
}

/*start product_list_wishlist style*/
.products_list_wishlist {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.product_list_wishlist .like-container {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #dc163e;
    font-size: 12px;
    background: #dc5c7657;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.product_list_wishlist .like-containers .on-stock {
    position: absolute;
    left: 2%;
    top: 2%;
    height: fit-content;
    display: block;
    color: #0d5628;
    font-size: 12px;
    background: #a1d7bfad;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 500;
    width: max-content;
    cursor: pointer;
}

.empty-list-wishlist {
    display: grid;
    justify-content: center;
    text-align: center;
}

.empty-list-wishlist i {
    font-size: 150px;
    margin: 20px 0;
    color: #dc163e;
    opacity: .7;
}

.empty-list-wishlist span {
    padding: 20px 0;
    font-weight: 500;
}

.product_list_wishlist .like-containers .of-stock {
    position: absolute;
    left: 2%;
    top: 2%;
    height: fit-content;
    display: block;
    color: #dc163e;
    font-size: 12px;
    background: #dc5c7657;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 500;
    width: max-content;
    cursor: pointer;
}

.product_list_wishlist {
    float: right;
    width: 32.3%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, 0.4);
    position: relative;
    overflow: hidden;
    margin-left: .7%;
    height: 300px;
}
@media screen and (max-width: 1000px) {
    .product_list_wishlist {
        margin-left: 0;
    }
}
.product_list_wishlist img {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 !important;
}

.product_list_wishlist a {
    float: right;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 93%;
    padding: 2.5% 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.product_list_wishlist p {
    width: 96%;
    padding: 10px 2.5%;
    position: absolute;
    right: 0;
    left: 0;
    background: rgb(34 34 34 / 48%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    bottom: 0;
    color: #FFFFFF;
    font-weight: 300;
}
@media screen and (max-width: 1000px) {
    .product_list_wishlist {
        width: 100%;
        margin: 10px auto;
    }
}

/*cart mini ajax*/
dl.variation {
    display: flex;
}

dl.variation .variation- {
    padding: 0 2px;
}

.ic-cart-sidebar-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 430px;
    max-width: 100%;
    background: #fff;
    z-index: 999999;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
}
.ic-account-sidebar-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 430px;
    max-width: 100%;
    background: #fff;
    z-index: 999999;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
}

.active-mini-account .ic-account-sidebar-wrapper {
    transform: translateX(0) !important;
}
.active-mini-cart .ic-cart-sidebar-wrapper {
    transform: translateX(0);
}

.active-mini-account .back-cat-mini-page {
    opacity: 1;
    visibility: visible;
}
.active-mini-cart .back-cat-mini-page {
    opacity: 1;
    visibility: visible;
}

.ic-cart-header-btn {
    cursor: pointer;
}

.ic-cart-sidebar-wrapper .remove.remove_from_cart_button {
    /* right: 0; */
    text-decoration: none;
    font-size: 15px;
    color: #dc163e !important;
    background: #ffffff;
    padding: 3px;
    position: absolute;
    right: -5px;
    z-index: 4;
    border-radius: 8px;
    top: 5px;
}

.ic-cart-sidebar-wrapper .remove.remove_from_cart_button:hover {
    color: #dc163e !important;
    background: #f3f5f6 !important;
}
.ic-cart-sidebar-wrapper .quantity + span.woocommerce-Price-amount.amount {
    position: absolute;
    top: 50px;
    left: 115px;
}

.ic-cart-sidebar-wrapper .quantity + span.woocommerce-Price-amount.amount::before {
    content: 'Price';
    margin-right: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_header .ic-cart-header-btn-close {
    background: #F3F5F6;
    border-radius: 8px;
    width: 40px;
    padding: 10px 0;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #7d7d7d;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_header .ic-cart-header-btn-close:hover {
    color: #ef0534;
}
.ic-account-header-btn {
    cursor: pointer;
}
.ic-account-sidebar-wrapper .ic-cart-sidebar-wrapper_header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ic-account-sidebar-wrapper .ic-cart-sidebar-wrapper_header .ic-cart-header-btn-close {
    background: #F3F5F6;
    border-radius: 8px;
    width: 40px;
    padding: 10px 0;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #7d7d7d;
}

.ic-account-sidebar-wrapper .ic-cart-sidebar-wrapper_header .ic-cart-header-btn-close:hover {
    color: #ef0534;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body {
    padding:0 30px 20px;
    border-top: 1px solid #EAEAEA;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul {
    max-height: 650px;
    overflow-x: hidden;
    margin-right: -15px;
    scrollbar-color: var(--main-color3) rgba(255, 255, 255, 0.38);
    scrollbar-width: auto;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul::-webkit-scrollbar {
    width: 8px;
    background: #cccccc;
    border-radius: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul::-webkit-scrollbar-thumb {
    background: rgba(44, 62, 80, 0.46) !important;
    border-radius: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
    border-radius: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    padding: 10px 0 20px;
    position: relative;
    line-height: 28px;
    border-bottom: 1px solid #EAEAEA;
    margin-right: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 70px;
    height: auto;
    border-radius: 10px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item a:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: right;
    text-decoration: none;
    color: unset;
    font-size: 13px;
    text-align: right;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    width: 100%;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    position: relative;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    display: flex;
    justify-items: start;
    font-size: 15px;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
}

.ic-cart-sidebar-wrapper .amount bdi {
    display: flex;
    align-items: center;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.ic-cart-sidebar-wrapper .amount span.woocommerce-Price-currencySymbol {
    order: 1;
    padding-right: 2px;
}

.ic-cart-sidebar-wrapper .amount span.woocommerce-Price-currencySymbol:after {
    content: var(--main-content);
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:first-child {
    left: 5px;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:last-child {
    right: 5px;
}

.loadings:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadings:before {
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.65);
    z-index: 2;
    border-radius: 8px;
}

.iimage-mini-cart {
    position: relative;
    margin-left: 13px;
}

.loadings:after {
    content: " " !important;
    position: absolute;
    right: 25%;
    top: 25%;
    bottom: 25%;
    left: 25%;
    width: 50% !important;
    height: 50% !important;
    border-radius: 50% !important;
    z-index: 3;
    animation: 2s animate-lider-blocks infinite !important;
}

@keyframes animate-lider-blocks {
    0% {
        transform: scale(0);
        background: rgb(0, 0, 0);
    }
    100% {
        transform: scale(.5);
        background: rgba(0, 0, 0, 0);
    }
}


.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button {
    width: 25px;
    height: 25px;
    line-height: 0;
    background: #EAEAEA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    font-size: 10px !important;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity .qty:focus {
    outline: none;
}
.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity .qty {
    height: 35px;
    padding: 0;
    width: 120px;
    border: 1px solid #EAEAEA;
    text-align: center;
    -webkit-border-radius: 60px;
    font-family: 'IRANYekanX' !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-size: 15px;
    line-height: 22px;
    appearance: textfield;
    color: #171717;
}
.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__total {
    line-height: 35px;
    font-weight: 500;
    color: #171717;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ic-cart-sidebar-wrapper .ic-custom-render-total {
    order: -1;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    padding-right: 5px;
}

.ic-cart-sidebar-wrapper .ic-custom-render-total .ic-custom-render-totals-span:after {
    content: var(--main-content);
}

.ic-cart-sidebar-wrapper .ic-custom-render-total bdi {

}

.ic-cart-sidebar-wrapper .ic-custom-render-total bdi {

}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a {
    text-align: center;
    padding: 15px 35px;
    border: 1px solid var(--main-color);
    filter: drop-shadow(0px 5px 20px rgba(245, 195, 75, 0.15));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    line-height: 22px;
    background-color: transparent;
    color: #171717;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:last-child {
    box-shadow: 0px 5px 20px rgba(0, 98, 122, 0.15);
    background: var(--main-color);
    color: #fff;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:hover {
    box-shadow: 0px 5px 20px rgba(0, 98, 122, 0.15);
    background: var(--main-color) !important;
    color: #fff;
}

.back-cat-mini-page {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: rgb(17 17 26 / 69%);
    backdrop-filter: brightness(0.5) blur(3px) !important;
    -webkit-backdrop-filter: blur(3px);
    z-index: 999998;
    height: 100%;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.blockUI {
    position: absolute !important;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(2px);
}

.blockUI {
    z-index: 2001 !important;
}

.blockUI.blockOverlay::before {
    background: rgba(255, 255, 255, 0) !important;
    content: " " !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    border-right: 2px solid #ffffff;
    border-top: 2px solid rgba(221, 221, 221, 0.5);
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
    border-left: 2px solid rgba(221, 221, 221, 0.5);
    animation: 10s animate-lider-block infinite !important;
}

.woocommerce-mini-cart__empty-message {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-mini-cart__empty-message:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    font-size: 100px;
    width: 100%;
    padding: 50px 0 30px;
    text-align: center;
    margin-bottom: 30px;
    opacity: .2;
}

/* استایل مودال */
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    direction: rtl;
}

/* استایل دکمه */
#loadProduct {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    direction: rtl;
}

#loadProduct .fa {
    margin-left: 10px;
}

#loadProduct:hover {
    background-color: #45a049;
}

/*style liader woocommrec ajax*/
.ic-cart-sidebar-wrapper .blockElement {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
}

.ic-cart-sidebar-wrapper .blockElement:before {
    content: " " !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border-right: 1px solid #222222;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    animation-name: animate-lider-block !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes animate-lider-block {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/*style notic woocommerce*/
.woocommerce-NoticeGroup {
    width:100%
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: none;
    border-width: 1px;
    border-style: solid;
    border-right-width: 5px;
    line-height: 1.5;
    list-style: none outside;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    margin-bottom: 2rem;
    width: auto;
    word-wrap: break-word;
    font-weight: 500;
}
.woocommerce-error a.button , .woocommerce-info a.button , .woocommerce-message a.button {
font-size: 13px;
    background: rgba(221, 221, 222, 0.36);
    font-weight: 400;
}
.woocommerce-info {
    border-color: #ff9f00 !important;
}

.woocommerce-info::before {
    color: #ff9f00;
    content: "\f30f";
    font-family: "Font Awesome 5 Pro";
}

.woocommerce-message {
    border-color: #388d3c !important;
}

.woocommerce-message::before {
    color: #388d3c;
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
}

.woocommerce-error {
    border-color: #dc163e !important;
}

ul.woocommerce-error {
    padding: 0 !important;
    background: unset !important;
    margin: 0 !important;
    margin-bottom: 2rem !important;
    border-radius: 0 !important;
    padding: 1rem 3rem 1rem 1rem !important;
}

ul.woocommerce-error li {
    background: unset !important;
    padding: 0 !important;
}

.woocommerce-error::before {
    color: #dc163e;
    content: "\f2fd";
    font-family: "Font Awesome 5 Pro";
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    text-decoration: none;
    color: #DD4A68;
    padding: 0 5px;
}

.display_block_form {
    display: block !important;
}
.display_block_form_f {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display_none_form {
    display: none !important;
}
/*start code style form vera pro */
 .form_vera_theme {
     width: 350px;
     max-width: 83%;
     padding: 20px 20px;
     margin: 25px auto;
     border-radius: 7px;
     text-align: center;
     position: relative;
     display: grid;
 }
.form_vera_theme #title_form_sigh {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 10px;
}
.form_vera_theme img#logo_form_vera {
    margin:10px auto;
    width: auto;
    height: auto;
    max-width: 70%;
}
.form_vera_theme label {
    opacity: .6;
    font-size: 12px;
    text-align: center;
    width: 100%;
    float: right;
    font-weight: 600;
    padding: 11px 0;
}
.form_vera_theme input:focus {
    outline: none !important;
}


.form_vera_theme input[type="tel"] {
    width: 100%;
    font-size: 17px;
    float: right;
    padding: 13px 5px 10px;
    font-family: IRANYekanX;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    border-radius: 8px;
    border: .5px solid #cccccc;
    line-height: 0;
    text-align: left;
    padding-left: 10px;
    transition: all .3s ease-in-out;
    position: relative;
}
.form__group {
    position: relative;
    float: right;
    width: 100%;
}

.form__input:focus{
    border:1px solid #5294F7;
}

.form__label {
    position: absolute;
    top: 8px;
    padding: 3px 0 !important;
    width: auto !important;
    left: 5%;
    right:5%;
    text-align: left !important;
    transition: all 300ms ease-in-out;
    pointer-events: none;
}

.form__input:focus~label, .form__input:not(:placeholder-shown)~label {
    color: #000000;
    top: -14px;
    left: 5%;
    right: unset;
    font-size: 14px;
    z-index: 1;
    background: #fff;
    height: fit-content;
    padding: 0 4px !important;
    width: fit-content !important;
}

.form__input::-webkit-input-placeholder{
    color:transparent;
}

.form__input::-moz-placeholder{
    color:transparent;
}
.form_vera_theme input[type="text"] {
    width: 100%;
    font-size: 14px;
    float: right;
    padding: 13px 5px;
    margin: 10px 0 0;
    font-family: IRANYekanX;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    border-radius: 8px;
    border: .5px solid #cccccc;
    line-height: 0;
    text-align: center;
}
.form_vera_theme input[type="password"] {
    width: 100%;
    font-size: 14px;
    float: right;
    padding: 13px 5px;
    margin: 10px 0 0;
    font-family: IRANYekanX;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    border-radius: 8px;
    border: .5px solid #cccccc;
    line-height: 0;
    text-align: center;
}
.form_vera_theme .field {
    position: relative;
    float: right;
    width: 100%;
}
.form_vera_theme .field .spans {
    position: absolute;
    color: #595959;
    width: 50px;
    line-height: 0;
    top: 22px;
    text-align: center;
    left: 0;
}

/*------ Settings ------*/
.form_vera_theme .field .spans .container {
    --color: #a5a5b0;
    --size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: var(--size);
    user-select: none;
    fill: var(--color);
}

.form_vera_theme .field .spans .container .eye {
    position: absolute;
    animation: keyframes-fill .5s;
    height: .5em !important;
}

.form_vera_theme .field .spans .container .eye-slash {
    position: absolute;
    animation: keyframes-fill .5s;
    display: none;
    height: .5em !important;
}

/* ------ On check event ------ */
.form_vera_theme .field .spans .container input:checked ~ .eye {
    display: none;
}

.form_vera_theme .field .spans .container input:checked ~ .eye-slash {
    display: block;
}

/* ------ Hide the default checkbox ------ */
.form_vera_theme .field .spans .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form_vera_theme .field-number .input {
    padding-left: 45px !important;
    text-align: left !important;
}

.form_vera_theme .form_vera_theme input[type="submit"] {

}
.form_vera_theme .button {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer !important;
    background: var(--main-color) !important;
    padding: 10px !important;
    direction: rtl;
    font-size: 14px !important;
    line-height: 1.571 !important;
    font-weight: normal !important;
    color: #fff !important;
    border-radius: 7px !important;
    font-family: IRANYekanX;
    margin-top: .7rem !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.form_vera_theme .loadingss {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1%;
    height: 102%;
    width: 102%;
    left: -1%;
    top: -1%;
    bottom: -100%;
    background: rgba(255, 255, 255, 0.52) !important;
    z-index: 10;
}

.form_vera_theme .loadingss::after {
    background: rgba(255, 255, 255, 0) !important;
    content: " " !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    border-right: 2px solid #000000;
    border-top: 2px solid rgba(221, 221, 221, 0.5);
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
    border-left: 2px solid rgba(221, 221, 221, 0.5);
    animation-name: animate-lider-block !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    z-index: 11;
}
#phone-form-message_success {
    padding: 10px 0;
    border: .5px solid #007925;
    color: #0a7d1f;
    background: rgb(52 247 69 / 34%);
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    float: right;
    order: 1;
    width: 100%;
}
#phone-form-message_info {
    padding: 10px 0;
    border: .5px solid #ffc302;
    color: #ff9b00;
    background: rgba(255, 195, 2, 0.47);
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
    border-radius: 10px;
    font-size: 12px;
    float: right;
    width: 100%;
    order: 1;
    line-height: 20px;
}
#phone-form-message_error {
    padding: 10px 0;
    border: .5px solid #dc163e;
    color: #ff0000;
    background: rgb(220 22 62 / 26%);
    margin-bottom: 10px;
    margin-top: 10px;
    margin-top: 10px;
    display: none;
    border-radius: 10px;
    float: right;
    width: 100%;
    line-height: 20px;
    position: relative;
    order: 1;
    font-size: 12px;
}
.button-small {
    padding: 6px 0;
    margin: 10px 0 0;
    font-family: 'IRANYekanX';
    color: #ef003c;
    background: none;
    font-weight: 600;
    font-size: 13px;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    cursor: pointer;
}
.button-small:disabled {
    color: #a9a9a9;
}
.button_small_agein {
    background: none;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'IRANYekanX';
    color: #222222;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}
.button_small_agein:before {
    content: "بازگشت به فرم ورود";
    position: absolute;
    right: 120%;
    top: 3px;
    width: max-content;
    background: #FFFFFF;
    border-radius: 4px;
    border: .2px solid rgba(204, 204, 204, 0.7);
    color: rgba(34, 34, 34, 0.82);
    padding: 5px 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    transition: all .2s ease-in-out;
}
.button_small_agein:hover:before {
    opacity: 1;
    visibility: visible;
}

.button_small_agein i {
    float: right;
    padding-top: 1px;
    padding-left: 7px;
}
/*star tracking vera*/
.tracking_order_veras {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:999998 ;
    opacity: 0;
    visibility: hidden;
}
.tracking_order_veras_open {
    opacity: 1;
    visibility: visible;
}
.close_tracking_vera_order {
    cursor: pointer;
}

.tracking_order_verass {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: rgb(17 17 26 / 69%);
    backdrop-filter: brightness(0.5) blur(3px) !important;
    -webkit-backdrop-filter: blur(3px);
    z-index: 1;
    height: 100%;
    transition: all .3s ease-in-out;
}
.tracking_order_vera {
    width: fit-content;
    background: #FFFFFF;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    transform: scale(.9);
    transition: .3s linear;
}
.tracking_order_veras_open .tracking_order_vera {
    transform: scale(1);
    transition: .3s linear;
}
#tracking_order_vera_table {
    width: 100%;
    overflow: auto;
}
.loading_form_vera{
}
@media screen and (max-width: 900px) {
    .tracking_order_vera {
        width: 90%;
        padding: 15px 2.5%;
    }
    .dillet_message_tracking {
        width: max-content !important;
    }
}
.tracking_order_vera .phone-form-message_323 {

}
.tracking_order_vera  input[type="text"]{
    padding: 10px;
    width: 100%;
    border: .5px solid #cccccc;
    border-radius: 10px;
    font-family: iranyekanX;
    text-align: center;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}
.tracking_order_vera input[type="text"]:focus{
    outline: none;
}
.tracking_order_vera  input[type="submit"]{
    width: 100%;
    padding: 10px;
    background: #dc163e;
    font-weight: 500;
    font-family: IRANYekanX;
    color: #FFFFFF;
    margin-top: 15px;
    border-radius: 10px;
    font-size: 14px;
}
.tracking_order_vera  .fa-circle-xmark {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #dc163e;
}
.tracking_order_vera h3 {
    width: 100%;
    padding: 5px 0 10px;
    font-weight: 400;
    text-align: center;
    float:right;
    font-size: 14px;
}
#phone-form-message_323 {
    padding: 4px 1%;
    width: 98%;
    background: rgb(255 127 127 / 55%);
    color: #f70333;
    display: none;
    border: .5px solid #f70333;
    float: right;
    margin: 15px 0 0;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.tracking_order_vera {
    overflow: hidden;
}

.tracking_order_vera  .loadingss {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.52) !important;
    z-index: 10;
}

.tracking_order_vera .loadingss::after {
    background: rgba(255, 255, 255, 0) !important;
    content: " " !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    border-right: 2px solid #000000;
    border-top: 2px solid rgba(221, 221, 221, 0.5);
    border-bottom: 2px solid rgba(221, 221, 221, 0.5);
    border-left: 2px solid rgba(221, 221, 221, 0.5);
    animation-name: animate-lider-block !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    z-index: 11;
    margin:0 !important;
}
.swiper-scrollbar-drag {
    background: rgb(127 126 126 / 38%);
}
/*start dokan style code css*/
.dokan-vendor-setup-wizard {
    font-family: iranyekanx !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    padding: 0;
    background: none;
}
.dokan-dashboard .dokan-dashboard-content ul li {
    padding: 0;
    background: none;
}
.dokan-right {
    float: right !important;
}
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1 {
    text-align: left !important;
}
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    font-family: iranyekanx;
}
.dokan_form_vera {
    position: fixed;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 999999;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.dokan_form_vera > span {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        background: rgb(17 17 26 / 69%);
        backdrop-filter: brightness(0.5) blur(3px) !important;
        -webkit-backdrop-filter: blur(3px);
        z-index: 999998;
        height: 100%;
        transition: all .3s ease-in-out;
}
.dokan_form_vera div.dokan_div_veras {
    z-index: 999999;
    background: #ffffff;
    padding: 15px;
    max-height: 60%;
    width: 500px;
    display: block;
    transform: scale(.8);
    transition: all .7s ease-in-out;
    border-radius: 13px;
    overflow: auto;
}
.display_block_form {
    opacity: 1;
    visibility: visible;
}
.display_block_form div.dokan_div_veras {
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.dokan_form_vera > div label {
    padding: 8px 3px;
    opacity: .6;
}
.dokan_form_vera div input[type="text"] , .dokan_form_vera div input[type="password"] , .dokan_form_vera div input[type="email"]{
        width: 100%;
        font-size: 14px;
        float: right;
        padding: 12px 5px;
        font-family: IRANYekanX;
        -moz-font-feature-settings: "ss02" !important;
        -webkit-font-feature-settings: "ss02" !important;
        font-feature-settings: "ss02" !important;
        border-radius: 8px;
        border: .5px solid #cccccc;
        line-height: 0;
        text-align: right;
}
input[type='submit'].dokan-btn-theme  {
    color: #fff;
    background-color: var(--main-color);
    width: fit-content;
    border-color: #ca360e;
    float: left;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 30px;
    padding: 7px 30px;
}
.dokan_form_vera > div form {
float: right;
    width: 100%;
    max-width: 100%;
    display: grid;
}
.dokan_form_vera > div .form-row {
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.details_store {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    flex-direction: row-reverse;
    margin: 14px auto 0;
    background: var(--main-color);
    color: #fff !important;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 21px;
}
a.details_store i {
    padding-left: 5px;
}


/*دکمه های راهنمای کلیه حساب در حالت لاگین در هدر*/
.sign-button-header:hover > .itemt_menu_account_order {
    opacity: 1;
    visibility: visible;
    top: 110%;
}
.itemt_menu_account_order {
    position: absolute;
    right: 0;
    top: 130%;
    width: 135%;
    max-width: none;
    background: #FFFFFF;
    display: block;
    transition: all .2s ease-in-out;
    height: fit-content;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #51596226;
    padding: 10px;
}
.itemt_menu_account_order:before {
    content: "";
    position: absolute;
    right: 50px;
    top: -10px;
    border-top: 3px solid #ddd;
    border-left: 3px solid #ddd;
    background: #ffffff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}
.itemt_menu_account_order ul {
    display: grid;
}
.itemt_menu_account_order ul li {
    float: right;
    width: 95%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 5px 2.5%;
    border-radius:8px;
}
.itemt_menu_account_order ul li i {
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    opacity: .5;
    border-left: 1px solid #DDE;
    margin-left: 0;
    padding-left: 5px;
    font-size: 16px !important;
    width: 25px;
    text-align: center;
}
.itemt_menu_account_order ul li a {
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
}
.itemt_menu_account_order ul li:hover {
   background: rgba(221, 221, 221, 0.36);
}


.order_details {
	    width: 100% !important;
/*display: flex !important;*/ 
justify-content: space-around !important;
    align-items: center !important;
}


.order_details li  {
	    background: none !important;
    border: none !important;
    display: grid !important;
    justify-items: center !important;
	-moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.order_details li strong {
	    padding: 10px 0 0 !important;
    font-family: 'IRANYekanX' !important;
	-moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}
/*دکمه منو کاربری صفحه حساب کاربری*/

.item-down-bar-shoping-account {
    display:none ;
}
@media screen and (max-width: 1000px) {
    .item-down-bar-shoping-account {
        display:block !important;
    }
}
.item-down-bar-shoping-account i.fa-xmark {
    width: 100%;
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 0;
    transition: none !important;
}
.item-down-bar-shoping-account i {
    position: fixed;
    align-items: center;
    justify-content: center;
    left: 2%;
    bottom: 100px;
    z-index:2000;
    padding: 15px;
    display: flex;
    margin: 0;
    border-radius: 50%;
    background: var(--main-color);
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    width: 25px;
    height: 25px;
}
.item-down-bar-shoping-account span {

}
/**start code animate login regester form virax**/
.ic-account-header-btns {
cursor: pointer;
}
.animate_form_virax {
animation : 1s alternate animate_form_viraxs;
}
@keyframes animate_form_viraxs {
    0% {
      transform: translateX(0);
        box-shadow: 0 0 0 0px rgba(196, 196, 196, 0.76);
    }
    30% {
        transform: translateX(20px);
    }
    60% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
        box-shadow: 0 0 0 10px rgba(241, 241, 241, 0);
    }
}




form.checkout .order_reviews #order_review ul.wc_payment_methods li img {
    width: 40px;
    height: auto;
    border-radius: 0 !important;
    padding: 0;
	order:1;
}
form.checkout .order_reviews #order_review ul.wc_payment_methods li label {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.woocommerce-checkout #payment div.payment_box {
    margin: 1em 0 .1em !important;
}
form.checkout .order_reviews #order_review ul.wc_payment_methods li {
    padding: .5em 10px !important;
}



/*start simglefile stylr css*/
.single-div {
    float: right;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 20px 0;
    border-radius: 25px;
    overflow: hidden;
}



.single-div .single-dittle-post .swiper-wrapper {
    justify-content: center;
    align-items: center;
}

.single-div .single-dittle-post {
    padding: 10px 0;
    width: 100%;
}

.single-div .single-dittle-post-item {
    text-align: center;
    max-width: fit-content;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-div .single-dittle-post-item > i {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 300;
}

.single-div .single-dittle-post-item > span a:last-child {
    border: none !important;
}

.single-div .single-dittle-post-item > span a:hover {
    opacity: .8;
}

.single-div .single-dittle-post-item > span a {
    padding: 0 5px;
    width: fit-content;
    overflow: auto;
    color: var(--main-color3);
    text-decoration: none;
    border-left: 1px solid #dddddd;
}

.single-div .single-dittle-post-item > span {
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    display: flex;
    align-items: center;
}

.single-div .single-dittle-post-item > span ul {
    display: flex;
    align-items: center;
}

.single-div .single-dittle-post-item > span ul li::after {
    content: " . ";
    padding: 0 5px;
}

.single-div .single-dittle-post-item > span ul li:last-child::after {
    content: unset;
}

.single-div .single-dittle-post-item > span ul li {
    list-style: none;
}

.single-div .single-name-post {
    float: right;
    z-index: 1;
    order: -1;
    width: 94%;
    height: fit-content;
    margin: 15px 3%;
    text-align: center;
}

.single-div .single-name-post header h1 {
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: center;
}

.single-div .single-name-post h1:before {
    position: absolute;
    bottom: -5px;
    content: "";
    background-color: #303841;
    width: 100px;
    height: 5px;
    border-radius: 10px;
    opacity: .1;
}

.single-div .single-content-post {
    float: right;
    width: 98%;
    text-align: justify;
    padding: 10px 1%;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
}



.single-div .single-content-post .wp-block-quote {
    background-color: #f4f4f4;
    padding: 15px;
    border-right: 5px solid #dc163e;
    margin: 15px 0;
    padding-right: 70px;
    position: relative;
}

.single-div .single-content-post .wp-block-quote:before {
    content: "\27";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    font-size: 85px;
    top: 55%;
    opacity: .2;
    line-height: 0;
}

.single-div .single-content-post .wp-block-quote p {
    font-weight: 800;
    font-size: 17px;
    width: 100%;
}

.single-div .single-content-post .wp-block-quote cite {
    font-size: 14px;
    font-weight: 500;
    width: 100%
}

.single-div .single-content-post .wp-block-media-text {
    background-color: #f4f4f4;
    padding: 10px;
    margin: 20px 0;
}

.single-div .single-content-post .wp-block-media-text img {
    border-radius: 10px;
}

.single-div .single-content-post .wp-block-heading {
    padding: 10px 0;
    margin: 20px 0;
    position: relative;
    float: right;
    z-index: 1;
    width: 100%;
    text-align: right;
}
.single-div .single-content-post a {
    color: #222222;
    opacity: .7;
    padding: 0 2px;
    text-decoration: none;
}
.single-div .single-content-post a:hover {
    opacity: 1;
}

.single-div .single-content-post .wp-block-heading:before {
    position: absolute;
    content: "";
    top: 5px;
    width: 45px;
    height: 40px;
    background-color: var(--main-color6);
    border-radius: 10px;
    right: -5px;
    z-index: -1;
    opacity: 1;
    transform: rotate(50deg);
}

.single-div .single-content-post .wp-block-preformatted {
    background-color: #218c74;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    margin: 10px 0;
}

.single-div .single-content-post .wp-block-image {
    margin: 10px 0;
    text-align: center;
}

.single-div .single-content-post img {
    margin: 10px auto;
    border-radius: 10px;
    width: fit-content;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.single-div .tag-content-singles {
    float: right;
    width: 96%;
    text-align: justify;
    color: var(--main-color3);
    padding: 10px 2%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.single-div .tag-content-singles a:hover {
    opacity: .8;
}

.single-div .tag-content-singles a {
    text-decoration: none;
    color: var(--main-color3);
}

.single-div .tag-content-singles a:after {
    content: " . ";
}

.single-div .tag-content-singles a:before {
    content: "#";
    padding-left: 5px;
}

.single-div .tag-content-singles a:last-child:after {
    content: unset;
}

.scroll {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    float: right;
    z-index: 1999;
}

.progress {
    height: 5px;
    background: var(--main-color2);
    width: 0%;
}

/*end simglefile stylr css*/

.woocommerce-EditAccountForm.edit-account {
    max-width: 100%;
}
.woocommerce-EditAccountForm .form-row {
  margin-bottom: 1.1rem;
}

.woocommerce-EditAccountForm label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.925rem;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.5;
}

.woocommerce-EditAccountForm .woocommerce-Input, .woocommerce-EditAccountForm .input-text {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 14px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px !important;
    background: #fff;
    color: #1f1f1f !important;
    font-size: 0.95rem;
    line-height: 1.5 !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.woocommerce-EditAccountForm .woocommerce-Input:hover,
.woocommerce-EditAccountForm .input-text:hover {
  border-color: #bdbdbd;
}

.woocommerce-EditAccountForm .woocommerce-Input:focus,
.woocommerce-EditAccountForm .input-text:focus {
  outline: none;
  border-color: #888;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.woocommerce-EditAccountForm .password-input {
  display: block;
  position: relative;
}

.woocommerce-EditAccountForm .password-input .woocommerce-Input,
.woocommerce-EditAccountForm .password-input .input-text {
  padding-inline-end: 44px;
}

.woocommerce-EditAccountForm fieldset {
  margin: 1.75rem 0 1rem;
  padding: 1.1rem 1.15rem 0.35rem;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  padding: 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.woocommerce-EditAccountForm .form-row-wide span em {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #777;
  font-style: normal;
}

.woocommerce-EditAccountForm .woocommerce-Button.button {
  margin-top: 0.35rem;
}



.container {
    margin: auto;
    max-width: 95% !important;
    width: 1500px;
}

.containers {
    margin: auto;
    width: 1500px;
    max-width: 100% !important;
}


.darban-form.darban-form--plain {
       width: 400px !important;
    max-width: 90% !important;
    margin: auto !important;
}
.darban-form.darban-form--plain .darban-tpl-minimal .darban-form__inner {
    box-shadow: none !important;
}



#billing_phone_field {
    display: none !important;
}



/* ===========================
   WooCommerce Order Pay Page
   فقط صفحه پرداخت سفارش
=========================== */
body.woocommerce-order-pay .woocommerce ul.order_details::after, body.woocommerce-order-pay .woocommerce ul.order_details::before {
    content: none !important;
    display: table;
}

body.woocommerce-order-pay .woocommerce{
    max-width:720px;
    margin:40px auto;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

body.woocommerce-order-pay .woocommerce-notices-wrapper:empty{
    display:none;
}

/* اطلاعات سفارش */

body.woocommerce-order-pay .order_details{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
    list-style:none;
    margin:0 0 30px;
    padding:0;
}

body.woocommerce-order-pay .order_details li{
    background:#f8f9fb;
    border:1px solid #ececec;
    border-radius:12px;
    padding:18px;
    margin:0;
    line-height:1.9;
    transition:.25s ease;
}

body.woocommerce-order-pay .order_details li:hover{
    border-color:#d6d6d6;
    transform:translateY(-2px);
}

body.woocommerce-order-pay .order_details strong{
    display:block;
    margin-top:6px;
    font-size:16px;
    font-weight:700;
    color:#222;
}

/* مبلغ */

body.woocommerce-order-pay .woocommerce-Price-amount{
    color:#0f8b4c;
    font-size:20px;
    font-weight:700;
}

/* فرم پرداخت */

body.woocommerce-order-pay .eghtesadnovin-checkout-form{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:25px;
    flex-wrap:wrap;
}

/* دکمه‌ها */

body.woocommerce-order-pay .eghtesadnovin-checkout-form .button {
    min-width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'IRANYekanX';
    font-weight: 600;
    transition: .25s ease;
    cursor: pointer;
}

/* پرداخت */

body.woocommerce-order-pay #eghtesadnovin-payment-button{
    background:#2271b1;
    color:#fff;
}

body.woocommerce-order-pay #eghtesadnovin-payment-button:hover{
    background:#135e96;
    transform:translateY(-2px);
}

/* بازگشت */

body.woocommerce-order-pay .button.cancel{
    background:#f4f4f4;
    color:#555;
    border:1px solid #ddd;
}

body.woocommerce-order-pay .button.cancel:hover{
    background:#ebebeb;
}

/* موبایل */

@media (max-width:768px){

    body.woocommerce-order-pay .woocommerce{
        margin:20px 15px;
        padding:20px;
    }

   body.woocommerce-order-pay .order_details {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}
    body.woocommerce-order-pay .eghtesadnovin-checkout-form{
        flex-direction:column;
    }

    body.woocommerce-order-pay .eghtesadnovin-checkout-form .button{
        width:100%;
    }

    body.woocommerce-order-pay .woocommerce-Price-amount{
        font-size:18px;
    }
}



/* ==========================================================
   استایل حرفه‌ای داشبورد کیف پول (Wallet for WooCommerce)
   راست‌چین | بدون گرادیان | رنگ اصلی: #FF7F0D
   ========================================================== */

/* ---------- ظرف اصلی ---------- */
.wal-dashboard-wrapper {
    direction: rtl !important;
    text-align: right !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 30px auto !important;
    font-family: inherit !important;
}

.wal-dashboard-wrapper *,
.wal-dashboard-wrapper *::before,
.wal-dashboard-wrapper *::after {
    box-sizing: border-box !important;
}

/* ==========================================================
   کارت پروفایل
   ========================================================== */
.wal-dashboard-profile-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    background: #1e293b !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    margin: 0 0 28px !important;
    box-shadow: 0 15px 35px rgba(30, 41, 59, .25) !important;
    border: none !important;
	position: relative;
}

.wal-dashboard-profile-image {
    flex-shrink: 0 !important;
    margin: 0 !important;
}

.wal-dashboard-profile-image img {
  
    border-radius: 20px !important;
    border: 3px solid #ffffff !important;
}

.wal-dashboard-profile-data {
    flex: 1 !important;
    min-width: 220px !important;
}

.wal-dashboard-profile-data p {
    margin: 0 0 8px !important;
    padding: 0 9px !important;
}

.wal-dashboard-user-name label {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    cursor: default !important;
    margin: 0 !important;
}

.wal-dashboard-user-email label {
    font-size: 13px !important;
    color: #cbd5e1 !important;
    cursor: default !important;
    direction: ltr !important;
    display: inline-block !important;
    margin: 0 !important;
}

/* موجودی کیف پول */
.wal-dashboard-available-balance {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    margin-top: 10px !important;
}

.wal-dashboard-available-balance label {
    font-size: 13px !important;
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    cursor: default !important;
    margin: 0 !important;
}
.wal-dashboard-available-balance .woocommerce-Price-amount {
    font-size: 18px !important;
    font-weight: 800 !important;
    display: flex !important;
    margin-left: 0 !important;
    gap: 4px;
    align-items: center;
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.wal-dashboard-available-balance .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* وضعیت (فعال) */
.wal-dashboard-profile-status {
    margin-right: auto !important;
}

.wal-dashboard-profile-status .wal_status_label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(34, 197, 94, .15) !important;
    color: #4ade80 !important;
    border: 1px solid rgba(34, 197, 94, .4) !important;
    border-radius: 14px !important;
    padding: 3px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    position: absolute;
    left: 10px;
    top: 10px;
}

.wal-dashboard-profile-status .wal_status_label::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #4ade80 !important;
    box-shadow: 0 0 8px rgba(74, 222, 128, .8) !important;
    animation: wal-pulse 2s infinite !important;
}

@keyframes wal-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .4; }
}

.wal-dashboard-profile-status .wal_status_label span {
    color: inherit !important;
    background: none !important;
}

/* ==========================================================
   منوی داشبورد (تب‌ها)
   ========================================================== */
.wal-dashboard-menu-wrapper {
    display: block !important;
    width: 100% !important;
}

.wal-dashboard-menus {
    margin-bottom: 24px !important;
    width: 100% !important;
}

.wal-dashboard-menu-links {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 6px !important;
    background: #f1f5f9 !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
}

.wal-dashboard-menu-link {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wal-dashboard-menu-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 11px 22px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    transition: all .25s ease !important;
    box-shadow: none !important;
}

.wal-dashboard-menu-item:hover {
    color: #FF7F0D !important;
    background: #ffffff !important;
    text-decoration: none !important;
}

.wal-dashboard-menu-item.wal-active {
    background: #FF7F0D !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(255, 127, 13, .35) !important;
}

/* ==========================================================
   محتوای تب‌ها
   (خنثی‌سازی display:flex افزونه که باعث فشردگی می‌شد)
   ========================================================== */
.wal-dashboard-menu-content {
    display: block !important;
    width: 100% !important;
}

.wal-dashboard-menu-content .wal-dashboard-content-wrapper, .wal-dashboard-content-wrapper {
    display: flex !important;
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 28px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06) !important;
}

/* ---------- نمای کلی: کارت‌های آمار ---------- */
.wal-dashboard-overview-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
}

.wal-dashboard-overview-data {
    width: 100% !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin: 0 !important;
    text-align: right !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.wal-dashboard-overview-data:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .1) !important;
}

/* نوار رنگی کنار کارت */
.wal-dashboard-overview-data::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 5px !important;
    height: 100% !important;
    border-radius: 0 16px 16px 0 !important;
}

.wal-dashboard-overview-topup-total::before {
    background: #22c55e !important;
}

.wal-dashboard-overview-usage-total::before {
    background: #f43f5e !important;
}

.wal-dashboard-overview-data p {
    margin: 0 0 10px !important;
}

.wal-dashboard-overview-data p:last-child {
    margin-bottom: 0 !important;
}

.wal-dashboard-overview-data label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    cursor: default !important;
}

.wal-dashboard-overview-data .woocommerce-Price-amount {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
	font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.wal-dashboard-overview-data .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #64748b !important;
}

/* ==========================================================
   جدول فعالیت‌ها
   ========================================================== */
.wal-frontend-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: none !important;
    margin: 0 !important;
    direction: rtl !important;
}

.wal-frontend-table thead th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: right !important;
    padding: 14px 18px !important;
    border: none !important;
    border-bottom: 2px solid #e2e8f0 !important;
}

.wal-frontend-table thead th:first-child {
    border-radius: 0 12px 12px 0 !important;
}

.wal-frontend-table thead th:last-child {
    border-radius: 12px 0 0 12px !important;
}

.wal-frontend-table tbody td {
    padding: 16px 18px !important;
    font-size: 14px !important;
    color: #334155 !important;
    text-align: right !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: transparent !important;
}

.wal-frontend-table tbody tr {
    transition: background .2s ease !important;
}

.wal-frontend-table tbody tr:hover {
    background: #fff7ed !important;
}

/* پیام «هیچ فعالیتی پیدا نشد» */
.wal-frontend-table tbody td[colspan] {
    text-align: center !important;
    color: #94a3b8 !important;
    padding: 48px 18px !important;
    font-size: 15px !important;
}

/* ==========================================================
   فرم شارژ کیف پول
   ========================================================== */
.wal-topup-form-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.wal-topup-form {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.wal-topup-form-content {
    display: block !important;
    width: 100% !important;
}

.wal-topup-form-title {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-align: right !important;
    margin: 0 0 24px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid #f1f5f9 !important;
    position: relative !important;
}

.wal-topup-form-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -2px !important;
    right: 0 !important;
    width: 70px !important;
    height: 2px !important;
    background: #FF7F0D !important;
}

/* دکمه‌های مبلغ پیش‌فرض */
.wal-topup-form-predefined-buttons {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 22px !important;
}

.wal-topup-predefined-button {
    width: 100% !important;
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 15px 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    text-align: center !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
	font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}
}

.wal-topup-predefined-button:hover,
.wal-topup-predefined-button:focus,
.wal-topup-predefined-button.wal-selected {
    border-color: #FF7F0D !important;
    background: #fff7ed !important;
    color: #FF7F0D !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 18px rgba(255, 127, 13, .15) !important;
    outline: none !important;
}

.wal-topup-predefined-button .woocommerce-Price-amount {
    color: inherit !important;
    font-weight: inherit !important;
}

.wal-topup-predefined-button .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 500 !important;
    opacity: .75 !important;
}

/* بخش ورود مبلغ و دکمه ارسال */
.wal-topup-form-actions {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

.wal-topup-form-currency {
    flex: 1 1 220px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    gap: 10px !important;
    background: #f8fafc !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 4px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}

.wal-topup-form-currency:focus-within {
    border-color: #FF7F0D !important;
    box-shadow: 0 0 0 4px rgba(255, 127, 13, .12) !important;
    background: #ffffff !important;
}

.wal-topup-form-amount {
    flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border: none !important;
    background: transparent !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: right !important;
    outline: none !important;
    box-shadow: none !important;
    direction: rtl !important;
	font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.wal-topup-form-amount::placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

/* حذف فلش‌های input عددی */
.wal-topup-form-amount::-webkit-outer-spin-button,
.wal-topup-form-amount::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.wal-topup-form-amount {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

/* دکمه افزودن به کیف پول */
.wal-topup-form-btn, .wal-form-btn {
    background: #FF7F0D !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 32px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
    box-shadow: 0 8px 20px rgba(255, 127, 13, .3) !important;
    text-shadow: none !important;
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

.wal-topup-form-btn:hover,
.wal-form-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 26px rgba(255, 127, 13, .45) !important;
    background: #e66f00 !important;
    color: #ffffff !important;
}

.wal-topup-form-btn:active,
.wal-form-btn:active {
    transform: translateY(0) !important;
}

/* ==========================================================
   اعلان‌ها
   ========================================================== */
.wal-dashboard-notices-wrapper:not(:empty) {
    margin-bottom: 18px !important;
}

/* ==========================================================
   ریسپانسیو (موبایل)
   ========================================================== */
@media (max-width: 768px) {
    .wal-dashboard-profile-wrapper {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px 20px !important;
    }

    .wal-dashboard-profile-data {
        text-align: center !important;
    }

    .wal-dashboard-profile-status {
        margin: 0 !important;
    }

    .wal-dashboard-menu-links {
        flex-direction: column !important;
    }

    .wal-dashboard-menu-item {
        width: 100% !important;
        justify-content: center !important;
    }

    .wal-dashboard-menu-content .wal-dashboard-content-wrapper {
        padding: 18px 14px !important;
    }

    .wal-frontend-table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    

    .wal-topup-form-btn {
        width: 100% !important;
    }
}


.payment_method_wal_wallet p > .woocommerce-Price-amount {
	float:left;
}