Use This code for GST Discount - GST 18 Dismiss
.e-checkout__order_review {
max-width: 480px;
margin: 30px auto;
background: #fff;
border-radius: 14px;
box-shadow: 0 2px 16px rgba(0,0,0,0.08);
padding: 28px 24px;
font-family: 'Segoe UI', Arial, sans-serif;
}
.e-checkout__order_review h3#order_review_heading {
font-size: 1.4rem;
font-weight: 700;
color: #1976d2;
margin-bottom: 22px;
text-align: center;
letter-spacing: 0.02em;
}
.e-checkout__order_review table.shop_table {
width: 100% !important;
background: #fafbfc !important;
border-radius: 10px !important;
overflow: hidden;
border-collapse: separate !important;
border-spacing: 0 !important;
margin-bottom: 0 !important;
box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.e-checkout__order_review table.shop_table th,
.e-checkout__order_review table.shop_table td {
padding: 14px 12px !important;
border: none !important;
font-size: 1rem !important;
}
.e-checkout__order_review table.shop_table thead th {
background: #e3f0fd !important;
color: #1976d2 !important;
font-weight: 600 !important;
border-bottom: 1px solid #e0e0e0 !important;
}
.e-checkout__order_review table.shop_table tbody td {
background: #fff !important;
color: #222 !important;
font-size: 1.05rem !important;
}
.e-checkout__order_review table.shop_table tfoot th,
.e-checkout__order_review table.shop_table tfoot td {
background: #f6f9fb !important;
font-weight: 600 !important;
color: #1976d2 !important;
}
.e-checkout__order_review table.shop_table .order-total td,
.e-checkout__order_review table.shop_table .order-total th {
font-size: 1.13rem !important;
color: #1a237e !important;
background: #e3f0fd !important;
border-top: 2px solid #1976d2 !important;
}
.e-checkout__order_review .includes_tax {
font-size: 0.95rem !important;
color: #888 !important;
margin-left: 4px;
}
.e-checkout__order_review .product-quantity {
color: #888 !important;
font-weight: 400 !important;
font-size: 0.98rem !important;
}
@media (max-width: 600px) {
.e-checkout__order_review {
padding: 14px 2vw;
max-width: 98vw;
}
.e-checkout__order_review table.shop_table th,
.e-checkout__order_review table.shop_table td {
padding: 10px 6px !important;
font-size: 0.98rem !important;
}
.e-checkout__order_review h3#order_review_heading {
font-size: 1.1rem;
}
}
Skip to content