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

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

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div#comments {
  display: none;
}
.custom_bg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #f10606 65%);
}
.custom_bg_top {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ff0000 0%, #ffffff 100%);
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  width: 50% !important;
}
.wapf-field-label,
.wapf-field-description,
.wapf-field-input {
  max-width: 100% !important;
}

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