/**
 * custom theme 2019-10-10 11:31:11 */

#newsletter_pop_up{
width: 600px;height: 330px;background-color: #F4F4F4;}
html,body{
	color:#333333;
}
a, a:focus {
	color:#e49228;
}
a:hover{
	color:#e49228;
}
.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:#e49228;
    border-color:#e49228;
			color:#ffffff;
	}
.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:#e49228;
    border-color:#e49228;
			color:#333333;
	}
