#mfeg_product_details {
  margin: 0 0 25px;
  font-size: 16px;
  border: 1px solid #CBCBCB;
  padding: 15px;
  background: #f9f9f9;
}

.woocommerce div.product .product_title {
  color: #393E37;
  font-style: normal;
  font-size: 45px;
  margin: 0 0 10px;
}

#mfeg_product_details .mfeg_product_details__heading {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    padding: 0 0 8px;
    margin: 0 0 10px;
}
#mfeg_product_details .mfeg_product_details__heading span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #fff;
}
#mfeg_product_details .details-row {
    padding: 1px 0;
}
#mfeg_product_details .details-row:after {
    content: '';
    clear: both;
    display: block;
}
#mfeg_product_details .details-row__label {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
}
#mfeg_product_details .details-row__value {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 100;
}

.woocommerce div.product .product_title {
    color: #393E37;
    font-style: normal;
    font-size: 45px;
    margin: 0 0 10px;
}
.woocommerce-product-details__short-description p {
    color: #393E37;
}
.woocommerce div.product .quantity {
    display: none;
}
.woocommerce div.product .single_add_to_cart_button {
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
}