/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.animating_product {
	-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index:1;
}