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


/*Hide Review Form from product details page*/
.woocommerce.single-product #review_form_wrapper,
.woocommerce.single-product .woocommerce-verification-required {
    display: none;
}

/*Hide Coupon Form from cart and checkout page*/
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-cart-form .coupon {
    display: none !important;
}


.privacy-policy .entry-content ul{
    margin-left: 25px;
}

.privacy-policy .entry-content strong, .privacy-policy .entry-content b {
    font-weight: 700;
}

.privacy-policy .entry-content a{
    text-decoration: underline;
}