button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'machomodular', Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #35393B;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1800px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
.min-row .row {
	max-width: 1300px;
}
header {
	width: 100%;
	padding: 21px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
header .row {
	max-width: 100%;
	padding: 0 50px;
}
body#logged header {
	top: 32px;
}
header .logo {
	width: 280px;
	float: left;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
header .logo img {
	display: block;
}
header .links {
	float: right;
	width: 150px;
	margin-top: 25px;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
header .main-menu {
	float: right;
	width: calc(100% - 430px);
	text-align: right;
	margin-top: 35px;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
header .main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-block;
	margin-right: 55px;
}
header .main-menu li a {
	color: #fff;
	border-bottom: 3px solid transparent;
}
header .main-menu li a:hover, header .main-menu li.current-menu-item > a, header .main-menu li.active > a, header .main-menu li.current-category-ancestor > a, header .main-menu li.current-post-ancestor > a, header .main-menu ul li.current_page_parent > a {
	border-color: #fff;
}
header a.icon {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/main-box.jpg');
	margin-left: 20px;
	position: relative;
}
header a.icon span {
	width: 17px;
	height: 17px;
	background: #BD4848;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
	top: -5px;
	right: -5px;
}
header a.icon.cart {
	background-image: url('img/kosik.svg');
}
header a.icon.user {
	background-image: url('img/ucet.svg');
}
header a.icon.search {
	background-image: url('img/lupa.svg');
}
body.scroll header, body.page header {
	background-color: #35393B;
}
body.scroll header, body.page header {
	padding: 12px 0;
}
body.scroll header .logo, body.page header .logo {
	width: 160px;
	margin-top: -3px;
}
body.scroll header .main-menu, body.page header .main-menu {
	margin-top: 15px;
}
body.scroll header .links, body.page header .links {
	margin-top: 7px;
}
.main-box {
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/main-box.jpg');
}
.main-box:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 100;
	background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.main-box .inner {
	margin: 200px 0;
	width: 50%;
	color: #fff;
	position: relative;
	z-index: 200;
}
.main-box h1 {
	margin: 0 0 5px;
	line-height: 120%;
	font-size: 75px;
	font-weight: 300;
}
.main-box p {
	font-size: 18px;
	line-height: 165%;
	margin-bottom: 30px;
}
.main-box .socials {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 50px;
	width: 26px;
	text-align: center;
	z-index: 200;
}
.main-box .socials img {
	margin: 5px 0;
}
a.button, .summary button.single_add_to_cart_button {
	color: #fff;
	background-color: #728E39;
	padding: 0 18px;
	display: block;
	line-height: 58px;
	text-align: center;
	height: 54px;
	border: 1px solid #728E39;
	text-transform: uppercase;
}
a.button:hover, .summary button.single_add_to_cart_button:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-cart__submit-button:hover {
	border-color: #8CAD49;
	background: #8CAD49;
}
a.button.border {
	color: #728E39;
	background: none;
}
a.button.border:hover {
	color: #8CAD49;
	border-color: #8CAD49;
}
a.button.arrow {
	border-color: transparent;
	background-color: transparent;
	background-image: url('img/sipka.svg');
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 0;
	color: #728E39;
}
a.button.arrow:hover {
	background-position: right center;
	color: #8CAD49;
}
a.button.center {
	margin: 0 auto;
}
a.button.inline {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}
header .menu-show {
	background-image: url('img/icon-menu.svg');
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	display: none;
	z-index: 15;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	position: absolute;
	top: 27px;
	right: 18px;
	font-size: 0;
}
.open-mobile header .menu-show {
	background-image: url('img/icon-menu-close.svg');
}
.open-mobile header .main-menu ul {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	background: #000000eb;
	width: 100%;
	text-align: center;;
	height: 100vh;
	padding: 120px 20px 20px;
}
.open-mobile header .main-menu ul li {
	margin: 20px 0;
	width: 100%;
}
.open-mobile header .main-menu ul li.contact {
	display: none;
}
.open-mobile header .main-menu ul li a {
	color: #fff;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content.about-me {
	background-color: #35393B;
	position: relative;
	color: #919191;
	padding: 65px 0;
}
section.content.about-me:before {
	background-color: #35393B;
	opacity: 0.74;
	position: absolute;
	top: -17px;
	left: 0;
	z-index: 100;
	height: 17px;
	width: 100%;
	content: '';
}
section.content.about-me .col {
	width: 33%;
	float: left;
}
section.content.about-me .half p {
	line-height: 140%;
	margin-bottom: 20px;
}
section.content.about-me .half .sub-title {
	color: #728E39;
	margin-bottom: 10px;
}
section.content.about-me .half h2 {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 45px;
}
section.icons {
	background: #F3F3F3;
	padding: 60px 0;
	text-align: center;
	position: relative;
}
section.icons .item {
	float: left;
	width: 25%;
}
section.icons .item .icon {
	height: 60px;
	margin-bottom: 20px;
}
section.icons .item p {
	color: #35393B;
	font-size: 20px;
	line-height: 110%;
}
.products {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.products .product {
	border: 1px solid #F3F3F3;
	float: left;
	width: calc(25% - 40px);
	margin: 0 40px 40px 0;
}
.products .product .content {
	padding: 30px 70px;
	text-align: center;
}
.products .product h2 {
	font-size: 22px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.products .product .time {
	font-size: 14px;
	color: #B7B7B7;
}
.products .product .price {
	font-size: 26px;
	margin: 35px 0 25px;
}
.products .product .price del {
	font-size: 14px;
	color: #B7B7B7;
	position: relative;
	top: -3px;
	margin-right: 10px;
}
.products .product .price ins {
	text-decoration: none;
	color: #F00;
}
.products .product:nth-child(4n+0) {
	margin-right: 0;
}
section.content {
	padding: 75px 0;
}
.section-title {
	font-size: 46px;
	text-align: center;
	margin: 0 0 55px;
	font-weight: 700;
}
section.refs {
	background: #F8F8F8;
	padding-bottom: 100px;
}
.ref-slider {
	margin: 0 auto;
	max-width: 640px;
	display: block;
	background: #fff;
}
.ref-slider .item {
	padding: 40px 60px 20px;
}
.ref-slider .item .name {
	margin-bottom: 15px;
}
.ref-slider .item .name strong {
	font-weight: 700;
}
.ref-slider .item p {
	color: #919191;
	line-height: 140%;
	margin-bottom: 25px;
}
.ref-slider .item a.photo {
	color: #728E39;
	background-image: url('img/obrazek.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 14px 0 5px 35px;
}
.ref-slider .item a.photo:hover {
	text-decoration: underline;
}
.ref-slider .slick-arrow {
	width: 45px;
	height: 45px;
	background-color: #ECECEC;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	position: absolute;
	font-size: 0;
	border: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.ref-slider .slick-arrow.slick-next {
	background-image: url('img/sipka_doprava.svg');
	right: -25px;
}
.ref-slider .slick-arrow.slick-prev {
	background-image: url('img/sipka_doleva.svg');
	left: -25px;
}
.ref-slider .slick-dots {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%,0);
	padding: 0;
	margin: 0;
	list-style: none;
}
.ref-slider .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}
.ref-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #ECECEC;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	font-size: 0;
	outline: none;
}
.ref-slider .slick-dots li:hover button, .ref-slider .slick-dots li.slick-active button {
	background: #728E39;
}
section.production {
	background: #35393B;
	text-align: center;
}
.production-cols {
	display: flex;
	flex-wrap: wrap;
}
.production-cols .col {
	width: 33.333%;
	padding: 0 25px;
}
.production-cols .col h2 {
	color: #fff;
	font-size: 30px;
}
section.contact, section.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('img/pozadi.svg');
}
section.contact .half.info {
	padding: 100px 0 0 70px;
}
section.contact .half.info img {
	margin-bottom: 25px;
}
section.contact .half.info p {
	margin-bottom: 15px;
	line-height: 140%;
	max-width: 410px;
}
section.contact .half.info a.icon, .page-contact a.icon {
	color: #728E39;
	font-size: 27px;
	margin-bottom: 5px;
	display: block;
	background-position: left 7px;
	background-repeat: no-repeat;
	padding: 7px 0 7px 45px;
}
section.contact .half.info a.icon.email, .page-contact a.icon.email {
	background-image: url('img/mail.svg');
}
section.contact .half.info a.icon.phone, .page-contact a.icon.phone {
	background-image: url('img/telefon.svg');
	background-position: left 4px;
}
section.first {
	margin-top: 85px;
}
.woocommerce-result-count {
	display: none !important;
}
.woocommerce-ordering {
	float: right;
	display: none;
}
.woocommerce-ordering select {
	padding: 10px;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
	width: 100%;
	height: 100%;
}
.entry {
	width: 100%;
	float: left;
	font-size: 18px;
	padding-bottom: 60px;
}
.entry h1, .woocommerce-products-header h1 {
	font-size: 46px;
	margin: 0 0 20px;
}
.entry h2 {
	font-size: 30px;
	margin: 0 0 15px;
}
.entry h3 {
	font-size: 22px;
	margin: 0 0 5px;
}
.entry figure {
	margin: 0;
}
.entry figure.wp-block-gallery {
	margin: 0 0 40px;
}
.entry p {
	margin-bottom: 20px;
	line-height: 145%;
}
.entry a {
	color: #728E39;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
}
.entry ul {
	margin-bottom: 25px;
}
.entry li {
	line-height: 135%;
	margin-bottom: 5px;
}
.half {
	width: 50%;
	float: left;
}
.half.right {
	text-align: right;
}
.entry .alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.entry .alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.entry .aligncenter {
	float: none;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .terms .wpcf7-not-valid .wpcf7-list-item-label {
	color: #F00 !important;
}
.terms .wpcf7-list-item {
	margin-left: 0;
}
.terms a {
	color: #DE1F31;
	text-decoration: underline;
}
.terms a:hover {
	text-decoration: none;
}
::-webkit-input-placeholder {
	color: #A2A2A2;
}
::-moz-placeholder {
	color: #A2A2A2;
}
:-ms-input-placeholder {
	color: #A2A2A2;
}
:-moz-placeholder {
	color: #A2A2A2;
}
.form {
	padding: 30px 40px;
	background: #FAFAFA;
}
.form .title {
	background-image: url('img/ikona_sipka.svg');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 0 10px 120px;
	margin-bottom: 30px;
	line-height: 160%;
}
.form .title strong {
	font-size: 46px;
	font-weight: 700;
}
.form input[type="text"], .form input[type="email"], .form textarea {
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding: 20px;
	margin-bottom: 20px;
	outline: none;
	width: 100%;
	color: #35393B;
}
.form textarea {
	height: 250px;
}
.form .terms {
	margin-bottom: 25px;
}
.form .terms a {
	color: #728E39;
}
.form input[type="submit"] {
	color: #fff;
	background: #728E39;
	padding: 0 25px;
	display: table;
	line-height: 50px;
	text-align: center;
	height: 50px;
	border: 0;
	cursor: pointer;
	width: 100%;
	text-transform: uppercase;
}
.form input[type="submit"]:hover {
	background: #8CAD49;
}
.form .wpcf7-not-valid {
	color: #F00 !important;
}
.form input[type="text"].wpcf7-not-valid, .form input[type="email"].wpcf7-not-valid, .form textarea.wpcf7-not-valid {
	border-color: #F00 !important;
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,-40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInRight {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
@keyframes fadeInLeft {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    opacity: 0
}
.animated.active {
    opacity: 1;
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}
.page-contact .half.info {
	width: 30%;
}
.page-contact .half.info h1 {
	font-size: 46px;
	margin-bottom: 40px;
}
.page-contact .half.info p {
	line-height: 135%;
	margin-bottom: 15px;
}
.page-contact .half.info strong {
	font-weight: 700;
}
.page-contact .half.info strong.bigger {
	font-size: 26px;
	display: block;
}
section .nav {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	color: #A7A7A7;
}
section .nav a.home {
	background-image: url('img/nav-home.svg');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	height: 20px;
	margin-right: 20px;
}
section .nav a {
	padding: 0 0 0 25px;
	display: inline-block;
	background-image: url('img/nav-arrow.svg');
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
	color: #A7A7A7;
	line-height: 28px;
	margin-right: 20px;
}
section .nav span.last {
	padding: 0 0 0 25px;
	display: inline-block;
	background-image: url('img/nav-arrow.svg');
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 28px;
}
.woocommerce-product-gallery {
	float: left;
	width: 50%;
	max-width: 691px;
}
.woocommerce-product-gallery img {
	display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
	float: left;
	width: 100%;
	max-width: 166px;
	margin-bottom: 10px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(1) {
	float: left;
	width: calc(100% - 176px);
	max-width: 515px;
	margin-right: 10px;
}
.product_meta {
	display: none !important;
}
.summary {
	float: left;
	width: 50%;
	padding-left: 75px;
}
.summary h1 {
	font-size: 46px;
	margin: 15px 0 0;
}
.summary .price {
	font-size: 30px;
	margin: 15px 0 35px;
}
.summary .time {
	margin-top: -5px;
	margin-bottom: 25px;
}
.summary .quantity {
	float: left;
	margin-right: 24px;
}
.summary .quantity input[type="number"] {
	font-family: 'machomodular', Arial, sans-serif;
	font-weight: 300;
	float: left;
	width: 84px;
	padding: 16px 0 10px 0;
	height: 54px;
	font-size: 18px;
	border: 1px solid #A7A7A7;
	outline: none;
	text-align: center;
}
.summary button.single_add_to_cart_button {
	font-family: 'machomodular', Arial, sans-serif;
	font-weight: 300;
	outline: none;
	cursor: pointer;
	max-width: 260px;
	font-size: 18px;
	width: 100%;
	line-height: 62px;
}
.wc-block-components-checkout-place-order-button, .wc-block-cart__submit-button {
	font-family: 'machomodular', Arial, sans-serif;
	font-weight: 300;
	outline: none;
	cursor: pointer;
	background: #728E39;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid #728E39;
}
.wc-block-components-checkout-place-order-button span, .wc-block-cart__submit-button span {
	position: relative;
	top: 5px;
	font-size: 18px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.woocommerce-tabs {
	float: left;
	width: 100%;
	margin-top: 45px;
}
.woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.woocommerce-tabs ul.tabs li {
	float: left;
	margin-right: 1px;
}
.woocommerce-tabs ul.tabs li a {
	background: #E0E0E0;
	min-width: 135px;
	padding: 0 10px;
	height: 31px;
	color: #35393B;
	line-height: 40px;
	text-align: center;
	float: left;
}
.woocommerce-tabs ul.tabs li.active a {
	background: #F3F3F3;
	color: #728E39;
}
.woocommerce-Tabs-panel {
	max-width: 1200px;
	padding: 30px 30px 15px;
	background: #F3F3F3;
	float: left;
	width: 100%;
}
.woocommerce-Tabs-panel p {
	line-height: 135%;
	margin-bottom: 15px;
}
.woocommerce-message .button, .woocommerce-info .button, li.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding-top: 1.3em !important;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 200px;
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 200px);
}
fieldset {
	padding: 0;
	border: 0;
	margin: 25px 0;
}
.input-text {
	padding: 5px 10px;
	margin-bottom: 10px !important;
}
section.zakazkova-vyroba {
	background: #F3F3F3;
}
section.zakazkova-vyroba .title {
	font-size: 46px;
	font-weight: 700;
	max-width: 288px;
	width: 100%;
	float: right;
	margin-top: 150px;
}
section.zakazkova-vyroba .half.info {
	padding-right: 80px;
}
section.zakazkova-vyroba .half.list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
section.zakazkova-vyroba .half.list ul li strong {
	font-size: 20px;
	font-weight: 700;
}
section.zakazkova-vyroba .half.list ul li {
	padding: 20px 0 6px 80px;
	position: relative;
	max-width: 400px;
}
section.zakazkova-vyroba .half.list ul li:before {
	width: 55px;
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 100;
	background-position: left top;
	background-repeat: no-repeat;
}
section.zakazkova-vyroba .half.list ul li:after {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 27px;
	background: #35393B;
	content: '';
	z-index: 10;
}
section.zakazkova-vyroba .half.list ul li:nth-child(1):before {
	background-image: url('img/z-icon-kontakt.svg');
}
section.zakazkova-vyroba .half.list ul li:nth-child(2):before {
	background-image: url('img/z-icon-zamereni.svg');
}
section.zakazkova-vyroba .half.list ul li:nth-child(3):before {
	background-image: url('img/z-icon-cenova-nabidka.svg');
}
section.zakazkova-vyroba .half.list ul li:nth-child(4):before {
	background-image: url('img/z-icon-zaplaceni-zalohy.svg');
}
section.zakazkova-vyroba .half.list ul li:nth-child(5):before {
	background-image: url('img/z-icon-vyroba-montaz.svg');
}
section.zakazkova-vyroba .half.list ul li:nth-child(6):before {
	background-image: url('img/z-icon-doplatek.svg');
}
section.zakazkova-vyroba .half.list ul li:nth-child(6):after {
	display: none;
}
.variations {
	margin-bottom: 40px;
}
.variations th.label {
	width: 110px;
	font-weight: 300;
	text-align: left;
	padding-top: 10px;
}
.variations tr {
	margin-bottom: 9px;
	width: 100%;
	float: left;
}
.variations select {
	width: 100%;
	border: 1px solid #A7A7A7;
	color: #35393B;
	padding: 10px;
}
.wc-block-components-sale-badge {
	display: none !important;
}
a.reset_variations {
	display: none;
}
.product-type-variable .summary .price {
	display: none;
}
.product-type-variable .summary form .price {
	display: block;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.woocommerce-Tabs-panel table th {
	text-align: left;
	padding: 5px;
}
.woocommerce-Tabs-panel table td {
	padding: 5px;
}
.woocommerce-Tabs-panel table td p {
	margin-bottom: 0;
}
section.related.products {
	margin-top: 60px;
}
section.related.products .title {
	margin: 0 0 30px;
	font-size: 46px;
	font-weight: 700;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0 !important; /* width fix */ 
}
.wp-block-gallery.has-nested-images figure.wp-block-image img { 	aspect-ratio: 1; /* squared size thumbnails */ 	object-fit: cover; }
.columns-default.wp-block-gallery.has-nested-images .wp-block-image {
	width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75) !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
	overflow: hidden !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:hover img {
	transform: scale(1.05) !important;
}
.wp-block-button a.wp-block-button__link {
	background: #728E39 !important;
	color: #fff !important;
	height: 54px !important;
	line-height: 58px !important;
	border: 1px solid #728E39 !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	text-decoration: none !important;
	padding: 0 20px !important;
}
.wp-block-button a.wp-block-button__link:hover {
	background: #8CAD49 !important;
	border: 1px solid #8CAD49 !important;
}
span.onsale, .packetery-widget-button-row button {
	display: none !important;
}
section.content.error-page {
	padding: 150px 0;
	text-align: center;
}
section.content.error-page img {
	margin-bottom: 40px;
}
.woocommerce-info {
	border-top-color: #728E39 !important;
}
.woocommerce-info::before {
	color: #728E39 !important;
}
.woocommerce #payment #place_order {
	height: 3em;
	background: #728E39;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 !important;
}




footer {
	background-color: #35393B;
	float: left;
	width: 100%;
	padding: 45px 0 25px;
}
footer .col {
	float: left;
	width: 20%;
}
footer .col:nth-child(1) {
	padding-top: 20px;
}
footer .col .title {
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
}
footer .col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .col ul li {
	margin-bottom: 10px;
}
footer .col ul li a {
	color: #B6B8B8;
}
footer .col ul li a:hover, footer .col ul li.current-menu-item > a {
	text-decoration: underline;
}
footer .col a.icon {
	color: #B6B8B8;
	margin-bottom: 5px;
	display: block;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;
}
footer .col a.icon.email {
	background-image: url('img/f-mail.svg');
}
footer .col a.icon.phone {
	background-image: url('img/f-telefon.svg');
	background-position: left 1px;
	margin-bottom: 15px;
}
footer .col .socials img {
	margin-right: 10px;
	height: 18px;
}
footer .copy {
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #898989;
}
footer .copy a {
	color: #898989;
	text-decoration: underline;
}
footer .copy a:hover {
	text-decoration: none;
}
.clear {clear: both;}
.only-mobile {display: none;}





@media (max-width: 1700px) {
	.products .product {width: calc(33.333% - 40px);}
	
}
@media (max-width: 1350px) {
	header .main-menu li {margin-right: 25px;}
	
}
@media (max-width: 1100px) {
	.products .product {width: calc(50% - 40px);}
	header .main-menu ul {display: none;}
	.main-box .inner {width: 100%; padding-right: 70px;}
	header .logo {width: 160px;}
	.form .title strong {font-size: 38px;}
	footer .col {width: 25%;}
	footer .col:nth-child(1) {width: 100%; padding: 0; margin-bottom: 25px; text-align: center;}
	header .row {padding: 0 20px;}
	header .menu-show {display: block;}
	header .links {margin-top: 7px;}
	body.scroll header .menu-show, body.page header .menu-show {top: 18px;}
	body.scroll header .logo, body.page header .logo {width: 125px;}
	.products .product .content {padding: 30px 20px;}
	section.first {margin-top: 45px;}
}
@media (max-width: 800px) {
	.main-box {text-align: center;}
	.main-box .inner {margin: 180px 0 90px; padding: 0;}
	.main-box h1 {font-isze: 60px;}
	section.icons .item {width: 50%; margin: 10px 0;}
	.section-title {font-size: 36px;}
	.production-cols .col h2 {font-size: 26px;}
	.about-me .half:nth-child(1) {padding-right: 30px;}
	.main-box .socials {width: 100%; text-align: center; transform: none; top: auto; bottom: 30px; right: 0;}
	.main-box .socials img {margin: 0 10px;}
	.summary, .woocommerce-product-gallery {width: 100%;}
	.woocommerce-product-gallery {max-width: 100%; margin-bottom: 30px;}
	.summary {padding-left: 0;}

}
@media (max-width: 740px) {
	.production-cols .col {width: 100%; padding: 0; margin: 15px 0;}
	.half, footer .col, .page-contact .half.info {width: 100%;}
	.page-contact .half.info {margin-bottom: 30px;}
	footer {text-align: center;}
	footer .col {margin-bottom: 25px;}
	.main-box h1 {font-size: 44px;}
	.ref-slider .slick-arrow.slick-next {right: -15px;}
	.ref-slider .slick-arrow.slick-prev {left: -15px;}
	.form .title, footer .col a.icon {background-image: none !important; padding-left: 0;}
	.form {padding: 20px;}
	section.contact .half.info {padding: 50px 20px 20px 20px;}
	.products .product {width: 100%; margin-right: 0;}
	section .nav {margin-bottom: 20px;}
	.summary h1 {font-size: 34px;}
}
@media (max-width: 650px) {
	a.button.inline {margin-right: 5px; margin-left: 5px;}
	.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(1) {width: 100%; margin-right: 0; max-width: 100%;}
	.woocommerce-product-gallery .woocommerce-product-gallery__image {width: calc(25% - 6px); margin-bottom: 8px; margin-right: 8px;}
	.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(4n+1) {margin-right: 0;}

}
@media (max-width: 450px) {

}

