﻿.catalog_breadcrumbs {
	margin:10px 0 0 0;
}

.catalog_filters {
	color:#888 !important;
	font-size:14px;	
}

.catalog_sort_container {
	font-size:14px;	
	color:#888;
}

.catalog_sort_container a {
	color:#888 !important;
}

.catalog_sort_container a:hover {
	color:#222 !important;
}

.catalog_addoffer_button {
	display:inline-block;
	float:right;
	margin-top:25px;
	min-width:300px;
}

.logo-market {
	max-width:512px;
	width:100%;
	margin-top:15px;
}

.cmp_categiories {
	
	width:100%;
	
	display: -webkit-flex; 
	-webkit-justify-content: flex-start;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}


.cmp_categiories_block {
	width:32%;
}

.cmp_categiories_block div {
	width:100%;
	height:100%;
	padding:20px 30px 30px 30px;
	height:340px;
	
}

.cmp_categiories_block div h2 {
	margin:10px 0 10px 0;
}

.cmp_categiories_block div span {
	display:block;
	margin-bottom:4px;
	height:28px;
	line-height:24px;
}

.cmp_categiories_block div span img {
	display:inline-block;
	margin-right:20px;
	float:left;
}

@media only screen and (max-width: 900px) {
	.cmp_categiories_block {
		display:block;	
		width:100%;
	}
	.cmp_categiories_block div {
		height:auto;
		margin-bottom:20px;
	}	
}

@media only screen and (max-width: 460px) {
	.cmp_categiories_block {
		display:block;	
		width:100%;
		box-shadow: none !important;
	}
	.cmp_categiories_block div {
		height:auto;
		margin-bottom:20px;
		padding:0;
	}	
	.cmp_categiories_block div span {
		font-size:14px;
	}
}

.items1 {
	/*
	display: -webkit-flex; 
	-webkit-justify-content: flex-start;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	*/
	display: grid; /* 1 */
	grid-template-columns: repeat(auto-fill, 220px); /* 2 */
	grid-gap: 1rem; /* 3 */
	justify-content: space-between; /* 4 */	
}

.item1 {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
	
	position:relative;
	
	background-color:#fff;
	
	margin-bottom: 20px; /*0 30px 20px 0;*/
	
	width:220px;
	height:440px;
	
	
	overflow:hidden;
	
	text-align:left;
}

.item1 img {
	width:220px;
	height:220px;
}

.item1_name {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */	
	color:#111;
	padding:10px;
	margin:0;
	font:18px 'Ubuntu Condensed';
	
	display:table-cell;
	height:62px;
	vertical-align:middle;
	overflow:hidden;
}

.item1_offers {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */		
	width:160px;
	height:20px;
	font-size:12px;
	line-height:12px;
	background-color:#aaa;
	color:#222;
	padding:5px 0 0 8px;

}

.item1_price {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */		
	width:160px;
	background-color:#444;
	color:#fff;
	padding:8px;

}

.item1_cents {
	font-size: 12px !important;
	text-decoration: underline;
	vertical-align: top;
	line-height:22px !important;
}

.item1_about {
	font-size:12px;
	line-height:14px;
	margin:10px;
}
/*
.items {
	margin-top:-30px;
}

.item {
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top; 
	
	width:310px;
	height:320px;
	background-color:#fff;
	margin:30px 28px 0 0;
	padding:10px;
	
	text-decoration:none;
	
	overflow:hidden;
}


.item a {
	display:block;
	text-decoration:none;
}

.item:nth-of-type(3n) {
	margin-right:0px;
}

.item a img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top:10px;
	margin-left:45px;
}


.itemname {
	z-index:10;
	margin:0 0 0 10px;
	width:280px;
	height:48px;
	
	display : flex;
	align-items : center;	
}

.item a h3 {
	display:inline-block;

	font-size:18px;
	line-height:24px;
	margin:0px;
	
	vertical-align: middle;
}


.itemprice {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:32px;
	line-height:32px;
	color:#333;
	margin-left:10px;
}


.itemabout {
	opacity:0;
	
	position:absolute;
	width:240px;
	height:100px;
	
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:16px;
	line-height:22px;
	color:#111;
	margin-top:-300px;
	margin-left:10px;
	
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.item:hover .itemabout {
	position:absolute;
	opacity:1;
	margin-top:-200px;
}
*/

.itemtext h2 {
	margin-top:0px;
}


.cents {
	font-size: 18px !important;
	text-decoration: underline;
	vertical-align: top;
	line-height:24px !important;
}

.market_telegram_about {
	width:25%;
}

.market a {
	color:#3479a0;
}

.market .button {
	background-color:#319abc;
}

.market .pages div {
	background-color:#319abc;
}

.market .checkbox:checked + label:before {
	background-color:#319abc;
}


.market .selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.market .selectize-dropdown .active.create {
  color: #495c68;
}

.market .selectize-dropdown [data-selectable] .highlight {
  background-color: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

@media only screen and (max-width: 900px) {
	.catalog_addoffer_button {
		display:block;
		margin:15px 0 10px 0;
		width:100%;
	}
	.market_telegram_about {
		width:100%;
		clear:both;
		margin-bottom:20px;
	}	
}


@media only screen and (max-width: 520px) {
	.items1 {
		display: -webkit-flex; 
		-webkit-justify-content: flex-start;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}	
	
	.item1 {
		display:block;
		width:100%;
		height:122px;
		text-align:left;
		white-space:nowrap;
		margin:0 0 20px 0;
	}
	
	.item1 img {
		width:120px;
		height:120px;
	}
	
	.item1_name {
		height:60px;
		padding:5px 0 5px 10px;
		font-size:16px;
		max-width:200px;
	}
	
	.item1_offers {
		background-color:#fff;
	}
	
	.item1_price {
		background-color:#fff;
		color:#33550f;
	}
	
	.item1_about {
		display:none;
	}
	
	.item1_content {
		display:-moz-inline-stack;
		display:inline-block;
		_overflow:hidden;
		zoom:1;
		*display:inline;
		vertical-align:top; 
		white-space:normal;
	}
}
