
			
			.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button{
			    background-color: #0066b4!important;
			    color: #fff!important;
			}
			.woocommerce .add-request-quote-button.button:hover,  .woocommerce .add-request-quote-button-addons.button:hover{
			    background-color: #044a80!important;
			    color: #fff!important;
			}
			
			#ywraq_checkout_quote.button{
				background: #0066b4;
			    color: #ffffff;
			    border: 1px solid #ffffff;
			}
			
			#ywraq_checkout_quote.button:hover{
				background: #044a80;
			    color: #ffffff;
			    border: 1px solid #ffffff;
			}
			.woocommerce.single-product button.single_add_to_cart_button.button {margin-right: 5px;}
				.woocommerce.single-product .product .yith-ywraq-add-to-quote { display: inline-block; line-height: normal; vertical-align: middle; }
				
			
		