.catalog-category-view .category-products ul.products-grid.centered {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

@media only screen and (min-width: 767px) {
    .catalog-category-view .em-content-wrapper .products-grid.centered li.item.last {
        margin-right: inherit!important;
    }
}

/*Product page */
.reservation-product .custombundle .price {
    display: none;
}

.reservation-product .custombundle .precio-bundle span.value {
    color: red;
    text-decoration: line-through;
}

.reservation-product .product-shop .product-shop-wrapper-options .price-as-configured .price-label,
.reservation-product .product-shop .product-shop-wrapper-options .price-as-configured .price {
    font-size: 20px!important;
}

.reservation-product .product-shop .product-shop-wrapper-options .big .price-as-configured .price {
    font-size: 35px!important;
}

/*Checkout cart*/

#shopping-cart-totals-table td {
    padding-right: 5px;
}

#shopping-cart-totals-table td .price,
#shopping-cart-totals-table .availability-in-cart,
#checkout-review-table tfoot td{
    text-align: right;
}

/*-------------*/

.cart .totals table td strong,
#checkout-review-table tfoot tr.last td strong,
#my-orders-table tfoot tr.last td strong {
    font-weight: bold;
}

.cart .totals table td:first-child,
#checkout-review-table tfoot td:first-child,
.sales-order-view #my-orders-table tfoot tr td:first-child{
    font-weight: bold!important;
    color: #000000!important;
}

/*Order view*/

.sales-order-view colgroup {
    display: none;
}