h1.title {
	margin-bottom: 1.1rem;
}
.title:after {
	display:none;
}
	
.prodBlockCellName {
	text-align:left;
}

.prodBlock.prodTextList {
	max-width:none;
	display:table;
	width:100%;
}

.prodBlockRow {
	display:table-row;
}

.prodTextList .prodBlockCell {
	display:table-cell;
	vertical-align:middle;
	padding: 10px 10px 10px 0;
	border-bottom:1px solid #ddd;
}

.prodTextList .prodBlockRow:first-child  .prodBlockCell {
	padding-top:0px;
}
.prodTextList .prodBlockRow:last-child .prodBlockCell {
	padding-bottom:0px;
	border-bottom:none;	
}

.prodTextList .prodBlockCell:last-child {
	padding-right: 0;
}

.prodBlockCellImg {
	width: 135px;
}

.prodBlockCellSize {
	width: 199px;
}

.prodBlockCellQty {
	width: 117px;
}

.probBlockCellBtn1 {
	width: 96px;
	text-align:right;
}

.probBlockCellBtn2 {
	width: 103px;
	text-align:right;
}

@media (min-width:992px){	
	.prodTextList h2 {
		margin-bottom:0px;
	}
}
@media (max-width:991px){
	.prodTextList .shelfQty {
		margin-bottom:1rem;
	}
	.prodBlockCellSize,	
	.prodBlockCellQty,
	.probBlockCellBtn1 {
		display:none !important;
	}

}

