.green-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #439f15));
	background:-moz-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #439f15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#439f15',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:4px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #555;
	text-align: center;
}
.green-btn:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #439f15), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #439f15 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#439f15', endColorstr='#77d42a',GradientType=0);
	background-color:#439f15;
}
.short-item {
	display: inline-block;
	padding: 15px 15px 10px;
	margin: 10px;
	vertical-align: top;
	height: 350px;
	border: 1px solid #e0e0e0;
	position: relative;
	list-style-type: none;
}
.short-item .product-mark-icon {
	position: absolute;
	top: 0;
	right: 0;
}
.short-item .preview180 {
	width: 180px;
	line-height: 180px;
	vertical-align: middle;
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin: 0 auto;
	min-height: 178px;
}
.short-item .preview180 .no-image {
	height: 178px;
	width: 100%;
	text-align: center;
	background: url("../images/nophoto-icon.png") no-repeat center center transparent;
}
.short-item .preview180 .no-image span {
	display: none;
}
.short-item .preview180 .preview-image {
	margin: auto;
}
.short-item .hidden-phone {
	position: absolute;
	font-size: 12px;
	text-align: center;
	width: 174px;
	margin-top: -24px;
	padding: 3px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	display: none;
}
.short-item:hover .hidden-phone {
	display: block;
}
.short-item .hidden-phone i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/phone-16.png") no-repeat center center transparent;
	margin-bottom: -3px;
	margin-right: 5px;
}
.short-item .hidden-phone .number {
	position: relative;
	display: inline-block;
	min-width: 100px;
}
.short-item .hidden-phone .show-number {
	white-space: nowrap;
	cursor: pointer;
	border-bottom: 1px dotted #000;
}
.short-item .hidden-phone .number .show-number {
	display: none;
}
.short-item .hidden-phone .number .origin {
	display: inline;
}
.short-item .hidden-phone .number.number-hide .origin {
	display: none;
}
.short-item .hidden-phone .number.number-hide .show-number {
	display: inline-block;
}
.short-item .hidden-phone .show-number:hover {
	border-bottom-color: #fff;
	border-bottom-color: rgba(0,0,0,0);
}
.short-item .name {
	display: block;
	font-size: 14px;
	height: 51px;
	line-height: 16px;
	margin-top: 10px;
	overflow: hidden;
	width: 180px;
	word-wrap: break-word;
	text-decoration: none;
}
.short-item .name.name-with-price {
	height: 34px;
}

