/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 14:23:08 */
/* Product name */
#order_review thead .product-name{
	font-weight:700;
	background-color:#f4f4f4;
}

/* Product total */
#order_review thead .product-total{
	font-weight:700;
	background-color:#f4f4f4;
}

/* Button */
#wcf_custom_coupon_field span .wcf-submit-coupon{
	background-color:rgba(137,137,137,0.46) !important;
}

/* 782px and smaller screen sizes */
@media (max-width:782px){

	/* Button */
	#wcf_custom_coupon_field_order_review span .wcf-submit-coupon{
		background-color:#d1d1d1;
		border-width:0px;
	}
	
}

/* 767px and smaller screen sizes */
@media (max-width:767px){

	/* Button */
	.elementor .e-con-boxed .e-con-inner .e-con-full .elementor-widget-checkout-form .elementor-widget-container div #wcf-embed-checkout-form .woocommerce .wcf-collapsed-order-review-section .wcf-cartflows-review-order-wrapper #wcf_custom_coupon_field_order_review .wcf-coupon-col-2 span .wcf-submit-coupon{
		background-color:#bababa !important;
	}
	
}

/* 761px and smaller screen sizes */
@media (max-width:761px){

	/* Button */
	#wcf_custom_coupon_field_order_review span .wcf-submit-coupon{
		
	}
	
}
/* Paragraph */
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
	text-align:left !important;
}

