/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Duc Pham (Opal Team)</a>
* Template: ekommart
* Version: 3.0.1
*/
.product-image:after {
    content: '';
    display: block;
    margin-top: 100%;
}

.product-image {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
	padding: 5px;
}

.product-image img {
    position: absolute;
    max-width: 70%;
    max-height: 70%;
    width: unset;
    height: unset;
}