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

body { 
 background-color: #f8f8f8 !important; 
}

.wrapper_inner,.maxwidth-theme { 
 background-color: transparent !important; 
}

.product-info-headnote__article { 
 background-color: #ffb800 !important; 
 font-weight: bold !important; 
}

.product-info-headnote__article .article__title,
.product-info-headnote__article .article__value { 
 color: black !important; 
}

.total-price-block #total_price { 
 font-weight: bold; 
}

.search-input { 
 border-color: #ffb800 !important; 
}

.like_icons { 
 display: flex !important; 
 flex-wrap: wrap !important; 
}

.wrap_tizer .wrapper_inner_tizer .outer_text .text { 
 background-color: #469e14 !important; 
 padding: 5px !important; 
 font-weight: bold !important; 
 width: fit-content !important; 
}

@media(max-width: 768px) {
 .breadcrumbs {
  display: none !important;
 }
}

#main .catalog_detail .cheaper_form > span, 
.font_sxs { 
 font-size: 13px !important; 
}

.font_xs { 
 font-size: 14px !important; 
}