.product-single-details .price-box,
#productGrid .price-box,
.action-inner .price-box {
    display: flex!important;
    flex-direction: column!important;
}

.product-single-details .price-box .old-price,
#productGrid .price-box .old-price {
    margin-bottom: 0.5rem;
}

.product-single-details .price-box .product-price,
#productGrid .price-box .product-price,
.action-inner .price-box .product-price {
    margin-left: 0;
}

.table.table-totals #order_total {
    white-space: nowrap;
}

.cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
    width: 360px;
}

.dropdown-cart-total,
.dropdown-cart-total .cart-total-price {
    font-size: 1.2rem;
}

.cart-table-container .old-price, .cart-table-container .new-price {
    white-space: nowrap;
    display: block;
}

.cart-table-container .sub-total {
    white-space: nowrap;
}

.table.wishlist-table .amount {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

@media (max-width: 360px) {
    .cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
        width: 300px;
    }
    .dropdown-cart-total,
    .dropdown-cart-total .cart-total-price {
        font-size: 1.1rem;
    }
}