
.product-item-detail-properties {
    margin     : 0;
    padding    : 0;
    list-style : none;
    display    : block;
}

.product-item-detail-properties-item {
    margin-bottom : 5px;
    display       : flex;
    align-items   : stretch;
    border-bottom : 1px dotted #a5a5a5;
}

.product-item-detail-properties-dots {
    /*  border-bottom:1px dotted #a5a5a5;*/
    -ms-flex-preferred-size : 0;
    flex-basis              : 0;
    -ms-flex-positive       : 1;
    flex-grow               : 1;
    max-width               : 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    -ms-flex  : 0 0 auto;
    flex      : 0 0 auto;
    max-width : 50%;
    width     : auto;
}

.product-item-detail-properties-name {
    padding-right : 3px;
    color         :#222;
}

.product-item-detail-properties-value {
    color        : #343a40;
    padding-left : 3px;
    text-align   : right;
}


.ATTRIBUTES_TEXT td {
    border-bottom : 1px dotted #a5a5a5;
}

.ATTRIBUTES_TEXT td:first-child {
    color :#222;
}

.ATTRIBUTES_TEXT td:last-child {
    color      : #343a40;
    text-align : right;
}

.ATTRIBUTES_TEXT tr:last-child td {
    border-bottom : none;
}


.DETAIL_TEXT li {
    margin-bottom : 10px;
}

.DETAIL_TEXT td {
    padding-bottom : 10px;
}