.short-item .price {
	color: #000;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	width: 180px;
	font-weight: bold;
	bottom: 66px;
	position: absolute;
}
.short-item .price .prefix,.short-item .price .currency {
	font-weight: normal;
}
.short-item .price .old {
	color: #999;
	display: inline-block;
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: normal;
}
.short-item .price .new {
	white-space: nowrap;
}
.short-item .buy {
	bottom: 10px;
	display: block;
	font-size: 12px;
	padding: 2px 5px;
	position: absolute;
	right: 15px;
	text-align: center;
}
.short-item .request-price {
	bottom: 10px;
	display: block;
	font-size: 12px;
	padding: 2px 5px;
	position: absolute;
	right: 15px;
	text-align: center;
}
.short-item .add-lable {
	display: inline;
}
.short-item .product-order-description {
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-size: 12px;
	line-height: 24px;
}
.short-item .product-order-description .order-required {
	color: #a1a1a1;
}
.short-item .product-order-description .not-order-required {
	color: #7aad0a;
}
.short-item .for-add-button {
	bottom: 10px;
	position: absolute;
	right: 15px
}
.full-item {
	border-top: 1px solid #d2d2d2;
	min-height: 82px;
	padding: 5px;
	width: 100%;
	position: relative;
	list-style-type: none;
}
.full-item .description .product-system-marks {
	display: inline-block;
	height: 35px;
}
.full-item .description .product-system-marks .product-mark-icon {
	width: 35px;
}
.full-item .logo {
	display: block;
	float: left;
	line-height: 72px;
	width: 72px;
	background: #f0f0f0;
	text-align: center;
	outline: none;
	text-decoration: none;
	font-size: 14px;
}
.full-item .logo .no-photo {
	color: #888;
}
.full-item:last-child {
	border-bottom: 1px solid #d2d2d2;
}
.full-item .description {
	margin: 0 200px 0 180px;
}
.full-item .description .name {
	display: block;
}
.full-item .for-add-button {
	position: absolute;
	display: block;
	right: 5px;
	top: 30%;
	margin-top: -15px;
}
.full-item .price {
	display: block;
	line-height: 20px;
	position: absolute;
	right: 110px;
	top: 50%;
	margin-top: -20px;
	text-align: right;
}
.deleted-result .full-item .description {
	margin: 0 210px 0 87px;
}
.deleted-result .full-item .price {
	right: 120px;
}
.full-item .price .new {
	color: red;
}
.full-item .price .standart {
	line-height: 40px;
	vertical-align: middle;
}
.full-item .price .old {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
}
.full-item .product-description {
	font-size: 14px;
	max-height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.products .archive {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
}
.products .archive:HOVER {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.archive-products {
	background: url("../images/trash.png") no-repeat scroll left center transparent;
}
.back-products {
	background: url("../images/back.png") no-repeat scroll 2px center transparent;
}
.other-products {
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 30px;
	padding: 8px 8px 8px 32px;
}
.for-add-button .product-remove {
	color: red;
	font-size: 12px;
	cursor: pointer;
	text-align: right;
	display: block;
	margin-top: 15px;
}
.full-item .product-remove {
	text-align: right;
}

.public-state {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #439f15));
	background:-moz-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #439f15 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #439f15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#439f15',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:4px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #555;
	text-align: center;
}
.public-state:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #439f15), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #439f15 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #439f15 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#439f15', endColorstr='#77d42a',GradientType=0);
	background-color:#439f15;
}
.full-item .public-state {
	text-align: right;
}
.public-state .on {
	display: none;
}
.public-state .off {
	display: block;
}
.public-state.active-true .on {
	display: block;
}
.public-state.active-true .off {
	display: none;
}
.for-add-button {
	text-align: center;
}
/*Categories*/
.left-control-panel {
	border: 1px solid #ded8d7;
	width: 266px;
	float: left;
}
.products-content {
	margin-left: 266px;
}
@media only screen and (max-width:900px) {
	.left-control-panel {
		float: none;
	}
	.products-content {
		margin-left: 0;
	}
	.products-content .products {
		padding-left: 0;
	}
}
.catogories {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 264px;
	position: relative;
	border-bottom: 1px solid #ded8d7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.catogories .categories-title {
	padding: 0 30px 0 20px;
	position: relative;
	line-height: 42px;
}
.catogories .categories-title:after {
	color: #000;
	content: "▼";
	font-size: 12px;
	position: absolute;
	right: 20px;
}
.catogories .category-items {
	display: none;
	position: absolute;
	padding: 10px;
	background: #fafafa;
	width: 264px;
	-o-box-shadow: 0 1px 2px #aaa;
	-webkit-box-shadow: 0 1px 2px #aaa;
	-moz-box-shadow: 0 1px 2px #aaa;
	box-shadow: 0 1px 2px #aaa;
	z-index: 2;
}
.catogories:hover .category-items {
	display: block;
}
.catogories:hover .categories-title:after {
	color: #888;
}
.catogories .category-items li {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
}
.catogories .category-items li:last-child {
	margin-bottom: 0;
}
.catogories .category-items .category-url {
	background: url("data:image/gif;base64,R0lGODlhAwADAIAAAP///5mZmSH5BAAAAAAALAAAAAADAAMAAAIDDI5XADs=") repeat-x transparent;
	background-position: right bottom 2px;
	display: block;
	padding-right: 40px;
}
.catogories:hover .category-items .category-url span {
	background: #fafafa;
}
.catogories .category-items .info {
	background: #fafafa;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* Filter */
.filter-container {
	padding: 0 10px;
}
.products-filter {
	padding: 15px 0;
	border: 1px solid #eee;
}
.products-filter .filter-item {
	padding-left: 10px;
	padding-right: 10px;
}
.products-filter .price {
	padding-bottom: 15px;
}
.products-filter .boolean-property {
	border-top: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.products-filter .boolean-property label {
	margin: 0;
}
.products-filter .property-selector,.products-filter .property-range
	{
	border-top: 1px solid #eee;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.products-filter label {
	display: block;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	color: #3f454b;
}

.products-filter .item-range {
	line-height: 25px;
	text-align: center;
}

.products-filter .left-range {
	float: left;
}

.products-filter .right-range {
	float: right;
}

.products-filter .left-range,.products-filter .right-range {
	width: 45%;
	border: 1px solid #ddd;
	padding: 3px 5px;
	line-height: 17px;
}

.products-filter .slider {
	margin: 10px 5px 0px 7px;
}

.products-filter .select-list label {
	display: block;
	font-size: 14px;
	padding: 3px 5px;
	line-height: 16px;
	font-weight: normal;
	word-wrap: break-word;
}

.products-filter .select-list {
	max-height: 100px;
	overflow-y: auto;
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
}

.products-filter .select-list input {
	display: inline;
	margin: 0 0 2px;
	padding: 0;
	vertical-align: middle;
}

.products-filter .boolean-property input {
	margin: 0 8px 0 0;
}
.products-filter .product-button {
	margin-left: 10px;
}

.products-filter .reset-filter {
	font-size: 14px;
	float: right;
	padding: 6px 10px;
	display: inline-block;
	margin-right: 10px;
}

.products-filter .filter-item {
	padding-left: 10px;
	padding-right: 10px;
}

.products-filter .ui-slider.ui-slider-horizontal {
	background: #e6e6e6;
	height: 10px;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.products-filter .ui-slider.ui-slider-horizontal .ui-slider-range {
	background: #428bca;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.products-filter .ui-slider.ui-slider-horizontal .ui-slider-handle {
	background: #428bca;
	border: 5px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
	width: 16px;
	height: 16px;
	top: -4px;
	margin-left: -8px;
}

.stock {
	margin-left: 5px;
	font-size: 14px;
}

.stock input[type=checkbox] {
	margin: 4px;
}

/* Product card*/
.products-list.short-true {
	margin: 0 -5px;
}
.short-item {
	margin: 0;
	display: block;
	float: left;
	padding: 0 5px 10px;
	height: auto;
	border: 0px none;
}
.short-item:hover {
	border: 0px none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.short-item:hover .item-content {
	border: 1px solid #ff7200;
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
}
.short-item .product-mark-icon {
	z-index: 2;
}
.short-item .item-content {
	position: relative;
	padding: 10px;
	border: 1px solid #e0e0e0;
}
.short-item .name.name-with-price {
	height: 51px;
}
.short-item-1 {
	width: 100%
}
.short-item-2 {
	width: 50%;
}
.short-item-3 {
	width: 33.333333%;
}
.short-item-4 {
	width: 25%;
}
.short-item-5 {
	width: 20%;
}
.market-categories {
	margin: 0 -5px;
}
.category-item .products-list {
	margin: 0;
}
.market-categories .category-item.category-item-size-1 {
	width: 20%;
}
.market-categories .category-item.category-item-size-2 {
	width: 40%;	
}
.market-categories .category-item.category-item-size-3 {
	width: 60%;	
}
.market-categories .category-item.category-item-size-4 {
	width: 80%;
}
.market-categories .category-item.category-item-size-5 {
	width: 100%;
}
@media (max-width : 1200px) {
	.short-item-1, .short-item-2 {
		width: 100%
	}
	.short-item-3 {
		width: 50%;
	}
	.short-item-4 {
		width: 33.333333%;
	}
	.short-item-5 {
		width: 25%;
	}
	.market-categories .category-item.category-item-size-1 {
		width: 25%
	}
	.market-categories .category-item.category-item-size-1 .short-item-1 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 {
		width: 50%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 75%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 25%;
	}
}
@media (max-width : 991px) {
	.short-item-1, .short-item-2 {
		width: 100%
	}
	.short-item-3 {
		width: 50%;
	}
	.short-item-4 {
		width: 33.333333%;
	}
	.short-item-5 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-1 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-1 .short-item-1 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 {
		width: 66.666666%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 33.333333%;
	}
}
@media (max-width : 750px) {
	.short-item-1, .short-item-2 {
		width: 100%;
	}
	.short-item-3, .short-item-4, .short-item-5 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-2 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 50%;
	}
}
@media (max-width : 450px) {
	.short-item-1, .short-item-2, .short-item-3, .short-item-4, .short-item-5 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-2 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 100%%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 100%;
	}
}
.short-item .product-photo {
	margin: 0 auto;
	max-width: 180px;
}
.short-item .square-box {
	width: 0;
	height: 0;
	padding: 50%;
	position: relative;
	font-size: 0;
	display: block;
}
.short-item .square-box .square-box-container {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.short-item .square-box .square-box-container .square-box-image {
	width: 100%;
	height: 100%;
	text-align: center;
}
.short-item .square-box .preview-image {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.short-item .no-image {
	width: 100%;
	height: 100%;
}
.short-item .hidden-phone {
	width: 100%;
	margin-left: -10px;
}
.short-item .hidden-phone .number {
	min-width: auto;
}
.short-item .hidden-phone .number.number-hide .show-number {
	margin-left: 5px;
}
.short-item .name {
	width: 100%;
}
.short-item .price {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-bottom: 10px
}
.short-item .price .old {
	line-height: 28px;
}
.short-item .price .standart {
	padding-top: 28px;
}
.short-item .card-info-and-controls:after {
	content: " ";
	display: table;
	clear: both;
}
.short-item .product-order-description {
	float: left;
	bottom: 0;
	left: 0;
	position: relative;
}
.short-item .card-info-and-controls .for-add-button {
	float: right;
	right: 0;
	bottom: 0;
	position: relative;
}

.full-item {
	margin: 0;
}
.full-item:after {
	content: " ";
	display: table;
	clear: both;
}
.market-info .hidden-phone .number.number-hide .show-number {
	margin-left: 5px;
}
@media (max-width : 768px) {
	.full-item .description {
		margin: 0 0 0 87px;
		padding: 10px;
	}
	.full-item .price {
		left: 0;
		margin: 0 130px 0 0;
		position: relative;
		right: 0;
		bottom: auto;
	}
	.full-item .price .standart {
		line-height: 150%;
	}
	.full-item .for-add-button {
		bottom: 15px;
		margin: 0;
		right: 10px;
		top: auto;
	}
}
.market-categories .category-item-title {
	margin: 0 5px 10px;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* Product card*/
.products-list.short-true {
	margin: 0 -5px;
}
.short-item {
	margin: 0;
	display: block;
	float: left;
	padding: 0 5px 10px;
	height: auto;
	border: 0px none;
}
.short-item:hover {
	border: 0px none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.short-item:hover .item-content {
	border: 1px solid #ff7200;
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
}
.short-item .product-mark-icon {
	z-index: 2;
}
.short-item .item-content {
	position: relative;
	padding: 10px;
	border: 1px solid #e0e0e0;
}
.short-item .name.name-with-price {
	height: 51px;
}
.short-item-1 {
	width: 100%
}
.short-item-2 {
	width: 50%;
}
.short-item-3 {
	width: 33.333333%;
}
.short-item-4 {
	width: 25%;
}
.short-item-5 {
	width: 20%;
}
.market-categories {
	margin: 0 -5px;
}
.category-item .products-list {
	margin: 0;
}
.market-categories .category-item.category-item-size-1 {
	width: 20%;
}
.market-categories .category-item.category-item-size-2 {
	width: 40%;	
}
.market-categories .category-item.category-item-size-3 {
	width: 60%;	
}
.market-categories .category-item.category-item-size-4 {
	width: 80%;
}
.market-categories .category-item.category-item-size-5 {
	width: 100%;
}
@media (max-width : 1200px) {
	.short-item-1, .short-item-2 {
		width: 100%
	}
	.short-item-3 {
		width: 50%;
	}
	.short-item-4 {
		width: 33.333333%;
	}
	.short-item-5 {
		width: 25%;
	}
	.market-categories .category-item.category-item-size-1 {
		width: 25%
	}
	.market-categories .category-item.category-item-size-1 .short-item-1 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 {
		width: 50%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 75%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 25%;
	}
}
@media (max-width : 991px) {
	.short-item-1, .short-item-2 {
		width: 100%
	}
	.short-item-3 {
		width: 50%;
	}
	.short-item-4 {
		width: 33.333333%;
	}
	.short-item-5 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-1 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-1 .short-item-1 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 {
		width: 66.666666%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 33.333333%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 33.333333%;
	}
}
@media (max-width : 750px) {
	.short-item-1, .short-item-2 {
		width: 100%;
	}
	.short-item-3, .short-item-4, .short-item-5 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-2 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 50%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 50%;
	}
}
@media (max-width : 450px) {
	.short-item-1, .short-item-2, .short-item-3, .short-item-4, .short-item-5 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-2 {
		width: 100%
	}
	.market-categories .category-item.category-item-size-2 .short-item-2 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-3 .short-item-3 {
		width: 100%%;
	}
	.market-categories .category-item.category-item-size-4 {
		width: 100%;
	}
	.market-categories .category-item.category-item-size-4 .short-item-4 {
		width: 100%;
	}
}
.short-item .product-photo {
	margin: 0 auto;
	max-width: 180px;
}
.short-item .square-box {
	width: 0;
	height: 0;
	padding: 50%;
	position: relative;
	font-size: 0;
	display: block;
}
.short-item .square-box .square-box-container {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.short-item .square-box .square-box-container .square-box-image {
	width: 100%;
	height: 100%;
	text-align: center;
}
.short-item .square-box .preview-image {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.short-item .no-image {
	width: 100%;
	height: 100%;
}
.short-item .hidden-phone {
	width: 100%;
	margin-left: -10px;
}
.short-item .hidden-phone .number {
	min-width: auto;
}
.short-item .hidden-phone .number.number-hide .show-number {
	margin-left: 5px;
}
.short-item .name {
	width: 100%;
}
.short-item .price {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-bottom: 10px
}
.short-item .price .old {
	line-height: 28px;
}
.short-item .price .standart {
	padding-top: 28px;
}
.short-item .card-info-and-controls:after {
	content: " ";
	display: table;
	clear: both;
}
.short-item .product-order-description {
	float: left;
	bottom: 0;
	left: 0;
	position: relative;
}
.short-item .card-info-and-controls .for-add-button {
	float: right;
	right: 0;
	bottom: 0;
	position: relative;
}

.full-item {
	margin: 0;
}
.full-item:after {
	content: " ";
	display: table;
	clear: both;
}
.market-info .hidden-phone .number.number-hide .show-number {
	margin-left: 5px;
}
.state-messages {
	display: grid;
	grid-template-rows: repeat(3, 20px);
	grid-template-columns: 20px;
	grid-gap: 5px;
	float: left;
}
.state-messages > span {
	font-size: 20px;
	text-align: center;
}
@media (max-width : 768px) {
	.full-item .description {
		margin: 0 0 0 87px;
		padding: 10px;
	}
	.full-item .price {
		left: 0;
		margin: 0 130px 0 0;
		position: relative;
		right: 0;
		bottom: auto;
	}
	.full-item .price .standart {
		line-height: 150%;
	}
	.full-item .for-add-button {
		bottom: 15px;
		margin: 0;
		right: 10px;
		top: auto;
	}
}
.market-categories .category-item-title {
	margin: 0 5px 10px;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#response-container {
	margin-top: 15px;
}

#response-container .csv-products {
	height: 500px;
	display: inline-block;
	width: 100%;
	overflow: auto;
}

#response-container .csv-products td + td,
#response-container .csv-products th + th {
	border-left: 1px solid #ddd;
}

#response-container table th {
	text-align: center;
	padding: 5px;
}

.context-menu {
	position: fixed;
	display: none;
	background-color: #fff;
	border: 1px solid #333;
	-moz-box-shadow: -5px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -5px 2px 10px rgba(0,0,0,0.5);
	box-shadow: -5px 2px 10px rgba(0,0,0,0.5);
	z-index: 1001;
	overflow: auto;
}

.context-menu ul {
	list-style: none; margin: 0; padding: 0;
}

.context-menu ul li.group-name {
	background-color: #eee;
}

.context-menu ul li {
	margin: 0;
	padding: 5px;
	background-color: #fff;
	display: block;
}

.context-menu ul li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px;
}

.context-menu ul li:not(.group-name):hover {
	background-color: #eee;
	cursor: pointer;
}

#response-container thead th {
	background-color: #eee;
	vertical-align: middle;
}

#response-container thead th.selected {
	background-color: #428bca;
	color: #f0f0f0;
}

#response-container thead th.selected.warning {
	background-color: #ff4c3b;
}

#state-container .info-log {
	overflow-x: scroll;
	height:250px;
	border: 1px solid;
	margin: 20px 0px;
	padding: 10px;
	display: none;
}

