.bx-filter{
padding-bottom: 72px;
    width: 300px;
    height: unset;
    float: left;
    margin-right: 24px;
    padding: 0;
    position: static;
    background: none;
    z-index: unset;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    right: -400px;
    top: 0;
}
.catalog-section-container{
    width: -moz-calc(100% - 300px - 24px);
    width: -webkit-calc(100% - 300px - 24px);
    width: calc(100% - 300px - 24px);
    float: right;
}

.row.catalog-section .product-item-col{
	width: calc(33% - 2px);
	border: 1px solid #e3ecef;
	margin: 1px;
	padding: 0;
    float: left;
}
body .catalog-section-container .catalog-section {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
	.bx-filter{
		width: 100%;
		float: unset;
		margin-right: 0;
		right: 0;
	}
	.catalog-section-container{
		width: 100%;
		float: unset;
		margin-top: 32px;
	}
}

@media screen and (max-width: 767px) {
	.row.catalog-section .product-item-col{
		width: calc(50% - 2px);
	}
}















