/*!
Theme Name: Coffe4you
Theme URI: http://underscores.me/
Author: Kesu
Author URI: https://www.kesu.sk
Description: 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: coffe4you
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.

Coffe4you 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.odtop{
	margin-top: 120px;
	margin-bottom: 30px;
}
.page-id-7 .odtop, .page-id-495 .odtop{
	margin-top: 180px;
}
.page-template-page-magazin .odtop,.page-template-page-kontakt .odtop{
    margin-top: 130px;
}
.single li{
    font-family: Montserrat;
}
.nood{
	margin-top: 0;
}
.recommend{
	margin-top: 120px;
	color: #f8ae8a;
	font-weight: 400;
	font-family: Montserrat;
}
.inlinko{
	display: inline-block;
	text-align: center;
	margin-left: 30px;
	position: relative;
	top: 8px;
}
.fixedtop{
	position: fixed;
	top: 130px;
	background-color: white;
	z-index: 9;

}
.owl-third{
	padding-top: 80px;
	padding-bottom: 50px;
}
span.onsale{

}
.saleprice{
	display: block;
	color: #e74c3c;
	line-height: 0;
	font-family: Montserrat;
	text-decoration: line-through;
	font-size: 18px;
	margin-bottom: 4px;
}
.issale{
	font-family: Montserrat;
	color: #e74c3c;
	font-weight: 500;
	position: relative;
	margin-top: -23px;
	display: block;
}
.woocommerce ul.products li.product .onsale{
	display: none;
}
.owl-nav{
	display: none;
}
.headko{
	color: #311f13;
	font-family: Montserrat;
	font-size: 1.45em;
	margin-bottom: 20px;
	font-weight: 400;
}
.textik{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
}
.greenko{
	color: #245739!important;
	text-decoration: underline;
	font-weight: 500;
	font-family: Montserrat;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot span{

	height: 2px;
	width: 80px;
}
.owl-dots{
	position: relative;
	top: -50px;
}
.cenntik{
	align-self: center;
}
.boxik{
	border: 2px solid #f3ebe2;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 15px;
	background: white;
	margin-bottom: 15px;
}
.owl-theme .owl-dot.active span{
	background: #311f13!important;
}
.owl-theme .owl-dot span{
	background: #f3ebe2!important;
}
.text{
	margin-bottom: 50px;
	font-family: Montserrat;
}
body .bg-dark{
	background-color: #245739!important;
	padding-top: 36px;
	padding-bottom: 36px;
}
#secondary-menu{
	margin-left: 0;
	padding-left: 0;
}
.npr{
	padding-right: 0!important;
}
.linksoc{
	margin-right: 15px;
}
.green{
	background-color: #245739!important;
	color: white!important;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #245739;
	font-weight: 700;
	min-width: 250px;
	text-align: center;

	font-size: 14px;
	font-family: Montserrat;
	padding-bottom: 20px;
}
.page-id-7 .sipka,.page-id-495 .sipka{
	display: block;
}
.hamburger.is-active:hover, .hamburger:hover{
    opacity: 1!important;
}
.green:hover{
	background-color: white!important;
	color: #245739!important;
	border: 2px solid #245739;
}
.odktp{
	margin-top: 40px;
	text-align: center;

}
.linksoc img{
	width: 30px;
}
.single-product .woocommerce-product-details__short-description{
	display: none;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	border: 1px solid #245739!important;
}
.farba{
	color: #311f13;
	font-family: Montserrat;
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{
	padding-top: 6px!important;
	padding-bottom: 22px!important;
}
.woocommerce-cart .woocommerce a.remove{
	color: #245739!important;
}
.woocommerce-cart .woocommerce a.remove:hover{
	background: #245739!important;
}
.chut td{
	width: 50%;
}
.searmen{
	position: fixed;
	width: 100%;
	background: green;
	top: 108px;
	z-index: 999999999999;
	display: none;
	background-color: #245739!important;
	padding-bottom: 30px;
}
.searchprod{
	color: white;
	margin-bottom: 15px;
}
.seach,.seachproducts{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Montserrat;
	padding-left: 15px;
	border: 0!important;
	border-radius: 0!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	padding-left: 15px!important;
}
.mwb_upsell_offer_main_wrapper{
	width: 50%!important;
}
#mwb_upsell_offer_main_id .mwb_upsell_offer_discount_section h3 {
color: #404040;
margin: 0px;
padding: 1px;
/* font-size: 30px!Important; */
font-size: 35px;
border: none;
text-align: left;
/* text-align: left; */
padding-left: 20px!important;
}
.resultssearch,.resultssearchmag{
	padding-top: 15px;
	color: white;
	font-family: Montserrat;
}
.resultssearch a,.resultssearchmag a{
	padding-top: 15px;
	color: white;
	font-family: Montserrat;
}
.hladat{
	cursor: pointer;
}
.fullw{
	width: 100%!important;
	max-width: 100%!important;
}
.bloky .col-6:nth-child(1){
	padding-left: 15px;
}
.cafehead{
	margin-top: 50px;
	margin-bottom: 50px;
}
.kampred{
	margin-bottom: 40px;
	margin-top: 40px;
}
.woocommerce-cart .woocommerce-cart-form .coupon .button{
	color: white!important;
}
.woocommerce ul.order_details{
	padding-left: 0;
}
.farba a{
	color: #404040;
}
.bloky .col-6:nth-child(2){
	padding-right: 15px;
}
.obrko{
	width: 100%;
	height: 400px;
}
.odsko{
	margin-top: 60px;
	margin-bottom: 60px;
}
.woocommerce-breadcrumb{
	margin-bottom: 60px!important;
	font-family: Montserrat;
	color: #311f13!important;
}
.caficko{
	margin-bottom: 10px;
}
.mtopik{
	margin-top: 45px;
}
.disbloc{
	margin-right: 10px;
}
.woocommerce-breadcrumb a{
	color: #311f13!important;
	text-decoration: underline;
}
.single-product .site-info{
	margin-top: 0;
}
.disbloc{
	display: inline-block;
}
.single-product .pozadie2{
	background-size: 50% 100%;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus{
	padding-top: 7px!important;
	padding-bottom: 20px!important;
	height: initial;

}
.woocommerce-variation-price{
	margin-bottom: 30px;
}
.woocommerce #eshop img{
	height: auto!important;
	width: initial!important;
	max-width: 200px;
}
.woocommerce #eshop img:hover{
	max-width: 250px;
}
.woocommerce.single div.product form.cart .button:hover{
	border: 2px solid #245739!important;
	background-color: white!important;
	color: #245739!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.woocommerce-variation-price span{
	color: #311f13;
	font-family: Montserrat;
}
.bloky td{
	font-family: Montserrat;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus,.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{
	border: 1px solid #245739!important;
	font-weight: 300!important;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus{
	border-bottom: 0!important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	font-weight: 400!important;
}
.pozadie{
	background-size: 75% 85%;
	background-position: top right;
	background-repeat: no-repeat;
}
.archive .pozadie{
	background-size: 75% 85%;
	margin-top: 50px;
	padding-bottom: 50px;
}
.product_meta{
	display: none;
}
.woocommerce-product-details__short-description p{
	font-family: Montserrat;
}
.product{
	margin-top: 120px;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	font-size: 15px;
}
.woocommerce-page .quantity .plus,.woocommerce-page .quantity .minus{
	background-color: initial!important;
	font-size: 14px;
	font-family: Montserrat;
}
.product_title{
	color: #311f13;
	font-family: Montserrat;
	font-weight: 400;
}
.single-product p.price{
	display: none;
}
.prof.active{
	width: 100%;
	font-weight: 500;
	color: #245739!important;
	border-bottom: 1px solid #245739;
	padding-bottom: 15px;
	display: block;
	cursor: pointer;
	font-family: Montserrat;
	text-align: center;
}
.kava{
	display: none;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	height: 45px!important;
}
.woocommerce.archive .item{
    padding-top: 90px;
    padding-bottom: 60px;
}
.prof{
	border-bottom: 1px solid #f3ebe2;
	padding-bottom: 15px;
	display: block;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
	font-family: Montserrat;
}
.bloky{
	margin-bottom: 30px;
}
.pozno{
	background-repeat: no-repeat;
}
.reset_variations{
	display: none!important;
}
.pozadie2{
	background-size: 50% 92%;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
	text-align: center;
}
.woocommerce-tabs{
	display: none;
}
nav.navbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999999;
}
.pozadie2 .col-md-4{
	margin-top: 30px;
}
.pozadie2 .headko{
	margin-top: 20px;
	font-size: 2em;
	margin-bottom: 20px;
}
.vyhodybut,.woocommerce .cart .button, .woocommerce .cart input.button{
	color: #245739!important;
	font-family: Montserrat;
	border: 2px solid #245739;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: 700;
	font-size: 14px;
	padding-top: 20px;

	background-color: white;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
	display: block;
}
.woocommerce-checkout{
	color: #311f13;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}
.woocommerce-checkout .col-1,.woocommerce-checkout .col-2{
	padding-left: 0;
	padding-right: 0;
}
#order_review_heading{
	padding-top: 30px;
}
.woocommerce-checkout{
	font-family: Montserrat;
}
.woocommerce-checkout input,.woocommerce-checkout select,.woocommerce-checkout textarea,.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Montserrat;
	padding-left: 15px;
}
.woocommerce-account{
	font-family: Montserrat;
}
.woocommerce-MyAccount-navigation ul{
	padding-left: 0;
	margin-left: 0;
}
.woocommerce-MyAccount-navigation{
	position: relative;
}
.woocommerce-MyAccount-navigation ul li{
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce-MyAccount-navigation-link.is-active{
	border-bottom: 1px solid #e8e8e8;
	background-color: #fafafa;
}
.woocommerce-MyAccount-navigation-link{
	border-bottom: 1px solid #e8e8e8;

}
.woocommerce-MyAccount-navigation ul li{
	position: relative;
}
.woocommerce-MyAccount-navigation-link a{
	display: block;
}
.single-product ul.products li{
	width: 33%!important;
	margin-right: 0!important;
}
.single-product ul.products{
	width: 100%!important;
}
.single-product .quantity{
	display: none!important;
}
.cart_count{
    background: white;
    color: green;
    font-size: 8px;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    top: -6px;
    left: -11px;
}
.woof_term_107 {
    display: none;
}
.box{
	border: 2px solid #f0f0f0;
	padding: 30px;
	padding-right: 0;
}
.box h3{
	font-weight: 400;
	margin-bottom: 15px;
}
.box p{
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation-link:hover{
	background-color: #fafafa;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper{
	display: none;
}
.woocommerce-MyAccount-navigation-link::after{
	content: "";
	font-size: 20px;
	background-image: url("./lefti.png");
	position: absolute;
	right: 15px;
	width: 20px;
	top: 18px;
	height: 20px;
	background-size: cover;


}
.plainoverlay,.jQuery-plainOverlay-progress{
	display: none!important;
}
.backbtn{
	display: block;
	margin-top: 30px;
	margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul li a{
	text-transform: uppercase;
	font-family: Montserrat;
	font-weight: 500;
	color: #444444!important;
}
.greentext{
	color: #245739;
	font-weight: 500;
	margin-top: 60px;
}
.range li{
	height: 4px;
	background-color: #f8ae8a;
}
.range ul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.range ul li{
	display: inline-block;
}
.range-first{
	background-color: #f0f0f0!important;
	width: 20%;
	height: 4px;
}
.range-second{
	background-color: #f8ae8a!important;
	width: 20%;
	height: 4px;
	color: #f8ae8a!important;
}
.range-third{
	background-color: #26563a!important;
	width: 20%;
	color: #26563a!important;
	height: 4px;
}

.range-fourth{
	font-size: 0!important;
	position: relative;
	top: -13px;
}

.range-first::before{
	display: block;
	content: "";
	height: 25px;
	background-color: white!important;
	width: 4px;
	position: relative;
	top: -10px;
	left: -4px;
}
.range li{
	font-size: 12px;
	text-align: center;
}
.range-fourth{
	background-color: #cca43d!important;
	width: 38%;
	color: #cca43d!important;

}
.range{
	margin-top: 60px;
}
.range-second::before {
	display: block;
	content: "";
	height: 25px;
	background-color: #f8ae8a!important;
	width: 4px;
	position: relative;
	top: -10px;
	left: -4px;
}
.range-third::before {
	display: block;
	content: "";
	height: 25px;
	background-color: #26563a!important;

	width: 4px;
	position: relative;
	top: -10px;
	left: -4px;
}

nav.navbar{
	max-height: 130px;
}
.range-fourth::before {
	display: block;
	content: "";
	height: 25px;
	background-color: #cca43d!important;

	width: 4px;
	position: relative;
	top: -10px;
	left: -4px;
}
.range-fourth::after {
	width: 55%;
	content: "Platinový - Zľava 10%";
	position: absolute;
	background-color: white;
	height: 20px;
	color: black;
	left: 0;
	font-size: 12px;
	top: -8px;
	display: inline-block;
	left: 0;
	right: 0;
	color: #cca43d;
	margin: 0 auto;
}
.range-fourth.engl::after {
	content: "Platinum - Discount 10%";
}
.point {
	width: 4px;
	height: 25px;
	background-color: #311f13;
	display: inline-block;
	position: absolute;
	z-index: 99999999999;
	top: -10px;
	left: 10%;
}
.range-first::after{
	content: "5 kg";
	position: absolute;
	top: 0;
}
.range-first::after,.range-second::after,.range-third::after{
	top: -30px!important;
}
.range{
	position: relative;
}
.range-second::after{
	content: "10 kg";
	position: absolute;
	top: 0;
	color: #311f13;
}
.range-third::after{
	content: "15 kg";
	position: absolute;
	color: #311f13;
	top: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: #245739!important;
	font-family: Montserrat!important;
	border: 2px solid #245739!important;
	padding-left: 40px!important;
	padding-right: 40px!important;
	padding-top: 15px!important;
	color: white!important;
	border-radius: 0;
	padding-bottom: 15px!important;
	text-transform: uppercase!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: initial!important;
}
.woocommerce table.shop_table td a{
	color: #311f13;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
	color: #245739!important;
	font-family: Montserrat!important;
	border: 2px solid #245739!important;
	padding-left: 40px!important;
	padding-right: 40px!important;
	padding-top: 15px!important;
	background-color: white!important;
	padding-bottom: 15px!important;
	text-transform: uppercase!important;
}
.woocommerce-LostPassword.lost_password a,.woocommerce-account .woocommerce-MyAccount-content{
	color: #311f13;
}
.woocommerce-account .woocommerce-MyAccount-content a{
	text-decoration: underline;
	color: #311f13;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-checkout,th{
	color: #311f13;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	padding-top: 10px;
}
.woocommerce.archive ul.products li.product .button, .product-template-default ul.products li.product .button{
	color: white!important;
}


.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	display: none!important;
	font-family: Montserrat;
}
.cart-empty.woocommerce-info{
	padding-left: 0!important;
}
.woocommerce.archive .woocommerce-loop-product__title, .page-template-page-domov .woocommerce-loop-product__title{
	/*height: 70px;*/
}
.woocommerce.archive .quantity.buttons_added, .page-template-page-domov .quantity.buttons_added{
	display: none;
}
.woocommerce.archive .owl-stage-outer, .woocommerce.archive .owl-stage, .woocommerce.archive .owl-item, .woocommerce.archive .item, .woocommerce.archive .owl-item .row{
	height: 100%;
}
.woocommerce-notices-wrapper{
	margin-top: 130px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: white!important;
	border-top: 0!important;
	font-family: Montserrat;
}
.woocommerce-message::before{
	color: #245739!important;
}
#main .woocommerce-notices-wrapper .woocommerce-message a{
	background-color: #311f13!important;
	border-color: #311f13!important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,.woocommerce table.my_account_orders .button,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #245739!important;
	font-family: Montserrat!important;
	border: 2px solid #245739!important;
	padding-left: 40px!important;
	padding-right: 40px!important;
	border-radius: 0!important;
	padding-top: 15px!important;
	color: white!important;
	border-radius: 0;
	padding-bottom: 15px!important;
	text-transform: uppercase!important;
}
fieldset{
	padding: 0;
}
.woocommerce-cart table.cart td a,.woocommerce-cart table.cart th{
	color: #311f13;

}
.woocommerce-cart .product-price{
	color: #311f13;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: 300px;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	border: 0;
}
.woocommerce-cart table.cart img{
	max-width: 100px!important;
	margin-bottom: 0!important;
}
.vcent{
	margin-top: 40px;
}
.woocommerce-cart{
	font-family: Montserrat;
}
.notextdec{
	text-decoration: initial!important;
}
.notextdec .textik{
	color: #311f13;
}
.boxik:hover{
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.3);
}
.nadpis{
	font-family: Montserrat;
	color: #311f13;
	font-weight: 400;
	max-width: 400px;
}
.owl-first .owl-nav{
	position: absolute;
	bottom: 0;
}
.page-id-79 .owl-nav{
	margin-top: -55px;
}
#secondary{
	display: none;
}
.predobr{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
}
.odbot{
	margin-bottom: 100px;
}
.obsahwys a{
	color: #311f13;
	text-decoration: underline;
}
.mapa iframe{
	width: 100%;
	height: 400px;
	border: 0;
}
.cafehead{
	font-size: 1.3em;
	margin-bottom: 40px;
	font-family: Montserrat;
	color: #311f13;
}

