#edit-sidebar-coupon-redemption-form-apply {
    margin-top: 0;
    margin-left: 0;
}

.commerce-checkout-flow-multistep-default .field--name-list-price,
.commerce-checkout-flow-multistep-default .field--name-product-id,
.view-commerce-cart-form .field--name-list-price,
.path-product .tooltip {
    display: none !important;
}

.view-commerce-cart-form .delete-order-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 0;
    text-align: center !important;
    border: none !important;
    background-color: transparent !important;

}

.view-commerce-cart-form .delete-order-item span {
    font-size: 12px;
    margin: 0 auto !important;
    color: black !important;
}

.view-commerce-cart-form table th:nth-child(5),
.view-commerce-cart-form table td:nth-child(5) {
    text-align: right;
}
.view-commerce-cart-form table th:nth-child(3),
.view-commerce-cart-form table td:nth-child(3),
.view-commerce-cart-form table th:nth-child(4),
.view-commerce-cart-form table td:nth-child(4) {
    text-align: center;
}

.view-commerce-cart-form table th:nth-child(3) input,
.view-commerce-cart-form table td:nth-child(3) input {
    text-align: center !important;
}