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

.__loading{
	position: relative;
}

.__loading:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 4;
}

.__loading:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	width: 80px;
	height: 80px;
	margin: -40px 0 -40px 0;
	background: url("../images/loaders/loader.svg") 0 0 no-repeat transparent;
	background-size: 100%;
	z-index: 5;
}

.aviable{
	background: #B5E61D;
	z-index: 9;
}

.no_aviable{
	position: absolute;
    right: 4px;
    background: #ED1C24;
    color: white;
    padding: 4px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    top: 4px;
	z-index: 9;
}

.item-stock.__lot .value{
	color: green;
	font-size: 14px;
}

.item-stock.__few .value{
	color: #ff8600;
	font-size: 14px;
}

.price_matrix_wrapper .price{
	display: none !important;
}

.price-th,
.cost-cell{
	display: none;
}
.summ-th,
.summ-cell{
	display: none;
}

@media (max-width: 700px) {
	.news_items, .news_blocks {
		display: none;
	}
}


.catalog_block_sidabar .catalog_item_wrapp {
	margin-bottom: 32px;
	border: 1px solid #AAB2B7;
	border-radius: 5px;
	overflow: hidden;
}

.catalog_block_sidabar .wrapper_fw{
	margin-right: 0;
}

.top_wrapper_sidabar{
	margin-top: 20px;
}

.top_wrapper_sidabar h3{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #53646D;
}

#content .btn-green{
	display: inline-block;
    background: #46962B;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    height: 41px;
	line-height: 41px;
    width: 100%;
	text-decoration: none;
	color: #FFF !important;
	text-align: center;
	font-size: 15px;
}

#content .btn-green:hover{
	background: #288b07;
	text-decoration: none  !important;
}