.obsahwys{
	font-family: Montserrat;
}
.odsko .nadpis{
	margin-bottom: 20px;
}
.odmore{
	margin-top: 100px!important;
}
.obrko{
	margin-bottom: 30px;
}
.tlacidla .green{
	width: 100%;
	text-align: center;
}
.odsko{
	font-family: Montserrat;
}
a.nav-link{
	display: none;
}
.orderby{
	display: none;
}
a.logolink{
	display: inline-block;
}
.woocommerce .nadpis{
	max-width: 400px;
}
.center{
	text-align: center;
}
.menu-item,.lang-item{
	color: white!important;
	font-family: Montserrat;
	display: inline-block;
	padding-right: 40px;
}
.lang-item{
	padding-right: 5px;
}
.lang-item a{
	color: white;
	position: relative;
	top: 0px;

}
.lang-item:nth-child(3){
	padding-right: 20px;
}
.current-lang a{
	text-decoration: underline;
}
.lang-item:nth-child(2) a::after{
	content: "/";
	display: inline-block;
	padding-left: 5px;
	padding-right: 1px;

}
.woocommerce .woocommerce-result-count{
	display: none;
}
.navbar-nav,#primary-menu{
	padding-left: 0;
	margin-left: 0;
}
.menu-item a{
	color: white!important;
	font-family: Montserrat;
	display: inline-block;
}
.ulko li{
	display: inline-block;
	padding-left: 20px;
}
.ulko li a{
	color: #f3ebe2;
	font-weight: 700;
	font-family: Montserrat;
	border-bottom: 2px solid #715e52;

}
.lansw{
	position: relative;
	top: 1px;
}
.page-id-79 .owl-nav, .woocommerce .owl-nav{
	text-align: left;
}
.page-id-79 .owl-nav span,.woocommerce .owl-nav span{
	color: #245739;
	font-size: 36px;

}
.owl-carousel .owl-nav button.owl-prev{
	padding-right: 12px!important;
}
.woocommerce .owl-nav{
	top: -50px!important;
}
.variations .label{
	display: none;
}
.single .variations .label{
	display: block;
}
.single .variations{

}
.single form.cart{
	position: relative;
}
.single.woocommerce div.product .entry-summary form.cart .variations{
	    right: -100px!important;
    left: initial!important;
    position: relative!important;
        top: 55px!important;
    display: inline-block;

}
.single .woocommerce-variation-add-to-cart{
	margin-top: 25px!important;
}
.single .variations td.label{
	display: none;
}
.loadmore{
	margin-bottom: 60px;
}
.chut td{
	font-family: Montserrat;
}
.kava p{
	font-family: Montserrat;
}
.bloky .col-6{
	padding-left: 0;
	padding-right: 0;
}
.woocommerce.single div.product form.cart .button{
	width: calc(100% - 77px);

	margin-left: 5px;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	height: 58px!important;
}

