/**
 * custom theme 2021-01-30 07:56:45 */

.header-wrapper-sticky.enable-sticky{
	background: #2B2929 none repeat scroll 0 0 !important;
}
#newsletter_pop_up{
width: 600px;height: 330px;background-color: #F4F4F4;}
html,body{
	color:#000000;
}
a, a:focus {
	color:#2B2929;
}
a:hover{
	color:#2B2929;
}
.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:#2B2929;
    border-color:#2B2929;
			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:#2B2929;
    border-color:#2B2929;
			color:#F2E7E7;
	}
body .page-wrapper {width: 100%; margin: auto;}