.container-fuild{
    background-color: #FDFDFD;
}

.pagination{
    justify-content: center;
}
.pagination .page-item > a{
    padding: 15px 25px;
}
.pagination .page-link{
    color: #1C1C1C;
    font-weight: 500;
}
.page-item.active .page-link{
    background-color: #058057;
    border-color: #058057;
}
.pagination .page-item:first-of-type .page-link:first-of-type{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination .page-item:last-of-type .page-link:first-of-type{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-link:focus{
    box-shadow: 0 0 0 0.2rem rgb(240 94 39 / 25%);
}
.widget_shop .ps-list--categories li a {
    font:normal normal normal 16px/20px Poppins;
}
.ps-shopping-product .ps-product.ps-product--inner{
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}
.ps-shopping-product .ps-product.ps-product--inner .product-card-add-to-cart img{
    transition: all .15s ease-in-out;
}
.ps-shopping-product .ps-product.ps-product--inner .ps-product__actions{
    border-top: 1px solid #dee2e6!important;
}
.product-list-product-border{
    width: 150%;
    margin-right: -50px;
}
.ps-shopping-product .ps-product .ps-product__content{
    border-bottom: none !important;
}
.ps-shopping-product .ps-product__actions .product-card-add-to-cart{
    margin-top: 15px;
}
.ps-shopping-product .ps-product--inner .ps-product__title{
    margin-bottom: 0;
    padding-top: 0;
    font-weight: 600;
    overflow: visible;
    text-align: center;
}
.ps-layout--shop .ps-layout__left{
    /* margin-top: 52px; */
}
.ps-layout--shop .ps-shopping .ps-shopping__header{
    background-color: #FDFDFD;
}
.select2-dropdown--below{
    z-index: 50 !important;
}
.ps-product__container .rcmd_product_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0 !important;
}
.rcmd_product_price_footer{
    display: flex;
    flex-direction: column;
    align-self: end;
}
.rcmd_product_price .rcmd_product_price_footer .ps-product__price__sale{
    font: normal normal 500 18px/18px Poppins !important;
    direction: ltr;
}
.ps-product .ps-product__price.sale span {
    width: auto !important;
    /* font-family: Poppins !important; */
    font-weight: 600;
}
.product-card-add-to-cart:hover img{
    filter: brightness(0) invert(1);

}
.ps-product--inner {
    height: 100%;
}

.ps-product--inner .ps-product__thumbnail img {
    object-fit: cover;
}
.ps-product .ps-product__title_ar{
    font-weight: bold;
    text-align: center !important;
    padding-top: 0 !important;
}
@media (max-width:1199px){
    .ps-shopping .ps-shopping__header{
        justify-content: space-between;
    }
}
@media (min-width:992px){
    .ps-product--inner .ps-product__thumbnail img{
        height: 14vw;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ps-product--inner .ps-product__thumbnail img {
        height: 22vw;
        object-fit: cover;
    }
}
@media (min-width:501px) and (max-width:1024px){
    .ps-product .ps-product__price.sale span{
        width: 60px!important;
        overflow: visible!important;
    }
}
@media (min-width:1200px) and (max-width:1310px){
    .ps-shopping-product .ps-product .img_seller{
        width: 40px !important;
        height: 40px !important;    
    }
}
@media (min-width:1200px) and (max-width:1265px){
    .ps-shopping-product .ps-product__price.sale{
        font: normal normal 500 14px/18px Poppins!important;
    }
    .ps-shopping-product .ps-product .img_seller{
        width: 35px !important;
        height: 35px !important;    
    }
}
@media (min-width:501px) and (max-width:1450px){
    .ps-product__container .rcmd_product_price{
        flex-direction: column;
        align-items: inherit;
    }
}
/* Start Left Bar (Filter) */

.widget_shop{
    border: none;
    padding: 0;
}
.filter-category-section{
    padding-right: 20px;
    border: 2px solid #F2F2F2;
    border-radius: 13px;
}
.filter-category-section .widget-title{
    padding-top: 25px;
}
.widget.widget_shop figure{
    border: 2px solid #F2F2F2 !important;
    border-radius: 13px !important;
}
.ps-custom-scrollbar .widget-title {
    padding-right: 15px;
    margin-bottom: 10px;
}
.ps-custom-scrollbar .widget-header{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}
.widget_shop .ps-list--categories li{
    margin-right: -20px;
}
.widget_shop .ps-list--categories li a{
    padding-right: 20px;
}
.widget_shop .ps-checkbox>label {
    padding-left: 30px;
}
.widget_shop .ps-checkbox>label:before{
    width: 21px;
    height: 21px;
}
.ps-checkbox label:before{
    border: 1px solid #E4E4E4;
}
.widget_shop .ps-checkbox>label:after{
    top: 2px;
    left: 7px;
    width: 8px;
    height: 12px;
    border-width: 2px;
    border-color: #fff;
}
/* End Left Bar (Filter) */