.woocommerce.single div.product form.cart .button{
	color: white!important;
}
.woocommerce-product-gallery__image{
	margin-top: 20px;
	margin-right: 20px;
}
.archive.woocommerce .quantity .qty, .page-template-page-domov .quantity .qty{
	display: none;
}
.archive .reset_variations,.page-template-page-domov .reset_variations{
	display: none!important;
}
.woocommerce-loop-product__title{
	color: #311f13;
	font-family: Montserrat;
	font-size: 1.2em!important;
}
.archive .woocommerce-variation-add-to-cart, .page-template-page-domov .woocommerce-variation-add-to-cart{
	display: inline-block;
	float: right;
}
.archive .single_add_to_cart_button.button.alt, .page-template-page-domov .single_add_to_cart_button.button.alt{
	position: absolute;
	right: 0;
	border-radius: 0!important;
	top: 0;
}
.page-template-page-domov .single_add_to_cart_button.button.alt{
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.archive .variations_form.cart, .page-template-page-domov .variations_form.cart{
	position: relative;
}
.archive .single_variation_wrap, .page-template-page-domov .single_variation_wrap, .product-template-default .single_variation_wrap{
	display: inline-block;
	width: initial;
}
.archive .variations, .page-template-page-domov .variations{
	display: inline-block;
	width: initial;
	margin-bottom: 0;
}
.kavicka .col-lg-4:nth-child(4) img{
    height: 45px;
}
.archive .woocommerce-variation-price, .page-template-page-domov .woocommerce-variation-price, .product-template-default .woocommerce-variation-price{
	display: inline-block;
	width: initial;
}
.page-template-page-domov .products li, .product-template-default .products li{
	width: 33%;
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.product-template-default .variations{
    position: absolute;
    top: 40px!important;
    width: 80px;
    left: initial!important;
    right: 40%!important;
    margin-left: auto;
    margin-right: auto;
}
.product-template-default .products li form{
	position: relative;
}
.product-template-default .single_variation_wrap{
	width: 100%;
}
.product-template-default .woocommerce-variation.single_variation{
	display: inline-block;
}
.product-template-default ul.products li.product .button{
	float: right;
}
.page-template-page-domov .product,.product-template-default .product{
	margin-top: 50px;
}
.page-template-page-domov .imkob,.product-template-default .imkob{
	text-align: center;
}
.page-template-page-domov li.product img,.product-template-default li.product img{
	max-width: 75%;
}
.page-template-page-domov .woocommerce-variation-price,.product-template-default .woocommerce-variation-price{
	margin-bottom: 0;
}
.woocommerce .owlimg{
	position: absolute;
	bottom: 0;
	width: 53%!important;
    right: 25%;
}
.woocommerce .owl-dots{
	display: none;
}
.excepti{
	max-width: 400px;
	color: #311f13;
	font-family: Montserrat;
}
.cena{
	font-family: Montserrat;
	color: #311f13;
	font-weight: 500;
	font-size: 25px;
	position: relative;
	top: 5px;

}
.attachment-woocommerce_thumbnail{

	margin: 0 auto!important;
	margin-bottom: 30px!important;
}
.odbb{
	margin-bottom: 25px;
}
ul.products li.product .price del{
	display: block!important;
	color: #e74c3c!important;
	font-size: 14px!important;
	opacity: 1!important;
	margin-top: -23px;
}

ul.products li.product .price ins{
	font-weight: 500!important;
	background-color: initial!important;
	background: initial!important;
}
.onsale{
	display: none;
}
ul.products li.product .price del span{

	color: #e74c3c!important;

}
.woof_list .woof_childs_list{
	display: block!important;
	margin-top: 0!important;
}
.woof_list .woof_childs_list{
	padding-left: 20px!important;
}
.woof_radio_count{
	position: absolute;
	right: 0;
}
#woof_widget-2{
	padding-right: 60px;
	position: relative;
}
.widget.widget-woof{
	position: relative;
}
.woof_list .woof_childs_list_opener{
	display: none!important;
}
.woocommerce.archive ul.products li.product .button:hover{
	border: 2px solid #245739!important;
	color: #245739!important;
	background-color: white!important;
}
.page-template-page-domov ul.products li.product .button:hover,.product-template-default ul.products li.product .button:hover{
	border: 2px solid #245739!important;
	color: #245739!important;
	background-color: white!important;
}
.woocommerce ul.products li.product .price{
	color: #333333!important;
}
.woof_products_top_panel{
	display: none!important;
}
.single_add_to_cart_button{
	background-color: #245739!important;
	border: 2px solid #245739!important;
	color: white!important;
	font-weight: 700!important;
	font-size: 14px!important;
	font-family: Montserrat!important;
	color: white!important;
	padding-left: 25px!important;
	padding-right: 25px!important;
	padding-top: 15px!important;
	font-size: 14px!important;
	padding-bottom: 15px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
}
.woof label{
	margin-left: 0;
}
.woocommerce.archive .variations, .page-template-page-domov .variations,.product-template-default .variations{
	position: absolute;
	top: 15px;
	width: 80px;
	left: 0;
	right: 35px;
	margin-left: auto;
	margin-right: auto;
}
.page-template-page-domov .variations, .product-template-default .variations{
	position: absolute;
	top: 0;
	width: 80px;
	left: 0;
	right: 35px;
	margin-left: auto;
	margin-right: auto;
}
.woof_list input[type='radio']{
	display: none;
}
.woof_submit_search_form_container{
	display: none;
}
.woof_radio_term_reset img{
	display: none;
}
.woof_list{
	padding-left: 0;
}
.widgettitle{
	display: none;
}
.page-id-79 .owl-nav, .woocommerce .owl-nav{
	top: -80px;
	position: relative;
}
.owl-prev{
	margin-left: 0!important;
}
.page-id-7 .nadpis{
	max-width: 100%;
}
.nadpis{
	line-height: 1.3em;
	font-size: 2.2em;
}
.page-template-page-magazin .owlimg{
    margin-top: 130px;
    margin-bottom: 60px;
}
.bgim{
	width: 100%;
	height: 300px;
	background-size: cover;
	margin-bottom: 30px;
	background-position: center center;
}
.loadmore{
	cursor: pointer;
}
.obsah p{
	color: #311f13;
	font-family: Montserrat;
}
.hiddenb{
	display: none;
}
.iconlog{
	height: 45px;
	width: auto!important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.vyhodybut:hover{
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.3);
	text-decoration: initial;
}
.owl-third .item{
	text-align: center;
}
.owl-third{
	margin-bottom: 60px;
}
.odbt{
	margin-top: 30px;
	margin-bottom: 30px;
}

.owl-first p{
	font-family: Montserrat;
}
.odtopi{
	margin-top: 60px;
	margin-bottom: 60px;
}
.single .nadpis{
	font-weight: 400;
}
.odtoppp{
	margin-top: 60px;
}
.obsah{
	margin-top: 100px;
}
.single .pozadie{
	background-size: 75% 550px;
}
#coffess .headko{
    min-height: 55px;
}
#coffess .textik{
    min-height: 105px;
}
.sharer-link a{
	color: #311f13!important;
	text-decoration: underline;
}
.hamburger--collapse .hamburger-inner:before,.hamburger--collapse .hamburger-inner,.hamburger--collapse .hamburger-inner:after,.hamburger--collapse.is-active .hamburger-inner:before,.hamburger--collapse.is-active .hamburger-inner:after,.hamburger--collapse.is-active .hamburger-inner{
    background-color: white;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    width: 35px;
    height: 2px;
}
.hamburger-box{
    top: 2px;
}
.shar{
	margin-bottom: 0;
	font-family: Montserrat;
}
.sharer-link{
	font-family: Montserrat;
}
.single .boxik:nth-last-child(1) .cenntik img{
	width: 100px;
}
.datsingle{
	margin-top: 140px;
	display: block;
}
.woocommerce .imkob{
	/*height: 330px;*/
	height: 300px;
}
.woocommerce.single .imkob{
	height: 240px;
}
.woof_radio_label .woof_radio_count{
	display: none;
}
.woof_childs_list .woof_radio_count{
	display: inline;
}
.woof label{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	padding-top: 0!important;
	margin-top: 15px;
	font-size: 20px;
}
.woof_childs_list label{
	margin-bottom: 0;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 0;
	font-size: 16px;
}
.single .odtop{
	margin-top: 90px;
	margin-bottom: 90px;
}
.maghead{
	margin-top: 20px!important;
}
.page-id-79 .owl-nav, .woocommerce .owl-nav{
	display: none;
}
.page-id-79 .owl-dots{
	z-index: 0;
}
.page-id-79 .green{
	z-index: 99;
}
.single .obsah a{
    color: #245739!important;
    
}
.page-id-79 .owl-dots{
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: initial;
	bottom: 25px;
}
.page-id-79 .owl-first{
	position: relative;
	padding-bottom: 70px;
}
.single .owlimg{
	margin-top: 130px;
}
.single-post .nadpis{
	min-height: 90px;
}

