<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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
}
h2,h3,h4,h5 {
	font-family: 'Tyfa-Medium';
	font-weight: normal;
	color: #E95045;
}
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;
	height: auto;
}
svg:not(:root) {
	overflow: hidden
}
.table {
	border-collapse: collapse;
	border: 1px solid #dedede;
	margin-bottom: 2em;
	margin-top: 1em;
}
.table td, .table tr {
	border: 1px solid #dedede !important;
	padding: 0.4em;
}
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: 'Roboto', Arial, sans-serif;
	color: #173556;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
header {
	width: 100%;
	position: fixed;
	z-index: 333;
	left: 0;
	top: 0;
	float: left;
}
body#logged header {
	top: 32px;
}
a {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0;
}
p.lead {
	font-family: 'Tyfa-Medium';
	font-weight: normal;
	font-size: 1.4em;
}
.content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1.4em;
  margin-bottom: 2em;
}
.content ul li {
	margin-bottom: 0em;
}
.content ul li a {
	color: #E95045;
}
.content ul li:before {
  display: inline-block;
  content: "–";
  width: 1em;
  font-weight: normal;
  font-size: 1.2em;
  margin-left: -1em;
}
.content ol {
  margin-left: 0;
  padding-left: 1.1em;
}
.content ol li {
	margin-bottom: 1em;
}
ul.children {
	margin-bottom: 0;
}
.row {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
}
.logo {
	height: 85px;
	width: 95px;
	float: left;
	margin: 23px 0 0 25px;
	position: relative;
	z-index: 100;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.logo a, .f-logo {
	background-image: url('img/logo.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	height: 85px;
	width: 95px;
	color: transparent;
	font-size: 0;
	transition: none;
	-webkit-transition: none;
}
.main-menu {
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0;
	text-align: center;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	display: inline-block;
	position: relative;
	margin: 0 35px;
}
.main-menu ul li a {
	font-family: 'Tyfa-Medium';
	font-size: 22px;
	color: #173556;
	display: inline-block;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item &gt; a, .main-menu ul li.current_page_parent &gt; a {
	color: #E95045;
}
.header-contact {
	background-image: url('img/icon-phone.svg');
	background-repeat: no-repeat;
	background-position: 24px 10px;
	background-color: #E95045;
	background-size: auto 18px;
	color: #fff;
	height: 40px;
	width: auto;
	line-height: 40px;
	padding: 0 35px 0 60px;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 14px;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.header-contact a {
	color: #fff;
}
.header-contact a:hover {
	text-decoration: underline;
}
.header-cart {
	font-family: 'Tyfa-Medium';
	float: right;
	text-align: right;
	font-size: 14px;
	margin: 25px 25px 0 0;
	width: 100px;
	position: relative;
	z-index: 100;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.header-cart strong {
	background-image: url('img/icon-cart.svg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 20px 2px 0;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.header-cart a {
	color: #173556;
}
header .menu-show {
	position: absolute;
	right: -5px;
	top: -8px;
	display: none;
	width: 90px;
	font-size: 0;
	height: 80px;
	padding-top: 55px;
	z-index: 15;
	-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;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 50%;
	display: block;
	width: 40px;
	margin-left: -20px;
	height: 4px;
	background: #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 28px;
}
header .menu-show span:nth-child(2), header .menu-show span:nth-child(3) {
	top: 39px;
}
header .menu-show span:nth-child(4) {
	top: 50px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 37px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 37px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
body:before {
	background: #173556;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: 300ms fadeIn;
	-moz-transition: 300ms fadeIn;
	-ms-transition: 300ms fadeIn;
	-o-transition: 300ms fadeIn;
	transition: 300ms fadeIn;
}
.open-mobile:before {
	opacity: 1;
	z-index: 500;
}
.open-mobile header {
	z-index: 600;
}
.open-mobile .main-menu {
	position: absolute;
	top: 100px;
	width: 100%;
	padding: 40px 0 0 0;
	left: 0;
}
.open-mobile .main-menu ul {
	display: block;
}
.open-mobile .main-menu ul li, body.scroll.open-mobile .main-menu li {
	width: 100%;
	text-align: center;
	margin: 20px 0 !important;
}
body.scroll.open-mobile .main-menu {
	top: 100px;
}
body.scroll.open-mobile .main-menu ul li a {
	height: auto;
	line-height: inherit;
}
.open-mobile .main-menu ul li a {
	font-size: 26px;
	color: #fff;
}
section {
	width: 100%;
	float: left;
}
.main-box {
	background-position: calc(50% + 320px) 180px;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	padding: 240px 0 100px;
	min-height: 600px;
}
.main-box h1 {
	font-family: 'Tyfa-Medium';
	color: #173556;
	font-size: 56px;
	font-weight: 400;
	margin: 0 0 50px;
}
.main-box .main-box-left {
	float: left;
	width: 60%;
}
.main-box .slider {
	float: right;
	width: 40%;
	text-align: center;
}
.main-box .slider img {
	margin: 0 auto;
}
.main-box .slider .slick-dots {
	margin: 0;
	bottom: -20px;
	position: relative;
	padding: 0;
	list-style: none;
	text-align: center;
}
.main-box .slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.main-box .slider .slick-dots li button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 0;
	display: inline-block;
	background: #173556;
	cursor: pointer;
	outline: none;
	font-size: 0;
}
.main-box .slider .slick-dots li.slick-active button {
	background: #E95045;
}
.button {
	font-family: 'Tyfa-Medium';
	border: 2px solid transparent;
	height: 40px;
	line-height: 36px;
	background-color: #E95045;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	padding: 0 16px;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	letter-spacing: 0.3px;
	cursor: pointer;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	outline: none;
}
.button:hover {
	background-color: #fff;
	color: #E95045;
	border-color: #E95045;
	text-decoration: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #E95045 !important;
	color: #FFFFFF !important;
	-webkit-border-radius: 40px !important;
	-moz-border-radius: 40px !important;
	border-radius: 40px !important;
	font-weight: 400 !important;
	line-height: 36px !important;
	padding: 0 20px !important;
	border: 1px solid transparent !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #fff !important;
	color: #E95045 !important;
	border-color: #E95045 !important;
}
.button.white-border {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}
.product .button.white {
	color: #173556;
}
.button.white-border:hover {
	color: #173556;
	background-color: #fff;
}
.button.white {
	border-color: #fff;
	color: #173556;
	background-color: #fff;
}
.button.blue {
	border-color: #173556;
	background-color: #173556;
	height: 35px;
	line-height: 31px;
	font-size: 14px;
}
.woocommerce table .actions button.button, .woocommerce .button.blue {
	border-color: #173556 !important;
	background-color: #173556 !important;
	height: 35px !important;
	line-height: 31px !important;
	font-size: 14px !important;
}
.button.blue:hover {
	border-color: #173556;
	color: #173556;
	background-color: #fff;
}
.woocommerce .button.blue:hover {
	border-color: #173556 !important;
	color: #173556 !important;
	background-color: #fff !important;
}
.button.center {
	margin: 0 auto;
	display: table;
}
section.boxes {
	background: #FAFAF5;
	padding: 60px 0;
}
section.boxes .box {
	float: left;
	width: 33.333%;
	padding: 0 50px 0 0;
}
section.boxes .box img {
	float: right;
}
section.boxes .box:nth-child(3) img {
	margin-top: 3em;
}
section.boxes .box h2 {
	font-family: 'Tyfa-Medium';
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 32px;
}
section.boxes .box p {
	line-height: 130%;
	margin-bottom: 30px;
}
section.content {
	padding: 60px 0 80px;
}
.section-title {
	font-size: 32px;
	font-family: 'Tyfa-Medium';
	margin: 0 0 15px;
	line-height: 130%;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: center;
}
p.desc {
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}
.products, .articles {
	margin: 60px 0 20px;
}
.product, .article {
	display: inline-table;
	margin: 0 4% 4% 0 !important;
	width: 30%;
	position: relative;
}
.single-product .product.type-product {
	width: 100%;
	margin-right: 0;
}
.product:nth-child(3n+0), .article:nth-child(3n+0) {
	margin-right: 0 !important;
}
.product .content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	padding: 50px 10px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 100%;
	font-size: 14px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.product .img {
	height: 100%;
	width: 100%;
	min-height: 292px;
}
.product .img img {
	display: block;
	width: 100%;
	height: auto;
}
.product:hover &gt; .content {
	opacity: 1;
}
.product .content:before {
	background: #173556;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: -1;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
}
.product .content h3 {
	font-size: 22px;
	font-family: 'Tyfa-Medium';
	margin: 0 0 10px;
	line-height: 130%;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.product .content p {
	margin: 0 0 10px;
}
.product .content .price {
	font-weight: 700;
	margin: 10px 0 20px;
}
.product .content a {color: #fff;}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	display: block;
}
section.wide-photo {
	text-align: center;
}
section.wide-photo img {
	width: 100%;
	height: auto;
	display: block;
}
section.content.mariz {
	background-image: url('img/mariz-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 110px;
}
section.content.mariz .section-title {
	font-size: 58px;
	color: #E95045;
}
section.content.mariz .gallery {
	margin: 40px 0;
}
section.content.mariz .gallery .img {
	width: calc(20% - 20px);
	display: inline-block;
	margin: 0 8px;
}
section.content.mariz .gallery .img img {
	max-height: 228px;
}
section.content.mariz .gallery .img.bigger {
	width: calc(30% - 20px);
}
section.news {
	background: #FAFAF5;
	padding: 60px 0 80px;
}
#shipping_method li:before {display: none;}
.article {
	color: #E95045;
}
.article .img {
	margin: 0 0 20px;
}
.article h3 {
	font-family: 'Tyfa-Medium';
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}
.article p {
	line-height: 145%;
}
section.content.top {
	margin-top: 120px;
	padding-top: 80px;
}
section.content.grey {
	background: #FAFAF5;
}
body.scroll .main-menu {
	top: 19px;
}
body.scroll .main-menu li {
	margin: 0 15px;
}
body.scroll .main-menu a {
	line-height: 40px;
	height: 40px;
	padding: 0 30px;
	font-size: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
body.scroll .main-menu a:hover, body.scroll .main-menu li.current-menu-item &gt; a, body.scroll .main-menu ul li.current_page_parent &gt; a {
	background-color: #E95045;
	color: #fff;
}
body.scroll .main-menu a, body.scroll .header-cart a {
	color: #fff;
}
body.scroll .header-contact {
	top: -40px;
}
body.scroll .logo a {
	background-image: url('img/logo-white.svg');
	background-size: 85px;
	height: 45px;
}
body.scroll .logo {
	height: 55px;
	margin-top: 16px;
}
body.scroll header {
	background: #173556;
	height: 76px;
}
body.scroll header .header-cart {
	margin-top: 16px;
}
.main-title, .form-title, .entry h2.main-title {
	font-family: 'Tyfa-Medium';
	font-weight: 400;
	color: #E95045;
	font-size: 58px;
	margin: 0 0 55px;
}
.form-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.half {
	width: 50%;
	float: left;
}
.half.wide, .wide {
	width: 100%;
}
.form-text, .form-textarea, #coupon_code, .input-text, #vybrane-dny {
	border-color: #dedede !important;
	color: #173556 !important;
	padding: 15px !important;
}
.product-search-form .product-filter-field {
	background-image: url('img/icon-search.svg') !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	color: #173556 !important;
	padding: 10px 20px 10px 35px !important;
	outline: none;
	border: 1px solid #E95045 !important;
	border-radius: 5px !important;
	font-family: 'Tyfa-Medium' !important;
	font-size: 14px !important;
}
.product-search-filter-stock {
	margin-bottom: 25px;
}
.form-text.wpcf7-not-valid, .form-textarea.wpcf7-not-valid {
	border-color: #F00 !important;
}
.product-search-filter-terms .product-search-filter-terms-heading, .nav-back.product-search-pa_autor-filter-item {display: none;}
#product-search-filter-select-pa_autor-0-selectized {
	font-family: 'Tyfa-Medium' !important;
	font-size: 14px !important;
}
.product-search-filter-select-pa_autor-selectize {
	border: 1px solid #E95045 !important;
	border-radius: 5px !important;
	margin-bottom: 25px !important;
}
.product-search-filter-select-pa_autor-selectize .selectize-input {
	box-shadow: none !important;
	border: 0 !important;
}



#vybrane-dny {
	margin-top: 8px;
}
div.wpcf7-response-output {
	border: 0 !important;
}
#order_comments {
	height: 100px;
	line-height: 125%;
}
.form-textarea {
	height: 100px;
}
section.content ::-webkit-input-placeholder {
	color: #173556;
}
section.content ::-moz-placeholder {
	color: #173556;
}
section.content :-ms-input-placeholder {
	color: #173556;
}
section.content :-moz-placeholder {
	color: #173556;
}
a.phone, a.email {
	background-repeat: no-repeat;
	background-position: left center;
	color: #E95045;
	font-family: 'Tyfa-Medium';
	font-size: 20px;
	padding: 5px 0 5px 35px;
	width: 100%;
	float: left;
}
a.phone {
	background-image: url('img/icon-phone-orange.svg');
	background-position: 5px center;
}
a.email {
	background-image: url('img/icon-email-orange.svg');
	margin-bottom: 10px;
}
a.contact-icon.icon {
	font-family: 'Tyfa-Medium';
	background-position: left center;
	width: auto;
	color: #173556;
	font-size: 20px;
	padding: 5px 0 5px 35px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-size: auto 26px;
	margin-right: 35px;
}
section.maps h2, section.fa h2 {
	font-family: 'Tyfa-Medium';
	color: #E95045;
	font-weight: 400;
}
section.maps h3 {
	font-family: 'Tyfa-Medium';
	font-weight: 400;
	margin: 0 0 25px;
}
/*section.maps .row  {
	max-width: 950px;
}*/
section.maps .col  {
	margin-bottom: 65px;
}
.col {
	float: left;
	width: 31.333%;
	margin-left: 3%;
	color: #173556;
	font-size: 16px;
	position: relative;
}
.col a {
	color: #173556;
}
.col img {
	margin-top: 15px;
}
.col:first-child {
	margin-left: 0;
}
section.fa p {
	line-height: 145%;
	margin-bottom: 30px;
}
section.fa h2 {
	font-size: 30px;
}
section.fa {
	padding: 150px 0;
	background-image: url('img/fa-udaje.jpg');
	background-repeat: no-repeat;
	background-position: calc(50% + 250px) center;
}
section.sub-header {
	padding-top: 80px;
	height: 560px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.sub-header h1 {
	font-family: 'Tyfa-Medium';
	font-weight: 400;
	color: #E95045;
	margin: 160px 0 0 0;
	font-size: 58px;
	text-align: center;
	text-shadow: 0 0 20px #fff;
}
section.content.entry {
	padding: 80px 0;
}
.entry h2, section.content.orange h2 {
	font-family: 'Tyfa-Medium';
	font-weight: 400;
	margin: 0 0 20px;
	font-size: 32px;
}
.entry h2 a {
	color: #173556;
}
.post {
	margin-bottom: 45px;
}
.entry p {
	line-height: 130%;
	margin: 0 0 25px;
}
.entry p a {
	color: #E95045;
	text-decoration: underline;
}
.entry p a.button {
	color: #fff;
	text-decoration: none;
}
.entry p a.button.blue:hover {
	color: #173556;
}
.entry p a.button:hover {
	color: #E95045;
}
.entry p a:hover {
	text-decoration: none;
}
section.content.orange, section.content.orange p, section.content.orange h2 {
	color: #E95045;
	line-height: 130%;
}
section.content.orange img {
	margin-bottom: 25px;
	width: 100%;
}
section.content.entry a.phone, section.content.entry a.email {
	float: none;
	display: block;
}
.alignleft {
	float: left;
	margin: 0 30px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 30px;
}
.aligncenter {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
section.content.begin {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
table .coupon {display: none;}
/*section.content.begin .row {
	padding-right: 25%;
}
section.content.begin.left {
	background-position: left top;
}
section.content.begin.left .row {
	padding-left: 35%;
	padding-right: 0;
}
section.content.begin p {
	max-width: 370px;
}*/
.side-left {
	float: left;
	width: 100%;
	max-width: 225px;
}
.side-left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.side-left ul li:before, .product-search-filter-stock-form label input {
	display: none;
}
.product-search-filter-stock-form label {
	position: relative;
	padding-left: 27px;
}
.side-left ul li a:before, .product-search-filter-stock-form label:before {
	border: 2px solid #E95045;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	margin: 0;
	border-radius: 2px;
}
.side-left ul li {
	margin: 8px 0;
	padding-left: 30px;
	position: relative;
}
.side-left ul li.cat-item-41 {
	display: none;
}
.side-left ul li a {
	color: #E95045;
	font-size: 18px;
	padding: 0;
}
.side-left ul ul {
	margin: 14px 0 15px 20px;
}
.side-left ul ul li {
	padding-left: 0;
}
.side-left ul ul li:before, .side-left ul ul li a:before {
	display: none;
}
.side-left ul ul li a {
	font-size: 16px;
}
.side-left li.current-cat &gt; a {
	font-weight: 700;
}
.side-left li.current-cat a:before, .product-search-filter-stock-form label:has(input:checked):before {
	background-color: #E95045;
}
.side-right {
	float: right;
	width: calc(100% - 265px);
	margin-top: 0;
}
.side-right.no-mar .products {
	margin-top: 0;
}
.half-content {
	padding-right: 30px;
}
.half-content, .half-gallery {
	margin-top: 40px;
}
.half-content.no-mar {
	margin-top: 0;
}
.half-gallery .main-image {
	text-align: center;
	max-width: 610px;
}
.half-gallery .thumbs {
	float: left;
	width: 100%;
	margin: 6px 0 0 0;
}
.half-gallery .thumbs .woocommerce-product-gallery__image {
	float: left;
	width: calc(25% - 10px);
	margin: 0 5px 5px 5px;
}
.half-content h1.main-title {
	margin-bottom: 10px;
}
.half-content p {
	margin-bottom: 10px;
}
.product .half-content div {
	margin-bottom: 10px;
	line-height: 145%;
}
.product .half-content a, a.product-search-filter-extra.product-search-filter-in-stock {
	color: #E95045;
}
a.product-search-filter-extra.product-search-filter-in-stock {
	font-size: 18px;
}
.half-content .price {
	font-family: 'Tyfa-Medium';
	font-weight: 400;
	font-size: 26px;
	margin: 20px 0 30px;
}
.product-search-product_cat-filter-item.current-cat&gt;a:after, .product-search-attribute-filter-item.current-attribute&gt;a:after {
	content: "\f057" !important;
}
.woocommerce-result-count, .woocommerce-ordering, .woocommerce-product-search button, a.added_to_cart.wc-forward, .woocommerce-form-coupon-toggle, #billing_address_2, li.cat-item-all.nav-back, #billing_state, .wpcf7-not-valid-tip {display: none !important;}
.woocommerce .quantity input.qty {
	border: 1px solid #EFEFEF;
	width: 80px;
	color: #173556;
	font-size: 14px;
	padding: 11px 15px !important;
	outline: none;
	margin-bottom: 25px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: left;
	margin-right: 15px;
	outline: none;
}
td.product-thumbnail img {
	max-width: 80px;
	height: auto;
}
td.product-name a {
	color: #E95045;
}
td.product-quantity input.qty {
	margin: 0 !important;
}
.wc-proceed-to-checkout a.checkout-button {
	float: right;
	margin-right: 12px !important;
}
.woocommerce-message a {
	color: #515151;
	text-decoration: underline;
}
section.content.pobocky {
	padding: 0;
}
section.begin a.email {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity {display: none;}

footer {
	background-color: #173556;
	padding: 50px 0;
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
	font-size: 16px;
}
footer .col {
	float: left;
	width: 25%;
	color: #fff;
	margin-left: 0;
}
footer .col .title {
	font-family: 'Tyfa-Medium';
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
}
footer .col ul {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}
footer .col ul li {
	margin-bottom: 12px;
}
footer .col ul li a {
	color: #fff;
	font-size: 17px;
}
footer p.news-desc {
	margin: -10px 0 25px;
}
footer .news-text, .form-text, .form-textarea, #coupon_code, .input-text, .search-field, #vybrane-dny {
	font-family: 'Tyfa-Medium';
	font-weight: 400;
	background: none;
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	outline: none;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#coupon_code {
	float: left;
	margin-bottom: 0;
	width: calc(100% - 175px);
}
table .actions button {margin-top: 5px !important;}
.calendars-wrapper, .acco-form {
	float: left;
	width: 50%;
}
.acco-wrap {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.acco-form .form-text, .acco-form .form-textarea, #vybrane-dny {
	background: #FFFFFF;
}
#vybrane-dny {
	line-height: 18px !important;
	min-height: auto;
}
.acco-form p {
	margin-bottom: 0;
}
.calendars .ac-table-wrapper {
	width: 100% !important;
	height: 100% !important;
}
.acco-content {
	padding-right: 6%;
}
.acco-form {
	width: 40%;
	padding-top: 40px;
	margin-left: 2em;
}
.calendars table.ac-calendar th, #calendars table.ac-calendar td, .calendars table.ac-calendar th, .calendars table.ac-calendar td {
	padding: 10px 20px !important;
	font-size: 13px !important;
	color: #0D3356;
	border: 1px solid #FA423F !important;
	font-family: 'Tyfa-Medium';
}
.calendars table.ac-calendar th, .calendars table.ac-calendar th {
	padding: 10px 20px !important;
	font-size: 13px !important;
	color: #0D3356 !important;
	border: 1px solid #FA423F !important;
	font-family: 'Tyfa-Medium';
}
.ac-day {
	background: #fff !important;
}
.acco-wrap .calendars table.ac-calendar .ac-inactive {
	background: #D8D8D4 !important;
	color: #5A5A58 !important;
}
.calendars table.ac-calendar thead th {
	background: none !important;
	border: 0 !important;
	color: #FA0300 !important;
	font-size: 26px !important;
}
.calendars table.ac-calendar {
	border: 0 !important;
}
.calendars-wrapper {
	padding: 0 20px 0 20px !important;
}
.calendar-prev img, .calendar-next img {
	display: none;
}
.calendar-prev {
	left: 25px !important;
	top: 20px !important;
	width: 20px;
	height: 20px;
}
.calendar-next {
	left: 375px !important;
	top: 20px !important;
	width: 20px;
	height: 20px;
}
.calendar-prev:before, .calendar-next:before {
	content: '&lt;';
	color: #FA0300 !important;
	font-size: 26px !important;
}
.calendar-next:before {
	content: '&gt;';
}
.calendars table.ac-calendar td {
	cursor: pointer !important;
}
body .ac-calendar .ac-availability-42 {
	background: #FA0300 !important;
	color: #ffffff !important;
}
body .ac-calendar .ac-availability-6 {
	background: #DDDDDD !important;
}
body .ac-calendar .ac-availability-2 {
	background: #FF8A8A !important;
	color: #ffffff !important;
}
.woocommerce-pagination li:before {
	display: none !important;
}
nav.woocommerce-pagination ul {
	border: 0 !important;
	padding: 0;
}
nav.woocommerce-pagination ul li {
	border: 0 !important;
	margin: 0 5px !important;
	display: inline-block;
}
nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
	background: #E95045 !important;
	color: #fff !important;
	border: 2px solid #E95045 !important;
	border-radius: 40px !important;
	height: 40px !important;
	width: 40px;
	padding: 0 !important;
	line-height: 36px !important;
	display: inline-block;
	text-align: center;
}
nav.woocommerce-pagination ul li span {
	background: #fff !important;
	color: #E95045 !important;
}
div.cart_totals table.shop_table, div.cart_totals h2 {display: none !important;}
.select2-container {margin-bottom: 20px !important;}
.select2-container--default .select2-selection--single {border-color: #E95045 !important;}
.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {color: #173556 !important; font-size: 14px !important; font-family: 'Tyfa-Medium' !important;}
.select2-container .select2-selection--single {height: 38px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 38px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 37px !important; width: 30px !important; border-left: 1px solid #E95045;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {margin-top: -4px !important; margin-left: -6px !important; border-width: 7px 6px 0 6px !important; border-color: #E95045 transparent transparent transparent !important;}
.select2-container--default .select2-selection--single .select2-selection__clear {margin-right: 25px !important; color: #E95045 !important;}
.author-products-wrap {
	margin-top: 70px;
}
.author-products-wrap .section-title {
	text-align: left;
	margin-bottom: 35px;
	color: #E95045;
	width: 100%;
	float: left;
}
.author-products-wrap .product {
	width: 23.5%;
	margin: 0 1% 1% 0 !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #FAFAF5 !important;
}
table td, table tr {
	border: 0 !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top: 1px solid rgba(0,0,0,.1) !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #order_comments_field label, #billing_company_field, #shipping_address_2_field, #shipping_company_field, .woocommerce form .form-row label, .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: none !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100% !important;
	margin-bottom: 35px;
}
#billing_company_field, #billing_phone_field, #billing_country_field, #billing_city_field, #shipping_country_field, #shipping_city_field {
	width: 47%;
	float: left;
	clear: none;
}
#billing_email_field, #billing_address_1_field, #billing_postcode_field, #shipping_address_1_field, #shipping_postcode_field{
	width: 47%;
	float: right;
	clear: none;
}
.woocommerce-shipping-fields {
	margin-bottom: 35px;
}
#ship-to-different-address label {
	cursor: pointer;
}
.woocommerce form .form-row {
	margin: 10px 0 10px !important;
}
#billing_country_field .select2-container .select2-selection--single, #shipping_country_field .select2-container .select2-selection--single {
	height: 49px !important;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered, #shipping_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 49px !important;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow, #shipping_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px !important;
}
#billing_country_field .select2-container, #shipping_country_field .select2-container {
	margin-bottom: 0 !important;
}
h2.woocommerce-order-details__title {
	margin-top: 25px;
}
div.gallery {
	width: calc(100% + 10px);
	margin-left: -5px !important;
	margin-bottom: 25px !important;
}
.gallery-item {
	padding: 5px;
	margin: 0 !important;
}
.gallery-item img {
	border: 0 !important;
}
.half.space {
	padding-right: 5%;
}
a.back-shop {
	position: relative;
	top: -38px;
}
.woocommerce-error::before, th.product-quantity, .woocommerce table .actions {
	display: none;
}
td.product-quantity {
	display: none !important;
}
.payment_method_gpwebpay img {
	width: 100px;
	height: auto;
}






footer ::-webkit-input-placeholder {
	color: #fff;
}
footer ::-moz-placeholder {
	color: #fff;
}
footer :-ms-input-placeholder {
	color: #fff;
}
footer :-moz-placeholder {
	color: #fff;
}
footer .copy {
	margin-top: 100px;
	float: left;
	width: 100%;
}
footer .copy .left, footer .copy .right {
	float: left;
	width: 50%;
	line-height: 145%;
}
a.icon {
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
footer a.icon {
	background-color: #fff;
	margin-bottom: 2em;
}
a.icon-fb {
	background-image: url('img/icon-fb.svg');
}
a.icon-insta {
	background-image: url('img/icon-insta.svg');
}
.sociable {
	top: 250px;
	right: 20px;
	position: fixed;
	width: 32px;
}
.sociable a.icon {
	background-color: #E95045;
	margin: 0 0 5px;
}
.sociable a.icon-insta {
	background-image: url('img/icon-insta-white.svg');
}
.sociable a.icon-fb {
	background-image: url('img/icon-fb-white.svg');
}
footer .copy .f-logo {
	background-image: url('img/logo-white.svg');
	float: left;
	margin-right: 25px;
	height: 55px;
	margin-top: -3px;
}
footer .copy a {
	color: #fff;
	font-size: 14px;
}
footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
@media (max-width: 1300px) {
	.author-products-wrap .product {width: 31%;}

}
@media (max-width: 1100px) {

}
@media (max-width: 900px) {
	.main-menu ul, .laws-content img, footer .copy .right, .header-cart strong, .header-cart strong {display: none;}
	footer .col {width: 100%; margin: 15px 0;}
	footer .copy .left, footer .copy .right, .side-left, .side-right {width: 100%;}
	.side-left {margin-bottom: 25px; max-width: 100%;}
	footer .copy {margin-top: 20px;}
	header .logo {margin-top: 13px; width: 75px; height: 45px; margin-left: 10px;}
	header .logo a {background-image: url('img/logo-white.svg'); width: 75px; height: 45px;}
	body.scroll .logo {margin-top: 13px;}
	body.scroll .logo a {width: 75px; height: 45px; background-size: 100% auto;}
	header {height: 65px; background: #173556;}
	header .menu-show {display: block;}
	.header-contact {width: 100%; top: 65px; transform: none; left: 0; padding: 0 20px; text-align: left;-webkit-border-bottom-right-radius: 0;-webkit-border-bottom-left-radius: 0;-moz-border-radius-bottomright: 0;-moz-border-radius-bottomleft: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0; background-image: none;}
	body.scroll .header-contact {top: 65px;}
	.header-cart {color: #fff; bottom: -28px; right: 20px; position: absolute; margin: 0;-webkit-transition: none; transition: none;}
	.header-cart a {color: #fff;}
	body.scroll header .header-cart {margin-top: 0; bottom: -17px;}
	section.content.begin, section.fa {background-image: none !important;}
	section.content.begin p {max-width: 100%;}
	section.content.begin .row {padding-right: 20px; padding-left: 20px;}
	.author-products-wrap .product {width: 48%;}
}
@media (max-width: 780px) {
	body {font-size: 16px;}
	section.boxes .box h2, .entry h2, section.content.orange h2 {font-size: 26px;}
	section.boxes .box {padding-right: 20px;}
}
@media (max-width: 730px) {
	section.content, section.content.entry {padding: 40px 0 40px;}
	section.content.entry.top {padding: 80px 0 40px;}
	section.boxes .box {padding-right: 0; width: 100%; margin: 15px 0;}
	section.content.mariz .gallery .img {width: calc(50% - 20px); margin: 6px;}
	.product, .article {width: 44%;}
	.main-box {text-align: center; background-position: center 245px; background-size: auto 220px; padding-top: 125px;}
	.main-box .main-box-left, .main-box .slider {width: 100%;}
	.main-box .slider {margin-bottom: 45px;}
	.main-box h1 {margin-bottom: 20px;}
	.main-box h1, .main-title, .form-title {font-size: 36px;}
	.main-box a.button {position: absolute; bottom: 20px; left: 50%; transform: translate(-50%,0);}
	.header-contact, .header-cart {font-size: 13px;}
	.header-contact span, .sociable, #chata-form .clear {display: none;}
	.col, .half {margin-bottom: 25px;}
	.col img {height: auto;}
	.half, .col, .col img {width: 100%; margin-left: 0;}
	.calendars-wrapper, .acco-form {width: 100% !important;}
	.acco-form {margin-left: 0;}
	#chata-form .half {padding-right: 0 !important; margin-bottom: 0 !important;}
}
@media (max-width: 550px) {
	.product, .article, .article .img img {width: 100%; margin-right: 0;}
	.article .img img {height: auto;}
	.product .img {min-height: auto;}
	.product .content {display: none;}
	.main-box h1 {margin-top: 15px;}
	section.content.top {margin-top: 65px;}
	.main-title, .form-title, .entry h2.main-title {margin-bottom: 35px;}
	#pobocky {padding: 0 !important;}
	.alignleft, .alignright, .aligncenter {margin-bottom: 30px;}
	.calendars table.ac-calendar th, #calendars table.ac-calendar td, .calendars table.ac-calendar th, .calendars table.ac-calendar td {padding: 10px 10px !important;}
	.calendars-wrapper {max-width: 285px; float:none; padding: 0 !important; display: table;}
	.calendar-next {left: 245px !important;}
	a.button {font-size: 16px;}
	.main-box a.button {min-width: 200px;}
}
@media (max-width: 460px) {
	section.content.mariz .gallery .img, section.content.mariz .gallery .img img {width: 100% !important; margin: 0; margin-bottom: 12px;}


}
@media (max-width: 400px) {
	.main-box h1 {font-size: 32px;}
	.woocommerce a.button.checkout-button {margin: 0 0 25px; float: left; width: 100%;}
	.woocommerce a.back-shop {top: 0; float: left; width: 100%;}


}
@media (max-width: 330px) {
	.calendars table.ac-calendar th, #calendars table.ac-calendar td, .calendars table.ac-calendar th, .calendars table.ac-calendar td {padding: 10px 7px !important;}
	.calendars-wrapper {max-width: 250px; float:none; padding: 0 !important; display: table;}
	.calendar-prev {left: 15px !important;}
	.calendars table.ac-calendar thead th {font-size: 22px !important;}
	.calendar-next {left: 210px !important;}


}
</pre></body></html>