/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2015-11-09 12:33:38 */

.products .item .product-image img { width: 100%; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; }
.products .item .product-image img.hoverImage { visibility: hidden; position: absolute; top: 0; left: 0; opacity: 0; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
.products .item .product-image-area:hover .product-image img.defaultImage { visibility: visible; opacity: 1; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
.products .item .product-image-area:hover .product-image img.hoverImage { visibility: hidden; opacity: 0; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }

.col-main .category-products .products-grid li.item .product-image img { width: 100%; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; }
.col-main .category-products .products-grid li.item .product-image img.hoverImage { visibility: hidden; position: absolute; top: 0; left: 0; opacity: 0; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
.col-main .category-products .products-grid li.item .product-image-area:hover .product-image img.defaultImage { visibility: visible; opacity: 1; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
.col-main .category-products .products-grid li.item .product-image-area:hover .product-image img.hoverImage { visibility: hidden; opacity: 0; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }

.products-list .product-image-area img { width: 100%; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; }
.products-list .product-image-area img.hoverImage { visibility: hidden; position: absolute; top: 0; left: 0; opacity: 0; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
.products-list .product-image-area:hover .product-image img.defaultImage { visibility: visible; opacity: 1; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
.products-list .product-image-area:hover .product-image img.hoverImage { visibility: hidden; opacity: 0; transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; }