.sipka{
	display: none;
}
.odcont{
	margin-top: 30px;
}
.odscont{
	margin-top: 60px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: initial;
}
.catsit li{
	color: #311f13;
	font-weight: 500;
	border-bottom: 1px solid #f3ebe2;
	padding-bottom: 25px;
	font-family: Montserrat;
}
.cenntik img{
	width: 200px;
}
.single.single-post #coffess .cenntik img{
	width: 200px;
}
#coffess .col-md-6:nth-child(4) img{
	width: 105px;
}
.single.single-post #coffess .col-md-6:nth-child(4) img{
	width: 105px;
}
#eshop .odcont{
	margin-top: 0;
}
.catsit{
	padding-left: 0;
	margin-left: 0;
}
.catsit li.active{
	border-bottom: 1px solid #245739;
	color: #245739;
}
.catsit li{
	cursor: pointer;
}
.centerut{
	text-align: center;
	margin-top: 60px;
}
.catsit li{
	list-style-type: none;
	width: 24%;
	text-align: center;
	display: inline-block;
}
.copyright{
	color: #f3ebe2;
	text-align: center;
	background-color: #201208;
	font-family: Montserrat;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 200;
}
.sipka img{
	width: 15px!important;
	margin-top: 60px;
	cursor: pointer;
}
.prodbox{
	padding: 15px;
}

