/*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;  }*/
#headerfixed .table-view .item-actions .item-sku{
 display:none!important;
}
@media (max-width: 600px) {
  body .top_big_banners .items .item {
    width: 100%;

  }
	body .top_big_banners .items .item .item_inner{
		padding-top: 65%;
	}
}
.page-top > div.topic{
	padding-top:20px;
}
.page-top > div#navigation{
	padding-bottom:20px;
}
.product-container .product-view--mix .product-info {
    padding-bottom: 0px;
}
/*.product-container .bottom-info-wrapper {
    margin-top: 0rem;
}
*/
.tabs {
    margin-bottom: 20px;
}
.mega-menu table td:not(.wide_menu) .dropdown-menu li > a .name{
	max-width: unset;
    overflow: unset; 
    text-overflow: unset;
}
.ordered-block {
  margin-top: 0;
}
.ordered-block__title{
	padding-bottom: 1rem;
}
.bx-set-constructor{
	padding: 1.3rem 2.6rem;
}

.product-container .product-view--mix .product-info {
	padding-bottom: 60px; 
}
.right_block:not(.catalog_page_detail_with_left) .bottom-info-wrapper .bottom-info {
	margin-top: unset;
}

