:root {
	--main-bg-color: linear-gradient(to bottom, #00af70, #37c13d);
	--main-color: #00bf6c;
	--font-color-menu: #5a5a5a;
	--font-color: #1d6548;
	--font-color-gray: #5a5a5a;
	--link-color: #00bf6c;
}
#wrap_logo{
	width: 98px !important;
}
#main_store_menu_list{
	height: 225px !important;
}

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