/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2014-12-29 18:44:38 */

.product-image-area { padding: 0; }
.products-list .product-image-area { padding: 0; }
.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; }
