/*
Theme Name: zanology
Theme URI: https://zanology.ir
Author: راحله مشگانی فراهانی
Requires PHP: 7.0
Version: 1.0
Text Domain: zanology
*/


*{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}



.aparat-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* نسبت 16:9 (برای ویدئوها) */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* اختیاری، برای زیبایی */
}

.aparat-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.woocommerce .products ul, .woocommerce ul.products {
    width: max-content!important;
}

.owl-carousel .owl-item img {
       border-radius: 5px!important;
}

.bookly-label-error.bookly-js-info-field-error {
    font-size: 22px;
    color: red!important;
}

#wp-content-media-buttons {
    display: unset!important;
    
}


.hero-product .bookly-item h2 {
   
    min-height: 210px!important;
  
}


.wq_singleAnswerCtr:hover, .wq_singleAnswerCtr.chosen, .wq_singleAnswerCtr.wq_answerSelected {
    transition: background 1s ease!important;
}


.wq-skin-traditional .wq_singleAnswerCtr{
    background: white!important;
    margin-bottom: 15px!important;
    padding: 9px 40px 9px 9px!important;
    -webkit-box-shadow: 0 0 8px #74737363!important;
    box-shadow: 0 0 8px #74737363!important;
    border-radius: 6px!important;
    font-size: 15px!important;
    cursor: pointer!important;
    border: 3px solid transparent!important;
    position: relative!important;
}
.wq-skin-traditional .wq_questionTextCtr {
    background-color: #FFF!important;
}
.wq_retakeQuizBtn, .wq-force-login button, .wq_singleQuestionWrapper .wq_continue button, .wq_triviaQuizTimerInfoCtr button, .wq-pay-locker button, .wq_quizEmailCtr form button, .wq-subscribe-locker button {
    background-color: var(--button-color);
}
.wq-results {
    box-shadow: 0 0 8px #74737363!important;
    background: white!important;
}

body{
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: 'YekanBakh';
}
html, body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

h2 {
  scroll-margin-top: 30px;
}

li {
    list-style: none;
}
/*img{*/
/*    max-width: 100%;*/
/*}*/
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    font-family: 'YekanBakh';
    background: #ffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    height: 48px;
}
textarea{
    height: auto;
}
    a:hover{
    color: var(--button-color);
}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #7E7E7EE7;
    font-family: 'YekanBakh';
}
strong>a{
    color:#ae46a7e7!important;
}
 strong > a:hover,
 strong > a:focus,
 strong > a:active {
    color: var(--color-color) !important;
}

p>a{
    color:var(--button-color) !important;
}

p > a:hover,
p > a:focus,
p > a:active {
    color: var(--color-color) !important;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    src: url('fonts/YekanBakhFaNum-VF.woff') format('woff'),
    url('fonts/YekanBakhFaNum-VF.woff2') format('woff2');
     font-display: swap;
}
:root{
    --button-color: #9b92b7;
    --color-color: #9cbacb;
}
.hero-top-header{
    aspect-ratio: 10/1.7;
background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
    position: relative;
}
.container{
    width: 1440px;
    margin: auto;
    max-width: 94%;
}
.container .woocommerce-breadcrumb{
    margin-top: 15px;
}
/*#header{*/
/*    background: var(--color-color);*/
/*    display: flex;*/
/*    justify-content:space-between;*/
/*    gap: 20px;*/
/*    place-items: center;*/
/*}*/
.nav{
    background: var(--color-color);
    z-index: 5;
    position: relative;
}
 .header-mobil {
    display: flex;
    justify-content: space-between;
    place-items: center;
        padding: 10px 14px;
     border-bottom: 1px solid #f5f5f5;
}
.header-mobil .logo{
    max-width: 60%;
}
.header-mobil .logo a{
    display: flex;
        flex-direction: row-reverse;
}
.header-mobil .hamberger{
    color: #303030;
}
.header-mobil .hamberger i{
    font-size: 17px;
}

.hero-top-one{
    display: flex;
    justify-content:space-between;
    place-items: center;
}
 .hero-top{
    display: flex;
    justify-content:space-between;
    place-items: center;
}
 .logo{
    width: 150px;
    }
 .logo img{
    max-width: 90%;
    aspect-ratio: 2/1;
  object-fit: contain;
    }
