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

/*************** ADD CUSTOM CSS HERE.   ***************/
body.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before{
	content: none;
}
body.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch {
    border-radius: 0 !important;
    background-color: #FE6666;
}
body.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch.selected {
    background-color: #fe0000;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}