.elementor-kit-1558{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4190179b:#4054B2;--e-global-color-23fea811:#23A455;--e-global-color-5d62bbf2:#000;--e-global-color-7fa23dfd:#FFF;--e-global-color-3991f662:#020101;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1558 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.product-additional-galleries{
    top:0;
}
/*استایل های جستجو ایجکس */
.rtl .dgwt-wcas-content-wrapp{
    padding-right: 15px;
    padding-left: 15px;
}
.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{
    border-style: none !important;
}
.dgwt-wcas-ico-magnifier{
    height: 60%;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    background: #2a629a;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    font-family: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
}
/* استایل اصلی بخش نظرات محصول */
.woocommerce-Reviews {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* عنوان بخش نظرات */
.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}

/* لیست نظرات */
.woocommerce-Reviews-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* هر نظر */
.woocommerce-Reviews-list .comment {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid #3498db;
}

.woocommerce-Reviews-list .comment:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* اطلاعات کاربر */
.woocommerce-Reviews-list .comment .comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.woocommerce-Reviews-list .comment .comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #3498db;
}

.woocommerce-Reviews-list .comment .comment-author .author-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
}

.woocommerce-Reviews-list .comment .comment-author .review-rating {
    margin-left: auto;
}

/* متن نظر */
.woocommerce-Reviews-list .comment .comment-text {
    padding: 15px;
    background-color: white;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* تاریخ نظر */
.woocommerce-Reviews-list .comment .comment-metadata {
    font-size: 13px;
    color: #95a5a6;
    margin-top: 10px;
    display: block;
}

/* فرم ارسال نظر */
.woocommerce-Reviews .comment-form {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
}

.comment-form .comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.comment-form p {
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border 0.3s;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.comment-form .stars {
    margin-bottom: 20px;
}

.comment-form .stars a {
    color: #f1c40f;
    font-size: 20px;
    text-decoration: none;
    margin-right: 5px;
}

.comment-form .submit {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.comment-form .submit:hover {
    background-color: #2980b9;
}

/* استایل ستاره‌های امتیازدهی */
.woocommerce p.stars a {
    color: #f1c40f;
    font-size: 18px;
    text-decoration: none;
    margin-right: 3px;
}

/* استایل واکنش‌گرا */
@media (max-width: 768px) {
    .woocommerce-Reviews {
        padding: 15px;
    }
    
    .woocommerce-Reviews-list .comment {
        padding: 15px;
    }
    
    .comment-form {
        padding: 15px;
    }
}

.mylinkbtn .elementor-button{
    width: 85%;
}

.mylinkbtn .elementor-button{
    width: 85%;
}

.woocommerce-account a.track-button{
    display: none;
}
.yith-ywot-tracking-info-header{
    display: none;
}
/*صفحه بندی تیکت ها*/
.wpas_table_pagination a{
    margin: 5px !important;
}

/*حذف فیلتر تیکت*/
#wpas_ticketlist_filters {
    display: none !important;
}

/*حذف دکمه خروج*/
.wpas-link-logout {
    display: none !important;
}
/*دکمه های تیکت*/
.wpas-ticket-buttons-top
{
    margin-top: 15px;
}
/*کادر پرسش  تیکت*/
tr.wpas-reply-single td {
    background: #f4f4f4 !important;
    padding: 20px !important;
}

/*کادر پاسخ تیکت*/
tr.wpas-status-read td {
    background: #5cb85c !important;
    color: white;
}

tr.wpas-status-read td span.wpas-date-ago {
    background: #5cb85c !important;
    color: white;
}

/*ارتفاع پرسش و پاسخ*/
.wpas-table>tbody>tr>td, .wpas-table>tbody>tr>th, .wpas-table>tfoot>tr>td, .wpas-table>tfoot>tr>th, .wpas-table>thead>tr>td, .wpas-table>thead>tr>th {
    line-height: 23px !important;
}

/*فاصله پرسش و پاسخ از سمت پایین*/
.wpas-ticket-replies {

    margin-bottom: 60px !important;
}
/*حذف کادر اضافی پاسخ*/
#wpas_ticketlist_filter input, .wpas-submit-ticket-wysiwyg, .wpas-wysiwyg-textarea {
    background-color: rgb(255 255 255 / 0%) !important;
    border: none !important;
}

/*کادر پاسخ کاربر*/
textarea#wpas-reply-textarea , textarea#wpas_message{
    border: 1px solid #b4b4b4 !important;
    border-radius: 12px !important;
    background: #f4f4f4 !important;
}
/*حذف فاصله عناوین*/
.wpas-form-group>label {
    margin-right: 0px !important;
}

