/* catalog.section */
div.itemList
{
  border:1px solid #BEBEBE;
  border-width: 1px 0 0 1px;
  padding:0px 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom:20px;
}

div.itemList div.itemCat
{
  height: 350px;
  /*padding: 15px 10px;*/
  margin-left:0px;
  margin-bottom:0px;
  position: relative;
  width: 236px;
}

div.itemList div.itemCat div.itemContent
{
  /*position:absolute;*/
  background-color:#fff;
  padding:0;
  border: 1px solid #BEBEBE;
  border-width: 0px 1px 1px 0px;
  height: 349px;
}
div.itemList div.itemCat div.itemContent:hover{
	/*background:#feffdd;*/
}
div.itemList div.itemCat div.itemContent div.img
{
  margin:0 auto;
  /*width:156px;*/
  height:156px;
  text-align:center;
  padding:5px;
  margin-top:10px;
  display:flex;
}

div.itemList div.itemCat div.itemContent div.img a
{
  /*width:156px;
  height:156px;*/
  display:block;
  margin: auto;
  text-align: center;
}
div.itemList div.itemCat div.itemContent div.nophoto
{
  background:url('/images/no_photo.png') 50% 50% no-repeat;
}
div.itemList div.itemCat div.itemContent div.name
{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  height:45px;
  overflow:hidden;
}
div.itemList div.itemCat div.itemContent div.name a
{
  color:#B42B41;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

div.itemList div.itemCat div.itemContent div.name a.detailLink
{
  color:#2B8AB2;
  font-size:12px;
  float: right;
}
div.itemList div.itemCat div.itemContent div.href
{
  font-size: 14px;
  text-align: center;
}
div.itemList div.itemCat div.itemContent div.href a{
	color:#1a0dab;
}
div.itemList div.itemCat div.itemContent div.status
{
  margin: 5px 0 10px;
  font-size: 14px;
  text-align: center;
  color:#999;
  height: 16px;
  font-weight:bold;
}

div.itemList div.itemCat div.itemContent div.price
{
  padding: 8px 0px 8px 10px;
  font-size: 24px;
  text-align: right;
  /*background-color:#F3EFF0;*/
  line-height:26px;
  height:26px;
  float:left;
  position: absolute;
}

div.itemList div.itemCat div.itemContent div.price .old
{
    color: #999999;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    text-decoration: line-through;
}

div.itemList div.itemCat div.itemContent div.price .mess
{
    font-size: 12px;
    font-weight: bold;
    display:block;
    text-align:center;
    margin: 0 30px;
}

div.itemList div.itemCat div.itemContent div.price .rubl
{
    color: #999999;
}
div.itemList div.itemCat div.itemContent div.buttonsAct
{
  margin: 10px 8px 0 0;
  text-align: center;
  height:33px;
  float:right;
}
div.itemList div.itemCat div.itemContent div.labelsFor
{
  position:relative;
  padding-top: 3px;
  height:0 !important;
  opacity: 0.7;
}
div.itemList div.itemCat div.itemContent a.favoriteLabel
{
  position:absolute;
  width:40px;
  height:40px;
  border:0;
  right:0;
  top:-11px;
  background:url('images/favorites.png') -80px 0 no-repeat;
  display:none;
}
div.itemList div.itemCat div.itemContent a.favoriteLabel:hover
{
  background-position:-30px 0;
}
div.itemList div.itemCat div.itemContent a.activeFav
{
  background-position:-80px -50px;
  display:block;
}
div.itemList div.itemCat div.itemContent a.activeFav:hover
{
  background-position:-30px -50px;
}

div.itemList div.itemCat div.itemContent div.labels
{
  position:absolute;
  left:0;
  top:-1px;
}
div.itemList div.itemCat div.itemContent div.labels div.label
{
  /*background:url('/images/labels5ws.png') 0 0 no-repeat;*/
  border-radius:3px;
  padding:3px 3px;
  color:white;
  font-weight:600;
  margin-right:3px;
  line-height:normal;
  float:left;
}
div.itemList div.itemCat div.itemContent div.labels div.newLabel
{
  background:#9277C6;
}
div.itemList div.itemCat div.itemContent div.labels div.saleLabel
{
  background:#e35353;
}
div.itemList div.itemCat div.itemContent div.labels div.hitLabel
{
  background:#ecb000;
}
div.itemList div.itemCat div.itemContent div.labels div.ecoLabel
{
  background:#44B758;
}
div.itemList div.itemCat div.itemContent div.labels div.bestLabel
{
  background:#AB374B;
}

div.itemList div.itemCat div.itemContent div.userraiting
{
  position:absolute;
  width:40px;
  left:0;
  top:28px;
  z-index:1;
}
div.itemList div.itemCat div.itemContent div.userraiting div.label
{
  height:25px;
  width:25px;
  margin:0 0 5px 5px;
  text-align:center;
  vertical-align:middle;
  color:#fff;
  line-height:25px;
}
div.itemList div.itemCat div.itemContent div.userraiting div.userprop1{
	background: #38ad6b;
}
div.itemList div.itemCat div.itemContent div.userraiting div.userprop2{
	background: #46bd7a;
}
div.itemList div.itemCat div.itemContent div.userraiting div.userprop3{
	background: #55ce8a;
}
div.itemList div.itemCat div.itemContent div.userraiting div.userprop4{
	background: #68dc9b;
}

.salelabel{
	color:red;
	 font-weight: 600;
	position:absolute;
	top:10px;
	right:5px;
}
div.itemList div.itemCat div.itemContent div.profraiting
{
  position:absolute;
  width:30px;
  right:0;
  top:28px;
  z-index:1;
}
div.itemList div.itemCat div.itemContent div.profraiting div.label
{
  height:25px;
  width:25px;
  background:red;
  margin:0 5px 5px 0;
  text-align:center;
  vertical-align:middle;
  color:#fff;
  line-height:25px;
}
div.itemList div.itemCat div.itemContent div.profraiting div.profprop1{
	background: #9277c7;
}
div.itemList div.itemCat div.itemContent div.profraiting div.profprop2{
	background: #a791d4;
}
div.itemList div.itemCat div.itemContent div.profraiting div.profprop3{
	background: #b9a7de;
}
div.itemList div.itemCat div.itemContent div.profraiting div.profprop4{
	background: #c6b8e2;
}


@media (min-width: 960px) {
	div.itemList.hidelast div.itemCat:last-child{
		display:none;
	}
}
@media (max-width: 960px) {
	div.itemList div.itemCat{
		float:none;
		display:inline-block;
		width:50%;
		height: 370px;
		/*margin:10px 0 0px 1%;*/
	}
	div.itemList div.itemCat div.itemContent{
		height: 369px;
	}
	div.itemList div.itemCat:nth-child(4n+1){
		/*margin-left: 1%;*/
	}
	div.itemList div.itemCat img{
		width:auto;
		height:auto;
		max-width:120px;
		max-height:155px;
	}
	div.itemList .price-block{
		text-align:center;
	}
	div.itemList div.itemCat div.itemContent div.price{
		float:none;
		text-align:center;
		line-height:normal;
		position: inherit;
	}
	div.itemList div.itemCat div.itemContent div.price .old{
		float:none;
		line-height:normal;
		display:block;
	}
	div.itemList div.itemCat div.itemContent div.buttonsAct{
		margin: 10px 0px 0 0;
		float:none;
	}
	div.itemList div.itemCat div.itemContent div.price .mess{
		margin: 0 0px;
	}
}
@media (min-width: 640px) and (max-width: 960px) {
	div.itemList div.itemCat{
		width:33.33%;
	}
}
@media (max-width: 320px) { 
	div.itemList div.itemCat{
		width:100%;
	}
}