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

.company_bottom_block {
  display: none;
}

.middle .grey_block {
  display: none;
}

.opener {
  display: none;
}

/*.middle .maxwidth-theme {
  display: none;
}*/

.bx_filter_vertical input[type=checkbox]+label.sku, .sku_props .bx_item_detail_size ul li {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #888;
    padding: 0 10px;
    text-align: center;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    width: 40%;
}

.catalog_block .article_block, .catalog_block .item-stock {
    display: none;
    margin: 0 6px;
}

.quantity_block_wrapper {
    font-size: 0;
    padding: 10px 0;
    display: none;
}

.sku_props .bx_size ul li.missing {
    opacity: 1;
}