#eshop{
	margin-bottom: 100px;
}
#eshop .col-md-4{
	margin-top: 50px;
	margin-bottom: 50px;
}
.odprodinfo{
	margin-top: 30px;
}
.ulko li a:hover{
	text-decoration: initial;
	cursor: pointer;
}
.add-to-cart{
	background-color: #245739;
	border: 2px solid #245739;
	color: white;
	font-weight: 700;
	font-size: 14px;
	font-family: Montserrat;
	color: white!important;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 14px;
	padding-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;

}
.add-to-cart:hover{
	background-color: white;
	color: #245739!important;
	text-decoration: none;
	border: 2px solid #245739;
}
.price{
	color: #311f13!important;
	font-weight: 500!important;
	font-family: Montserrat!important;
	font-size: 1.5em!important;
	margin-top: 15px!important;
}
.woof_radio_label_selected{
	color: #245739;
	font-family: Montserrat;
}
.woof_radio_label{
	font-family: Montserrat;
}
.left{
	margin-top: 25px;
}
.imko, li.product img{
	max-width: 85%;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
    transform: scale(0.9);
}
.prodbox:hover .add-to-cart{
	background-color: white;
	color: #245739!important;

}
.left{
	text-align: left;
}
.ontop{
	width: 200px;
}
.headkoprod{
	text-align: left;
	font-family: Montserrat;
	color: #311f13;
	margin-top: 15px;
	max-width: 220px;
	margin-top: 30px;
	font-size: 1.2em;
}
.iconlog{
	max-height: 45px;
}
.ulko li{
	margin-top: 10px;
	margin-bottom: 10px;
}
.flright, .variations select{
	    margin-top: 5px;
    border: 0;
    color: #311f13;
    font-family: Montserrat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://caffe4u.sk/wp-content/uploads/2020/07/sipka.png) no-repeat;
    
	/*background-position: 49px;
    width: 57px;
    background-size: auto;*/

    background-position: right;
    width: auto;
    background-size: auto;
    padding-right: 16px;
    padding-left: 6px;

}

