/* Your Css code here */

header .banner{
	background-color: transparent !important;
}

#top .header_user_info{
	float: none;
	padding: 0;
}

#shopping_cart_container{
	width: auto;
	padding: 0;
}

.holiday_notification {
	background-color: black;
	color: white;
	font-size: 16px;
	padding: 5px 0;
	line-height: 1.5;
	text-align: center;
}

.holiday_notification .container{
	display: flex;
	justify-content: center;
	align-items: center;
}

.holiday_notification img{
	margin: 0 5px;
}

@media (max-width: 767px){
	.holiday_notification {
		font-size: 11px;
	}

	.holiday_notification .container{
		max-width: none;
	}
}

#layer_cart {
	z-index: 99999;
}

#center_column #new_account_form p{
    margin: 0 0 0 2px;
    padding: 0 !important;
}

#voucher_toggle_wrap {
	margin-bottom: 10px;
}