.categories-accordion span {
    font-size: 13px;
    font-weight: 600;
}

.fa-chevron-left {
    padding-right: 5px;
    font-size: 9px;
    padding-top: auto;
    padding-bottom: auto;
}

.filters .list-unstyled {
    padding-left: 10px;
}

.filters .list-unstyled li a {
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

.accordian .categories-accordion .content_header:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    line-height: 28px;
    font-weight: 900;
    color: #444;
    text-align: center;
    position: absolute;
    margin-left: -16px;
    font-weight: 900;
    transform: rotate(0);
    transition: all 0.3s ease 0s;
}

.accordian .categories-accordion .content_header.collapsed::before {
    color: #444;
    transform: rotate(-90deg);
}

.list-mansorny li {
    display: inline-block;
    vertical-align: top;
}


.list-mansorny li>a {
    background: #ededed;
    padding: 4px 8px;
    margin: 0 2px;
    border-radius: 4px;
    line-height: 34px;
}

.list-mansorny li.active>a{
    background: var(--primary);
    color: white;
}
.shop-action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.shop-action-bar .left-actions,
.shop-action-bar .right-actions {
    display: flex;
    align-items: center;
}

.shop-action-bar .right-actions .product-view {
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 4px;
}

.nav-pills .nav-link.layout-btn.active,
.nav-pills .show>.nav-link.layout-btn.active {
    background-color: #ddd;
}

.product-per-page {
    width: auto;
}

.list-product-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.list-product-item .product-detail {
    width: 100%;
    height: 100%;
}
.product-loop .list-product-item .product-detail .product-price-container {
    width: calc(100% - 50px);
}
.product-loop .attributes {    
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 4px;
}
.product-loop .list-product-item .attributes {    
    display: flex;
    align-items: center;
}
.product-loop .list-attributes-mobile {
    display: none;
    align-items: center;
    font-size: 14px;
    color: #8b8b8b;
    margin-top: -10px;
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 5px 10px;
    border-radius: 0px 0px 6px 6px;
}
.product-loop .list-attributes-mobile.no-border{
    border: none;
}
.product-loop .list-attributes-mobile.shown{
    border-top: 1px solid #e9e9e9;
    display: inherit; 
}
.product-loop .list-attributes-mobile .item{
    display: inline-flex;
    align-items: center;
}
.product-loop .list-attributes-mobile .item:not(:last-child){
    margin-right: 10px;
}
.product-loop .list-product-item .product-title a {
    -webkit-line-clamp: 4;
}
.product-loop .attributes strong {
    font-weight: 500;
}

.product-loop .wishlist-button {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 5px;
    bottom: 0px;
    background: #cbcbcb3b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.product-loop .feedback {
    align-items: center;
    display: flex;
    font-size: 12px;
    margin-top: 10px;
}

.product-loop .feedback .no-rating {
    color: #e0e0e0 !important;
}

.list-product-item .product-img {
    min-width: 130px;
    max-width: 130px;
    height: 130px;
    text-align: center;
    justify-content: space-around;
    display: flex;
    position: relative;
    margin-right: 20px;
    border-radius: 6px;
    overflow: hidden;
}
.product-loop .list-product-item .offer-badge {
    right: 5px;
    top: 5px;
}
.perpiece {
    color: #aaa;
}

.Trusted_Product img {
    display: none;
}

.perpiece {
    color: #999;
}

.wishlist-active {
    font-weight: 900;
    color: red;
}

.layout-btn {
    padding: 4px 4px !important;
    display: flex;
    border-radius: 0 !important;
    height: 28px;
    width: 30px;
}

.layout-btn i {
    margin: auto !important;
}

.listview i,
.gridview i {
    font-size: 20px;
    color: #555;
}

.filter-title,#show_filters {
    display: none;
}
@media only screen and (max-width: 991px) {
    .m-sidebar {
        display: none;
    }

    .m-sidebar .filters {
        padding: 15px;
        background: #fff;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    #close_filters {
        width: 50px;
    }

    .filter-title,#show_filters{
        display: block;
    }
}
.bottom-page-size{
    display: none;
    margin: auto;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .product-loop .list-product-item .attributes {
        display: block;
    }
    .product-loop .list-product-item .attributes span.mr-3{
        display: block;
    }
    .product-loop .list-attributes-mobile{
        display: inherit;
    }
    .product-loop .list-product-item.card-container {
       border-radius: 6px 6px 0 0;
    }
    .product-loop .list-product-item.card-container:hover {
        border: 1px solid #e9e9e9;
        box-shadow: none;
    }
    .product-loop .list-product-item .product-detail .product-price-container {
        width: 100%;
    }
    /* .product-loop .list-product-item .wishlist-button {
        right: auto;
        left: 0;
        bottom: 0px;
    } */
    .bottom-page-size{
        display: block;
    }
    .search-text{
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .pagination {
        display: flow-root;
    }

    .pagination .page-item {
        display: inline-flex;
    }
    .m-line-h-2{
        line-height: 2.5;
    }
}