/**
 * Product Savings Styles
 *
 * Styles for displaying price savings on products that are on sale.
 */

/* Strikethrough prices */
.price .rebel-price-savings del,
.rebel-price-savings del *,
.rebel-cart-savings del *,
.cart-table .product-subtotal .rebel-cart-savings del .amount,
#woocommerce-review-order-table .rebel-cart-savings del *,
.price-display .regular-price {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.price-display .regular-price {
    display: block;
    text-decoration: line-through;
}
/* Strikethrough prices END */

/* Sale prices */
.rebel-price-savings ins,
.rebel-cart-savings ins {
    text-decoration: none;
}

.rebel-cart-savings ins,
.price-display .current-price {
    font-weight: 600;
}
/* Sale prices END */

/* Savings text */
.rebel-price-savings .price-savings,
.rebel-cart-savings .price-savings,
.price-display .savings {
    font-size: 12px;
    color: #e74c3c;
    font-weight: 500;
}
/* Savings text END */

/* Product Page - Price Display */
.price .rebel-price-savings del {
    display: block;
}

.price .rebel-price-savings ins {
    display: inline;
}

.price .rebel-price-savings .price-savings {
    display: inline;
    font-size: 14px;
}

.price .rebel-price-savings.has-range .price-savings {
    display: block;
    margin-top: 5px;
}
/* Product Page - Price Display END */

/* Archive/category pages - smaller text */
.woocommerce ul.products li.product .price .rebel-price-savings .price-savings {
    font-size: 12px;
}

/* Cart Page */
.rebel-cart-savings {
    line-height: 1.2;
}

.cart-subtotal .rebel-cart-savings del,
.woocommerce-cart-form .rebel-cart-savings del,
.woocommerce-cart-form .rebel-cart-savings ins,
.woocommerce-cart-form .rebel-cart-savings .price-savings {
    display: block;
}

.woocommerce-shipping-methods .free-shipping-savings,
.cart_totals .free-shipping-savings {
    font-size: 12px;
    color: #24D585;
    text-decoration: line-through;
}
/* Cart Page END */

/* Total Savings Row */
.cart-total .rebel-total-savings th,
.cart-total .rebel-total-savings td,
#order_review .rebel-total-savings th,
#order_review .rebel-total-savings td {
    font-size: 14px !important;
    color: #24D585 !important;
    font-weight: bold !important;
}
/* Total Savings Row END */

/* Coupon Discount Styling */
.cart-discount th,
.cart-discount td {
    font-size: 14px !important;
    color: #e74c3c !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.rebel-coupon-discount {
    color: #e74c3c !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
/* Coupon Discount Styling END */