.left-indent1 {
	margin: 5px 0 10px 10px;
}

.left-indent2 {
	margin: 5px 0 10px 20px;
}

.import-footer #import-file, .import-footer #validate-file {
	display: none;
}

#downloading-importlog {
	display: none;
}

.import-settings {
	display: none;
}

#import-upload-btn {
	margin-right: 10px;
}

#import-form {
	margin-bottom: 20px;
}

#import-form .fileinput-button, .importlog-wrapper {
	margin-bottom: 10px;
}

#import-form .remote-file {
	margin-bottom: 10px;
}

#import-form .remote-file .address {
	min-width: 300px;
}

#import-form .remote-file .settings {
	display: none;
}

.noview-import {
	margin-top: 20px;
}

#viewByPageNumber {
	font-size: medium;
	margin: 0;
	width: 100%;
	text-align: right;
}

#viewByPageNumber .badge-default {
	background-color: white;
}

#viewByPageNumber .badge {
	font-size: medium;
}

#viewByPageNumber span:first-child {
	padding-right: 12px;
}

#selectAllProducts {
	padding: 5px;
}

#selectAllProducts,
li.full-item .ckbox
{
	display: block;
	float: left;
}

#selectionInfo {
	font-size: 11pt;
	text-align: center;
	background-color: #ffffaa;
	display: inline-grid;
	margin-left: 20px;
	padding: 5px 15px;
}

