/**
 * custom theme 2021-03-27 06:10:01 */

#newsletter_pop_up{
width: 600px;height: 330px;background-color: #F4F4F4;}
html, body { 
	font-family: Raleway;
}
html,body{
	color:#000000;
}
a, a:focus {
	color:#859552;
}
a:hover{
	color:#4E4C52;
}
.btn, .action.primary, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart.table-wrapper .action-gift, .cart.table-wrapper .actions-toolbar>.action, .review-form .action.submit.primary, button{
		background-color:#859552;
    border-color:#859552;
			color:#000000;
	}
.btn:hover, .action.primary:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .cart.table-wrapper .action-gift:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .review-form .action.submit.primary:hover, button:hover{
		background-color:#AFAF45;
    border-color:#AFAF45;
			color:#6B6B6B;
	}
