/* .woocommerce-cart .cart_totals td {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
} */

/* tr.woocommerce-shipping-totals.shipping td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} */

.woocommerce-cart .cart_totals td:before {
    max-width: 400px !important;
    width: 100% !important;
    text-align: left !important;
    line-height: 100%;
}

.woocommerce-cart  .cart_item .product-name a {
    max-width: 250px;
    display: block;
}

.woocommerce-cart  .shop_table th.product-name {
    display: block;
    margin-left: -50px;
}

.cart_totals  p.woocommerce-shipping-destination {
    line-height: 100%;
}

/* form.woocommerce-shipping-calculator{
    text-align: right;
} */
.woocommerce-shipping-calculator a.shipping-calculator-button {
    line-height: 100%;
}

a.woocommerce-remove-coupon, a.shipping-calculator-button {
    font-size: 30px;
}

#shipping_method li > label {
    font-size: 24px;
}

#shipping_method.woocommerce-shipping-methods > li {
    width: 100%;
}

.shop_table  .woocommerce-shipping-destination {
    font-size: 35px;
}

.button.e-apply-coupon .qodef-m-text {
    font-size: 26px;
} 

.woocommerce-shipping-calculator .shipping-calculator-form label {
    font-size: 24px !important;
}



.woocommerce-shipping-calculator .shipping-calculator-form input,
.woocommerce-shipping-calculator .shipping-calculator-form select {
    font-size: 26px !important;
}
#calc_shipping_state,
#calc_shipping_city,
#calc_shipping_postcode {
    font-size: 24px !important;
     max-height: 45px;
     border: 1px solid #000;
}

#select2-calc_shipping_country-container {
    font-size: 24px !important;
}

#shipping-calculator-form  .select2-selection {
    padding: 0;
    background: #fff !important;
}
 

.woocommerce-shipping-totals .woocommerce-shipping-destination br {
    display: block !important;
}

form .shipping-calculator-button,
form .shipping-calculator-button:hover{
    color: #da291c !important;
}