.startshop-catalog .startshop-catalog-section {
	position: relative;
	display:block;
}

.startshop-catalog .startshop-catalog-section .startshop-element {
	height: auto;
	white-space: nowrap;
	font-size: 0px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-image-container {
	position: relative;
	display: block;
	
	max-height: 230px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-image-container .startshop-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
   
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-image-container .startshop-image-wrapper .startshop-image-wrapper-wrapper {
 
    display: block;
    width: 100%;
   height: 100%;
   max-height: 227px!important;
    padding:  0px;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-information {
	display: block;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	text-align: left;

	margin: 20px 20px 0px 20px;
	height: 150px;
	font-size: 16px;
	line-height: 1.1;
}
.list-el-kod {
	margin: 10px 0px;
}
.startshop-catalog .startshop-catalog-section .startshop-element .startshop-information .startshop-name {
	display: block;

	text-decoration: none;
	height: 100%;
	color: #292f32 !important;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.1;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys {
	position: relative;
	right: 0px;
	text-align: left;
	white-space: nowrap;
	margin: 12px;
	border-top: 1px solid #e8e8e8;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys .startshop-price {
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-top: 15px;
	white-space: nowrap;
	height: 36px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys .startshop-price .startshop-new {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys > .startshop-buy {
	position: absolute;
	display: block;
	right: 0px;
	top: -2px;
	margin-top: 15px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-state-unavailable {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 19px;
	font-size: 12px;
	line-height: 12px;
	color: #797979;
}

