/*
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.   ***************/
ins span.woocommerce-Price-amount.amount{color:red;animation-name:blink;animation-timing-function:linear;animation-duration:2s;animation-iteration-count:infinite;}
@keyframes blink{50%{opacity:0.2;}}

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


}
