.elementor-175 .elementor-element.elementor-element-9197b8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-175 .elementor-element.elementor-element-9fa5dcc{text-align:center;}.elementor-175 .elementor-element.elementor-element-9fa5dcc .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-size:45px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-175 .elementor-element.elementor-element-45ec153{text-align:center;font-family:"Roboto Slab", Sans-serif;font-size:18px;font-weight:400;color:#000000;}.elementor-175 .elementor-element.elementor-element-a1a1f77 .cart_totals h2{font-family:"Roboto Slab", Sans-serif;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-175 .elementor-element.elementor-element-9197b8c{--content-width:1300px;}}/* Start custom CSS for heading, class: .elementor-element-9fa5dcc *//* Container styling */
.elementor-175 .elementor-element.elementor-element-9fa5dcc {
    display: block; /* Heading container left hi rahega */
}

.elementor-175 .elementor-element.elementor-element-9fa5dcc .elementor-heading-title {
    display: inline-block; /* Sirf text ki width lega */
    position: relative;
    padding-bottom: 15px;
    color: #000;
    text-align: left; /* Text left hi rahega */
}

/* Span (Last Word) ka color */
.elementor-175 .elementor-element.elementor-element-9fa5dcc .elementor-heading-title span {
    color: #007bff;
}

/* Underline jo text ke center mein aayegi */
.elementor-175 .elementor-element.elementor-element-9fa5dcc .elementor-heading-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* Text ki width ke 50% pe jayegi */
    transform: translateX(-50%); /* Wahan se perfect center hogi */
    width: 60px;
    height: 4px;
    background-color: #007bff;
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9197b8c *//* Import Roboto Slab */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700;900&display=swap');

/* --- 1. Global & Background --- */
body.woocommerce-cart {
    background-color: #ffffff !important;
    color: #1a1a1a;
    font-family: 'Roboto Slab', serif !important;
}

/* Page Entrance: Smooth Slide Up */
.woocommerce-cart-form {
    animation: premiumSlideUp 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

@keyframes premiumSlideUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- 2. Headings: Removed as requested --- */
.woocommerce-cart-form::before {
    display: none !important;
}

/* --- 3. Product Cards: Glassy Design --- */
.cart_item {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important; 
    margin-bottom: 20px !important;
    padding: 25px !important;
    display: flex !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease !important;
}

.cart_item:hover {
    border-color: #0073e6 !important;
    box-shadow: 0 15px 45px rgba(0, 115, 230, 0.1) !important;
    transform: translateY(-5px);
}

.cart_item::after {
    content: "";
    position: absolute;
    left: 0; top: 0; height: 100%; width: 4px;
    background: #0073e6;
    opacity: 0;
    transition: 0.3s;
}

.cart_item:hover::after {
    opacity: 1;
}

/* --- 4. Typography & Prices --- */
.product-name a {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.product-subtotal .amount {
    color: #0073e6 !important;
    font-weight: 900 !important;
    font-size: 1.1em;
}

/* --- 5. Buttons & Checkout Sub-heading --- */

/* Ready to Checkout Sub-heading added here */
.wc-proceed-to-checkout::before {
    content: "Ready to Checkout?";
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.button[name="apply_coupon"], 
.button[name="update_cart"],
.checkout-button {
    background: #0073e6 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    border: 2px solid transparent !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.4s ease, border 0.4s ease !important;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
}

/* Slide Elements */
.button[name="apply_coupon"]::before, .button[name="apply_coupon"]::after,
.button[name="update_cart"]::before, .button[name="update_cart"]::after,
.checkout-button::before, .checkout-button::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff !important;
    transition: all 0.4s ease;
    z-index: -1;
}

.button[name="apply_coupon"]::before, .button[name="update_cart"]::before, .checkout-button::before {
    left: -50%;
}

.button[name="apply_coupon"]::after, .button[name="update_cart"]::after, .checkout-button::after {
    right: -50%;
}

/* Hover States */
.button[name="apply_coupon"]:hover, .button[name="update_cart"]:hover, .checkout-button:hover {
    color: #0073e6 !important;
    border: 2px solid #0073e6 !important;
}

.button[name="apply_coupon"]:hover::before, .button[name="update_cart"]:hover::before, .checkout-button:hover::before {
    left: 0;
}

.button[name="apply_coupon"]:hover::after, .button[name="update_cart"]:hover::after, .checkout-button:hover::after {
    right: 0;
}

/* --- Coupon Field Fix --- */
#coupon_code {
    border: 1px solid #e0e0e0 !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    background: #fbfbfb !important;
    font-family: 'Roboto Slab', serif !important;
    transition: all 0.3s ease;
    width: auto !important;
    min-width: 200px;
    margin-right: 10px !important;
}

#coupon_code:focus {
    border-color: #0073e6 !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: 0 0 10px rgba(0, 115, 230, 0.1) !important;
}

/* --- 6. Order Summary Sidebar: Premium Updated --- */
.cart_totals {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 4px !important; 
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    position: relative;
    overflow: hidden;
}

.cart_totals::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, #0073e6, #000, #0073e6);
    background-size: 200% auto;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.cart_totals:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 115, 230, 0.12) !important;
    border-color: #0073e6 !important;
}

.cart_totals h2 {
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #000;
    letter-spacing: -0.5px;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

/* Pricing Table Details */
.cart_totals .shop_table tr {
    border-bottom: 1px solid #f0f0f0 !important;
}

.cart_totals .shop_table td, .cart_totals .shop_table th {
    padding: 20px 0 !important;
}

.cart_totals th {
    font-weight: 400 !important;
    color: #777 !important;
}

.cart_totals td {
    text-align: right !important;
    font-weight: 700 !important;
    color: #000;
}

/* Total Section Highlight */
.order-total .amount {
    color: #0073e6 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}

/* Mobile Responsiveness Fixes */
@media (max-width: 768px) {
    .cart_item {
        flex-direction: column;
        text-align: center;
        padding: 15px !important;
    }
}

/* Clean up table UI */
thead { display: none; }
.shop_table { border: none !important; }/* End custom CSS */