/**
 * custom theme 2020-03-04 10:08:09 */

.header-wrapper-sticky.enable-sticky{
	background: #000000 none repeat scroll 0 0 !important;
}
#newsletter_pop_up{
width: 600px;height: 330px;background-color: #F4F4F4;}
html, body { 
	font-family: Open Sans;
}
html,body{
	color:#000000;
}
a, a:focus {
	color:#F80193;
}
a:hover{
	color:#F80193;
}
.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:#F80193;
    border-color:#F80193;
			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:#000000;
    border-color:#000000;
			color:#FFFFFF;
	}
body .page-wrapper {width: 100%; margin: auto;}