/* WooCommerce review stars - Custom star rating implementation */
/*
Theme Name: flowise
Text Domain: flowisePse
Version: 1
Description: this theme designed by neda
Author: neda
Author URI: https://flowise.ir
Theme URI: https://flowise.ir
*/
@font-face{
    font-family: 'seo90';
    src: url(fonts/Vazir-Light-FD.woff) format('woff');
}
*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a,a:hover{
    text-decoration: none;
}
html {
    overflow-x: hidden;
}
body{
    font-family: 'seo90';
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
h1{
    font-size: 24px !important;
    line-height: 2;
}
h2{
    font-size: 22px !important;
    line-height: 2;
}
h3{
    font-size: 20px !important;
    line-height: 2;
}
h4{
    font-size: 18px !important;
    line-height: 2;
}
h5{
    font-size: 16px !important;
    line-height: 2;
}
h6{
    font-size: 14px !important;
    line-height: 2;
    display: block;
    max-width: 200px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tooltip-inner{
    font-family: 'seo90';
}
.title-box{
    width: 100%;
    padding: 10px 10px 35px 0;
}
.title-box span{
    display: inline-block;
    font-size: 15px;
    position: relative;
}
.title-box span:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 10px;
    height: 2px;
    background-color: #89a7fb;
}
.title-box span:after{
    content: "";
    position: absolute;
    right: 15px;
    bottom: -11px;
    width: 30px;
    height: 2px;
    background-color: #89a7fb;
}
.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.nopadding{
    padding: 0;
}
/*
list
1.top-access
2.main-menu
3.slider-wrap
4.product-item
5.category-slider
6.latest-products
7.spec-offer
8.index-ads
9.pre-sale
10.index-blog
11.footer-wrap
12.bread-crumbs
13.pages-body
14.product
15.product-gallery
16.sidebar-post
17.releated-products
18.single-body
19.sidebar-post
20.archieve-post
21.post-search-box
22.foures-b-404
23.paginate-box
24.comments
*/
/*1.top-access*/
.top-access{
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.top-access .access-right span{
    padding-left: 15px;
}
.top-wrap{
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}
.top-wrap .top-cart-box img{
    float: right;
    height: 40px;
    width: auto;
    margin-top: 7px;
    filter: grayscale(0.5);
}
.top-wrap .top-cart-box ul{
    margin-bottom: 0;
    margin-top: 8px;
}
.top-wrap .top-cart-box ul li{
    display: inline-block;
    margin-left: 1px;
    color: #000d13;
    cursor: pointer;
    width: 40px;
    height: 20px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
}
.top-wrap .form-seach{
    padding-top: 4px;
}
.top-wrap .form-seach form{
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 60px;
}
.top-wrap .form-seach form input{
    width: 45%;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #ddd;
    padding-right: 8px;
    outline: 0;
    position: relative;
    right: 48%;
}
.top-wrap .form-seach form select{
    position: absolute;
    border: 0;
    outline: 0;
    top: 6px;
    border-radius: 100px;
    height: 28px;
    padding-right: 5px;
    background-color: transparent;
    width: 42%;
}
.top-wrap .form-seach form button{
    position: absolute;
    left: 0;
    border: 0;
    color: #10069f;
    height: 40px;
    width: 40px;
    outline: 0;
    background: transparent;
    font-size: 20px;
}
/*2.main-menu*/
.main-menu{
    text-align: end;
    width: 100%;
    background-color: #ffffff;
    height: 55px;
    border-top: 1px solid #eee;
}
.main-menu .menu-box ul li{
    display: inline-block;
    padding-left: 10px;
    position: relative;
}
.main-menu .menu-box ul li a{
    color: #444;
    padding: 23px 0 23px 15px;
    display: inline-block;
    position: relative;
}
.main-menu .menu-box ul li a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #8c6969;
    right: -15px;
    top: 32px;
    border-radius: 50%;
}
.main-menu .menu-box ul li:first-child a:before{
    width: 0;
}
.main-menu .menu-box ul li ul{
    position: absolute;
    top: 63px;
    right: 0;
    background-color: #50a2c5;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}
.main-menu .menu-box ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}
.main-menu .menu-box ul li ul li a:before{
    content: "\f104";
    font-family: FontAwesome;
    width: 0;
    right: 8px;
    top: 10px;
}
.main-menu .menu-box ul li ul li{
    width: 100%;
    padding-left: 0;
    padding: 0 8px;
}
.main-menu .menu-box ul li ul li a{
    display: block;
    color: #fff;
    padding: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #e5e5e545;
}
.main-menu .menu-box ul li ul li ul{
    right: 100%;
    top: 0;
}
/*3.slider-wrap*/
.slider-wrap{
    margin-top: 15px;
}
.slider-wrap .slider-box .item img{
    border-radius: 4px;
}
/*4.product-item*/
.product-item{
    position: relative;
    border: 2px solid #ebebeb;
    box-shadow: 0 4px 6px rgb(0 0 0 / 13%);
}
}
.product-item:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f3f1f1;
    left: -6px;
    top: 0;
}
.product-item figure{
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-item figure figcaption{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.product-item figure figcaption img{
    height: 175px;
    display: table;
    margin: 0 auto;
    object-fit: contain;
}
.product-item figure figcaption.cap-2{
    opacity: 0;
}
.product-item figure:hover figcaption.cap-1{
    opacity: 0;
    transition: all 0.4s ease;
}
.product-item figure:hover figcaption.cap-2{
    opacity: 1;
    transition: all 0.4s ease;
}
.product-item .product-excp {
    padding: 0 8px 8px 8px;
}
}
.product-item .product-excp h6{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.product-item .product-excp .pr-price{
    line-height: 2;
    height: 80px;
    overflow: hidden;
}

.product-item .product-excp .pr-price bdi{
    font-size: 16px;
    color: #000;
    height: 32px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.product-item .product-excp .pr-price del{
    display: block;
    font-size: 14px;
    color: #516067;
    height: 32px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-item .product-excp a.a_buy{
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 10px auto;
    display: table;
}
/*5.category-slider*/
.category-slider-wrap{
    margin-bottom: 40px;
}
.category-slider-wrap .cat-slider {
    padding: 25px 0;
}
.category-slider-wrap .cat-slider .item img{
    height: 80px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 50px;
    box-shadow: 1px 5px 9px #10069f63;
}

/*6.latest-products*/
.latest-products{
    margin: 25px 0;
}
.latest-products .sl-bx{
    padding: 10px 10px 25px 10px;
    position: relative;
}
.latest-products .sl-bx a.see-all-a{
    position: absolute;
    left: 15px;
    top: 25px;
    font-size: 13px;
}
.latest-products .sl-bx a.see-all-a i{
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    right: 0;
}
.latest-products .sl-bx a.see-all-a:hover i{
    right: 3px;
    transition: all 0.3s ease;
}
.latest-products-slider .product-item:after {
    left: -8px;

}

/*7.spec-offer*/
.spec-offer{
    position: relative;
    padding: 30px;
}
.spec-offer::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background:url("img/rfbg.png");
    background-repeat: repeat;
}
.spec-offer .sl-bx{
    background: #fff;
    padding: 20px 10px 15px 10px;
}
.spec-offer .desc .counter-box {
    margin-top: 28px;
}
.spec-offer .desc .counter-box span{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #21aeea;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 3px #687ecc;
    position: relative;
    margin: 0 3px;
}
.spec-offer .desc .counter-box sub{
    display: inline-block;
    font-size: 14px;
    position: absolute;
    bottom: -17px;
    color: #333;
    right: 0;
    left: 0;
}

/*8.index-ads*/
.index-ads{
    width: 100%;
    margin: 40px 0 10px 0;
}
.index-ads .ads-box figure{
    width: 100%;
    height: 200px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.index-ads .ads-box figure img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.7;
}
.index-ads .ads-box figure figcaption{
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 45px; 
    outline: 1px solid #fff;
    outline-offset: -8px;
}
/*9.pre-sale*/
.pre-sale .sl-bx{
    background: #fff;
    padding: 15px 10px 55px 10px;
    box-shadow: 0 0 2px #ddd;
    position: relative;
}
.pre-sale .sl-bx:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-image: url(img/rfbg.png);
}
.pre-sale .pre-sale-bx{
    margin-bottom: 30px;
}
.pre-sale .pre-sale-bx figure{
    background-color: #f9f8f8;
    text-align: center;
    border: 1px solid transparent;
}
.pre-sale .pre-sale-bx figure img{
    height: 180px;
    object-fit: contain;
}
.pre-sale .pre-sale-bx figure.one-fig {
    background-color: #fff;
}
.pre-sale .pre-sale-bx figure.one-fig img{
    height: 390px;
    object-fit: contain;
}
.bg-white{
    background-color: #fff !important;
}
.border-e{
    border: 1px solid #eee !important;
    border-radius: 4px;
}

/*10.index-blog*/
.index-blog .sl-bx{
    padding: 15px 10px 7px 10px;
    position: relative; 
    margin-bottom: 40px; 
}
.index-blog .sl-bx:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 1px dashed #ddd;
    right: 0;
    bottom: -47px;
}
.index-blog .blog-slider figure{
    position: relative;
    background-color: #000;
}

.index-blog .blog-slider img{
    height: 200px;
    object-fit: cover;
    opacity: 0.9;
}
.index-blog .blog-slider .item{
    background-color: #fdfdfd;
    margin: 0 5px 0 5px;
}
.nopadding-r{
    padding-right: 0;
}
.index-blog .blog-slider .index-blog-text{
    line-height: 2;
    padding: 5px 15px 15px 15px;
}
.index-blog .blog-slider .index-blog-text span{
    color: #a08383;
    font-size: 12px;
    margin: 0 10px;
}
.index-blog .blog-slider .index-blog-text h5{
    color: #615c5c;
    overflow: hidden;
    font-size: 14px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-blog .blog-slider .index-blog-text p{
    text-align: justify;
    height: 80px;
    overflow: hidden;
    line-height: 1.9;
    font-size: 13px;
    padding: 2px;
    color: #777;
}
.index-blog .blog-slider .index-blog-text .text-left a{
    font-size: 12px;
    margin-left: 8px;
    color: #111;
}
.brands-box {
    margin: 40px 0 40px 0;
}
.brands-slider .item img{
    height: 80px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}
.instagram-posts{
    width: 100%;
}
.instagram-posts .item figure{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.instagram-posts .item figure img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    opacity: 0.9;
}
.instagram-posts .item figure figcaption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: transparent;
    outline: 1px solid #fff;
    outline-offset: -5px;
    padding-top: 60px;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
}
.instagram-posts .item figure:hover figcaption{
    transition: all 0.3s ease;
    opacity: 1;
}
.instagram-posts .item figure figcaption span{
    display: inline-block;
    background-color: #fff;
    padding: 5px 12px;
    color: #121212;
}
/*11.footer-wrap*/
.footer-wrap{
    width: 100%;
    background-color: #111;
    padding: 25px 0;
    color: #8a8383;
}
.footer-wrap .footer-menu span.title{
    display: block;
    padding: 15px 0;
    margin-bottom: 10px;
    position: relative;
    color: #f1cd71;
}
.footer-wrap .footer-menu span.title:after{
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #635c5c;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}
.footer-wrap .footer-menu ul li{
    margin-bottom: 3px;
}
.footer-wrap .footer-menu ul li a{
    display: block;
    padding: 5px;
    color: #d4d4d4;
    position: relative;
}
.footer-wrap .footer-menu ul li a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #777;
    right: -5px;
    bottom: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.footer-wrap .footer-menu ul li a:hover:before{
    background-color: rgb(194, 189, 189);
    transition: all 0.3s ease;
}
.footer-wrap .footer-desc p{
    line-height: 2;
    text-align: justify;
}
.footer-mega{
    width: 100%;
    padding: 25px 0;
    background-color: #0a0974;
    color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-mega .footer-add{
    line-height: 2;
}
.footer-mega .footer-add li{
    margin-bottom: 8px;
    float: right;
    color: #585353;
    width: 100%;
}
.footer-mega .footer-add li i{
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #2b2828;
    color: #8a8383;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    margin-left: 8px;
}

.footer-mega .footer-social span.title{
    display: block;
    padding: 15px 0;
    margin-bottom: 10px;
    position: relative;
    color: #a58383;
}
a.footer-ap{
    display: inline-block;
    background-color: #292626;
    color: #948c8c;
    text-align: center;
    padding: 7px 7px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.3s ease;
}
a.footer-ap:hover{
    background-color: #ae2729;
    color: #fff;
    transition: all 0.3s ease;
}
.footer-mega .footer-social ul li{
    display: inline-block;
    margin: 0 2px;
}
.footer-mega .footer-social ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background-color: #a5a5a5;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.footer-mega .footer-social ul li a:hover{
    color: #00000;
}
.footer-mega .copy-r{
    padding: 25px 0 0 0;
    color: #968181;
}
.footer-mega .footer-logo .footer-brands img{
    filter: grayscale(1);
}
/*12.bread-crumbs*/
.bread-crumbs{
    background-color: #a9c9d4a8;
    padding: 12px 0;
    color: white;
}
.bread-crumbs p{
   margin-bottom: 0;
   padding: 0 15px 0 0;
}
.bread-crumbs a{
    display: inline-block;
    padding: 5px 0;
    margin-left: 8px;
}
.breadcrumb_last{
    padding-right: 8px;    
}
/*13.pages-body*/
.pages-body{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    border: 1px solid #eee;
    margin: 15px 0;
    border-radius: 4px;
}
.pages-body img{
    display: table;
    margin: 0 auto;
}
/*14.product*/
.pages-body .product-exp{
    padding: 0 10px 10px 10px;
}
.pages-body .product-exp h1{
    margin: 0;
    font-size: 18px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
}
.pages-body .product-exp .prod-meta{
    padding: 15px 10px 0 0;
    border-bottom: 1px solid #eee;
}
.pages-body .product-exp .prod-meta a{
    font-size: 13px;
}
.pages-body .product-exp .prod-meta span.si-comment-c{
    color: #515151;
    margin-right: 10px;
    font-size: 12px;
}
.pages-body .product-exp .prod-meta span.si-price{
    display: block;
    margin: 15px 0;
    font-size: 18px;
    color: #001253;
}
.pages-body .product-exp .si-text{
    line-height: 2;
    font-size: 15px;
    text-align: justify;
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: inline-block;
}
.pages-body .product-exp .si-text p{
    margin-bottom: 0;
}
.pages-body .product-exp .si-buy{
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}
.pages-body .product-exp .si-buy .si-rating{
    padding: 10px 0;
}
.pages-body .product-exp .si-buy .si-rating i{
    color: #ffc107;
    font-size: 16px;
    margin-left: 2px;
}
.pages-body .product-exp .si-buy .si-buy-btn a{
    display: block;
    padding: 10px 32px;
    border-radius: 20px;
    color: #9f1d1d;
    text-align: center;
}
.pages-body .product-exp .si-buy .si-buy-btn input{
    height: 40px;
    border: 1px solid #c3c2c2;
    padding-right: 8px;
    background: #fff;
    width: 100%;
}
.pages-body .product-exp .si-buy .si-buy-btn button[type="submit"]{
    display: inline-block;
    padding: 10px 27px;
    background-color: #001253;
    color: #fff;
    border: 0;
    margin-top: 8px;
}
.pages-body .product-exp .si-tags{
    padding-right: 10px;
}
.pages-body .product-exp .si-tags a{
    font-size: 12px;
}

/*15.product-gallery*/
.pages-body .product-gallery figure{
    background-color:#f9f6f6;
    text-align: center;
    margin-bottom: 10px;
}
.pages-body .product-gallery figure img{
    display: table;
    margin: 0 auto;
    max-height: 400px;
}
.pages-body .product-gallery .gallery-items figure{
    background-color: #f9f6f6;
    text-align: center;
}
.pages-body .product-gallery .gallery-items figure img{
    display: table;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
}
/*16.sidebar-post*/
.sidebar-product .prod-sidebar-bx{
    margin-bottom: 30px;
    padding-left: 10px;
}
.sidebar-product .prod-sidebar-bx span.title{
    display: block;
    font-size: 15px;
    padding: 10px 0 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.sidebar-product .prod-sidebar-bx span.title:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background-color: #1d90c2;
}
.sidebar-product .prod-sidebar-bx ul li {
    width: 100%;
    margin: 2px 0;
}
.sidebar-product .prod-sidebar-bx ul li a{
    display: block;
    padding: 8px;
    border-bottom: 1px solid #f1ebeb;
    margin-left: 10px;
    color: #777;
    position: relative;
}
.sidebar-product .prod-sidebar-bx ul li a:before{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
}
.sidebar-product .prod-sidebar-bx ul li a:hover{
    color: #000;
}
.sidebar-product .prod-sidebar-bx ul li:last-child a{
    border-bottom: 0;
}
/*17.releated-products*/
.releated-products{
    padding: 0 10px;
    margin: 25px 0 10px 0;
}
.releated-products .product-item{
    margin: 15px;
}
.releated-products .product-item:after {
    left: -17px;
}
.releated-products  span.title{
    display: block;
    font-size: 15px;
    padding: 10px 0 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.releated-products  span.title:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background-color: #1d90c2;
}
.product-review{
    padding: 10px;
}
.product-review .tab-content{
    line-height: 2.2;
    font-size: 15px;
    color: #515151;
    text-align: justify;
    padding: 5px 15px;
}
.products-body .product-item{
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 3px;
}
.products-body .product-item:after{
    width: 0;
}
.pages-body span.page-title{
    display: block;
    padding: 5px 10px 0 0;
}

/*18.single-body*/
.single-body .single-content .single-post-meta{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.single-body .single-content .single-post-meta h1{
    margin: 0;
    padding: 10px 0;
    font-size: 17px !important;
    color: #1d90c2;
    border-bottom: 1px solid #eee;
}
.single-body .single-content .single-post-meta .si-p-cat a{
    font-size: 13px;
    color: rgb(180, 178, 178);
    display: inline-block;
    padding: 8px;
}
.single-body .single-content .single-post-meta .si-p-comment{
    margin: 15px 0 15px 10px;
    color: #9aa5ab;
    font-size: 13px;
}
.single-body .single-content .single-post-meta .si-excerpt{
    margin: 15px 0;
    line-height: 2;
    font-size: 12px;
    text-align: justify;
    color: #8c6969;
}
.single-body .single-content .single-post-meta .si-excerpt p{
    padding: 0 10px;
}
.single-body .single-content .single-pic figure{
    border-radius: 4px;
}
.single-body .single-content .single-pic figure img{
    display: table;
    margin: 0 auto;
    border-radius: 4px;
}
.single-body .single-content .post-content {
    margin: 10px 0;
}
.single-body .single-content .post-content p{
    font-size: 15px;
    line-height: 2.3;
    color: #000;
}
.single-body .single-content .si-tags a{
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

/*19.sidebar-post*/
.single-body .sidebar-post .share-post{
    text-align: center;
    margin-bottom: 30px;
    background-color: #21aeea;
    border-radius: 4px;
    padding: 8px 5px;
}
.single-body .sidebar-post .share-post ul{
    margin: 0;
}
.single-body .sidebar-post .share-post li{
    display: inline-block;
}
.single-body .sidebar-post .share-post li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background-color: #fff;
    color: #21aeea;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.single-body .sidebar-post .side-post-content span.title{
    display: block;
    font-size: 15px;
    padding: 10px 0 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.single-body .sidebar-post .side-post-content span.title:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background-color: #1d90c2;
}
.single-body .sidebar-post .side-post-content{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.single-body .sidebar-post .side-post-content ul li{
    width: 100%;
    line-height: 2;
    margin-bottom: 5px;
}
.single-body .sidebar-post .side-post-content ul li a{
    display: block;
    padding: 5px 10px 5px 0;
    position: relative;
}
.single-body .sidebar-post .side-post-content ul {
    padding-top: 20px;
}
.single-body .sidebar-post .side-post-content ul li a:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border:2px solid #1d90c2;
    top: 0;
    right: 0;
}
.single-body .sidebar-post .side-post-content ul li a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 68%;
    background-color: #1d90c2;
    top: 7px;
    right: 2px;
}
.single-body .sidebar-post .side-post-content ul li a:hover:before{
    border:2px solid #111;
}
.single-body .sidebar-post .side-post-ads{
 margin-bottom: 30px;
}
.single-body .sidebar-post .side-post-ads img{
    display: table;
    margin: 10px auto;
    border-radius: 4px;
}
.single-body .sidebar-post .side-post-cats{
    margin-bottom: 30px;
}
.single-body .sidebar-post .side-post-cats span.title{
    display: block;
    font-size: 15px;
    padding: 10px 0 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.single-body .sidebar-post .side-post-cats span.title:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background-color: #1d90c2;
}
.single-body .sidebar-post .side-post-cats ul{
    padding-top: 20px;
}
.single-body .sidebar-post .side-post-cats ul li{
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.single-body .sidebar-post .side-post-cats ul li:last-child{
    border-bottom: 0;
}
.single-body .sidebar-post .side-post-cats ul li a{
    display: block;
    padding: 8px 12px 8px 0;
    color: #444;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease;
}
.single-body .sidebar-post .side-post-cats ul li a:hover{
    padding-right: 18px;
    transition: all 0.3s ease;
}
.single-body .sidebar-post .side-post-cats ul li a:before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #1d90c2;
    border-radius: 50% 0 0 50%;
}

/*20.archieve-post*/

.archive-post .item{
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 5px;
}
.archive-post .item h5{
    font-size: 14px !important;
    height: 28px;
    overflow: hidden;
    color: #687ecc;
}

.archive-post .item span{
    font-size: 12px;
    padding-left: 10px;
}
.archive-post .item p{
    font-size: 13px;
    text-align: justify;
    margin: 5px;
    line-height: 1.7;
    height: 88px;
    overflow: hidden;
}
.archive-post .item img{
    height: 253.39px;
    object-fit: cover;
}
/*21.post-search-box*/
.post-search-box{
    margin: 0 15px;
}
.post-search-box form{
    width: 100%;
    position: relative;
}
.post-search-box form input{
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 10px;
    outline: 0;
}
.post-search-box form button{
    width: 40px;
    height: 40px;
    border: 1px solid #5368b3;
    border-radius: 4px;
    background-color: #5368b3;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}
/*22.foures-b-404*/
.foures-b .not-found{
    margin: 50px 0;
}
.foures-b .not-found span.num{
    font-size: 60px;
}
.foures-b .not-found a{
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    margin: 10px 3px;
    background-color: #5368b3;
    color: #fff;
}
.foures-b .not-found form{
    margin-top: 20px;
}
.page_blank_b{
    line-height: 2;
    font-size: 15px;
    color: #515151;
}
/*23.paginate-box*/
.paginate-box li>a, .paginate-box li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.paginate-box li>span.current{
    color: #000;
    font-weight: bold;
}
.paginate-box li{
    float: right;
}
 .paginate-box ul{
    display: table;
    margin: 0 auto;
 }

 /* 24.comments */
.mycomments-body {
	margin: 30px 0;
}
.comment-author {
	margin-bottom: 10px;
	color: #222;
	display: inline-block;
}
.comments h3#comments {
	font-size: 16px !important;
	margin-bottom: 18px;
}
#comments h2.comments-title {
	font-size: 16px !important;
	margin-bottom: 18px;
}
#respond #reply-title {
	font-size: 17px !important;
}
#respond #reply-title:before {
	content: "\f0e5";
	font-family: FontAwesome;
	margin-left: 5px;
	color: #21aeea;
}
#respond p.comment-notes {
	padding-right: 20px !important;
	margin-bottom: 17px !important;
	line-height: 2;
}
#commentform label {
	display: inline-block;
	width: 15%;
}
#commentform input::placeholder,
#commentform textarea::placeholder {
	color: rgb(143, 141, 141);
}
#commentform textarea {
	width: 100%;
	resize: none;
	background-color: #fdfcfc6b;
	border: 1px solid #e2e0e0;
	padding: 8px;
	border-radius: 4px;
}
#commentform textarea:focus {
	outline: 0 !important;
}
#commentform input {
	width: 100%;
	height: 40px;
	background-color: #fdfcfc6b;
	border: 1px solid #e2e0e0;
	padding-right: 8px;
	border-radius: 4px;
}
.comment-form-cookies-consent {
	display: none;
}
#commentform input[type="submit"] {
	width: auto;
	height: 35px;
	padding: 0 5px;
	color: #ffff;
	background-color: #21aeea;
	margin: 0 0 20px 14px;
	font-size: 13px;
	float: left;
}
#commentform input[type="submit"]:hover {
	color: #21aeea;
        background-color: #ffff;
}
.comment-meta {
	border-bottom: 1px dotted #f3efef;
	padding-bottom: 10px;
	display: inline-block;
}
.comment-meta a {
	color: #21aeea;
}
.comment-body {
	width: 100%;
	background-color: #f7f3f32e;
	margin: 5px 0;
	padding: 12px;
	border: 1px solid #f4f4f4;
	border-right: 3px solid #c5c01c;
}
h3#comments {
	margin-bottom: 25px;
}
ul.children .comment-body {
	border-right: 3px solid #d7e6f5 !important;
}
.comment-body p {
	color: #616161;
	font-size: 13px;
	line-height: 2;
	padding: 0px 0;
	margin-bottom: 0;
}
.comment-notes span {
	width: 100% !important;
}
.comment-notes .required {
	display: none !important;
}
.comment-reply-link {
	padding: 6px;
	margin: 8px 0;
	color: rgb(8, 211, 238);
	background-color: transparent;
	border-radius: 2px;
	width: 60px;
	display: inline-block;
	text-align: center;
	height: 33px;
	font-size: 15px;
	border: 1px solid rgb(8, 211, 238);
	display: none;
}
.avatar {
	width: 55px;
	height: 55px;
	margin-left: 8px;
	border-radius: 3px;
}
.comments-body #comments {
	font-size: 20px;
}
.comments-body #comments:before {
	content: "\f112";
	font-family: FontAwesome;
	margin-left: 5px;
	color: #21aeea;
}
.commentlist ul.children {
	width: 98%;
	margin-right: 2%;
}
.commentlist ul.children li {
	padding: 0;
}
.comment-body cite.fn {
	font-style: normal !important;
}
.comment-body span.says {
	display: none;
}
.vc_tta-panel-body p {
	padding-bottom: 0 !important;
}
#learning-comments-box h3#comments {
	margin-bottom: 20px;
	font-size: 15px !important;
}
.author-meta-box {
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 30px;
}
.author-meta-box p {
	line-height: 2;
	font-size: 13px;
	color: #414141;
	padding: 15px 10px 10px 10px;
	border-top: 1px dashed #eee;
	margin-top: 20px;
	text-align: justify;
}
.author-meta-box a.user-social {
	font-size: 22px;
	padding-left: 5px;
}
.order{
    text-align:left;
}
.order p{
    padding: 20px 0 0 0;
    display: inline-block;
    font-size: 15px;
}
.order form{
    display: inline-block;  
}
.order form select{
    height: 40px;
    border: 1px solid #eee;
    padding-right: 5px;
    margin-right: 10px;
    margin-left:-15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 2;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align:right !important;
    width:50%;
}
.table>tbody>tr>td p, .table>tbody>tr>th p, .table>tfoot>tr>td p, .table>tfoot>tr>th p, .table>thead>tr>td p, .table>thead>tr>th p{
    margin-bottom:0;
}
.panel .table>tbody>tr>td,.panel .table>tbody>tr>th,.panel .table>tfoot>tr>td,.panel .table>tfoot>tr>th,.panel .table>thead>tr>td,.panel .table>thead>tr>th{
   width: auto;
   text-align: center !important;
}
.si-buy-btn table{
   text-align: right;
   width: 100%;
}
.si-buy-btn span.price{
   font-size: 18px;
}
.term_description{
   border: 1px solid #eee;
   padding: 10px 15px;
   line-height: 2;
   font-size: 14px;
   color: #222;
}
/*Others*/
.panel-heading{
   padding: 9px 15px 10px 15px;
   border-bottom: 0;
   border-top-left-radius:0;
   border-top-right-radius:0;
}
.panel-info>panel-heading{
   color: #eee;
   border: 0;
   background-color: #54e3e6;
   font-size: 17px;
}
.pages-body form input{
   height: 40px;
   border-radius: 0;
   background: #fff;
   padding-right: 8px;
   border: 1px solid #ddd;
   box-shadow: none;
}
.pages-body form button,.pages-body form input[type="submit"]{
   background-color: #2823b8;
   border: 0;
   height: 40px;
   width: auto;
   border-radius: 0;
   padding: 0 30px;
}
.pages-body form input[type="checkbox"]{
   opacity: 0;
   width: 0;
   height: 0;
}
.pages-body form label.woocommerce-form__label-for-checkbox{
   display: inline-block !important;
   position: relative;
   width: 50px;
   height: 24px;
   margin: 0 10px;
}
.pages-body form label.woocommerce-form__label-for-checkbox:before{
   content: "مرا به خاطر بسپار";
   position: absolute; 
   width: 200px;
   right: 60px;
   top: -3px;
}
.pages-body form label.woocommerce-form__label-for-checkbox span{
   display: none;
}
.pages-body form .sslider{
   display: block !important;
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #ccc;
   -webkit-transition: .4s;
   transition: .4s;
   height: 100%; 
}
.pages-body form .sslider:before{
   position: absolute;
   content: "";
   height: 16px;
   width: 16px;
   left: 4px;
   bottom: 4px;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
}
.pages-body form input:checked + span + .sslider{
   background-color: #2196f3;
}
.pages-body form input:focus + span + .sslider{
   box-shadow: 0 0 1px #2196f3;
}
.pages-body form input:checked + span + .sslider:before{
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
}
/* Rounded sliders */
.pages-body form .sslider.round{
   border-radius: 34px;
}
.pages-body form .sslider.round:before{
   border-radius: 50%;
}
.list-group-item-success{
   background-color: #194587;
   
}
.list-group-item-success a{
    display: block;
    color: #eee;
    width: 100%;
}
.list-group-item a{
    display: block;
    width: 100%;
}
.list-group{
   border: 1px solid #ececec;
}
.list-group-item{
  border: 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
}

