.product-page h1 {
    font-size: 24px;
}
.product-item-detail-property-field .name_field {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    margin-right: -5px;
    text-align: left;
}
.product-item-detail-property-field .name_field:before,
 .product-item-detail-property-field .body_field:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    height: 1px;
    border-bottom: 1px dashed #c6bdb2;   
}
.product-item-detail-property-field .name_field span,
 .product-item-detail-property-field .body_field span {
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.product-item-detail-property-field .body_field {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    text-align: right;
    position: relative;
}