/*!
Theme Name: Grocery Ukraine
Theme URI: http://underscores.me/
Author: Twigel.tech
Author URI: http://twigel.tech
Description: Сахар, мука, крупы
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grocery-dnipro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grocery Ukraine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('Assets/css/min.main.css');
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote, body, dd, dl, figure, h1, h2, h3, h4, ol[class], p, ul[class] {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	font-family: 'FixelDisplay', serif;
	font-weight: 400;
}

body.fixed{
	overflow: hidden;
}

ol[class], ul, ul[class] {
	list-style: none
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img, picture {
	max-width: 100%;
	display: block
}

article > * + * {
	margin-top: 1em
}

button, input, select, textarea {
	outline: 0;
	font: inherit
}

header .header-btn .e-commerce, header .header-btn .shopware {
	padding-right: 15px;
	line-height: 30px;
	font-weight: 500;
	position: relative
}

a {
	text-decoration: none;
	color: inherit
}

button {
	background: 0 0;
	border: none;
	margin: 0;
	cursor: pointer
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0s !important;
		-o-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}

button:active, button:focus {
	outline: 0 !important
}

button::-moz-focus-inner {
	border: 0 !important
}
.nw{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}
#primary{
	max-width: 1200px;
	padding: 120px 15px;
	margin: 0 auto;
}
.entry-content h2{
	padding: 20px 0;
}
.entry-content h3{
	padding: 20px 0;
}