.hero-top .menu{
     width: 60%;
     display: flex;
     justify-content: space-between;
     align-items: center;
}

 .hero-top .left{
    width: 15%;
     float: left;
     display: flex;
     justify-content:end;
     gap:40px;
     place-items: center;
 }
 .menu > ul{
    display: flex;
    list-style: none;
    margin-right: 20px;
}
 .menu ul li{
    padding: 10px;
    font-weight: 700;
    color: #303030;
    position: relative;
     font-size: 14px;
     white-space: nowrap;
     width: auto;
}
.menu ul li ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 45px;
    padding: 7px 0;
    right: 0;
    width: 200px;
    border: 1px solid #ddd;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
 .menu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 38px;
}
 .menu ul li ul li {
    padding: 7px 14px;
    display: inline-block;
    font-size: 13px;
}
.search-home {
    width: 50%;
    position: relative;
    height: 37px;
    margin-left: 140px;
}
.search-home form {
    position: relative;
    align-items: center;
    height: 100%;
}
.search-home form input[type="search"] {
    background:var(--color-color);
      border: 1px solid #7E7E7E;
    border-radius: 7px;
    font-family: 'YekanBakh';
    padding: 7px 35px;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 13px;
}
.search-home form button {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 15px;
    background: transparent;
    color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.favorite-btn-header{

    display: flex;
    justify-content: center;
    place-items: center;
}

.favorite-btn-header a {
    text-decoration: none;
    padding: 14px;
    border-radius: 7px;
    display: flex;
    color: #303030;
    border: 1px solid #7E7E7E;
}


.favorite-btn-header a i {
    font-size: 19px;
    margin-left: 8px;
}
.left .cart{
    width: 3%;
    display: flex;
    justify-content: center;
    place-items: center;
}
.cart .cart-btn-header{
    position: relative;
    display: flex;
    font-size:18px;
    color: #202020;
    cursor: pointer;
}
.cart .cart-btn-header:hover .cart-content{
  opacity: 1;
    visibility: visible;
    top: 30px;
    transition: all .2s ease-in-out;
}
/*****cart btn start *******/
.cart-btn-header .cart-content{
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 250px;
    left: 0;
    top:70px;
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
 opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.cart-btn-header .cart-content p.woocommerce-mini-cart__total{
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}
.cart-btn-header .cart-content p.woocommerce-mini-cart__buttons{
    display: flex;
    justify-content: space-between;
}
.cart-btn-header .cart-content p.woocommerce-mini-cart__buttons > a{
    background: var(--button-color);
    padding: 3px 7px;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
}
.cart-btn-header .cart-content ul li {
    border-bottom: 1px solid #ddd;
   padding-bottom: 5px;
    margin-bottom: 15px;
}
.cart-btn-header .cart-content ul li > a img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.cart-btn-header .cart-content ul li > a{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 450;
    color: #373636;
}
.cart-btn-header .cart-content ul li >.mini-cart-detail{
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding: 0 10px;
    color: #6c6c6c;
    align-items: center;
}
.cart-btn-header .cart-content ul li >.mini-cart-detail a.remove{
    color: #ef1c2d;
    font-size: 24px;
}
/*****cart btn end*******/
 .cart .cart-btn-header i{
    /*color: #202020;*/
    font-size: 22px;
}

.cart-btn-num {
    position: absolute;
    top: -5px;   /* از بالا کمی بیاد */
    left: -5px;  /* از چپ بیاد */
    background: #ef1c2d;
    color: white;
    width: 15px;
    height: 15px;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.btn-num-parent{
    position: relative;
    /*display: flex;*/
    /*font-size:18px;*/
    /*color: #202020;*/
    /*cursor: pointer;*/
}
.btn-num-mobile{
        position: absolute;
    background: #ef1c2d;
    color: white;
    width: 15px;
    height: 15px;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    top: -5px;  
    left: 8px;
}

 .login-btn{
  width: 3%;
    display: flex;
    justify-content: center;
    place-items: center;
}
.login-btn .register-btn {
  position: relative;
  display: inline-block;
    gap: 5px;
    cursor: pointer;
}
.login-btn .register-btn i {
    color: #202020;
    font-size: 22px;
}
.login-btn .register-btn .tooltip {
    position: absolute;
    top: -32px; /* فاصله از آیکون */
    left: 50%;
    transform: translateX(-50%); /* وسط چین */
    background-color: var(--button-color);
    color: #202020;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
.login-btn .register-btn:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
}
/***modalbox****/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 460px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

}
.modal-content  .form-login-pishro .logo{
    width: 400px;
    height:auto;
}
.modal .modal-content  .form-login-pishro .logo img{
    width: 100%;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
/* The Close Button */
.close_login{
    color: #aaa;
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    top: 10px;
    left: 15px;
    z-index: 99;
}
 .modal-content .close:hover,
.modal-content .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.form-login-pishro {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 100%;
border-radius: 5px;
    padding:45px;
    text-align: center;

}
.form-login-pishro label.woocommerce-form-login__rememberme{
  text-align: right;

}
.form-login-pishro p.woocommerce-LostPassword{
    margin-top: 15px;
}
.login-page .form-login-pishro .message{
    border-top: 1px solid #ddd;
    padding-top: 15px;

}


.form-login-pishro input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    /*width: 100%;*/
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-login-pishro input::placeholder{
    text-align:right;
}
.form-login-pishro button {
    text-transform: uppercase;
    outline: 0;
    background: var(--button-color)!important;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
}
.form-login-pishro .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 14px;
}

.form-login-pishro .message a {
    color: var(--button-color);
    text-decoration: none;
}

.form-login-pishro .register-form {
    display: none;
}
.form-login-pishro .logo {
    max-width: 180px;
    margin: 0 auto 35px;
}

.form-login-pishro form p label input{
    vertical-align: sub;
}

.back-register-login{
 /*background-image: url("img/bk-login.webp");*/
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: 100%;
}
.login-page{
 width: 460px;
    margin: 6% auto 0;
    max-width: 100%;
}

.pishro-breadcrumb {
    padding: 10px;
}
.pishro-breadcrumb i{
    font-size: 10px;
}

    /*modal-video-start*/
#modal_video .modal-content{
 width: 800px;
    padding: 15px;
}
#modal_video .modal-content .modal-header i{
 float: left;
    font-size: 24px;
    color: #aaa;
}
#modal_video .modal-content .modal-header h4{
 font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
#modal_video .modal-content .modal-body video{
    max-width: 100%;
}
/*modal-video-end*/

/*modal-share start*/
#modal_share .modal-content .modal-body .shortlink{
    display: flex;
    justify-content: space-between;
 align-items: center;
    background: #edecec;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}
#modal_share .modal-content .modal-body .shortlink textarea{
   min-width: 50%;
    text-align: left;
    padding: 8px;
}
#modal_share .modal-content .modal-body .social-sharing{
 display: flex;
    justify-content: space-between;
    place-items: center;
    margin-bottom: 10px;
}
#modal_share .modal-content .modal-body .social-sharing .box-sharing{
 display: flex;
    justify-content: center;
    gap: 15px;
}
#modal_share .modal-content .modal-body .social-sharing .box-sharing a{
    display: flex;
    font-size: 24px;
}
#modal_share .modal-content .modal-body .social-sharing .box-sharing a.telegram{
 color: #1da1f2;
}
#modal_share .modal-content .modal-body .social-sharing .box-sharing a.whatsapp{
 color: #25D366;
}
#modal_share .modal-content .modal-body .social-sharing .box-sharing a.instagram{
color: #E1306C;
}

/*modal-share end*/
/*main-body*/
/*index start*/

.background {
    /*background: linear-gradient(135deg, #a0c4ff, #cdb4db); !* پس‌زمینه آبی گرادینت زیبا *!*/
    padding: 50px 0;
    width: 100%;
  margin-bottom: 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
gap:150px;

}
.background .about-zanology{
padding: 0 15px;
     margin-bottom: 50px;
    text-align: center;
    line-height: 25px;
}
.background .about-zanology h1{
    margin-bottom: 10px;
    line-height: 35px;
}
.background .about-zanology span{

}

.flowers {
    display: flex;
    justify-content: center;
    place-items: center;
    gap: 15px;
}

.flower {
    display: flex!important;
    justify-content: space-between;
    flex-direction: column;
    width: 25%;
    min-height: 350px;
   
}
.flower-box{
    width:100%;
   height: 290px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.flower img {
    width: 100%;
    height:100%;
    object-fit: cover;
    opacity: 0.85;
}


.flower-title {
   display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #292828;
    font-size: 28px;
    font-family: yekanbakh;
    font-weight: 800;
        WHITE-SPACE: nowrap;
}

.flower:hover {
    transform: scale(1.05);
}
/*main-body-end*/

/*footer*/
.hero-product {
    margin-bottom: 30px;
}
.pishro-service {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
 .pishro-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
 .pishro-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.pishro-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7e7e7e;
}
/*index end*/
/*weblog start*/
.zanology-breadcrumb{
  font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
    color: #7e7e7e7e;
}
.zanology-breadcrumb a{
    color: #7e7e7e7e;
}


.file-category{
    width: 77%;
}
.file-category .hero-category{

    box-shadow: 0 0 10px 0 #ececec;
    display: flex;
    justify-content: center;
    place-items: start;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;


}
.file-category>a{
    display: flex;
    justify-content: space-between;
    place-items: center;
    flex-direction: column;
background: var(--color-color);
    padding:0 0 20px 0;
max-width: 28%;
    height: 250px;
    border-radius: 10px;
}
.file-category a img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

/*weblog end*/
/*category-cell start*/
.category-cell{
    box-shadow: 0 0 10px 0 #ececec;
}
.category-cell>.container{
    display: flex;
    justify-content: center;
    place-items: center;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;

}
.category-cell a{
    display: flex;
    justify-content: space-between;
    place-items: center;
    flex-direction: column;
    background: var(--color-color);
    padding:0 0 20px 0;
    max-width: 45%;
    height: 250px;
    border-radius: 10px;
}

.category-cell a img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;

}
/*category-cell end*/

/*Article start*/
.hero-single{
    display: flex;
    justify-content: space-between;
    /*gap: 20px;*/
    margin-bottom: 40px;
    flex-wrap: wrap;
    
}
.hero-single-home{
    display: flex;
    justify-content: space-between;
    /*gap: 20px;*/
    margin-bottom: 40px;
    flex-wrap: wrap;
    
}
.hero-single .main-single{
    width: 75%!important;
}