#chooseAll {
	display: inline-block;
}

li.full-item .ckbox
{
	margin-top: 26px;
}

#selectAllBox {
	width: 25px;
}

#selectAllBox .ckbox {
	margin-left: 25px;
	display: inline-grid;
	float: left;
}

#productsTableHeader {
	margin-bottom: 5px;
	margin-top: 15px;
}

#productsGroupHeader .top-pagination-block {
	float: right;
}

#productsGroupHeader .pagination {
	margin: 5px;
}

#productsTableHeader td {
	vertical-align: bottom;
}

#productChangeGroup {
	height: 50px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0;
	display: none;
	float: left;
}

#productChangeGroup .btn {
	width: 220px;
}

#viewByPageNumber {
	float: right;
}

.full-item .switcher-loader {
	background: url('../bootstrap/images/loaders/loader4.gif') no-repeat center;
	background-size: contain;
	display: block;
	height: 20px;
	width: 25px;
}

.full-item .for-add-button {
	width: 75px;
}

#response-container .product-main-photo {
	width: 200px;
}

#response-container .product-additional-photo {
	width: 150px;
	margin: 5px;
}

#response-container .yml-products-list {
	text-align: center;
	max-height: 500px;
	overflow: auto;
	display: table;
}

#response-container .yml-column-number {
	width: 5%;
}

