/*
 Theme Name:   Flatsome Child
 Theme URI: http://flatsome.uxthemes.com/
 Description:  Twenty Fifteen Child Theme
 Author: UX-Themes
 Author URI: http://www.uxthemes.com/
 Template:     flatsome
 Version: 3.8.1
 License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/

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


.shop_table .cart_item td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: inherit !important;
}

.woocommerce-cart .actions .button {
    background: #444;
    color: #fff;
    border-radius: 4px;
   	padding: auto !important;
    margin-right: 8px;
}

button[name="update_cart"] {
}

th.product-name, th.product-price, th.product-quantity, th.product-subtotal{
	border-width:0px !important;
}

.cart_totals tbody th {
    border: 0 !important;
}

td[data-title="Subtotal"] {
    border: 0px !important;
}
td[data-title="Total"] {
    border: 0px !important;
}

.variation{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}