/*
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.   ***************/


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


}
.woocommerce-store-notice.demo_store {
  background-color: #ff91af;

}

.topmsg {
  text-align: center;
  padding: 5px 0;
  color: #000;
  background-color: #4DFAA7;
	font-size:20px;
}
@media(max-width:600px){
	.topmsg {
		font-size:16px !important;
		padding-left: 20px;
padding-right: 20px;
	}
}
.vaca1{
	margin-bottom:3em;
	padding: 2em;
	background-color: #D7E352 !important;
	transform: scale(1);
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}