:root {
	--main-bg-color: #f21a30;
	--main-color: #f21a30;
	--font-color-menu: #5a5a5a;
	--font-color: #1d6548;
	--font-color-gray: #5a5a5a;
	--link-color: #555;
}
#top_bar_middle{
	max-width: unset !important;
	top: 0px !important;
}
#wrap_logo{
	width: 200px !important;
	margin-top: 5px !important;
}
#container{
	top: 113px !important;
}
#dropdown_menu_user, .header_cart, .header_login_and_register{
	background-color: rgba(255, 255, 255, 0.2) !important;
}

@media only screen and (max-width: 767px)
{
	#wrap_logo{
		width: 131px !important;
		margin-top: 10px !important;
	}
}