/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.mb-shipping-hd {
    text-transform: uppercase;
    margin-top: 20px;
}

h3#ship-to-different-address {
    display: none;
}

.woocommerce-form-login.hidden-form p:first-child {
    display: none;
}

p.price {
    font-size: 0 !important;
}

p.price .woocommerce-Price-amount {
    font-size: 24px !important;
}

@media (max-width: 1024px) {
    tr.order-total strong .amount {
        font-size: 18px !important;
    }
}



