body {
    font-family: "2fx" !important;
}

.woocommerce-checkout .col2-set {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* woo coupon display none */
table {
    border: 1px solid #ededed !important;
    border-radius: 6px !important;
}

.woocommerce-cart-form__cart-item .remove {
    display: inline-block;
    font-weight: 1 !important;
    vertical-align: middle;
    width: 26px !important;
    height: 23px !important;
    line-height: 28px;
    border-radius: 3px !important;
    background: #ff3c4230;
    color: #ff3c42;
    margin: 15px auto;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    display: none;
}

/* woo tr display none */
.product-thumbnail, 
.product-quantity, 
.cart-subtotal, 
.product-subtotal, 
#order_review_heading {
    display: none !important;
}

.woocommerce-billing-fields h3,
#order_review .product-name,
#order_review .product-total,
.woocommerce-privacy-policy-text {
    display: none !important;
}

/* woo zarin display none */
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 1em;
    border-bottom: 1px solid rgba(104, 87, 125, .14);
    margin: 0;
    list-style: none;
    display: none;
}

/* woo submit display none */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    line-height: 1.5em;
    color: #fff !important;
    margin-bottom: 20px;
    margin-top: 0 !important;
    background: #00C178;
    box-shadow: 0 7px 20px #00c17860;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
}

/* woo submit display none */
.order-total {
    background: #f9ffef;
    font-size: 16px;
}

.order-total * {
    color: #92c72b !important;
}

table td, table th {
    border: none !important;
    padding: .7em 1.5em !important;
}

/* woo order display none */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 10px;
    color: #2d8fbf;
    border-right: 3px solid #2d8fbf;
    background: #4ed6ff24;
    display: block;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 200;
    border-top: none;
    border-radius: 6px;
}

.woocommerce-info a {
    color: #2d8fbf;
    font-size: 14px;
}

.woocommerce-info::before {
    display: none;
}

/* woo order display none */
input, input[type="text"], input[type="email"], input[type="number"], input[type="tel"], select, input[type="password"] {
    border: none;
    padding: 12px;
    background: #F2F4FD;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
}

.woocommerce-notices-wrapper {
    display: none;
}

.container-checkout {

    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(103, 151, 255, .15);
}

