.woocommerce-MyAccount-navigation ul{
    margin: 0;
}

@media (max-width: 1024px) {

.e-cart__container{
    width: -webkit-fill-available;
}
.elementor-widget-woocommerce-cart{
    width: -webkit-fill-available;
}
}



@media (max-width: 800px) {
    .woocommerce-checkout-review-order, 
    .woocommerce-checkout-review-order .e-checkout__order_review, 
    #customer_details .col-1, 
    #customer_details .col-2 #ship-to-different-address{
        padding: 0 !important;
    }
    .woocommerce-shipping-totals.shipping{
        display: flex !important;
        flex-direction: column;
    }
    .woocommerce-shipping-methods li label{
        display: flex;
        gap: 5px;
        flex-direction: row;
        text-wrap: nowrap;
        align-items: center;
    }
    .checkout-review-order-table-wrapper td,
    .checkout-review-order-table-wrapper th{
        border-top: none !important;
    }
}