.post-item .content p {
    color: #2c2c2c;
}
.show-date-persian {
    color: #878787 !important;
}
p {
    color: #2c2c2c;
}
.post-item .content .meta, .video-info .date {
    color: #858585;
}
.text-black-70{
    color:rgba(0,0,0,.7)!important;
}
.text-primary-hover:hover{
    color:var(--wb-primary-color) !important;
}
header, .blog-area, footer, .features-area, .classical-workout-area, .rtl, .product-item {
    direction: rtl;
}

.header-area.header-default.header-style .header-align {
    justify-content: flex-start;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow{
    left:8px;
    right:auto;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
    right: auto;
    left: 20px;
    top: 20px;
}
.featured-discount-item:before,
.featured-items-style2 .featured-item .featured-icon {
    right: 0;
    left: unset;
}

.featured-items-style2 .featured-item {
    padding-right: 40px;
    padding-left: 0;
}

.classical-workout-area .classical-workout-wrap .column-left .content {
    padding: 64px 63px 73px 85px;
}

.product-item .product-info .title {
    text-align: right;
}

.prices {
    text-align: left;
}

.footer-area.default-style .widget-contact-info .content {
    padding-right: 40px;
    padding-left: 0;
}

.footer-area.default-style .widget-social-icons a {
    margin-right: 0;
    margin-left: 18px;
}

.widget-social-tags .widget-tags ul li a {
    margin-left: 8px;
    margin-right: 0;
}

.single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.inc,
.single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.dec {
    left: 0;
    right: unset;
}

.single-product-info .single-product-desc .product-category .title span,
.single-product-info .single-product-desc .product-tag ul li {
    margin-right: 10px;
    margin-left: 0;
}


/* --------------------------  search ------------------------*/
.search-section{
    height: 20px;
    margin-bottom: 4rem;
}
.search-section .card{
    box-shadow: #d1d1d1a6 0 5px 25px;
    border:none;
}
.search-section .search-form{
    position: relative;
}
.search-section .search-form .form-control{
    border-radius: 12px;
    margin-left: 15px;
    font-size: 14px;
    direction: rtl;
    line-height: 30px;
}
.search-section .search-form .form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #ecedee;
    outline: 0;
    box-shadow: none;
}
.search-section .search__results{
    display: none;
    position: absolute;
    left: 4%;
    width: 92%;
    z-index: 10;
    max-height: 500px;
    height: 500px;
    overflow-y: auto;
    background: white;
    padding: 5px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 11%);
    border-radius: 20px;
}
/* width */
.search-section .search__results::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.search-section .search__results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.search-section .search__results::-webkit-scrollbar-thumb {
    background: var(--wb-primary-color);
}

/* Handle on hover */
.search-section .search__results::-webkit-scrollbar-thumb:hover {
    background:#7AC0F8FF;
}
.search-section .search__results .search__item{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    margin-top: 10px;
    align-items: center;
    height: fit-content;
    padding: 10px 15px;
    display:flex;
    color: #4c4c4c;
    align-items: center;
    background-color: #fff;
}
.search-section .search__results .search__item .search__price{
    min-width:20%;
}
.search-section .search__results .search__item .search__price .price{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.search-section .search__results .search__item .search__price .price-label{
    font-size: 14px;
    line-height: 30px;
}
.search-section .search__results .search__item .Content{
    flex-grow: 1;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}
.search-section .search__results .search__item .search__img{
    max-width: 60px;
}
/* --------------------------  comment ------------------------*/
.comment {
    border-bottom: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 1rem 2rem;
    margin-bottom: .5rem;
}

.comment .wb-comment-name, .comment .comment-reply .wb-comment-reply-name {
    font-weight: 600;
    margin: 0;
}

.comment .wb-comment-created_at, .comment .comment-reply .wb-comment-reply-created_at {
    font-size: 12px;
    margin-bottom: 1rem;
}

.comment .comment-reply {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 1rem 2rem;
    background-color: #e7f9fd;
}

.accordion:after {
    font-family: "fontello";
    content: '\e847';
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    float: left;
    margin-left: 5px;
    margin-top: -22px;
}

.product-description-review .product-description-tab-menu button.active:after {
    font-family: "fontello";
    content: '\e841';
    color: #ffffff;
}
.wb-thumb-image.active{
    border: 1px solid #10c6ee;
}

/* --------------------------  breadcrumbs ------------------------*/
.page-title-area .page-title-content .breadcrumb li{
    font-size: 14px;
    line-height:35px
}
.page-title-area .page-title-content .breadcrumb li:hover{
    font-size: 16px;
    color:var(--wb-primary-color) !important;
}
.page-title-area .page-title-content .breadcrumb li:hover a{
    color:var(--wb-primary-color) !important;
}
.page-title-area .page-title-content .breadcrumb li a{
    padding: 0 10px;
    color: #444444
}

/*---------------------------------  rating ------------------------------*/
.rating-container {
    position: relative;
    overflow: hidden;
    text-align: right;
}

.rating {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #c9c9c9;
    overflow: hidden;
    direction: rtl;
}

.full-stars {
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #10c6ee;
}

.empty-stars:before,
.full-stars:before {
    content: "\f4ce\f4ce\f4ce\f4ce\f4ce";
    font-family: "fontello";
    font-size: 14px;
}

/*------------------------------- responsive ------------------------------*/
@media only screen and (min-width: 1280px) {
    .featured-columns-wrap .featured-items-style2 {
        padding: 64px 70px 16px 0;
    }
}
@media screen and (min-width: 768px) {
    .mt-md-n82p {
        transform: translateY(-82%);
    }
    .mt-md-n75p {
        transform: translateY(-75%);
    }
    .mt-md-n70p {
        transform: translateY(-70%);
    }
    .mt-md-n60p {
        transform: translateY(-60%);
    }
    .mt-md-n50p {
        transform: translateY(-50%);
    }
    .mt-md-n30p {
        transform: translateY(-30%);
    }
    .mt-md-n20p {
        transform: translateY(-20%);
    }
    .search-section .card {
        box-shadow: #d1d1d1a6 0 5px 25px;
        border: none;
        padding: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .featured-items-style2 .featured-item {
        padding-right: 15px;
    }
    .p-sm-0{
        padding : 0 !important;
    }
    .p-sm-1{
        padding : .25rem!important;
    }
    .p-sm-2{
        padding : .5rem!important;
    }
    .p-sm-3{
        padding : 1rem!important;
    }
    .p-sm-4{
        padding : 1.5rem !important;
    }
    .p-sm-5{
        padding : 3rem !important;
    }
    .py-sm-0{
        padding-top : 0 !important;
        padding-bottom : 0 !important;
    }
    .py-sm-1{
        padding-top : .25rem!important;
        padding-bottom : .25rem!important;
    }
    .py-sm-2{
        padding-top : .5rem!important;
        padding-bottom : .5rem!important;
    }
    .py-sm-3{
        padding-top : 1rem!important;
        padding-bottom : 1rem!important;
    }
    .py-sm-4{
        padding-top : 1.5rem !important;
        padding-bottom : 1.5rem !important;
    }
    .py-sm-5{
        padding-top : 3rem !important;
        padding-bottom : 3rem !important;
    }
    .search-section{
        height: auto;
        margin-bottom: 0.25rem;
    }
    .search-section .card {
        box-shadow: none;
        border: none;
        width: 100%;
    }
    .search-section .card .card-body{
        padding: 0 !important;
    }
    .search-section .btn-group-lg>.btn, .btn-lg{
        padding: 0.25rem 0.25rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    #section5 a > p, .featured-info h2{
        font-size: 14px !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
    }
}
