.w-product-properties .level-1 {
  font-size:16px;
}
.w-product-properties .properties-table {
  list-style: none;
  width:100%;
  display:table;
  padding:0px 0px;
  margin:0px 0px;
}
.w-product-properties .propertiesName {
  font-size:16px;
}
.w-product-properties .propertiesValue {
  font-size:16px;
}
.w-product-properties .property-ul {
  list-style: none;
  width:100%;
  display:table;
  padding:0px 0px;
  margin:0px 0px;
}
.w-product-properties li {
  box-sizing: border-box;
  font-size:14px;
  width:50%;
  display:table-cell;
  padding:5px 5px 5px 0px;
}
.w-product-properties li.level-2:first-child {
  padding-left:15px;
}
.w-product-properties li.level-3:first-child {
  padding-left:25px;
}
.w-product-properties li.level-4:first-child {
  padding-left:35px;
}
.w-product-properties li.level-5:first-child {
  padding-left:45px;
}
