body.catalog_category_view_parent .column.main {
    width: 100%;
    padding: 0;
}
body.catalog_category_view_parent.page-products .products-grid .product-item ,
body.page-products .products-grid .product-item {
     padding: 15px;
    /* width: calc((100% - 6%)/6); */
    background: #fff;
    border: 0.5px solid #a4a4a4;
}
body .products-grid .product-item-inner {
    display: none !important;
}
body.catalog_category_view_parent .page-title-wrapper {
    padding: 15px 15px 10px;
    font-size: 14px;
    color: #5c5757;
    font-family: 'open_sanssemibold';
    background: #fafafa;
    border: 1px solid #c9c9c9 !important;
    margin-top: 14px;
    margin-right: 4px;
    margin-left: 4px;
}
body.catalog_category_view_parent  .page-main>.page-title-wrapper .page-title ,  
body.catalog_category_view_parent  .page-title-wrapper .page-title {
    font-size: 32px;
    color: #4b1e60;
    font-weight: 800;
    font-family: "nunitobold";
    margin-bottom: 0;
    border-bottom: 0;
    text-align: left;
    padding: 0;
    line-height: 28px;
}
body.catalog_category_view_parent .toolbar-products{
    display: none;
}

body.catalog_category_view_parent .slider-banners-main{
    padding: 0;
}
body.catalog_category_view_parent .product-image-wrapper ,
body.catalog-category-view .product-image-wrapper {
    padding-bottom: 125% !important;
}
.category-description>div {
    max-width: 100% !important;
}
body.page-products .product-item-info {
    width: 100%;
}
.category-description>div>div {
    padding: 0 !important;
}
.category-description .buy-bg h2{
    text-transform: uppercase;
}

body .amshopby-slider-container .am-slider .ui-slider-handle:hover, 
body .amshopby-slider-container .am-slider .ui-slider-handle:active{
    background-color: #513575;
}
body .amshopby-slider-container .am-slider .ui-slider-handle{
    background: #513575;
}

@media screen and (min-width: 1200px){
    body.catalog_category_view_parent.page-products .products-grid .product-item {
        width: calc(16.66% - 8px);
        margin: 0 4px 15px 4px !important;
    }
    body.catalog_category_view_parent .products-grid ol.product-items {
        /* margin: 0 -6px; */
        margin-top: 7px;
    }
    body.catalog_category_view_parent.page-products .columns{
        padding-top: 0;
    }
}

@media screen and (max-width: 767px){
    body.catalog_category_view_parent.page-products .products-grid .product-item{
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    body.catalog-category-view .products{
        margin: 20px 0 0;
    }
    body.catalog-category-view .column.main .product-items{
        margin: 0 -5px;
    }

}
@media screen and (max-width: 640px){
    body.catalog_category_view_parent.page-products .products-grid .product-item{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    body.catalog-category-view .column.main .product-items{
        margin: 0;
    }
}