/*
Theme Name: wc4a
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.variations label[for="pa_variant"],
.variations label[for="pa_color"],
.variations .label label {
    display: none;
}

table.variations .label {
    padding-right: 0px;
}

.properties-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
.properties-table th,
.properties-table td {
    padding: 10px 12px;
    border: none;
    background: #f7f7f7;
    font-size: 16px;
    vertical-align: top;
}
.properties-table th {
    font-weight: bold;
    width: 220px;
    background: #eaeaea;
}
.properties-table tr + tr th,
.properties-table tr + tr td {
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}