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

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-variation-add-to-cart>*, form.cart>* {
    flex: none !important;
}
/*************** SINGLE PRODUCT.   ***************/
.woocommerce-tabs table tr td {
    border: 1px solid #ececec;
    padding-left: .5em !important;
    padding-right: .5em !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}