/*
Theme Name: Em4u
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.2.5
Description: Created by Ovatheme
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
License: GNU General Public License
License URI: license.txt
Tags: translation-ready, left-sidebar, right-sidebar
Text Domain: em4u
*/

.single-product table.variations,
.single-product table.combo_product_row {
	border-collapse: unset;
	border: none;
}
.single-product table.variations td.label,
.single-product table.combo_product_row td.label {
    font-size: 14px;
    color: #242b46;
    line-height: 36px !important;
    vertical-align: middle;
	border: none;
}
.single-product table.combo_product_row td.value {
	border: none;
}
.product_meta span.sku_wrapper {
    display: none;
}
a.custom_add_cart {
    background-color: #e92b2b;
    border-radius: 0;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}
.single-product table.variations {
    position: relative;
    padding-top: 60px;
}
.pa_dates_custom_label {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    white-space: normal;
    line-height: 20px;
    display: block;
    text-align: left;
}
.woocommerce .related.products {
	overflow:hidden;
}