
@charset 'utf-8';

/* color */
:root {
	--main-bk 				: #fff2e0;
	--header-bg 			: #ffffff;
	--header-bg-bottom 		: #ffffff;
	--header-bg-bottom-hover: #000000;
	--header-category 		: #f99816;
	--header-category-hover : #ffffff;
	--header-icon 			: #f99816;
	--header-border 		: #ffffff;
	--button-blue 			: #f99816;
	--pager-border 			: #fdbf6c;
	--tag-red 				: #ff4009;
	--prod-border 			: #fdbf6c;
	--footer-bk 			: #fdbf6c;

	--main-text 			: #4f4f4f;
	--goods-text 			: #4f4f4f;
	--goods-price 			: #4f4f4f;
	--shipping-cost 		: #888888;
}

@media print, screen and (min-width: 769px) {
	.front-page {
	background-color: #fff2e0;
}