/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.section-compact-list__item .section-compact-list__image{display:none;}
.item-views.collection.bg_img .item .image.pattern {
display:none;
}
.item-views.collection.bg_img .item-wrapper>.item .title * {
color:#000;
}
.item-views.collection.bg_img .item {
    padding: 0 0 42px 0;
}
.item-views.collection.bg_img .item-wrapper>.item .top-info {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

/*Смена местами фильтра и категории в каталоге*/
.sticky-sidebar__inner {
	display: flex;
	flex-direction: column;
}

.sticky-sidebar__inner .bx_filter.bx_filter_vertical.swipeignore {
	order: -1;
}
/*Конец смены местами*/
