/**
 * custom theme 2025-01-20 10:23:13 */

#newsletter_pop_up{
width: 545px;height: 400px;background-color: #FFFFFF;}
html, body { 
    font-size: 14px; 
	font-family: "GillSansMT",sans-serif;
}
html,body{
	color:#888888;
}
a, a:focus {
	color:#795665;
}
a:hover{
	color:#FFFFFF;
}
.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:#222222;
    border-color:#222222;
			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:#888888;
    border-color:#888888;
			color:#FFFFFF;
	}
body .page-wrapper {width: 100%; margin: auto;}