.productmainprops-more {
    color: #ea1616;
    font-size: 14px;
    text-decoration: none;
    margin: 5px 0 0;
    cursor: pointer;
    padding: 5px 10px 15px 10px;
}
.productmainprops-more:hover {
    text-decoration: none;
    color: #b60606 !important;
}
.productmainprops .pcard-props-td {
    padding-top: 0;
}

.pcard-block-info-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pcard-props {
  color: #333333;
  /* var text-color */
}

.pcard-props table {
  border-collapse: collapse;
}

.pcard-props td {
  padding: 7px 5px;
  font-size: 14px;
}

.pcard-props .even td,
.pcard-options .even td {
  /* background: #fff; */
}

.pcard-props .odd td,
.pcard-options .odd td {
  background: #ebebeb;
}

.pcard-options td {
  font-size: 12px;
  /* list-style: none; */
  line-height: 22px;
  /* margin: 0px 0px 10px; */
  color: #000000;
  padding: 5px;
}
.options-attr {
  font-size:10px !important;
  margin-left: 3px;
  text-transform:uppercase;
  font-weight:600;
  width: 38%;
}
.pcard-options span {
  color: #6f6f6f;
}

.pcard-options tr {
  padding: 0;
  /* margin: 0px 0px 10px; */
}

.options-attr span {
  color: #8A8A8A;
}

.options-value {
  text-align:right;
}

.options-attr-info {
  color: #ea1616 !important;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 10px 15px 10px;
}
.options-attr-info:hover {
  color: #b60606 !important;
}
