/**
Only for FrontEnd
*/
tr.wpt_row .custom-show-more-description-area,tr.custom-show-additional-row .custom-show-more-description-area{display: none;}
/* tr.show-additional-row .show-more-description-area{display: block;} */
button.custom-show-more-button {
    background-color: #f3734d;
    text-transform: uppercase !important;
    color: #fff;
    display: block;
    padding: 10px 10px !important;
    line-height: 1 !important;
    float: center;
}

.control select.pofw-option {
    border-radius: 5px;
    border: 1px solid #a9a1a1;
    margin: 1px;
    padding: 5px;
}

.control option {
    color: black;
}

.ua-element-product-table .wpt_product_table_wrapper span.woocommerce-Price-amount.amount
{
	color: #d3ffd7;
}

span.wpt_product_title_in_td{
	color: #ffffff !important;
}

button.my-custom-added-button.button.loading:after {
    display: block !important;
}