img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 5px;
}
/* Animation Zoom */
.product-item-photo .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.product-item-photo .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.product-item-photo:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}

img .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
img .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
img:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}

.page-header.type23.sticky-header .navigation:not(.side-megamenu) > ul {
    margin-bottom: 0;
    background: #000;
}
