.woocommerce-cart .woocommerce.wp-block-group.alignwide {
    width: 100% ;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    padding-top: 50px;
}

.woocommerce-cart th.product-name a {
    color: #1e3a8a;
    font-size: inherit;
    line-height: 1.2;
}

.woocommerce-cart button.button {
    background-color: #1e3a8a !important;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    white-space: nowrap;
}
input#coupon_code {
    height: 40px;
}
.woocommerce h2 {
    color: #1e3a8a;
}


.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-family: "Open Sans", sans-serif;
    color: #1e3a8a;
    font-size: 18px;
}
.woocommerce table.shop_table thead th {
    background: #1e3a8a;
    color: #fff;
    font-weight: 600;
}
.woocommerce table.shop_table tbody th.product-name {
    font-weight: 400;
    font-size: 16px;
}
input#coupon_code {
    width: 59%;
}
.woocommerce table.shop_table td {
    font-size: 16px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}
.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
}
.cart_totals h2 {
    font-size: 26px;
    text-align: left;
    margin: 10px 0 0;
    padding: 10px 0;
    font-weight: 600;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #1e3a8a;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #1e3a8a;
    transition: 0.3s;
}
a.checkout-button.button.alt.wc-forward:hover {
    background-color: #ffffff;
    border: 1px solid #1e3a8a;
    color: #1e3a8a;
    transition: 0.3s;
}
.woocommerce-dashboard .woocommerce {
    margin-top: 50px;
}
