:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-55ff4d5 *//* A2Z Premium Cart */

.woocommerce-cart{
    background:#020817;
    color:#fff;
}

.woocommerce-cart .woocommerce{
    max-width:1200px;
    margin:auto;
    padding:30px 20px;
}

.woocommerce-cart table.shop_table{
    background:linear-gradient(180deg,#071426,#0b1930);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    overflow:hidden;
}

.woocommerce-cart table.shop_table th{
    background:#08172b;
    color:#fff;
    font-weight:700;
    border:none;
}

.woocommerce-cart table.shop_table td{
    border-color:rgba(255,255,255,.08);
    color:#e2e8f0;
}

.woocommerce img{
    border-radius:12px;
}

.product-name a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.product-price,
.product-subtotal{
    color:#38bdf8;
    font-weight:700;
}

.quantity .qty{
    background:#08172b;
    border:1px solid rgba(255,255,255,.1);
    color:#fff;
    border-radius:10px;
    padding:8px;
}

.coupon input{
    background:#08172b !important;
    border:1px solid rgba(255,255,255,.1) !important;
    color:#fff !important;
    border-radius:10px !important;
}

.button,
.checkout-button{
    background:linear-gradient(135deg,#0b63ff,#009dff)!important;
    color:#fff!important;
    border:none!important;
    border-radius:12px!important;
    font-weight:800!important;
    padding:14px 24px!important;
}

.button:hover,
.checkout-button:hover{
    transform:translateY(-2px);
}

.cart-collaterals .cart_totals{
    background:linear-gradient(180deg,#071426,#0b1930);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:25px;
}

.cart_totals h2{
    color:#fff;
}

.shop_table_responsive{
    border-radius:20px;
}

.woocommerce-message{
    background:#08172b;
    border-top:3px solid #147cff;
    color:#fff;
}

@media(max-width:768px){

    .woocommerce table.shop_table{
        border-radius:15px;
    }

    .cart-collaterals .cart_totals{
        margin-top:25px;
    }

}/* End custom CSS */