/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

#shop-ban .img-shopban img {
    width: auto;
    height: 550px;
    border-radius: 30px;
    transition: 0.5s;
}

#shop-ban .img-shopban img:hover {
    transform: scale(97%);
}

.product-element-top img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 500px;
    height: 350px !important;
}