.flright, .variations select:hover {
	text-decoration: underline;
	cursor: pointer;
}

.adresa,.adresa a{
	color: #f3ebe2!important;
	font-family: Montserrat;
}
.headline{
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 700;
}
.nodesktp{
	display: none;
}
p.adresa{
	margin-bottom: 0;
}
.maghead{
	font-weight: 700;
	font-size: 20px;
	width: 100%;
	max-width: initial;
}
.prodbox{
	margin-top: 30px;
	margin-bottom: 30px;
}
*:focus{
	outline: initial!important;
}
div.adresa{
	margin-top: 20px;
	margin-bottom: 35px;
}
.adresa a{
	text-decoration: underline;
}
.onscroll{
	display: none;
}
.owlimg{
	margin-top: 85px;
}
.ulko{
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	margin-top: 40px;
}

.woocommerce.archive  ul.products li.product.product-type-simple .button{
    top: initial!important;
}
.singleprice{
    display: inline-block!important;
}
#eshop .headkoprod{
    min-height: 50px;
}
.woocommerce  div.product.product-type-simple p.price{
    display: block!important;
}

.woocommerce.archive .owl-dots{
	display: block;
}
.imko:hover, li.product img:hover{
	max-width: 100%;
	opacity: 1;

}
.imkob{
	height: 300px;
}
.page-id-7 .imko{
		width: initial!important;
	}
.onscroll{
	width: 60px;
}
.related.products{
	display: none;
}
.svgcko1 img{
	width: 22px;
}
.svgcko2 img{
	width: 18px!important;
}
.hladat,.svgcko1{
	padding-right: 25px;
}
.newcont{
	margin-top: 180px!important;
}
.not-found{
	padding-top: 30vh;
	padding-bottom: 20vh; 
}
.not-foundh{
	text-align: center;
	font-family: Montserrat;
}
.archive .woocommerce-notices-wrapper{
	display: none;
}
.archive .woocommerce-breadcrumb{
	display: none;
}
.woocommerce-error{
	text-align: center;
}
.farba img{
	width: 30px!important;
}
.woocommerce span.onsale{
	display: none;
}
.woocommerce-form-coupon-toggle{
	display: none;
}
.single.woocommerce div.product div.images img{
	max-height: 500px;
	width: auto;
	margin: 0 auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: auto;
	max-height: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img{
	max-height: 120px;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	width: 60px!important;
	border-radius: 0!important;
}
.woocommerce .cart button[name='update_cart']{
	color: white!important;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus,.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{
	border-radius: 0!important;
}
.i4ewOd-pzNkMb-haAclf{
	display: none;
}
iframe{
	margin-top: -60px;
}
.no-map-scroll { position:relative; }

.click-map { width:100%; min-height:300px; position:absolute; top:0; }
.ovhid{
	overflow: hidden;
}
.woof_search_is_going nav.woocommerce-breadcrumb{
	display: none!important;
}
.svgcko2 img{
	width: 22px;
}

.woof_term_23,.woof_term_15 {
	display: none!important;
}
.filter{
	display: none!important;
}
.pozadie a{
	text-decoration: none!important;
}
.woof_lang_loading{
	display: none;
}
.site-info{
	background-color: #311f13;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 40px;
}
.page-template-page-magazin .owl-first .nadpis{
	min-height: 90px;
}
.page-template-page-magazin .owl-first p{
	min-height: 80px;
	max-height: 100px;
}
.page-template-page-magazin .owl-first p:empty{
	display: none;
}
.page-template-page-magazin .owl-first p.text{
	display: none;
}
.woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 100%!important;
}
.page-numbers{
	color: #245739!important;
}
.page-numbers.current{
	background-color: #245739!important;
	color: white!important;
}
.page-numbers li{
	border-color: #245739!important;
}
.imko{
	width: 250px!important;
}
.page-numbers a:hover{
	background-color: #245739!important;
	color: white!important;
}
.page-numbers a:focus{
	background-color: #245739!important;
	color: white!important;
}
.page-numbers{
	border-color: #245739!important;
}
.post, .page{
	margin-bottom: 0;
}
.closebut{
	display: none;
}
.footerlogo{
	width: 250px;
}
.page-id-199 .woocommerce-notices-wrapper,.page-id-506 .woocommerce-notices-wrapper{
	margin-top: 0px;
}
.product-template-default #eshop{
	margin-bottom: 0;
}
.revertgreen{
	border: 2px solid #245739;
	background-color: white!important;
	color: #245739!important;
}
.datum{
	color: #311f13;
	font-family: Montserrat;
}
footer .ulko li{
    padding-left: 20px;
    padding-right: 20px;
}
.single.woocommerce div.product div.summary,.single.woocommerce div.product form.cart{
	margin-bottom: 0;
}
.backbtn{
	margin-top: 18px;
}
.excerpt{
	color: #311f13;
	font-family: Montserrat;
	padding-top: 20px;
}

.page-template-page-domov .products, .product-template-default .products{
	margin-left: 0!important;
	padding-left: 0!important;
}
.page-template-page-domov .products li, .product-template-default .products li{
	list-style-type: initial!important;
	display: inline-block!important;
}
.page-template-page-domov .products li form.cart{
	position: relative;
}
.page-template-page-domov .quantity, .product-template-default .quantity{
	display: none!important;
}
ul.woof_childs_list li.woof_childs_list_li .woof_radio_count{
	display: none;
}

ul.woof_childs_list li.woof_childs_list_li .woof_childs_list .woof_radio_count{
	display: inline-block;
}
.single .up-sells.products
{
	display: none;
}
.copyright a{
	text-decoration: underline;
	color: #f3ebe2!important;
}
a.xcp-btn{
	background: #245739!important;
	color: white!important;
	border-radius: 0!important;
	border: 0!important;
	color: white!important;
}
.xoo-cp-ptitle a{
	color: black!important;
}
bdi{
	color: black!important;
}
.xoo-cp-success{
	
	
}
td.xoo-cp-remove .xoo-cp-remove-pd{
	color: darkred!important;
}
.xoo-cp-ptitle{
	padding-left: 15px;
}
.xoo-cp-modal{
	z-index: 999999999999999999999!important;
}
.added_to_cart.wc-forward{

}
a.added_to_cart.wc-forward{
	display: none;
}

