/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
#shipping_method li {
    text-align: right;
}
#shipping_method li label {
    display: inline-block;
	    font-size: 13px;
}
#shipping_method li input {
    float: right !important;
    margin-left: 5px;
}
a.showcoupon {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.woocommerce-form-login-toggle {
    display: inline-block;
    width: 50%;
    font-size: 13px;
}

.woocommerce-form-coupon-toggle {
    display: inline-block;
    width: 50%;
    padding-right: 6px;
    font-size: 12px;
    border-right: 1px solid #ccc;
}
.validate-state span.optional {
    display: none;
}

.wd-info-box .info-btn-wrapper {
    margin-top: 6px;
}
.woocommerce-account-fields, .woocommerce-shipping-fields, .woocommerce-form-login-toggle {
    text-align: right;
}
p.woocommerce-shipping-destination {
    display: none !important;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
button[name="update_cart"] {
    color: #fff !important;
}
p#dolly {
    display: none !important;
}
li#wp-admin-bar-woocommerce-site-visibility-badge {
    display: none !important;
}
div#hidden-admin-notices-link-wrap {
    display: none !important;
}
ul.wc_payment_methods.payment_methods.methods {
    text-align: right;
}
ul.wc-bacs-bank-details.order_details.bacs_details > li {
    list-style: none;
}
p.wc-bacs-bank-details-account-name > u {
    text-decoration: none;
    font-weight: bold;
}
.wrapp-buttons {
    display: none !important;
}