#response-container .yml-column-name {
	width: 15%;
	text-align: left;
	word-break: break-all;
}

#response-container .yml-column-price {
	width: 10% ;
}

#response-container .yml-column-old-price {
	width: auto;
}


#response-container .yml-column-main-photo {
	width: auto;
}


#response-container .yml-column-additional-photos {
	width: 25% ;
}

#response-container .yml-column-link {
	width: 15%;
	word-break: break-word;
}

#response-container .yml-products-header {
	margin-bottom: 0;
}

#response-container .yml-category-row {
	background-color: #428bca;
	color: white;
}

.yml-categories .panel-body {
	overflow-x: auto;
}

.yml-categories .nav-pills li.active > a {
	color: #fff;
	background-color: #428bca;
}

.yml-categories .nav-pills li {
	margin: 5px;
	list-style-type: none;
}

.yml-categories .nav li a {
	padding: 0;
}

.yml-categories .yml-category-list {
	min-width: 150px;
}

#response-container .offer-loading {
	background-image: url(../images/loader24.gif);
	background-repeat:no-repeat;
	background-position: center center;
	height: 48px;
}

.yml-products {
	max-height: 800px;
	overflow: auto;
}

.yml-categories .yml-category-list .yml-category-name {
	cursor: pointer;
}

.yml-categories .yml-category-list .yml-category-list {
	padding-left: 20px;
}

#response-container .offer-property-value {
	margin-left: 15px;
}

#response-container .offer-name {
	font-size: medium;
}

#scroll-navigator {
	padding: 0;
}
#response-container .panel-title {
	color: white;
}