.xoo-cp-qty{
	color: black!important;
}
.revertgreen:hover{

	background-color: #245739!important;
	color: white!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background: none;
}
.onxl{display: none}
.page-template-page-domov .owlimg{
	margin-top: 160px;
}
.single.woocommerce div.product.product-type-simple .singleprice{
	display: none!important;
}
.single .woocommerce-variation-price span.price del{
	display: block!important;
	color: #e74c3c!important;
	font-size: 14px!important;
	opacity: 1!important;
	margin-top: -23px;
}
@media screen and (max-width: 1199px){
	.navbar-nav, #primary-menu{
		margin-left: 0!important;
	}
    .menu-menu-1-en-container{
        display: none;
    }
    .onxl .menu-menu-1-en-container{
        display: block;
    }
    .lang-item{
        text-align: center;
        padding-right: 0!important;
        margin-bottom: 15px;
    }
    .svgcko2.npr.nodesktp{
        display: none!important;
    }
    .svgcko2{
        position: relative;
    }
    .cart_count{
        position: absolute;
        left: initial;
    }
    .lang-item:nth-child(2) a::after{
        display: none;
    }
	.navbar-nav .menu-menu-1-container{
		display: none;
	}
	nav.navbar{
		max-height: initial;
	}
	.navbar-nav, #primary-menu{
		width: 100%;
	}
	.navbar-dark .navbar-toggler{
		margin-right: 0;
		border: 0;
		margin-left: auto!important;
	}
	.onxl{
		display: block;
	}
	.navbar-dark .navbar-toggler:focus{
		border: 0;
		outline: initial;
	}
	.menu-item{
		display: block;
		padding-right: 0;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	#secondary-menu li:nth-child(1){
		padding-top: 0;
		margin-top: 0;
	}
	#secondary-menu{
		padding-left: 0;
		margin-left: 0;
	}
	.navbar-nav.onxl .menu-menu-1-container
	{
		display: block;
	}
}
@media screen and (max-width: 992px){
	.odtop{
		margin-top: 50px;
	}
	.add-to-cart{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.product-template-default ul.products li{
		width: 100%!important;
	}
	.page-id-79 .owl-nav, .woocommerce .owl-nav{
		top: 0;
	}
	.page-template-page-domov .products li, .product-template-default .products li{
		width: 49%;
	}
}
@media screen and (max-width: 767px) {
	.owlimg{
		display: none!important;
	}
	.page-template-page-domov .products li, .product-template-default .products li{
		width: 100%;
	}
	.owl-dots{
		top: 0;
	}
	.fixedtop{
		position: relative;
		top: initial;
		background: initial;
		z-index: 0;
	}
	.minodt{
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px){
	.catsit li{
		font-size: 14px;
	}
	
	.page-template-page-domov .products li form, .product-template-default .products li form{
		position: relative;
	}
	.woocommerce ul.products li.product a img{
		max-height: 100%!important;
    	width: auto!important;
	}

    .woocommerce-pagination{
        margin-bottom: 60px;
        margin-top: 40px;
    }
    #coffess .headko{
        min-height: initial!important;
    }
    .svgcko2.npr.nodesktp{
        display: inline-block!important;
    }
	.woocommerce-cart article,.woocommerce-checkout article{
		margin-top: 120px;
	}
	.backbtn{
		margin-top: 60px;
	}
	.pozadie2{
		background-image: initial!important;
	}
	.page-id-79 .owl-dots{
		position: relative;
		top: 15px;
		bottom: initial;
		display: block;
	}
	.woocommerce-cart .entry-title, .woocommerce-checkout .entry-title{
		text-align: center;
		margin-bottom: 60px;
	}
	.entry-title{
		padding-left: 15px;
	}
	.woocommerce-message{
		margin-top: 40px!important;
		margin-bottom: 0;
	}
	.page-id-79 .owl-nav, .woocommerce .owl-nav{
		display: none;
	}
	.owl-dots{
		top: 15px;
	}
	#main .woocommerce-notices-wrapper .woocommerce-message a{
		width: 100%;
		text-align: center;
	}
	.woocommerce-message{
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	#main .woocommerce-notices-wrapper .woocommerce-message a{
		margin-bottom: 15px;
	}
	.woocommerce-message{
		text-align: center;
		font-size: 14px;
	}
    .single .odtop{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .datsingle{
        margin-top: 80px;
    }
    .single .obsah{
        margin-top: 30px;
    }
	.pozadie{
		background-size: 75% 88%;
	}
	.range li{
		font-size: 10px;
	}
	.range-fourth::after{
		font-size: 10px;
	}
	.closebut{
		display: block;
		position: fixed;
		right: 30px;
    	top: 25px;
	}
	.woocommerce .odmore{
		margin-top: 0!important;
	}
	.woocommerce-notices-wrapper{
		margin-top: 0;
	}
	.nodesktp{
		display: block;
	}
	.range-fourth{
		width: 34%;
		top: -26px;
	}
	.range-fourth::after{
		top: -15px;
	}
	
	.chut tr:nth-child(1),.chut tr:nth-child(2){
		opacity: 1;
		display: table-row;
	}
	.chut tr:nth-child(3){
		opacity: .25;
		display: table-row;
	}
	.chut tr:nth-child(4){
		opacity: .2;
		display: table-row;
	}
	.chut tr:nth-child(5){
		opacity: .15;
		display: table-row;
	}
	.chut tr:nth-child(6){
		opacity: 0.10;
		display: table-row;
	}
	.chut tr{
		display: none;
	}
	.woocommerce-account .entry-title{
		margin-bottom: 60px;
	}
	.woocommerce-info a{
		width: 100%;
		margin-bottom: 15px!important;
		display: block;
	}
	.woocommerce-info{
		padding-left: 25px!important;
		padding-right: 25px;
		font-size: 14px;
		text-align: center;
	}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
		padding-right: 0;
		padding-left: 0;
	}
	.woocommerce-breadcrumb{
		display: none;
	}
	.recommend{
		margin-top: 100px;
	}
	.woocommerce-account article{
		margin-top: 120px!important;
	}
	.woocommerce-account .entry-title{
		text-align: center;
	}
	.delimeter{
		display: none;
	}
	.kesu{
		display: block;
	}
	.woocommerce-account .box{
		padding-right: 30px;
	}
	.archive .owl-third{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.archive .text{
		margin-bottom: 15px;
	}
	.searmen {
	    top: 0;
	    position: fixed;
	    width: 100%;
	    background: green;
	    top: 0;
	    z-index: 999999999999;
	    display: none;
	    background-color: #245739!important;
	    padding-bottom: 30px;
	    padding-top: 30px;
	    height: 100vh;
	    padding-top: 60px;
	}
	.boxik .greenko{
		font-size: 14px;
	}
	.nnomob{
		display: none;
	}
	.woocommerce .imkob{
		height: 160px;
	}
	.woocommerce-variation-price{
		margin-bottom: 0;
	}
	.pozadie{
		background-size: 100% 88%;
	}
	.woocommerce.archive .variations{
		right: 0;
		left: initial;
	}
	.ontop{
		width: 170px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	/*.woof_childs_list_li{
		vertical-align: top!important;
	}
	.woof_list .woof_childs_list.showed{
		display: block!important;
	}
	.woof_list .woof_childs_list{
		display: none!important;
		margin-left: 0!important;
		padding-left: 0!important;
	}
	.woof_radio_count{
		position: relative;
		margin-left: 10px!important;
	}
	.woof_childs_list label{
		font-size: 12px!important;
	}
	.woof_list li{
		display: inline-block;
		text-align: center!important;
		width: 47%!important;
	}

	.woof label{
		font-size: 16px;
	}
	.woof_widget-2,#woof_widget-2{
		padding-right: 0!important;
	}
	.woof_sid_widget{
		width: 100%!important;
	}*/

	.filter{
		width: 40px;
	    height: 40px;
	    position: fixed;
	    top: 0;
	    object-fit: contain;
	    z-index: 888888888888888888888888888888888888888888;
	    left: 16%;
	    top: 30px;
	    border: 0;
	}
	.onscroll{
		width: 32px;
	}

	.single.woocommerce div.product div.images img{
		width: 85%;
		margin: 0 auto;
	}
	.single .woocommerce-product-gallery__image{
		margin: 0;
	}
	.woocommerce.archive ul.products li.product .button{
		position: relative;
		width: 100%!important;
	}
	.archive .woocommerce-variation-add-to-cart{
		float: initial;

	}
	
	.woocommerce.archive .woocommerce-loop-product__title{
		margin-bottom: 20px!important;
	}
	.archive .single_variation_wrap {
    	display: block;
    	width: 100%;
	}
	.archive .woocommerce-variation-add-to-cart{
		display: block;
	}
	.woocommerce.archive .variations{
		width: 58px;
	}
	.catsit li{
		width: 49%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.nodesktp.svgcko2{
		padding-left: 12px;
		position: absolute;
	}
	.nodesktp.svgcko2 img{
		width: 22px!important;
	}
	.nodesktp.svgcko2{
		position: relative;
		margin-bottom: -60px;
		top: 3px;
	}
	.nomob{
		display: none;
	}
	.imko{
		width: 80px;
	}
	body .bg-dark{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.woocommerce div.product{
		margin-top: 100px;
	}
	.single .woocommerce-product-gallery__image{
		margin-bottom: 15px;
	}
	.woocommerce .imkob{
		height: 200px;
	}
	.owl-third{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.archive .item .row{
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-message{
		margin-top: 80px!important;
	}
	.nav-item{
		display: block;
		width: 100%;
		text-align: center;
	}
	.navbar-dark .navbar-toggler{
		position: relative;
		margin-top: -60px;
	}
	.imkob{
		height: initial;
	}
	.imko{
		width: 160px;
	}
	.obrko{
		height: 200px;
		background-position: center center;
		background-size: cover;
	}
	.linksoc img{
		width: 30px;
	}
	.mapa iframe{
		height: 300px;
	}
	.imko:hover{
		width: 200px;
	}
	.tlacidla .green{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.predobr{
		margin-top: 30px;
	}
	.archive .pozadie{
		margin-top: 0;
	}
}
@media screen and (max-width: 330px){
	.range-fourth{
		top: -41px;
	}
}
@media screen and (min-width:768px){
	.navbar-brand-centered {
		position: absolute;
		left: 50%;
		display: block;
		width: 160px;
		text-align: center;
		background-color: #eee;
	}

	.navbar>.container .navbar-brand-centered,
	.navbar>.container-fluid .navbar-brand-centered {
		margin-left: -80px;
	}
}

.page-template-page-domov #eshop .products li:nth-child(1) .woocommerce-loop-product__title
{
	height: 80px;
}
@media screen and (min-width:1200px){
.page-template-page-domov #eshop .products li:nth-child(1) form
{
	position: relative;
	top: -10px;
}
}


.woocommerce div.product p.price del ins, .woocommerce div.product span.price del ins{
	text-decoration: line-through;
}


/* Michal Rybar */

@media (max-width: 480px) {
	body.woocommerce ul.products[class*=columns-] li.product,
	body.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
	}
}


.products .outofstock img {
	filter: grayscale(0.50) opacity(60%);
}



.ui-slideouttab-right .ui-slideouttab-handle {
	left: -6px;
}


.woocommerce-shop .woof-slide-out-div {
	display: none;
}


@media (max-width: 767px) {
	#woof_widget-2 {
		display: none;
	}

	.woocommerce-shop .woof-slide-out-div {
		display: block;
	}

	.woof-slide-out-div .woof-handle {
		left: -10px!important;
	}

	.woof-slide-out-div .woof-slide-content {
		padding: 4px 40px 24px 24px;
	}

	.woof-slide-out-div .woof_list li {
		position: relative;
	}

}

.woocommerce ul.products li.product .chutovy-profil {
	min-height: 30px;
    opacity: 0.7;
    line-height: 1.2;
	font-size: .9em;
    white-space: nowrap;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .odscont ul.products li.product .woocommerce-loop-product__title {
	padding: 0 0 8px 0;
	white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
	height: auto;
}

body .woocommerce [packetery-renderer] div.packeta-widget-button.packetery-widget-button-row button.button.alt{
	padding-left: 15px!important;
    padding-right: 15px!important;
    font-size: 14px!important;
}


.woocommerce #payment .payment_methods.methods label[for="payment_method_wc_gopay_gateway"] img{
	width: 100px!important;
    margin-left: 15px!important;
    margin-top: 3px!important;
}
#payment_method_wc_gopay_gateway{
	position: relative;
    top: -20px!important;
}
.payment_method_wc_gopay_gateway img{
	width: 70px!important;
    height: 100%!important;
}
div[name="BANK_ACCOUNT"] img{
	width: 40px!important;
}
#billing_iscomp_field input{
	display: inline-block!important;
}
#billing_iscomp_field label.checkbox{
	display: inline-block!important;
}
#billing_iscomp_field label{
	left: 0!important;
}