/*________________ Filter & Search ________________ */
.theme-sidebar-widget .sidebar-title {
    padding-bottom: 15px
}

.theme-sidebar-widget .list-item li a {
    line-height: 1.833;
    font-size: .857rem;
    color: #4e4e4e;

}

.theme-sidebar-widget .price-ranger .ranger-min-max-block li {
    font-size: 12px;
}

.theme-sidebar-widget .sidebar-search {
    height: 2.5rem;
    width: 100%;
    margin: 0 auto;
}

/*.theme-sidebar-widget .sidebar-search input {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: 1px solid #f9f9f9;*/
/*    padding: 0 50px 0 25px;*/
/*    color: #a9a9a9;*/
/*    box-shadow: 4.994px 9.801px 25px 0 rgba(217, 224, 235, .4)*/
/*}*/


/*.theme-sidebar-widget .single-block input {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: 1px solid #f9f9f9;*/
/*    padding: 0 50px 0 25px;*/
/*    color: #a9a9a9;*/
/*    box-shadow: 4.994px 9.801px 25px 0 rgba(217, 224, 235, .4)*/
/*}*/
.theme-sidebar-widget .single-block {
    /*border-bottom: .1rem solid #ebebeb;*/
}

/*.theme-sidebar-widget .single-block button {*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 0;*/
/*    !*bottom: 0;*!*/
/*    width: 50px;*/
/*    height: 49px;*/
/*    background: #fff;*/
/*    color: #b1b1b1;*/
/*    font-size: 20px*/
/*}*/

.noUi-tooltip {
    font-size: .7rem;
    direction: rtl;
}

.filter-price-text .price-range {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.noUi-horizontal .noUi-tooltip {
    right: 50%;
}

@media (min-width: 0px) {
    .theme-sidebar-widget {
        margin-top: 0px;
    }
}

/*________________ Product Seller Guarantee ________________ */
.product_seller_guarantee .content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

.product_seller_guarantee .content .icon {
    color: var(--wb-primary-color);
    font-size: 24px;
    margin-left: 16px;
}

.product_seller_guarantee .content .text {
    font-size: 1rem;
}

.product_seller_features {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: .5rem 0;
    margin: 1rem 0 0 0;
}

.product_seller_features .item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    color: #9b9b9b;
    font-size: .7rem;
}

.product_seller_features .item i {
    color: var(--wb-primary-color);
    font-size: 1.2rem;
    margin-left: .2rem;
}

.product_seller_features .item div {
    color: #9b9b9b;
    text-align: right;
}

@media (min-width: 575px) and (max-width: 1920px) {
    .product_seller_features {
        justify-content: space-around;
    }

    .product_seller_features .item {
        justify-content: space-around;
    }
}

@media (max-width: 575px) {
    .shop-details .product-details .product-info {
        padding: 10px 0 0;
    }

    .product_seller_features {
        flex-wrap: wrap;
        justify-content: right;
    }

    .product_seller_features .item {
        justify-content: flex-start;
        flex: 0 0 33%;
        margin: .7rem 0;
    }
}

/*_______________________________________
     Product Details
_______________________________________ */
.shop-details .Description strong {
    font-weight: 800 !important;
}

/*_______________________________________
        stock product
_______________________________________ */
.stock .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: var(--wb-primary-color);
}

.stock .item .text {
    font-size: .9rem;
    line-height: .9rem;
}

.stock .item .num {
    /*color: var(--wb-primary-color);*/
    font-family: 'montserrat';
    font-weight: 600;
    margin-left: .2rem;
    font-size: 2.2rem;
}

/*______________________________________________________________________________
                 search in homepage & filter products
______________________________________________________________________________ */
.theme-sidebar-widget .single-block i {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    color: #b1b1b1;
    font-size: 14px;
}

.theme-sidebar-widget .list-item li a .expander {
    left: 20px;
    top: 0;
    right: auto;
}

.theme-sidebar-widget .single-block.search-input {
    height: 2.5rem;
    position: relative;
}

.theme-sidebar-widget .sidebar-search input,
.theme-sidebar-widget .single-block input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(180, 180, 180, 0.2);
    color: #a9a9a9;
    font-size: 1rem;
    text-align: right;
    padding: 0 40px 0 0px;
    direction: rtl;
    background: #f9f9f9;
    border-radius: .5rem;
    box-shadow: unset;
}

