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

.logo_wrapp a{
	background: transparent !important;
}
.table-delivery.hidden-lg{
	display: none;
}
@media (max-width: 600px){
	.start_promo .item.wide50 img, .start_promo .item.wide100 img {transform: none !important; width: auto !important; }	
	.start_promo .item img {height: 100% !important;}
	body .table-delivery.hidden-xs {
	    display: none;
	}
	body .table-delivery.hidden-lg {
	    display: block;
	}

}
@media (max-width: 768px){
	.basket_wrapp .basket_fly .basket_count.empty.small .wraps_icon_block.basket .count span {background: #e3e3e3;}
	.goods_from_same_collection, .item_main_info .img_wrapper{
		width: 100%;
	}
	body .catalog_detail .item_main_info .right_info{
		width: 100%;
	}
}

