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

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


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


}

.woocommerce-message.message-wrapper {
  display: none !important;
}
.woocommerce-message {
    display: none !important;
}
.woocommerce-message .added-to-cart,
.woocommerce-message:contains("has been added to your cart") {
    display: none !important;
}