.theme-sidebar-widget .sidebar-search i,
.theme-sidebar-widget .single-block i {
    /* left: 0; */
    right: 0;
    background: unset;
}

/* ___________________________________________
            search result
______________________________________________ */
.search__item {
    list-style: none;
    display: flex;
    background: #fff;
    padding: 0 0 0 2rem;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}

.search__img {
    width: 100px;
    height: 100px;
}

.search__results {
    position: absolute;
    overflow-x: hidden;
    z-index: 2;
    max-width: 100%;
    left: 0;
    right: 0;
    /*margin: 2.5rem 0;*/
    width: 100%;
    margin: 0 auto;
    top: 3.5rem;
    height: 20rem;

}

.search__results .search__item {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding: 2px 15px;
    margin: 2px;
    background: #fff;
    border-radius: 2px;
    border: 2px solid transparent;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.07);
}

.search__results .search__item:hover {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid transparent;
    border: 2px solid var(--wb-primary-color);
}

.search__results .search__item .Content {
    display: flex;
    flex-direction: column;
    max-width: 220px;
    align-items: flex-end;
    /* margin-right: 3%; */
    flex-grow: 1;
}

.search__results .search__item .Content .search__name {
    font-size: .7rem;
    text-align: right;
    direction: rtl;
}

.search__results .search__item .search__img {
    order: 1;
    width: 4rem;
    height: auto;
}

.search__results .search__item .search__category {
    border-radius: 10px 0px 10px 10px;
    width: fit-content;
    padding: 2px 15px;
    color: #fff;
    font-size: .7rem;
}

.contact__seller div {
    font-size: 1rem !important;
    font-family: 'montserrat', 'iran-yekan';
    font-weight: 700;
}

.search__results .search__item .search__price {
    order: -1;
    flex-grow: 1;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    color: var(--wb-secondary-color);
}

.search__results .search__item .search__price .currency {
    order: -1;
    margin-right: 2px;
    opacity: 0.7;
    font-size: .5rem !important;
    font-weight: 100;
}

::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

@media screen and (max-width: 786px) {
    .stock .item {
        margin: 20px 25px 0 0;
    }

    .search__results {
        /* height: 250px; */
        margin: 0 auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .search__results .search__item {
        flex-direction: row;
        flex-wrap: wrap-reverse;
    }

    .search__results .search__item .search__img {
        /* display: none; */
    }

    .search__results .search__item .Content .search__name,
    .search__results .search__item .search__price {
        font-size: 16px;
    }

    .search__results .search__item .search__price {
        width: 100%;
        text-align: left;
    }

    .align-items-stretch.container {
        justify-content: center;
    }

    .p-buttonsearch {
        left: 0;
    }

}

/* ______________________________Paginations____________________________________ */
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #57667E;
    background-color: #fff;
    border: 0px solid #dee2e6;
    transition: all 0.5s;

}

.page-item.active .page-link {
    z-index: 1;
    color: #FF3A46;
    background-color: transparent;
    border-color: transparent;
}

.page-link:hover {
    color: #FF3A46;
    text-decoration: none;
    background-color: transparent;
}

.page-item span {
    padding: .5rem .75rem;

}

.pagination:nth-child(1) {
    align-self: center;
    align-items: center;
    cursor: pointer;
    direction: rtl;
}

.pagination:nth-child(1) li span i {
    font-style: normal;
}

.ms-pagination-item i {
    font-style: normal;
}

.table-summary {
    margin: 5px 0 !important;
}

.table-summary td.value {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 68%;
    -webkit-box-flex: 0;
    flex: 0 0 68%;
    max-width: 68%;
    font-size: 16px;
    border: none;
    padding: 0;
}

.table-summary td.key {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 32%;
    -webkit-box-flex: 0;
    flex: 0 0 32%;
    max-width: 32%;
    font-size: 14px;
    border: none;
    padding: 0;
}

.willa-s.active {
    border-color: #6c6c6c;
}

.willa-s.de-active {
    border-color: #33333320;
}

.contact-address-two .address-block p,
.contact-address-two .address-block p a {
    color: #2c2c2c;
}

.our-service .our-history .text-wrapper p {
    color: #484848;
}