.list-group-item:last-child{
  border: 0;
}
/* Responsive */
@media only screen and (max-width: 768px) {
   .menu-box{
     display:none;
  }
}
@media only screen and (max-width: 768px) {
.product-item .product-excp .pr-price bdi{
     font-size: 13px;
  }
}
/* Star Rating Styles */
.comment-form-rating {
    margin-bottom: 20px;
}

.comment-form-rating label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.comment-form-rating .stars a {
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    margin-left: 2px;
    position: relative;
    width: 20px;
    height: 20px;
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5 {
    font-size: 0;
}

.star-1::before,
.star-2::before,
.star-3::before,
.star-4::before,
.star-5::before{
    content: "\f006";
    font-family: 'fontawesome';
    font-size: 14px;
    float: right;
    transition: color 0.2s ease;
    color: #ffc107;
}

.woo-star::before{
   content: "\f005";
}

.comment-form-rating .stars a:hover::before {
    color: #ffc107;
}

.comment-form-rating .stars a:hover ~ a::before {
    color: #ddd;
}
#commentform #submit {
   margin: 0;
   padding: 0 15px;
}
.on-sale {
    position: absolute;
    right: 1px;
    top: -7px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-image: url(https://flowise.ir/wp-content/uploads/2025/10/sale.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* پیشفرض دکمه مخفی در دسکتاپ */
.mobile-menu-wrapper {
     display:none;
}

@media (max-width: 768px) {
    .mobile-menu-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        position: relative;
    }

    /* دکمه همبرگر */
    .mobile-menu-toggle {     
        font-size: 20px;
        background: #10069f;
        border: 1px solid #ffffff;
        cursor: pointer;
        z-index: 1100;
        position: relative;
        padding: 10px 15px 10px 15px;
        color: #fefdff;
        margin: 2px 0 0 -13px;
        border-radius: 50%;
    }
    }

    /* overlay پشت منو */
    .mobile-menu-overlay {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: 1000;
    }
    .mobile-menu-overlay.active {
       display: block;
       opacity: 1;
       visibility: visible;
    }

    /* منوی موبایل */
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -60%;
        width: 60%;
        height: 100%;
        background: #ffffffb5;
        box-shadow: -2px 0 10px rgba(0,0,0,0.3);
        transition: right 0.3s ease;
        z-index: 1050;
        padding: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu.open {
        right: 0;
    }

    .mobile-menu.open + .mobile-menu-overlay {
       display: block !important;
    }
    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 16px;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
    }

    .mobile-menu-items {
        list-style: none;
        padding: 23px 0 0 0;
        text-align: right;
    }

    .mobile-menu-items li {
        margin: 8px 0;
        background-color: white;
        padding: 8px 8px 8px 0;
    }

    .mobile-menu-items a {
        text-decoration: none;
        color: #10069f;
        font-size: 14px;
    }
}
.mobile-menu .mobile-menu-items a {
    font-size: 14px !important;
    color: #10069f;
    text-align: right;
    display: flow;
    border-bottom: 1px solid #d0d0d0;
    background-color: #f5f5f5;
    padding: 8px;
}
/* فقط موبایل */
@media (max-width: 993px) {
    .mobile-menu .mobile-menu-items .sub-menu {
        display: none;
        padding-top: 8px;
    }
.submenu-toggle {
    float: left;
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    color: #333;
}
/* دکمه toggle کنار لینک */
.mobile-menu .submenu-toggle {
        display: inline-block;
        cursor: pointer;
        font-size: 21px;
        margin-left: 10px;
        line-height: 1;
        user-select: none;
        margin: -28px 0 0 0;
        color: #0900cc;
        background-color: #f9f9f9;
        padding: 7px 10px 8px 10px;
    }
}
.mobile-menu .mobile-menu-items li a {
    display: block;
     width:100%;
    justify-content: space-between;
    align-items: center;          
}
@media (max-width: 991px) {
  .mobile-footer-menu {
      position: fixed;
      bottom: 10px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 20px 0;
      box-shadow: 1px -1px 4px rgb(0 0 0 / 13%);
      z-index: 950;
      border-radius: 50px;
      background-color: #f1f1f1f7;
  }
  .top-cart-box {
     display:none;
   }
}
@media (min-width: 992px) {
  .mobile-footer-menu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .col-md-9 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-6 {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
    display: block !important;
  }
}
.product-categories {
    font-size: 12px;         
    color: #999;                 
    margin-top: 4px;
    white-space: nowrap;   
    overflow: hidden;   
    text-overflow: ellipsis;
}
.product-categories a {
    color: #999; 
    text-decoration: none;
}
.product-categories a:hover {
    text-decoration: underline;
}