/*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;  }*/
a:focus {
  color: #e6d500 !important;
}

.basket_fly .opener .basket_count {
  background: #424f60;
  border-bottom: 1px solid #636f7d;
}

.basket_fly .opener .basket_count:hover {
background: #5e6978;
}

.basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span {
background: #5e728c;
}

.basket_wrapp:not(.basket_fill_COLOR) .basket_fly .wraps_icon_block.delay .count span {
background: #5e728c;
}

.basket_wrapp .wraps_icon_block .count > span {
background: #5e728c;
color: #fff;
}

.items.landings_list--grid {
display: none;
}

button[data-param-form_id="RESUME"] {
display: none;
}

.img_inner a span {
background-size: contain;

@media (min-width: 1140px) {
background-size: inherit;
}
}

.wrapper_inner tbody tr td {
    background-color: #f0f8ff78;

    @media (min-width: 768px) {
        background-color: transparent;
    }
}

.callback-block.animate-load.twosmallfont.colored {
    color: #000;
    text-decoration: underline;
}