.hero-single .main-single .post-single{
    background: #fff;
    box-shadow: 0 4px 104px 0 #d3d3d333;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;

}
.hero-single>.main-single>.post-single .header h1{
    margin-bottom: 10px;
}

.hero-single>.main-single>.post-single .box-bm{
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #a3a3a3;
    margin-bottom: 20px;
    flex-wrap: wrap;

}
.hero-single>.main-single>.post-single>figure{
    text-align: center;
    margin-bottom: 20px;


}
.hero-single>.main-single>.post-single>figure>img{
    width: 90%;
    max-height: 450px;
    aspect-ratio: 1/1;
    /*object-fit: contain;*/
     border-radius: 5px;

}
.hero-single .main-single .headlines{
    border: 2px solid var(--button-color);
    /*width: 60%;*/
    /*min-width: 200px!important;*/
    display: flex;
    place-items: start;
    gap: 17px;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: var(--color-color);

}
#box {
    width: auto;
    height: auto;   /* همیشه auto = ارتفاع بر اساس محتوا */
    transition: .3s;
}

#box.small {
    width: 220px;
    height: 70px;   /* حالتی که می‌خوای کوچک شه */
    overflow: hidden; /* اگر خواستی متن پنهان شود */
}


.hero-single .main-single .headlines .topic{
 display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.hero-single .main-single .headlines .topic .headline-topic{
 border:2px solid var(--button-color);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 5px;
   place-items: center;
    cursor: pointer;

}
.hero-single .main-single .headlines .topic .headline-topic i{
 color: var(--button-color);
}
.hero-single .main-single .headlines .topic .headline-topic i:first-child{
    font-size: 10px;

}
.hero-single .main-single .headlines .topic h2{
    color: var(--button-color);
    font-weight: 400;
}
.hero-single .main-single .headlines ul{
  margin-right: 15px;
    color: #5757c5;
}
.hero-single .main-single .headlines ul li{
 list-style: persian;

}
.hero-single .main-single .headlines ul li a{
    color: #7a7ae6;
}
.hero-single .main-single .headlines ul li a:hover{
    color: var(--button-color);
}
.post-single .content-single{
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.post-single .post-tag{
    display: flex;
    gap: 8px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    align-items: center;
}
.post-single .post-tag a{
    background: #e9e9e9;
    border-radius: 5px;
    padding: 4px 12px;
    color: #757575;
    font-weight: 325;
}

.related-head{
margin-bottom: 20px;
}
.related-head h4{
    font-size: 18px;
    font-weight: 600;


}
.post-single .related-article-slider{
    display: flex !important;  /* override owl-carousel's inline styles */
    flex-wrap: nowrap; /* چون owl-carousel اسلایدره، نذار کارت‌ها برن خط بعد */
    gap: 10px;
    overflow-x: auto; /* برای اسکرول افقی */
    padding-bottom: 10px;
    scroll-behavior: smooth;

}

.related-item {
    width: 95%;
    box-shadow: 0 0 10px 5px #00000008;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    margin: 20px 8px;
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related-item figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;

}

.related-item figure img {
    border-radius: 15px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
/**{border: 1px solid red;}*/
.related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
    font-weight: 500;
}

.related-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 11px;
}
 .side-single{
   width: 23%!important;
}
.widget {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding:16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-header h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 12px;
    margin-bottom: 22px;
    display: inline-block;
}
.widget form {
    position: relative;
}

.widget form input[type="submit"] {
    background: var(--button-color);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 15px;
    line-height: 2;
    font-family: "yekanbakh";
}
.widget ul li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li a:hover {
    color: var(--color-color);
}

/*Article end*/
/*****hero-new-product start******/
.title-pro h4 {
    font-size: 18px;
    font-weight: 450;
    border-bottom: 1px solid var(--button-color);
    margin-bottom: 32px;
    display: inline-block;
    padding-bottom: 14px;
}
.hero-product .product-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000008;
    margin: 13px 8px;
    padding: 10px 15px 15px;
}
.hero-product .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
}
.hero-product .product-item .color-dis .color ul li {
    float: right;
}
.hero-product .product-item .color-dis .color ul li small {
    border: 1px solid #dddd;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
}
.hero-product .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.hero-product .product-item .color-dis .color ul li span:hover > b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.hero-product .product-item .color-dis .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.hero-product .product-item .color-dis .discount {
    background:#ef1c2d;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
}
.hero-product .product-item figure a {
    max-width: 200px;
    display: block;
    margin: 7px auto 0;
}
.hero-product .product-item h2 {
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
}
.hero-product .product-item .end_sale {
    text-align: center;
    display: block;
    color: red;
    font-weight: 600;
}
.amazing-product .product-item .down {
    margin-top: 15px;
}
.hero-product .product-item h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}
.hero-product .product-item .down {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 50px;
}
.hero-product .product-item .down .addtocart_button a {
    font-size: 34px;
    color: var(--button-color) !important;
    display: flex;
    background: none !important;
    padding: 0 !important;
}
.hero-product .product-item .down .addtocart_button a:after {
    display: none;
}
.hero-product .product-item .down .addtocart_button a.added {
    display: none;
}
.hero-product .product-item .down .addtocart_button a.added_to_cart {
    background: var(--button-color) !important;
    color: #fff !important;
    font-size: 13px;
    padding: 3px 5px !important;
    border-radius: 4px;
}
.hero-product .product-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
}
.hero-product .product-item .down .price > span > bdi {
    font-size: 16px;
    font-weight: 725;
}
.hero-product .product-item .down .price del {
    color: #7E7E7E;
}
.hero-product .product-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}
.hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.hero-product .product-item .down .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.hero-product .product-item .down .price > span > bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0!important;
    bottom: 26px;
}
.hero-product {
    margin-bottom: 50px;
}




/*modal add to cart*/
.madal-cart{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 450;
}
.madal-cart i{
    color: var(--button-color);
    font-size: 26px;
}
/*modal add to cart end*/
.product-itm .down .adtocart-button a.added_to_cart{
    background: var(--button-color);
    color: #fff!important;
    font-size: 13px;
    padding: 3px 5px !important;
    border-radius: 4px;

}
.product-itm .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;

}
.product-itm .down .price del {
    color: #7e7e7e;
}

.product-itm .down .price > span > bdi{
    font-size: 16px;
    font-weight: 725;
}
.down .price ins .woocommerce-Price-currencySymbol{
    font-size: 12px;
    color: #d7dbe2;
    rotate: 90deg;
    position: absolute;
    left: -25px;
    top: 14px;

}
.product-itm .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    display: block;
}
.down>.price>span>bdi>.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #d7dbe2;
    display: block!important;
    font-weight: 500;
    position: absolute;
    left: 0!important;
   bottom: 26px;
   }
.down .price del .woocommerce-Price-currencySymbol {
    display: none;

}
/*****hero-new-product end******/

/*shop-category start*/
.hero-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero-archive .product-item {
    width: 23.5%;
    margin: 0;
}
.hero-archive .item-shop-size{
    width: 32%!important;
}
.hero-archive .product-itm .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-archive .product-itm .color-dis .color ul li {
    float: right;
}
.hero-archive .product-itm .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: right;
    margin-left: 5px;
    position: relative;
}
.hero-archive .product-itm .color-dis .color ul li span:hover > b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.hero-archive .product-itm .color-dis .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 10px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.hero-archive .product-itm .color-dis .discount {
    background: #F93423;
    color: #fff;
    border-radius: 5px;
    padding: 0 3px;
}
.hero-archive .product-itm figure a {
    display: block;
    max-width: 200px;

    margin: 7px auto 0;
}
.hero-archive .product-itm img{
    width: 100%;
    aspect-ratio: 1/1;
}
.hero-archive .product-itm h2 {
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
}
.hero-archive .product-itm h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 750;
}

