/*
Theme Name: wp-wolfs-Oxynow
Theme URI: https://wp-wolfs.com
Template: hello-elementor
Author: WP Wolfs
Author URI: https://wp-wolfs.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1625762843
Updated: 2021-07-08 16:47:23

*/

/*Remove variations Table Background Color*/
.product .variations td {
  background-color: #ffffff;
}

/*Fix Coupon Code Width in Cart Page*/
#coupon_code {
	width: 96px !important;
	height: 32px !important;
}

/*Change Proceed to Checkout BG Color*/
.checkout-button, #place_order {
  background-color: #3C5C59 !important;
}

.cart_item .product-name a, .cart_item .product-remove a, .cart_item .product-remove a:hover {
	color: #3C5C59 !important;
	background: transparent !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	text-decoration: none;
}

#wc-stripe-payment-request-button-separator{
	display:none !important;
}

.wmpci-popup-body{
	width: 545px;
    border-radius: 15px;
}
}