/*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; }*/ 
.stickers .sticker_sale { 
	background-color: #ff4f00; 
} 
.menu_sale a { 
	color: #ff4f00 !important; 
}
.btn.btn-transparent-border-color&nbsp;
{
	background: #ffda66!important; 
	color:#ffda66!important
}

body .wrapper1.basket_normal .logo_and_menu-row .wrap_icon.with-title .name {
	color: #222 !important;
    font-weight: bold;
}

.long_banner .light-menu-color .logo_and_menu-row .logo-row .svg:not(.svg-inline-search2):not(.light-ignore):not(.iconset_icon) svg *, .long_banner .light-menu-color .logo_and_menu-row .logo svg:not(.not_fill) *, .long_banner .light-menu-color .logo-row .search_wrap.only_bg .svg:not(.iconset_icon) * {
    fill: #222 !important;
}

.menu_green a{
	color: #008712 !important;
}

@media screen and (max-width: 600px) {
    body .compact-catalog .sku_props.ce_cmp_hidden {
        display: none !important;
    }

	body .compact-catalog .counter_wrapp.ce_cmp_visible {
		display: none !important;
	}

	body .compact-catalog .counter_wrapp.ce_cmp_hidden {
		display: block !important;
	}
}