/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-progress-bar .progress-bar {
    background-color: rgb(234 27 27) !important;
}

.form-style-underlined label {
    margin-bottom: 5px !important;
}
.elementor-21802 .elementor-element.elementor-element-f0aa9fd .bdt-the-newsletter .tnp input:not([type="submit"]) {
    background-color: #fff !important;
}
.cart-table-section>.cart .cart-actions>:is(.button,.wd-coupon-form) {
    display: none !important;
}
.woocommerce-mini-cart__buttons .btn-cart {
    color: #fff !important;
    background-color: rgba(0,0,0,1) !important;
}

#order_review.woolentor-review-order-1 .woocommerce-remove-coupon {
    display:none;
}
.wd-entry-meta .meta-author {
    display:none !important;
}
.entry-meta-list li.modified-date, .entry-meta-list li:last-child {
    display:none !important;
}


@media screen and (width < 1000px) { 
  .woocommerce-mini-cart__buttons .btn-cart {
		color: #fff !important;
		background-color: rgba(0,0,0,1) !important;
	}
	
}