/* Custom styles for Store Customize by Ketan */

/* Savings label */
.saved-amount {
    color: #d9534f;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

/* Original price styling */
del {
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

/* Sale price styling */
ins {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
}

/* Cart and Checkout Totals Styling */
table.shop_table tr.total-mrp th,
table.shop_table tr.total-discount th,
table.shop_table tr.order-total th {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

table.shop_table tr.total-mrp td,
table.shop_table tr.total-discount td,
table.shop_table tr.order-total td {
    font-size: 16px;
    color: #333;
}

/* Coupon section styling */
.woocommerce-cart .cart-collaterals .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-coupon {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

.woocommerce-cart .cart-collaterals .woocommerce-form-coupon input[type="text"],
.woocommerce-checkout .woocommerce-form-coupon input[type="text"] {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .woocommerce-form-coupon button,
.woocommerce-checkout .woocommerce-form-coupon button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.woocommerce-cart .cart-collaterals .woocommerce-form-coupon button:hover,
.woocommerce-checkout .woocommerce-form-coupon button:hover {
    background-color: #0056b3;
}

/* CSS to style the checkout product images and attributes */
.scbk-checkout-product-img {
    float: left;
    margin-right: 10px;
}

.scbk-checkout-product-attributes {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
    line-height: 1.4em;
    clear: both; /* Ensures attributes are on a new line */
}
