/*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-menu-inner>.price_block:nth-child(2){
     display: none  !important;
}

.dropdown-product__item-image img {
	width: 72px;
    max-height: 72px;
    text-align: center; 
}

.profistudio-merchandiser-sort-list-select__select {
	fill: var(--fill_dark_light);
	background: var(--card_bg_black);
    text-align: left;
    color: var(--white_text_black);
    overflow: hidden;
    max-width: 450px;
    min-width: 220px;
	    border-radius: 8px;
}

.profistudio-merchandiser-sort-list-select__select:hover {
	box-shadow: 0 5px 30px rgba(34, 34, 34, .1);

}

.profistudio-merchandiser-sort-list-select__select option {
font-size: 0.9375rem;
    line-height: calc(1em + 7px);
	background-color:white;
}

.profistudio-merchandiser-sort-list-select__select option:hover {
	background-color:white;
	color:red;
}

.profistudio-merchandiser-sort-list-select {
	margin-bottom: 1px;
}