/*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, .sa_block, .wrapp_stockers {
	display: none !important;
}
.display_list .list_item td.information_wrapp {
	width: 285px;
}
.module_products_list td.but-cell {
	width: 278px;
}
.quantity_block_wrapper, .sharing {
	display: none;
}
#mobileheader .logo.colored img {
	max-height: 60px !important;
}
#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
	max-height: none;
}
.price-cell .price_matrix_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.price-cell .price_matrix_block .price_group {
	width: 100%;
}
.price-cell .price_matrix_block .price_group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.price-cell .price_matrix_block .price_custom_wrap .name_pr {
	min-width: 133px;
}
.module_products_list td.item-name-cell {
	text-align: center;
}
.module_products_list td.price-cell .cost.prices .price {
	margin-left: 46px;
}
.item-name-cell {
	width: 20%;
}
.module_products_list td.price-cell {
	width: 52%;
	overflow: visible;
}
.price-cell .price_group {
	margin: 0 !important;
	width: 33%;
}
.price-cell .price_measure {
	display: none !important;
}
.counter_block {
	width: 100px;
}
.counter_block input[type=text] {
	width: 48px;
}
.module_products_list td.but-cell {
	padding-right: 12px;
}
.price_custom_wrap {
	position: relative;
	display: inline-block;
}
.hidden_price_text {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	top: 11px;
	left: 100%;
	border: 1px solid #ccc;
	padding: 3px 6px;
	width: 200px;
	text-align: center;
}
.price_custom_wrap .name_pr:hover + .hidden_price_text {
	display: block;
}
.price_custom_wrap .name_pr {
	cursor: pointer;
	padding: 2px 4px;
	display: block;
}
.popup_text_custom .pop-up-title {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}
.popup_text_custom {
	min-height: 200px;
	padding: 0 40px;
}
.popup_text_custom .but-r {
	text-align: center;
}
.module_products_list .btn_custom_price {
	padding: 6px 10px;
	margin-right: -4px;
	margin-top: 7px;
}

@media (max-width: 1200px) {
.price-cell .price_matrix_block {
	flex-wrap: wrap;
}
.price-cell .price_group {
	width: 100% !important;
}
body .module_products_list td.price-cell {
}
.hidden_price_text {
	top: 20px;
	left: -50%;
}
}
.sucess_admin {
	margin-top: 14px;
	font-weight: bold;
	color: green;
}
input[type=number] {
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 2px;
	box-shadow: none;
	color: #383838;
	height: auto;
	font-size: 13px;
	padding: 8px 13px 7px;
	width: 100%;
	outline: 0;
}
.btn_custom_element {
	width: 100%;
	margin-bottom: 14px;
}
.question {
	border: 1px solid #ccc;
	border-radius: 100%;
	padding: 0px 3px;
	font-weight: bold;
	position: absolute;
	top: -7px;
	font-size: 9px;
	line-height: 11px;
}
.name_pr:hover .question {
	color: #fff;
	background-color: #418e00;
}
.directory_catalog_wrapper .catalog_detail .item_main_info, .directory_catalog_wrapper .catalog_detail .nav-tabs, .directory_catalog_wrapper .sort_display, .directory_catalog_wrapper .item-stock, .product-item-detail-tabs-container-fixed {
	display: none !important;
}
.directory_catalog_wrapper .foto-cell, .directory_catalog_wrapper .item_block td.image {
	display: none;
}
.directory_catalog_wrapper .item-name-cell {
	width: 100%;
}
.table-menu tr td:nth-child(2) ul.dropdown-menu {
	display: none !important;
}

@media (min-width: 957px) {
.module_products_list td.item-name-cell {
	min-width: 395px;
}
}

@media (max-width: 550px) {
.price-cell .price_matrix_block .price_group {
	flex-wrap: wrap;
	justify-content: center;
}
body .module_products_list td.price-cell {
	padding: 0;
	width: 80%;
}
.module_products_list td.price-cell .cost.prices .price {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.cost.prices .price_name:first-of-type {
	width: 100%;
}
}
