/***********CATALOG*********/
ol.products.list.items.product-items,
ol.product-items.widget-product-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ol.products.list.items.product-items li.item.product.product-item,
.block.widget .products-grid .product-item {
    display: flex;
    /* flex-wrap: wrap; */
}
.products-list .product-item-photo {
    width: 100%;
}
.page-products .product-item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.block.widget .product-item-info{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.block.widget .product-item-info .product-item-details {
    margin-top: auto;
}
.product-item .price-box .price {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
}
.product.details.product-item-details {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    text-align: center;
}