.elementor-3913 .elementor-element.elementor-element-d547892{--display:flex;--min-height:588px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3913 .elementor-element.elementor-element-d547892:not(.elementor-motion-effects-element-type-background), .elementor-3913 .elementor-element.elementor-element-d547892 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://xcoldpro.com/wp-content/uploads/2025/10/XDRIP-Shop-Banner.png");background-position:center center;}.elementor-3913 .elementor-element.elementor-element-4fcec2b{--display:flex;}.elementor-3913 .elementor-element.elementor-element-0a71af4{--sections-background-color:var( --e-global-color-primary );--sections-title-color:var( --e-global-color-text );--sections-radio-buttons-color:var( --e-global-color-text );--forms-fields-normal-color:var( --e-global-color-text );--order-summary-color:var( --e-global-color-text );--order-summary-variations-color:var( --e-global-color-text );--product-link-normal-color:var( --e-global-color-text );--order-summary-items-divider-color:var( --e-global-color-text );--order-summary-quantity-border-color:var( --e-global-color-text );--order-summary-remove-icon-normal-color:#FA2121;}.elementor-3913 .elementor-element.elementor-element-0a71af4 {--sections-descriptions-color:var( --e-global-color-text );}.e-woo-select2-wrapper .select2-results__option{color:var( --e-global-color-text );}.elementor-3913 .elementor-element.elementor-element-0a71af4 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var( --e-global-color-text );}.elementor-3913 .elementor-element.elementor-element-0a71af4 .woocommerce-cart-form{--order-summary-title-color:var( --e-global-color-text );}.elementor-3913 .elementor-element.elementor-element-0a71af4 .checkout-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );letter-spacing:var( --e-global-typography-accent-letter-spacing );}@media(max-width:1024px){.elementor-3913 .elementor-element.elementor-element-0a71af4 .checkout-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-3913 .elementor-element.elementor-element-0a71af4 .checkout-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-0a71af4 *//* XColdPro Custom Cart Styling */

/* Cart Table Container */
.woocommerce-cart-form,
.cart_totals {
    background: rgba(20, 20, 20, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(125, 211, 232, 0.2) !important;
    padding: 30px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Cart Table */
.woocommerce table.shop_table {
    background: transparent !important;
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* Table Headers */
.woocommerce table.shop_table thead {
    background: rgba(125, 211, 232, 0.1) !important;
    border-bottom: 2px solid rgba(125, 211, 232, 0.3) !important;
}

.woocommerce table.shop_table thead th {
    color: #7DD3E8 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 0.85rem !important;
    padding: 15px 20px !important;
    border: none !important;
    font-family: 'Courier New', monospace !important;
}

/* Table Body */
.woocommerce table.shop_table tbody {
    background: rgba(15, 15, 15, 0.4) !important;
}

.woocommerce table.shop_table tbody tr {
    border-bottom: 1px solid rgba(125, 211, 232, 0.1) !important;
    transition: all 0.3s ease !important;
}

.woocommerce table.shop_table tbody tr:hover {
    background: rgba(125, 211, 232, 0.05) !important;
}

.woocommerce table.shop_table tbody td {
    color: #c0c0c0 !important;
    padding: 20px !important;
    border: none !important;
    vertical-align: middle !important;
}

/* Product Name Link */
.woocommerce-cart-form .product-name a {
    color: #7DD3E8 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form .product-name a:hover {
    color: #5BC9DE !important;
    text-shadow: 0 0 10px rgba(125, 211, 232, 0.5) !important;
}

/* Product Thumbnail */
.woocommerce-cart-form .product-thumbnail img {
    border-radius: 12px !important;
    border: 2px solid rgba(125, 211, 232, 0.2) !important;
    transition: all 0.3s ease !important;
    background: rgba(20, 20, 20, 0.6) !important;
    padding: 5px !important;
}

.woocommerce-cart-form .product-thumbnail img:hover {
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 20px rgba(125, 211, 232, 0.3) !important;
    transform: scale(1.05) !important;
}

/* Remove Button */
.woocommerce-cart-form .product-remove a {
    background: rgba(255, 107, 107, 0.15) !important;
    color: #ff6b6b !important;
    border-radius: 8px !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 107, 107, 0.3) !important;
    text-decoration: none !important;
}

.woocommerce-cart-form .product-remove a:hover {
    background: rgba(255, 107, 107, 0.3) !important;
    border-color: rgba(255, 107, 107, 0.6) !important;
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Quantity Input */
.woocommerce-cart-form .quantity input.qty {
    background: rgba(30, 30, 30, 0.8) !important;
    border: 1px solid rgba(125, 211, 232, 0.2) !important;
    border-radius: 8px !important;
    color: #7DD3E8 !important;
    padding: 8px 12px !important;
    width: 70px !important;
    text-align: center !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form .quantity input.qty:focus {
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 15px rgba(125, 211, 232, 0.2) !important;
    outline: none !important;
}

/* Price Display */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
    color: #7DD3E8 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

/* Update Cart Button */
.woocommerce-cart-form button[name="update_cart"] {
    background: rgba(125, 211, 232, 0.15) !important;
    border: 1px solid rgba(125, 211, 232, 0.3) !important;
    border-radius: 12px !important;
    color: #7DD3E8 !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 0.9rem !important;
}

.woocommerce-cart-form button[name="update_cart"]:hover {
    background: rgba(125, 211, 232, 0.25) !important;
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 20px rgba(125, 211, 232, 0.3) !important;
    transform: translateY(-2px) !important;
    color: #A8E6F5 !important;
}

/* Coupon Section */
.woocommerce-cart-form .coupon {
    background: rgba(30, 30, 30, 0.4) !important;
    padding: 20px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(125, 211, 232, 0.15) !important;
}

.woocommerce-cart-form .coupon input[type="text"] {
    background: rgba(20, 20, 20, 0.8) !important;
    border: 1px solid rgba(125, 211, 232, 0.2) !important;
    border-radius: 8px !important;
    color: #c0c0c0 !important;
    padding: 12px 15px !important;
    width: 100% !important;
    max-width: 300px !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form .coupon input[type="text"]:focus {
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 15px rgba(125, 211, 232, 0.2) !important;
    outline: none !important;
}

.woocommerce-cart-form .coupon input[type="text"]::placeholder {
    color: #606060 !important;
}

.woocommerce-cart-form .coupon button[name="apply_coupon"] {
    background: rgba(125, 211, 232, 0.15) !important;
    border: 1px solid rgba(125, 211, 232, 0.3) !important;
    border-radius: 10px !important;
    color: #7DD3E8 !important;
    padding: 12px 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 0.85rem !important;
    margin-left: 10px !important;
}

.woocommerce-cart-form .coupon button[name="apply_coupon"]:hover {
    background: rgba(125, 211, 232, 0.25) !important;
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 20px rgba(125, 211, 232, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* Cart Totals Sidebar */
.cart_totals {
    position: relative !important;
    overflow: hidden !important;
}

.cart_totals::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(125, 211, 232, 0.05), rgba(91, 201, 222, 0.05)) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

.cart_totals:hover::before {
    opacity: 1 !important;
}

.cart_totals h2 {
    color: #7DD3E8 !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Cart Totals Table */
.cart_totals table.shop_table {
    background: rgba(15, 15, 15, 0.4) !important;
    border-radius: 12px !important;
    margin-bottom: 25px !important;
}

.cart_totals table.shop_table th {
    color: #a0a0a0 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px !important;
    padding: 15px 20px !important;
    border: none !important;
    border-bottom: 1px solid rgba(125, 211, 232, 0.1) !important;
}

.cart_totals table.shop_table td {
    color: #7DD3E8 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    padding: 15px 20px !important;
    border: none !important;
    border-bottom: 1px solid rgba(125, 211, 232, 0.1) !important;
    text-align: right !important;
}

/* Order Total Row */
.cart_totals .order-total th {
    color: #7DD3E8 !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.cart_totals .order-total td {
    color: #7DD3E8 !important;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
}

/* Proceed to Checkout Button */
.wc-proceed-to-checkout .checkout-button {
    display: block !important;
    width: 100% !important;
    background: linear-gradient(145deg, rgba(125, 211, 232, 0.2), rgba(91, 201, 222, 0.15)) !important;
    border: 1px solid rgba(125, 211, 232, 0.3) !important;
    border-radius: 12px !important;
    padding: 18px 30px !important;
    color: #7DD3E8 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 0 25px rgba(125, 211, 232, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
}

.wc-proceed-to-checkout .checkout-button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(125, 211, 232, 0.3), transparent) !important;
    transition: left 0.5s ease !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: linear-gradient(145deg, rgba(125, 211, 232, 0.25), rgba(91, 201, 222, 0.2)) !important;
    box-shadow: 0 0 40px rgba(125, 211, 232, 0.4) !important;
    transform: translateY(-3px) !important;
    border-color: #5BC9DE !important;
    color: #A8E6F5 !important;
    text-shadow: 0 0 15px rgba(125, 211, 232, 0.5) !important;
}

.wc-proceed-to-checkout .checkout-button:hover::before {
    left: 100% !important;
}

.wc-proceed-to-checkout .checkout-button:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 0 30px rgba(125, 211, 232, 0.35) !important;
}

/* Continue Shopping Link */
.woocommerce-cart .woocommerce-message a.button,
.return-to-shop a.button {
    background: rgba(125, 211, 232, 0.15) !important;
    border: 1px solid rgba(125, 211, 232, 0.3) !important;
    border-radius: 10px !important;
    color: #7DD3E8 !important;
    padding: 10px 25px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .woocommerce-message a.button:hover,
.return-to-shop a.button:hover {
    background: rgba(125, 211, 232, 0.25) !important;
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 20px rgba(125, 211, 232, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* Empty Cart Message */
.woocommerce .cart-empty {
    background: rgba(20, 20, 20, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(125, 211, 232, 0.2) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    text-align: center !important;
    color: #a0a0a0 !important;
    font-size: 1.1rem !important;
}

/* Shipping Calculator */
.shipping-calculator-form {
    background: rgba(30, 30, 30, 0.4) !important;
    padding: 20px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(125, 211, 232, 0.15) !important;
    margin-top: 20px !important;
}

.shipping-calculator-form input,
.shipping-calculator-form select {
    background: rgba(20, 20, 20, 0.8) !important;
    border: 1px solid rgba(125, 211, 232, 0.2) !important;
    border-radius: 8px !important;
    color: #c0c0c0 !important;
    padding: 10px 12px !important;
    transition: all 0.3s ease !important;
}

.shipping-calculator-form input:focus,
.shipping-calculator-form select:focus {
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 15px rgba(125, 211, 232, 0.2) !important;
    outline: none !important;
}

.shipping-calculator-form button {
    background: rgba(125, 211, 232, 0.15) !important;
    border: 1px solid rgba(125, 211, 232, 0.3) !important;
    border-radius: 10px !important;
    color: #7DD3E8 !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.shipping-calculator-form button:hover {
    background: rgba(125, 211, 232, 0.25) !important;
    border-color: rgba(125, 211, 232, 0.5) !important;
    box-shadow: 0 0 20px rgba(125, 211, 232, 0.3) !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .woocommerce-cart-form,
    .cart_totals {
        padding: 20px !important;
        border-radius: 16px !important;
    }
    
    .woocommerce table.shop_table thead th {
        font-size: 0.75rem !important;
        padding: 12px 10px !important;
    }
    
    .woocommerce table.shop_table tbody td {
        padding: 15px 10px !important;
        font-size: 0.9rem !important;
    }
    
    .wc-proceed-to-checkout .checkout-button {
        padding: 15px 20px !important;
        font-size: 1rem !important;
    }
    
    .cart_totals h2 {
        font-size: 1.5rem !important;
    }
}

/* Loading State */
.woocommerce .blockUI.blockOverlay {
    background: rgba(10, 10, 10, 0.8) !important;
    backdrop-filter: blur(5px) !important;
}

.woocommerce .blockUI.blockOverlay::before {
    border-color: #7DD3E8 transparent transparent transparent !important;
}/* End custom CSS */