/*shop-category end*/
/*404 start*/
.page-not-found{
    width: 60%;
    margin: auto;
}
.page-not-found .btn404{
text-align: center;
    margin-bottom: 20px;
}
.page-not-found .btn404 p{
font-size:18px;
    font-weight: 900;
    margin: 30px 0 20px;
}
.page-not-found .btn404 .button{
background: var(--button-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;

}
.page-not-found .btn404 .button:hover{
    background: #fff;
    color: var(--button-color);
    border: 1px solid var(--button-color);

}
.wrapper{
text-align: center;
}
.wrapper img{
    width: 100%;
    aspect-ratio: 2/1;
}

/*404 end*/

/*single-product start*/
.product-intro{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 84px 0 #d3d3d340;
    margin-bottom: 20px;
    padding: 25px;
    flex-wrap: wrap;


}
.product-intro .entry-summary{
width: 49%!important;
    margin: 0!important;

}
.product-intro .entry-summary .header{
 border-bottom: 1px solid #f5f3f4;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.product-intro .entry-summary .header h1{
font-size: 20px;
    font-weight: 700;
}
.product-intro .entry-summary .header span{
    font-size: 12px;
    margin-top: 5px;
    display: block;
font-weight: 300;
    color: #b2b2b2;
}
.product-intro .entry-summary .product-meta{
display: flex;
    justify-content: space-between;

}

.product-intro .entry-summary .product-meta div .meta-pro{
display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 22px;
}
.product-intro .entry-summary .product-meta div .meta-pro i{
color:var(--button-color);
    font-size: 24px;
    margin-left: 8px;

}
.product-intro .entry-summary .product-delivery{
    display: flex;
    gap: 10px 25px;
    margin-bottom: 30px;
    font-weight: 450;
}
.product-intro .entry-summary .product-delivery span i{
    color: #03f6e0;
    margin-left: 3px;
}
.excerpt_single_product{
    margin-bottom: 25px;
    line-height: 2;
    text-align: justify;
}
.product-intro .entry-summary .additional-product{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 91px;
    overflow: hidden;
    margin-bottom: 40px;
}
.product-intro .entry-summary .additional-product .property-item{
    /*display: flex;*/
     align-items: center;
    width: auto;
    white-space:wrap;
    display: inline-flex;
}
.product-intro .entry-summary .additional-product .property-item span{
    color: #7e7e7e;
    font-weight: 300;
   align-items: center;
    width: auto;
    white-space: nowrap;
    display: inline-flex;
}
.product-intro .entry-summary .additional-product .property-item span i{
    font-size: 10px;
    color: #d5d5d5;
}
.product-intro .entry-summary .show-rate{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.product-intro .entry-summary .show-rate .star-rating{
    color: #ffc107;
    margin: 3px!important;
    font-size: 16px!important;
    min-width: 40%;
}

.woocommerce div.product p.stock{
    display: none;
}
.product-intro .entry-summary .cart{
    width: 100% !important;
    /*display: contents;*/
}
.product-intro .entry-summary  .p-q{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;


}
.woocommerce .quantity{
    display: flex;
   border: 1px solid #c2c2c2;
    width: 45% !important;
    height: 55px;
    border-radius: 7px;
    justify-content: center;
    place-items: center;
}
.woocommerce .quantity button{
    font-size: 22px;
    background: transparent;
    padding: 0 33px;
    cursor: pointer;
    margin: 16px auto;
    font-weight: 500;
}
.hero-product .product-item .down .quantity button{
    padding: 0 14px!important;
}
/* برای مرورگرهای WebKit مثل Chrome و Safari */
/*دکمه بالا و پایین برای همیشه حذف بشه start */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* برای Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*دکمه بالا و پایین برای همیشه حذف بشه end*/

.woocommerce .quantity button.plus{
border-left: 1px solid #c2c2c2;
}
.woocommerce .quantity .qty{
    height: 100%;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
   border: none;
    outline: none;
    appearance: textfield;
    display: block;

}

.woocommerce .quantity button.minus{
border-right:  1px solid #c2c2c2;;

}

.product-intro .entry-summary .p-q .single-price{
    display: flex;
    gap: 5px;
}
.product-intro .entry-summary .p-q .single-price .price{
    display: flex;
    align-items: center;
    gap: 10px;

}
.product-intro .entry-summary .p-q .single-price .price del{
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 400;
    opacity:.9 ;
}
.product-intro .entry-summary .p-q .single-price .price del span.woocommerce-Price-currencySymbol{
    display: none;
}
.product-intro .entry-summary .p-q .single-price .price ins span.woocommerce-Price-currencySymbol{
    font-size: 18px;
    font-weight: 450;

}
.product-intro .entry-summary .p-q .single-price .price ins{
    color: #303030;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.product-intro .entry-summary .p-q .single-price .price span{

   font-weight: 450;
   }
.product-intro .entry-summary .p-q .single-price .price>span>bdi{
    color: #303030;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;

}
.product-intro .entry-summary .p-q .single-price .price>span>bdi .woocommerce-Price-currencySymbol{
font-size: 16px;
    font-weight: 450;
}
.product-intro .entry-summary .p-q .single-price .discount{
    background: #F93423;
    color: #fff;
   font-weight: 450;
    font-size: 16px;
    width: 40px;
    height: 40px;
 display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.product-intro .entry-summary .single-add-to-cart{
    width: 100%;
    background:var(--button-color) !important;
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    border-radius: 7px;
    padding: 10px 0;
    cursor: pointer!important;
    opacity: 1!important;
    line-height: inherit;
}
.product-intro .entry-summary .single-add-to-cart i{
    margin-left: 5px;
}

.product-intro .entry-image{
    position: relative!important;
    width: 48%!important;
    display: flex;
    justify-content:space-between;
    padding: 20px;
    flex-wrap: wrap;
   }
.product-intro .entry-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: black;
    opacity: .02;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}
.product-intro .entry-image .flex-viewport{
width: 75%;
    flex-shrink: 0;
}
.product-intro .entry-image .flex-viewport .woocommerce-product-gallery__image{
    max-width: 485px!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
display: none;
}
.product-intro .entry-image .product-action .item-action button.woocommerce-product-gallery__trigger{
    position: unset;
    background: #fff;
    border: 1px solid #161a1d;
    width: auto;
    height: 40px;
    display: flex;

    border-radius: 8px;
    cursor: pointer;
    text-indent: 0;
    font-size: 13px;

}
.product-intro .entry-image .product-action .item-action button span{
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.product-intro .entry-image .product-action .item-action button:hover span{
    width: 180px;
    padding-left: 10px;
   }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after,.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
  content: unset;

}
.product-intro .entry-image .product-action .item-action button span.added{
    display: none;
}
.product-intro .entry-image .product-action .item-action button.woosw-added span.added{
    display: block;

}
.product-intro .entry-image .product-action .item-action button.woosw-added span.add{
    display: none;

}
 .woosw-item--price{
    display: none;
}
.woosw-item--time{
    display: none;
}
body.rtl .woosw-list .woosw-copy .woosw-copy-btn button{
    padding: 8px 18px;
    color: #fff;
    border-radius: 5px;
    background: #ef1c2d;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 400;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--atc p a{
    background: var(--button-color);
    font-weight: 400;
    font-size: 13px;
    width: 130px;
    padding: 10px 5px;
    text-align: center;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a{
    color: #303030;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover{
    color: var(--button-color);
    border-bottom: 1px solid var(--button-color);
}
.woosw-popup .woosw-items .woosw-item:first-child .woosw-item-inner {
    border-top: none;
    display: flex;
    gap: 4px;
}
.main-single-contact{
    width: 100%;
}
.woosw-list table.woosw-items{
    width: 100%;
}
.woosw-item .woosw-item--atc p a{
    background: var(--button-color);
    color: #fff;
}

.countdown-timer {

    display: flex;
    justify-content: center;
    position: absolute;
    margin-right: 100px;
    margin-top: 20px;

}

.countdown-timer .number {
    background: #F93423;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.countdown-timer span.dot {
    color: #F93423;
    font-size: 24px;
    padding: 2px;
}
.product-intro .entry-image .flex-viewport figure{
 width: 100%;
}
.product-intro .entry-image .flex-viewport figure img{
    width: 100%;
    aspect-ratio: 1/1;

}
.product-intro .entry-image ol{
width:8%;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.product-intro .entry-image ol li{
background: #fff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    width: 63px!important;
    display: flex;
    justify-content: center;
    place-items: center;
    cursor: pointer;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow:visible!important;
     /*height: -webkit-fill-available!important;*/
     /*    aspect-ratio: 1 / 1*/
}
/*تب های صفحه محصول استارت*/
.woocommerce div.product .woocommerce-tabs{
    margin: 40px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    flex-grow: 1;
    text-align: center;
    padding: 6px 0;
    border: 0;
    background: #fbfbfb;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border: 1px solid #cfc8d8;
    border-bottom: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display: block;
}
.woocommerce-Reviews-title{
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    display: none;
}
.woocommerce .star-rating{
    color: #ffc107;
}
.woocommerce-review__author{
    font-size: 18px;
    color: #303030;
}
.woocommerce #review_form #respond .form-submit input {
    background: var(--button-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: YekanBakh;
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.comment-text{
    background: #f9f9f9;
}

.woocommerce div.product .woocommerce-tabs .panel{
    padding: 40px 25px;
    border: 1px solid #cfc8d8;
    border-top: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description{
    line-height: 2.5;
    font-size: 15px;
    text-align: justify;

}
.woocommerce div.product .woocommerce-tabs .panel .additional-product{

}
.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item{
display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span i{
    font-size: 10px;
    color: #d5d5d5;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span{
    background: #f5f5f5;
    padding: 12px 10px;
    min-width: 200px;
}
.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item p{
 background: #f8f9fa;
    padding: 12px 10px;
    flex-grow: 1;

}
/*تب های صفحه محصول اند*/

.product-intro .entry-image ol li img{
    opacity: .5;
    width: 100%;
    aspect-ratio: 1/1;
    filter: blur(1px);
    padding: 5px;
}
.product-intro .entry-image ol li img.flex-active{
    opacity: 1;
    filter: unset;
}
.product-intro .entry-image .product-action{
    max-width:10%;
  display: flex;
    flex-direction: column;
   margin-top: 18%;
    gap: 10px;
    z-index: 4;
}
.product-intro .entry-image .product-action .item-action{

}


.product-intro .entry-image .product-action .item-action button{
    background: #fff;
    border: 1px solid #161a1d;
   min-width:45px;
    height: 45px;
    display: flex;
    justify-content: center;
    place-items: center;
    border-radius: 8px;
    cursor: pointer;


}
.product-intro .entry-image .product-action .item-action button i{
 font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}


.product-intro .entry-image .product-action .item-action button:hover span{
    max-width: 280px;
    padding-left: 10px;

}
.product-intro .entry-image .product-action .item-action button span{
    white-space: nowrap;
    width: 0;
    /*overflow: hidden;*/
    transition: all .2s ease-in-out;

}
 .product-tab .product-description{
     line-height: 2.5;
     font-size: 15px;
     margin-bottom: 50px;
 }
.product-tab .additional-product{
    margin-bottom: 70px;
}
.product-tab .additional-product h2{
    margin-bottom: 20px;
}
.product-tab .additional-product .property-item{
    display: flex;
    gap: 10px;
    font-weight: 450;
    margin-bottom: 10px;
}
.product-tab .additional-product .property-item span{
    background: #f5f5f5;
    padding: 20px 10px;
    min-width: 150px;
}
.product-tab .additional-product .property-item p{
    background: #f8f9fa;
    padding: 20px 10px;
    flex-grow: 1;
}
.product-tab .additional-product .property-item span i{
    font-size: 10px;
    color: #d5d5d5;
    margin-left: 3px;
}
.product-tab .pishro-cross-sell{
    display: flex;
    gap: 15px;
    margin-bottom: 70px;
}
.product-tab .pishro-cross-sell .cross-item{
 width: 33%;
    height: 160px;
    background: #fff;
    box-shadow: 0 0 10px 5px  #00000008;
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;

}
.product-tab .pishro-cross-sell .cross-item figure{
float: right;
    margin-left: 5px;
    max-height: 100%;
    overflow: hidden;
}

.product-tab .pishro-cross-sell .cross-item figure a img{
   max-height:90px;
    aspect-ratio: 1/1;
}
.product-tab .pishro-cross-sell .cross-item h2{
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}
.product-tab .pishro-cross-sell .cross-item h2 a{
    font-size: 15px;
    font-weight: 450;
    color: #252525;
}
.product-tab .pishro-cross-sell .cross-item .down{
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: end;
}
.product-tab .pishro-cross-sell .cross-item .down .addtocart_button{

}
.product-tab .pishro-cross-sell .cross-item .down .addtocart_button a{
    font-size: 34px;
    color: var(--button-color);
    display: flex;
}
.product-tab .pishro-cross-sell .cross-item .down .price{
display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.product-tab .pishro-cross-sell .cross-item .down .price del{
 color: #7e7e7e;
}
.product-tab .pishro-cross-sell .cross-item .down .price ins{
  color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.product-tab .pishro-cross-sell .cross-item .down .price ins span{
    font-size: 12px;
    color: #d7dbe2;
    font-weight: 500;
    rotate: 270deg;
    display: flex;
    position: absolute;
    top:14px;
    left: -25px;

}
/*.hero-archive-single{*/
/*    background: #fff;*/
/*    box-shadow: 0 4px 104px 0 #d3d3d333;*/
/*    border-radius: 10px;*/
/*    padding: 20px;*/
/*    border: 1px solid #d5d5d544;*/
/*    margin-bottom: 30px;*/
/*}*/
.hero-archive .related-head {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
}

.hero-archive .related-head h2{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.hero-archive .related-itm{
     display: flex;
     justify-content: center;
     place-items: center;
     padding: 12px;
     margin: 10px 8px;
     width: 98%;
    min-height: 325px;
     border-radius: 10px;
     box-shadow: 0 4px 85px 0 #d3d3d340;
     border: 1px solid #d5d5d544;

}
/*.hero-archive .product-itm{*/
/*    width:22%;*/
/*  min-height: 250px;*/
/*    background: #fff;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0 0 10px 8px #00000008;*/
/*    margin: 8px;*/
/*    padding: 10px 15px 15px;*/
/*}*/

    /*single-product end*/



/*********style comment *********/
.comment-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.comment-respond p.comment-form-url{
    display: none;
}
.comment-respond .comment-form-comment {
    margin: 20px 0;
}
.comment-respond p.comment-form-author{
    width: 49%;
    float: right;
}
.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}
.comment-respond  .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}


.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}
.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}
.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}
.comments-inner .comment .comment-author {

}
.comments-inner .comment .comment-meta {
    display: none;
}
.comments-inner .comment .comment-author img{
    display: none;
}
.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}
.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}
.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}
.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}
.comment-respond  input[type="submit"] {
    background: var(--button-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: YekanBakh;
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
/****style comment end*****/

/********* start style archive***********/
.main-archive{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
        margin-bottom: 40px;
}



 .post-item-test{
width: 100%;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-height: 300px; /* ارتفاع یکنواخت */
    scroll-snap-align: start; /* برای اسنپ اسکرول */

}
.item-test{
   width: 30%!important;
}
.main-single>.main-archive .post-item-test figure {
    margin: auto;
        width: 80%;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
        margin-bottom: 15px;
}
.main-single>.main-archive .post-item-test h4{
        font-weight: 500;
}
.wq_singleAnswerCtr .wq_answerTxtCtr {
    font-size: 14px;
    font-weight: 500;
}
.wq_singleAnswerCtr .wq_answerTxtCtr {
    padding-right: 25px;
    
}
    
    .mfp-auto-cursor .mfp-content{
   width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
  
}
.mfp-content .wq-results {
    margin-top: 0px;
    border-radius: 10px;
    margin-bottom: 0;
   
}
    
    .wq-popup {
            max-width: 100%!important;
    padding: 12px;
            margin: 0px;
             width: 100%;
               background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    }
    
    .wq_resultDesc {
    font-size: 12px;
}
    
.main-single>.main-archive .post-item-test figure img{
    width: 100%;
    height: auto;
    margin:auto;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}
.main-single>.main-archive .post-item-test .wq_questionTextCtr{
    
}
.main-single>.main-archive .post-item-test  h4{
    text-align: right;
 margin:0;
    font-size: 1.1rem;
    line-height: 1.5;
    flex-grow: 0;
    /* برای ثبات ارتفاع عنوان 
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
 
}

.main-single>.main-archive .post-item-test .wq-quiz-trivia .wq_questionTextCtr h4{
     text-align: start;
     
}
.main-single>.main-archive .post-item-test .down{
    border-radius: 10px;
    background: #f5f5f5;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #666;
    margin-top: auto;

}

 .post-item{
width: 48%;
height: max-content;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
  
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     
    scroll-snap-align: start; /* برای اسنپ اسکرول */

}

.woocommerce img, .woocommerce-page img {
    border-radius: 10px;
      
}
.hero-single>.main-single>.main-archive .post-item figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
   }

.hero-single>.main-single>.main-archive .post-item figure img{
     width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}
.hero-single>.main-single>.main-archive .post-item  .down-blog{
    height:80px;
}

.hero-single>.main-single>.main-archive .post-item  h4{
    text-align: center;
    margin-top: 25px;
    font-size: 1.1rem;
    line-height: 1.5;
    flex-grow: 0;
   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hero-single>.main-single>.main-archive .post-item .cat-description {
    text-align: center;
    line-height: 25px;
}

.hero-single>.main-single>.main-archive .post-item .down{
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 8px 6px;
    display: flex;
    justify-content: space-between;
    font-size: 0.55rem;
    color: #666;
    margin-top: auto;

}
.title-archive{

    background: #fff;
    box-shadow: 0 4px 104px 0 #d3d3d333;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.title-archive span{
    color: var(--button-color);
}
.hero-single>.main-single .pagination{
    text-align: center;
    margin-top: 40px;
}

.hero-single>.main-single .pagination span.current{
background: var(--button-color);
    padding:8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 700;
    color: #fff;
}
.hero-single>.main-single .pagination a{
    padding:8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    color: #333;
    background: #eae8e8;
}
/*********style archive end***********/

/********homepage-slider start********/
.hero-single-slider{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.hero-single-slider .post-single-slider{
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 104px 0 #d3d3d333;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}

.hero-single-slider .post-single-slider>.header{
    background: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;

}
.hero-single-slider .post-single-slider>.header h1{
    font-size: 24px;
    font-weight: 600;

}

.hero-single-slider .post-single-slider .box-bm{
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #a3a3a3;
    margin-bottom: 20px;

}
.hero-single-slider .post-single-slider>figure{
    text-align: center;
    margin-bottom: 20px;


}
.hero-single-slider .post-single-slider>figure>img{
    width: 90%;
    max-height: 450px;
    aspect-ratio: 1/1;
    object-fit: cover;

}
    /********homepage-slider end********/

/**breadcrumbs start**/
.zanology-breadcrumb .breadcrumbs i{
    font-size: 10px;
    margin: 0 3px;
}
/**breadcrumbs end**/
/****قسمت افزودن به سبد خرید شروع*****/
.woocommerce-message {
    border-top-color:var(--button-color);
    outline: none;
}
.woocommerce-message::before {
    color: var(--button-color);
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
 background: var(--button-color);
    color: #ffff;

}
/****قسمت افزودن به سبد خرید تمام*****/
/*****انتخاب رنگ *****/
.woocommerce div.product form.cart .variations select {
   font-family: 'YekanBakh';
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations tr td{
    display: flex;
    align-items: center;
    min-width: 300px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 22px;
    width: 68%;
}
/*****انتخاب رنگ تمام*****/



/***shop*****/

.before-shop {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.031372549);
    padding: 20px;
    align-items: center;
    border-radius: 15px;
    font-weight: 450;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering {
    margin: 0;
}


.catalog-list {
    display: flex;
    align-items: center;
}
.catalog-list i {
    font-size: 20px;
    margin-left: 5px;
}
.catalog-list li {
    margin-right: 10px;
  }

.widget-shop .widget-header h3{
    border-bottom: 1px solid #f2f2f2!important;
    display: block!important;
    padding-bottom: 17px!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background: var(--color-color);

}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background: white;
    border: 4px solid var(--color-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background: #e1e1e1;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
   color: #fff;
    background: var(--button-color);
    width: 100%;
    margin: 10px 0 5px;
    padding: 12px 0;
}
.rtl.woocommerce .price_label{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}
.rtl.woocommerce .price_label span{
    direction: rtl;
    flex-grow: 1;
    text-align: center;
}
.rtl.woocommerce .price_label span.from{
    border-right: 1px solid #ddd;
}
/*.hero-single .side-single .widget ul li{*/
/*    padding: 12px 0;*/
/*}*/
/*.woocommerce ul.product_list_widget li img{*/
/*    float: right;*/
/*    width: 65px;*/
/*    margin-left: 4px;*/
/*}*/
/*.woocommerce ul.product_list_widget li span{*/
/*float: left;*/
/*}*/

.hero-single .side-single .widget ul li {
    display: flex;
    flex-direction: column; /* خطی افقی */
    align-items: flex-start; /* وسط‌چین عمودی */
    gap: 10px; /* فاصله بین عناصر */
     font-size: 13px;
}

.hero-single .side-single .widget ul li img {
    width: 65px;
    height: auto;
    flex-shrink: 0;
}

.hero-single .side-single .widget ul  li a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  max-width: 200px;
}

.hero-single .side-single .widget ul  li .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    transition: all 0.3s ease;
}

.hero-single .side-single .widget ul  li .product-title:hover {
    -webkit-line-clamp: unset;
    white-space: normal;
    overflow: visible;
    background: #fff;
    z-index: 10;
    position: relative;
}
.woocommerce ul.product_list_widget li .star-rating{
   display: none;
}
.hero-single .side-single .widget ul li ins {
    text-decoration: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 13px!important;
}
    /***shop end*****/
/*****cart******/
.cart-custom{
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    justify-content: center!important;
    gap: 20px!important;
    flex-direction: row;
}
.cart-custom .product-item{
    width: 30%;
    margin: 0!important;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px 15px 15px;
    min-height: 150px;
    box-shadow: 0 0 10px 8px #00000008;
}

.cart-custom .product-itm h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 750;
}

.cart-custom .product-itm .down {
     display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
    height: 50px;
}
.product-itm .down .product-price {
    position: relative;
    margin-left: 10px;
    text-align: left;
}
.down>.product-price>span>bdi>.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #d7dbe2;
    display: block;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 26px;
}
.cart-custom .product-itm .quantity{
    width: 90px;
    height: 35px;
}
.cart-custom .product-itm .quantity button{
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    padding: 5px 10px;
}
.cart-custom .product-itm .quantity .qty{
    font-size: 16px;
    font-weight: 400;
}
.cart-custom .product-itm h2 {
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cart-custom .product-itm .delete-cart-item a{
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    color: red!important;
}
.cart-custom .product-itm .delete-cart-item a:hover{
    color: red!important;
    background: none!important;
}
.cart-copun{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 15px;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.cart-copun .coupon{
    display: flex;
    gap: 10px;
}
.cart-copun button{
    background: var(--button-color)!important;
    padding: 9px!important;
    line-height: 2!important;
}
form.woocommerce-cart-form{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals{
    width: 26.5%!important;
}
.woocommerce .cart-collaterals .cart_totals{
    width: 100%!important;
}
.cart-copun .coupon button{
    background: var(--button-color);
    color: #fff;
   font-size:14px;
    font-weight: 600;
    width: 170px;
}
.cart-left-box{
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 0 10px #00000008;
    padding: 10px 15px 15px;
    flex-grow: 1; //برای صفحه checkout//
}
.cart-left-box .cart-subtotal{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.woocommerce ul#shipping_method li {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 13px;
    font-size: 14px;

}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    color: #0089ff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 450;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form button{
    background: #F93423;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px!important;
    color: #fff;
    font-family: YekanBakh;
}
.cart-left-box .order-total{
    display: flex;
    justify-content: space-between;
    background: var(--color-color);
    border: 1px solid var(--button-color);
    padding: 12px;
    line-height: normal;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background: var(--button-color);
}
.cart-process{
    position:relative;
 width: 70%;
   z-index: 1!important;
    margin: 35px auto;

}
.cart-process ul{
 display: flex;
    justify-content: space-between;
}
.cart-process ul li{
 position: relative;
    flex-grow: 1;
    text-align: center;
       z-index: 99!important;
}
.cart-process ul li:before{
content: attr(data-step);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
   background: #fff;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    z-index: 9;
    position: relative;
    margin: auto;
}
.cart-process ul li:after{
    content: "";
   background: #eee;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 23px;
    right: 50%;
}
.cart-process ul li:last-child:after{
    display: none;
}
.cart-process ul li.active{
   z-index: 99;
}
.cart-process ul li.active:before{
    background: var(--button-color);
    color: #fff;
    border: 1px solid var(--button-color);
       z-index: 99;
}
.cart-process ul li.active:after{
    content: "";
}
.cart-process ul li a,.cart-process ul li span{
  margin-top: 7px;
    font-size: 13px;
    display: block;
    color: #4e4d4d;
    font-weight: 500;
}
.cart-process ul li.complete:before{
    background: var(--color-color);
    border: 2px solid var(--button-color);
    content: "✔";
    color: var(--button-color);
}
.cart-process ul li.complete:after{
    background: var(--button-color);
}
.woocommerce a.remove {
    margin-top: 10px;
    font-size: 15px!important;
     width: 100%!important;
}
.cart_totals .cart-line-bottom{
    display: none;
}

    /*****cart end******/

/****checkout start******/
.hero-checkout{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;

}

.hero-checkout .pishro-order-review{
 width: 34%;
}
.woocommerce button.button.alt{
    background: var(--button-color)!important;
    font-family: YekanBakh;
    width: 100%;
    padding: 14px;
    margin: 15px 0 10px;
    font-size: 16px;
}
.other-address{
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 0 10px #00000008;
    padding: 10px 15px 15px;
    flex-grow: 1;
    margin: 20px 0;
}
.woocommerce-thankyou-order-received{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}
.woocommerce ul.order_details {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*gap: 10px;*/
    margin: 30px 0;
}


.woocommerce ul.order_details li {
   background: var(--color-color);
    font-size: 16px;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border: 1px solid var(--button-color)!important;
    flex-grow: 1;
}
.woocommerce ul.order_details li strong {
  font-size: 18px;
    margin-top: 18px;
}
.order-final-info{
    display: flex;
    justify-content: space-between;
    background: #f3f4f6;
    flex-wrap: wrap;
    border-radius: 5px;
}
.order-final-info div{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border-left: 1px solid #ddd;
    flex-grow: 1;
}
.woocommerce .woocommerce-customer-details .additional-fields, .woocommerce .woocommerce-customer-details .addresses {
    display: flex;
    justify-content: space-around;
}
.woocommerce-order-details .woocommerce-order-details__title {
    padding: 20PX 0;
}
/****checkout end******/

/****myacount page start*******/
#myBtn {
    z-index: 9999;
    position: relative;
}


.hero-myaccount{
    border-top: 7px solid #172b4d;
    background: #fff;
    overflow: hidden;
    border-top-right-radius:15px;
    box-shadow: rgba(0,0,0,.07) 0 0 10px 0;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
   background:#172b4d;
    width: 20%;
    padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: #fff;
    padding: 12px;
    display: block;
    font-size: 15px;
    opacity: .7;
    border-right: 3px solid #172b4d;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    opacity: 1;
    border-right: 3px solid #fff;
    background: #203352;
    }
.user-info-account{
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
.user-info-account img{
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}
.user-info-account span{
    font-size: 22px;
    display: block;
    margin: 10px 0;
}
.woocommerce-MyAccount-navigation-link a:before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
li.woocommerce-MyAccount-navigation-link--dashboard a:before{
    content: "\f625";
}
li.woocommerce-MyAccount-navigation-link--orders a:before{
    content: "\f07a";
}
li.woocommerce-MyAccount-navigation-link--downloads a:before{
    content: "\f019";
}
li.woocommerce-MyAccount-navigation-link--edit-address a:before{
    content: "\f5a0";
}
li.woocommerce-MyAccount-navigation-link--payment-methods a:before{
     content: "\f09d";
}
li.woocommerce-MyAccount-navigation-link--edit-account a:before{
    content: "\f2bb";
}

li.woocommerce-MyAccount-navigation-link--wishlist a:before{
    content: "\f004";
}
li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content: "\f2f5";
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 80%;
    padding: 35px 30px;
}
.myaccount-detail{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.myaccount-detail .item-detail{
    border-radius: 10px;
    display: flex;
    gap: 12px;
    width: 100%;
    color: #fff;
    padding: 10px;
}
.myaccount-detail .item-detail:nth-child(1){
    background: #4cd137;
}
.myaccount-detail .item-detail:nth-child(2){
   background: #eb2f06;
}
.myaccount-detail .item-detail:nth-child(3){
  background: #1e90ff;
}
.myaccount-detail .item-detail:nth-child(4){
    background: #f79F1F;
}
.myaccount-detail .item-detail i{
    font-size: 28px;
}
.myaccount-detail .item-detail .item-content h6{
    font-size: 16px;
    margin-bottom: 10px;
}
.myaccount-detail .item-detail .item-content div{
    font-size: 15px;
}
.myaccount-order{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.myaccount-order .item-order{
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.myaccount-order .item-order:last-child{
    border-left: none;
}
.myaccount-order .item-order i{
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}
.myaccount-notif{
    background: #ecf0f1;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dddfe1;
}
.myaccount-notif h6{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.myaccount-notif div{
    line-height: 2;
    font-size: 15px;
}
.woocommerce table.my_account_orders .button {
    background: var(--button-color);
    margin-left: 3px;
    font-weight: 450;
}

.woocommerce table.my_account_orders th{
    font-size: 14px;
}
.addresses .woocommerce-Address{
    background: #eaedef;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    line-height: 2;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
   background: var(--button-color);
}

/****myacount page end*******/

/*****قسمت ورود و ثبت نام بعد از لاگین و نمایش اطلاعات کاربر*******/
.account-btn{
    position: relative;
    text-align: left;
}

.account-btn label{
    font-size: 15px;
    cursor: pointer;
}
.account-btn label i{
    font-size: 14px;
    margin-right: 3px;
    transition: all .3s ease-in-out;
}
.account-btn .ac-access{
 position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 200px;
    border-top: 0;
    z-index: 99;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.account-btn .ac-access ul li a{
    padding: 8px;
    display: block;
}
.account-btn input[type="checkbox"]:checked + label + .ac-access{
    visibility: visible;
    max-height: 1000px;
    transition: all .5s ease-in-out;
}
.account-btn input[type="checkbox"]:checked + label > i{
    transform: rotate(180deg);
}



/*****قسمت ورود و ثبت نام بعد از لاگین و نمایش اطلاعات کاربر تمام*******/

/*****search ajax start*****/
.content-ajax-search{
     position: absolute;
    top:36px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 20px;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0;
    border-top: 0;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
}
.show-search{
    visibility: visible!important;
    opacity: 1!important;
}
 .content-ajax-search ul{
    max-height: 300px;
    overflow-y: auto;
    padding-left: 10px;
    margin: 10px 0;

}
 .content-ajax-search ul li a{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
 .content-ajax-search ul li a:last-child{
    border-bottom: 0;
}
 .content-ajax-search ul li a img{
    width: 55px;
    height: fit-content;
    margin-left: 5px;
}
 .content-ajax-search ul li a div h3{
 font-size: 14px;
    margin: 3px 0;
    font-weight: 600;
}

.loader{
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--button-color);
    animation: 4s prog ease-in infinite;
}

@keyframes prog {
    to  {   width: 100%;}
}
.woocommerce .loader::before {
    display: none;
}

 .loader-ajax-search{
    position: absolute;
    top:36px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 0;
    z-index: 9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0;
    border-top: 0;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba( 0 , 0 , 0 , .4 );
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}
.not-found-search{
text-align: center;
}
.not-found-search img{
    max-width: 42%;
    margin: 10px 0;

}
.not-found-search p{
    font-size: 15px;
    color: red;
    font-weight: 600;
    padding: 10px 0 20px;
}

/*****search ajax end*****/

footer {
    background: #fff;
    border-top: 1px solid #ededed;
    box-shadow: 0 0 10px 0 #ececec;
    padding-top: 40px;

}

footer .container .footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

footer .container .footer-box .footer-widget:nth-child(1) {
    width: 30%;
    margin-left: 30px;
}

footer .container .footer-box .footer-widget {
    flex-grow: 1;
}

footer .container .footer-box .footer-widget h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #303030;
}

footer .container .footer-box .footer-widget .f-w-content {
    font-weight: 400;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 20px;
    text-align: justify;
}
footer .container .footer-box .footer-widget .f-w-content img{
    width: 60%;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #7e7e7e;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-line .right{
    font-size: 13px;
}

.footer-line .left span {
    border: 1px solid #7a7a7a;
    border-radius: 7px;
    padding: 6px 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}


.footer-down {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap-reverse;
    gap: 15px;


}
.footer-down p{
    color: #7e7e7e;
    font-size: 12px;
    font-family: 'yekanbakh';
}

.footer-down .social-footer {
    display: flex;
    gap: 20px;
}

.footer-down .social-footer a i {
    color: #bfbebe;
    font-size: 20px;
}
.footer-down .social-footer a i:hover{
    color: rgba(46, 176, 193, 0.87);
}

/*footer-end*/

.mobil{
    display: none;
}
.woocommerce .woocommerce-ordering select {
    width: 150px;
    font-family: "yekanbakh";
    background: #fff;
}
.side-single-shop{
    width: 22% !important;

}
.close-menu-responsive-full-page{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.24);
    z-index: 105;
    transform: translateX(1000px);
    display: none;
    transition: all .3s ease-in-out;

}
.navigation{
    position: fixed!important;
    width: 75%!important;
    top: 1px!important;
    right: 1px!important;
    bottom: 0!important;
    background: #fff!important;
    z-index: 999!important;
    overflow-x: scroll!important;
    padding: 10px!important;
    transform: translateX(1000px);
    transition: all .3s ease-in-out;
}
.navigation  ul.menu{
  
    padding: 40px 20px 0px 0px;
}
.navigation ul li{
    border-bottom: 1px solid #f2f2f2;
}
.navigation ul li a{
    display: inline-block;
    padding: 10px 0;
    font-weight: 450;
}
.navigation ul li ul{
    padding: 5px;
    background: #f8f8f8;
    display: none;
}
.navigation ul li ul li a{
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
}
.navigation ul li i.sub-menu-arrow{
    float: left;
    padding: 5px 15px 5px 5px;
    margin-top: 8px;
    border-right: 1px solid #ddd;
}

.menu-bottom-mobile{
    position: fixed;
    display: flex;
    background: #fff;
    justify-content: space-around;
    padding: 8px;
    border-top: 1px solid #f5f5f5;
    box-shadow: rgba(0,0,0,.05) 0 -2px 10px 0;
    z-index: 9;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.menu-bottom-mobile div a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.menu-bottom-mobile div a span{
    font-weight: 450;
    font-size: 11px;
}


.search-mobile{
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    right: 0;
    left: 0;
    padding: 10px;
    z-index: 99999;
    display: none;
}
.search-mobile header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.search-mobile form{
    position: relative;
}
.search-mobile form button{
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 20px;
    background: transparent;
    color: #a0a0a0;

}
.search-mobile form input[type="search"]{
    padding-right: 45px;

}

.search-mobile .search-note{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 15%;
    font-weight: 700;
}
.search-mobile .loader-ajax-search ,.search-mobile .content-ajax-search{
    top: 116px;
}


/*دسته یندی محصولات بهداشتی بانوان*/

 .main-single>.product-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

 .main-single>.product-item .product-item {
      width: 23%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 5px #00000008;
    padding: 10px 11px 13px;
}

/**/