/*دکمه پاسخ*/
button.wpas-btn.wpas-btn-default {
    margin: 0px !important;
    width: 100% !important;
    background: #5cb85c;
    color:white;
    font-size: 15px;
}
.wpas-btn{
    font-size: 14px !important;
}
/*تعیین جایگاه عناصر در جدول*/
.wpas-table td, table th {
    vertical-align: middle !important;
    text-align: right !important;
    direction: rtl !important;
    border:none !important;

}
.wpas-status-open{
    font-size: 15px !important;
}

.wpas-ticket-details h3{
    margin-bottom: 25px !important;
} 
#wpas_title{
    border:1px solid #80808057 !important;
}
.wd-my-account-sidebar{
    display:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.woocommerce-MyAccount-content p{
 font-size: 16px;
 line-height: 35px;
}
.product-featured-attrs .title i{font-size:24px;padding:8px;margin-left:10px;color:white;border-radius:10px;margin-top:10px;background:#8338EC;}
.product-featured-attrs .title .fa-dashboard{
    color: white;
}
.woocommerce .product-featured-attrs ul li span{
    font-family: "IRANSansWeb_FaNum_Bold", Sans-serif;
}

.product-section .summary .tagged_as i{
    font-size: 24px;
    margin-left: 9px;
    color: white;
    background: #808080;
    border-radius: 10px;
    padding: 8px;
}
.header-search.style-3 .search-box .search-input{
    height: 48px;
    line-height: 48px;
}
.header-search.style-3 .search-box .action-btns .action-btn{
       height: 48px;
    line-height: 48px;
}
.h_iframe-aparat_embed_frame{
    padding-top:0px;
}

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width: 480px) {
 .whb-top-bar .wd-header-text{
    font-size:18px !important;
    color: white !important;
}
}
@media screen and (max-width: 480px) {
 .whb-top-bar .wd-header-text{
    font-size:16px !important;
    line-height:30px !important;
    color: white !important;
}
}


.wd-product.wd-hover-fw-button .wd-add-btn>a{
    background: #3592b7;
}
.wd-product.wd-hover-fw-button .wd-add-btn>a:hover{
    background-color: #3592b7 !important;
}
#woocommerce_product_categories-2{
    border: 1px solid #80808036;
    padding: 20px;
    border-radius: 5px;
}
#media_image-3 img{
    border-radius: 10px;
}
.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{
    border:none;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    height: 45px;
    border-radius: 12px;
    -webkit-border-radius:12px;
    font-family: 'iranyekanwebmedium_FaNum';
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    -webkit-border-top-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
     border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    background: #2A629A
}
.term-description-wrapper{
    margin-top:35px;
}
/* کد CSS نهایی برای کار با اسکریپت اختصاصی */

/* استایل پایه برای نگهدارنده ستاره‌ها */
.comment-form-rating .stars a {
    display: inline-block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    text-indent: -9999px; /* مخفی کردن متن لینک */
    overflow: hidden;
    text-decoration: none !important;
}

/* استایل پایه برای آیکون ستاره (حالت خالی) */
.comment-form-rating .stars a::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400; /* Regular weight for empty star */
    content: "\f005"; /* Font Awesome star unicode */
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    color: #cccccc; /* رنگ ستاره خالی */
}

/* استایل برای ستاره‌ها در حالت هاور (پیش‌نمایش) */
.comment-form-rating .stars:hover a::before {
    color: #f5b301 !important; /* رنگ ستاره هاور */
}
.comment-form-rating .stars a:hover ~ a::before {
    color: #cccccc !important; /* ستاره‌های بعدی در حالت هاور، خالی می‌مانند */
}

/* استایل برای ستاره‌های فعال شده بعد از کلیک */
.comment-form-rating .stars a.active-star::before {
    font-weight: 900; /* Solid weight for filled star */
    color: #f5b301 !important; /* رنگ ستاره انتخاب شده */
}/* End custom CSS */