/*----------------------- article ----------------------*/
.shop-details .realated-product.product-showcase .single-product-case .product-name h2 {
    font-size: 18px;
    color: #000;
    margin: 20px 0 5px;
    display: block;
    line-height: 30px;
}

.shop-details .realated-product .text12 .borders::before {
    content: "";
    position: absolute;
    top: 30%;
    width: 50%;
    left: 25%;
    height: 1px;
    border-radius: 100%;
    opacity: 0.5;
    background: linear-gradient(45deg, #780000 0, #090000 20%, #780000 100%);
}

.shop-details .realated-product .text12 * {
    font-size: 12px;
    color: #333;
}

.shop-details .realated-product .caption-sina {
    font-size: 14px;
    text-align: justify;
    color: #4c4c4c;
}

.our-blog .post-data p {
    color: #585858;
}

.user-comment-area .single-comment .user-comment-data p {
    color: #818181;
}

.arch-blog #wb-category-list-container .nav-tabs a.nav.wb-category-all-items,
#wb-category-list-container .nav-tabs a.nav.wb-category-item {
    color: #7c7c7c;
    font-size: 14px;
    padding: 0 10px;
    line-height: 26px;
    margin-bottom: 6px;
    min-width: 150px;
}

.arch-blog #wb-category-list-container .nav-tabs a.nav.active {
    color: #595959;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid;
    border-radius: 15px;
}

.arch-blog #wb-category-list-container .nav-tabs {
    border: none;
    justify-content: space-between;
}

/*------------------------------------------------
                    article-details
------------------------------------------------*/
.article-detail-area ul {
    list-style-type: disc;
}

.article-detail-area .faq-container {
    margin: 0 auto;
    text-align: right;
}

.article-detail-area .faq-container .panel-heading {
    padding: 1rem 1.5rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #efefef;
}

.article-detail-area .faq-container .panel-heading:has(.panel-title a.collapsed) {
    border-radius: 10px;
}

.article-detail-area .faq-container .panel-heading a {
    width: 100%;
}

.article-detail-area .faq-container .panel-heading p {
    color: #585858 !important;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    font-weight: 600;
}

.article-detail-area .faq-container .panel-collapse {
    border-right: 1px solid rgb(239, 239, 239);
    border-bottom: 1px solid rgb(239, 239, 239);
    border-left: 1px solid rgb(239, 239, 239);
    border-image: initial;
    border-top: none;
    margin-bottom: 1.5rem;
    margin-top: -10px;
    padding: 1.5rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.article-detail-area .faq-container .panel-collapse .panel-body p {
    direction: rtl;
    text-align: justify;
    font-size: 14px;
    line-height: 31px;
    padding: .5rem 1.5rem;
}

.blog-details .single-blog-post .post-data .desc table {
    height: auto !important;
    width: 100%;
    border: 1px solid #e3e3e3 !important;
    background-color: #ffffff !important;
    margin-left: auto;
    margin-right: auto;
}

.blog-details .single-blog-post .post-data .desc table tbody tr td {
    height: auto !important;
    max-width: 50%;
    border-left: 1px solid #e3e3e3 !important;
    border-color: #e3e3e3;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    border-top: none;
    border-right: none;
}

.blog-details .single-blog-post .post-data .desc table tbody tr td p,
.blog-details .single-blog-post .post-data .desc table tbody tr td strong {
    margin: 0 !important;
    padding: 0 !important;
}

.blog-details .single-blog-post .post-data .desc table tbody tr td:last-child {
    border-left: none;
}

.blog-details .single-blog-post .post-data .desc table tbody tr:nth-child(2n) {
    background-color: #f7f7f7;
}

.call-btn .icon {
    background: linear-gradient(45deg, #780000 0%, #090000 100%, #780000 80%);
    width: 31px;
    height: 31px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.gap-5 {
    gap: 5px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

#accordion a {
    color: #000;
}

#accordion ul {
    margin-bottom: 0;
}

.card {
    border: unset;
}

.card-body {
    padding: 0;
}

.card-header {
    background: unset;
}

.card-body li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.card-body li a {
    font-size: .9em;
}

.card-body ul {
    max-height: 500px;
    overflow-y: auto;
    padding-left: 7px;
    margin-top: 7px;
}