/* Woocommerce Buttons */
body.novaro ul.products li.product .btn_container {
	background-color: #ff3000;
}
body.novaro ul.products li.product .btn_container:hover {
    background-color: #ff5200;
}
body.novaro a.button.alt, body.novaro button.button.alt, body.novaro input.button.alt, body.novaro #respond input#submit.alt, body.novaro #content input.button.alt {
	background-color: #ff3000;
	border-color: #ff3000;
	padding: 10px 15px !important;
}
body.novaro a.button.alt:hover, body.novaro button.button.alt:hover, body.novaro input.button.alt:hover, body.novaro #respond input#submit.alt:hover, body.novaro #content input.button.alt:hover {
	background-color: #ff5200;
	border-color: #ff5200;
}

/* Contact Form 7 */
.wpcf7-display-none {
   /* display: none !important; */
}

/* Buy with Prime Button */
#bwpFrame{
  margin-top: 5%;
}