.whats-hot-box,
.product-s-box,
.wp-block-column,
.home.page-template-home .wctop,
.wc.read-more,
h2:not(.widget-title):not(.upsell-title),
.c_image img,
h1:not(.product_title),
.custom-cat-box,.cat-box,
.term-description,
.service .post-thumbnail,
.service p,
.service .btn-xl,
.entry-content p:not(.upsell-title),
.post-box .left-thum-img,
.post-box .right-thum-content,
.single-post .post-thumbnail,
.entry-meta ul,
.entry-content h3{
transform: translateY(50px);
opacity: 0;
transition: opacity 0.5s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
-webkit-transition: opacity 0.5s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: opacity 0.5s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition: opacity 0.5s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: opacity 0.5s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animateds,.whats-hot-box.animateds,.product-s-box.animateds,.wp-block-column.animateds,
.home.page-template-home .wctop.animateds,
.wc.read-more.animateds,
h2.animateds:not(.widget-title):not(.upsell-title),
.c_image img.animateds,
h1.animateds:not(.product_title),
.custom-cat-box.animateds,.cat-box.animateds,
.term-description.animateds,.service .post-thumbnail.animateds,
.service p.animateds,
.service .btn-xl.animateds,
.entry-content p.animateds:not(.upsell-title),
.post-box .left-thum-img.animateds,
.post-box .right-thum-content.animateds,
.single-post .post-thumbnail.animateds,
.entry-meta ul.animateds,
.entry-content h3.animateds{
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
}