@charset "utf-8";
ul.catalog-section-item-properties-wrapper {list-style-type:none;}
.products .product {width:24%; margin:0 1% 1% 0;}
.products .product .product_name span {font-size:12px; text-align:justify;}
.products .product .product_name span ul {padding:0 5px 0 10px;}
@media(max-width:800px){
	.products .product {width:32%;}
}
@media(max-width:640px){
	.products .product {width:49%;}
}
@media(max-width:420px){
	.products .product {width:99%;}
}

.properties {text-indent:0;}
.properties .catalog-element-section-property {width:100%; display:table !important;}
.properties .catalog-element-section-property:nth-child(2n+1) {
	display:block;
    background: #f2f2f2;
}
.properties .catalog-element-section-property-name, .properties .catalog-element-section-property-value {
	box-sizing:border-box;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    color: #222222;
    float: left;
    width: 50%;
}