/*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;  }*/

.dropdown-select__list-item:has(.POPULARITY.desc) {
	display: none;
}

.bx-soa-customer-field select {
	width: 100%;
}

.table-menu table {
	width: 400px;
}

.main-catalog-wrapper .table-view .item-icons.s_2, .main-catalog-wrapper .table-view .item-icons.s_1 {
    width: auto;
}

/** FILTERS */
@media (min-width: 768px) {
	#mobilefilter {
		position: relative;
		left: 0;
		width: 100%;
		top: initial;
		bottom: initial;
	}

	#mobilefilter .bx_filter .bx_filter_parameters {
		position: relative;
		top: initial;
		bottom: initial;
	}

	#mobilefilter .bx_filter .bx_filter_parameters_box.title, #mobilefilter .bx_filter .slide-block .filter_title {
		position: relative;
		width: 100%;
	}

	.slide-block__head.closed + .slide-block__body {
		display: block;
	}

	#mobilefilter .smartfilter {
		padding-top: 0;
	}

	#mobilefilter .slide-block__head.filter_title .close-icons {
		display: none!important;
	}
}
@media (max-width: 390.98px) {
  .bottom-icons-panel__content-link {
    min-width: 58px;
  }
}