/**
* 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.5.2
*/
.product-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px
}
.product-block .price {
    width: 100%
}
.product-block h3 {
    width: 100%
}
.price ~ .button {
    align-self: flex-end;
}