/* Theme transition Effect */
*:after,
*:before,
a,
p,
h1,h2,h3,h4,h5,h6,
button,
.product-btach,
.blog-date img,
.blog-date .date,
.ref-icon,
.blog-post figure .overlay,
.gallery-widget figure,
.products-grid.style-2 figure .overlay,
.products-grid.style-2 figure .overlay ul,
.circul-products img,
.nav-list li ul
{-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}







