@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');
/*!
Theme Name: Дело в Еде
Theme URI: https://delovede.ru/
Author: Дело в Еде
Author URI:  https://delovede.ru/
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: delovede
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


*/

/*--------------------------------------------------------------
>>> 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;
    margin-top: 100px !important;
}

/**
 * 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;
}

.page-id-78 .product-price,
.page-id-78 .cart.col-sm-4{
    display:none;
}


/* 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;
	outline:0 !important;
}
a{
	outline:0 !important;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
.remove-block{
    display:none !important;
}

.owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
    color: #817F7F;
  }
  .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 0;
	transform: translateY(-50%);
	}
  .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 0;
	transform: translateY(-50%);
	}
	.owl-prev{
		float:left;
		font-size:48px;
    line-height: 48px;
	}
	.owl-next{
		float:right;
		font-size:48px;
    line-height: 48px;
	}
	.owl-prev:hover,
	.owl-next:hover{
		color:#0a93d4;
	}


/**
 * 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: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    color: #817F7F;
    font-weight: 600;
}
h2{
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 26px;
}

p {
    margin-bottom: 0;
    color:#817F7F;
    font-weight: 600;
    font-size: 15px;
}
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;
    margin: auto;
    padding-right: 0;
}
.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;
    margin: 0 11px;
    display: inline-block;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #817F7F;
}
.main-navigation a:hover,
.main-navigation a:visited {
    text-decoration: underline;
}

/* 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: block;
    text-align: center;
}
}

.cart-price .fa-ruble-sign:before {
    font-size: 13px;
}
.product-bot .fa-ruble-sign:before {
    font-size: 16px;
    color: #817F7F;
}
.item-subtotal .fa-ruble-sign:before {
    font-size: 17px;
}

#yith-wacp-popup.fade-in.open{
    display:none;
}
#yith-wacp-popup.fade-in.mini_cart.open{
    display:block;
}

.ps--active-y > .ps__rail-y {
    top: 15px !important;
}
.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;
    margin-bottom: 0;
}

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

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.col-5-th {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 20%;
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
}
@media (min-width: 768px) {
    .col-sm-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}

@media only screen and (max-width: 992px) {
     .col-md-5th {
          width:33%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33%;
          -ms-flex: 0 0 33%;
          flex: 0 0 33%;
          max-width: 33%;
     }
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}

@media only screen and (max-width: 769px) {

     .col-md-5th {
          width:100%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
     }

    .col-md-5th.col-sm-5th {
          width:50%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {

     .col-md-5th {
          width:100%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
     }

    .col-md-5th.col-sm-5th {
          width:100%;
          float:none;
          display:block;

          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
    }
}



/* 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;
}

#masthead{}
.fixed-top {
    width: 85%;
    margin: 0 auto;
    background: #fff;
    padding: 15px 0;
    padding-top:27px;
}



/* 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;
}

.slick-track{
    width: 100% !important;
}
.dv-content {
    max-width: 81%;
    padding: 10px 0px;
    margin: 0 auto;
}
.contact-top {
    margin: auto;
    padding-left: 0;
    max-width: 18%;
    flex: 0 0 18%;
}
.contact-top li a{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #E35D3B;    
}
.contact-top li {
    margin: 0 6px;
}
.contact-top li .fa-whatsapp:before {
    color: #4AC959;
    font-weight: 400;
    font-size: 19px;
}
.contact-top li .fa-telegram:before {
    color:#0088cc;
    font-weight: 400;
    font-size: 18.5px;
}
.contact-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.nav-item {
    margin-top: 25px;
    margin: 30px 45px;
}
.nav-item a.nav-link:hover,
.nav-item a.nav-link:focus {
    text-decoration: none;
}
.nav-item a.nav-link {
    color: #bcd347;
    text-decoration: underline;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
}
.nav-link.active {
    background: #f8f8f8;
}

.modal-dialog {
    max-width: 43%;
    margin: 1.75rem auto;
    margin-top: 75px;
}
.modal-body {
    padding: 2.5rem;
}
#top-cart {
    background: #FFC107;
    border-radius: 28px;
    width: max-content !important;
    flex: inherit;
    margin: auto;
}
.cart-price {
    padding: 6px 0px;
}
.cart-price a,
.cart-price a:hover,
.cart-price a:visited{
    color:#000;
}
.adres-top {
    padding-right: 0;
    max-width: 14%;
}
.adres-top span{
    font-size: 12px;
    color:#817F7F;
    font-weight: 600;
}
.adres-top p {
    font-size: 13px;
}

.woocommerce a.added_to_cart {
    display: none;
}
.cart-price 
.fa-shopping-cart:before{
    margin-top: 5px;
    display: block;
    margin-right: 10px;    
}
.content-list {
    width: max-content;
}
.content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.content-list li {
    margin-bottom: 9px;
    color: #817F7F;
}
.content-list li img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
    margin-top: -3px;
}
.icon-li4 {
    width: 17px !important;
    margin-left: 3px;
}
.icon-li3 {
    width: 18px !important;
    margin-left: 2px;
}
.icon-li5 {
    width: 19px !important;
}
.content-65 {
    width: 65%;
}
.content-list span {
    font-weight: 600;
}
.whodo img {
    width: 80px;
    margin-bottom: 15px;
}
.whodo p {}
.whodo {
    text-align: center;
    margin-top: 35px;
}
.button-de {
    background: #E35D3B;
    color: #fff !important;
    display: block;
    margin: 25px auto;
    width: max-content;
    padding: 7px 45px;
    border-radius: 4px;
    font-weight: 600;
}
.button-de:visited {
    color: #000;
}
.marg-top75{
    margin-top:75px;
}
.error-404 {
    width: 60%;
    margin: 0 auto;
    margin-top: 65px; 
}
.error-404 h1 {
    color: #BBD346;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}
.error-404 p{
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color:#454547;
    margin-bottom: 20px;
}
.error-404 img {
    bottom: 0;
    position: absolute;
    right: 12%;
    width: 235px;
    height: 260px;
}
.error-404 a{
    color: #BBD346;
    text-decoration:underline;
}
.error-404 a:hover{
    color: #BBD346;
    text-decoration:none;
}
.error-404 ul,
.thanks-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.error-404 ul p {
    margin-right: 150px;
}
.error-404 li,
.thanks-content li{
    margin-right: 11px;
    margin-top: 7px;
}
.error-404 li .fa-instagram:before,
.thanks-content li .fa-instagram:before{
    background: #F44336;
    color: #fff;
    font-size: 19px;
    padding: 5px 6px;
    border-radius: 24px;
}
.error-404 li .fa-facebook-f:before,
.thanks-content li .fa-facebook-f:before{
    background: #F44336;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 24px;    
}
.error-404 li .fa-youtube:before,
.thanks-content li .fa-youtube:before{
    background: #F44336;
    color: #fff;
    font-size: 17px;
    padding: 6px 5px;
    border-radius: 24px;    
}
.thanks-block{}
.thanks-content {
    width: max-content;
    margin: 0 auto;
    text-align: center;
}
.thanks-content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #868686;
    text-align: left;
    margin-bottom: 15px;
}
.thanks-content h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #E35D3B;
    text-align: left;
    margin-bottom: 40px;
}
.thanks-content a{
    color: #E35D3B;
    text-decoration:underline;
}
.thanks-content a:hover{
    text-decoration:none;
}
.thanks-content img {
    width: 75px;
    height: 75px;
}
.bold-font{
    font-weight: bold;
    font-weight: bold !IMPORTANT;
    margin-bottom: 50px;
}
.thanks-content ul {
    margin-bottom: 25px;
}

#woosq-popup {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0px;
    background-color: #fff;
    max-height: 500px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px;
}
#woosq-popup .single-product .product .summary {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    float: none;
}
.ps-theme-wpc {
    padding: 0 !important;
}
#woosq-popup h1{
    font-size: 25px;
    color: #000;
}
#woosq-popup .thumbnails img {
    max-width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#woosq-popup .thumbnails {
    outline: none;
    width: 100%;
}
#woosq-popup .single-product .product > div {
    height: auto;
}
#woosq-popup a {
    background: #FFC107;
    color: #817F7F;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-top: 4px;
    width:max-content;
}
.mfp-woosq .mfp-arrow{
    display:none;
}


.wcpscwc-product-slider .slick-slide img {
    height: 195px;
    border-radius: 10px;
    margin-bottom: 0 !important;
    object-fit: cover;
    object-position: center;
}
li.product:focus{
    outline:0;
}

#yith-quick-view-content .yith-wcqv-button{
    display:none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title{
    text-align: left;
    font-size: 15px;
}
.slider-de h2.woocommerce-loop-product__title{
    font-size: 15px;
    padding: .5em 0;
    margin: 0;
}
.slider-de span {
    color: #000;
    font-weight: 800;
}
.product-bot bdi {
    color: #817F7F;
    font-weight: 600;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    background: #FFC107;
    color: #817F7F;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    right: 10px;
    font-size: 14px;
    position: absolute;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    color: #817F7F;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}
.slider-de {
    margin-bottom: 75px;
}
.slider-de .products li {
    margin-right: 60px !important;
    width: 26% !important;
    position: relative !important;
    height: 385px;
}
.slider-de h2 {
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    margin-left:17px;
    margin-bottom: 7px;
    color: #817F7F;
}
.info-product-slide h2{
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
    color: #817F7F;   
    margin-left:0;
}
.info-product-slide p{
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #817F7F;
    margin-bottom: 16px;
}
.mpc-total, .mpc-total span{
    font-weight: 600;
    font-size: 17px; 
    color:#E35D3B;
    margin-bottom: 20px;
}
.menu-nav-de {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.menu-nav-de li {
    margin: 20px 25px;
    display: inline-block;
}
.menu-nav-de li a {
    color: #bcd347;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
    text-transform: lowercase;
}
.menu-nav-de li a:hover {
    text-decoration: none;
}
.product-bot {
    display: inline-flex;
    width: 100%;
    bottom: 0;
    position: absolute;
}
.qib-container:not(#qib_id):not(#qib_id) {
    display: flex !important;
    background: #E5E5E5;
    width: max-content;
    margin: 0 auto;
}
.product-bot .qib-container:not(#qib_id):not(#qib_id){
    display:none !important;
}
.qib-container button,
.qib-container .buttons_added input{
    border: none !important;
}
.yith-wacp-content h3.cart-list-title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    text-transform: none;
    padding-bottom: 12px;
}
.cart-border{
    border-bottom: 2.5px solid #ccc;    
}
.clear-cart button {
    background: none;
    border: 0;
    color: #817F7F;
    padding: 7px;
}
.clear-cart{
    text-align:right;
}
#yith-wacp-popup .yith-wacp-close {
    position: absolute;
    color: #000000;
    top: -21px;
    right: 0px;
    padding: 5px;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    z-index: 99;
}
.cart-link:hover,
.cart-link:focus {
    text-decoration: none;
}
.cart-link {
    color: #868686 !important;
    text-decoration: underline;
    width: max-content;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;       
}
.button-buy {
    background: #FFC107;
    color: #000;
    padding: 13px 55px;
    border-radius: 10px;
    font-weight: 100;
    font-size: 16px;
    margin: 0 auto;
    border: 0;
}
.cart-bot-info {
    margin-bottom: 30px;
}
.cart-bot-info p{
    font-size: 14px !important;
    line-height: 22px;
    color: #817F7F;
    margin-bottom: 14px; 
}
.kkal-total{}
.kkal-total p {
    margin-top: 41px;
    margin-bottom: 0px;
}
.cart-bot-info span{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;    
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #0000;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none;
}
#yith-wacp-popup .yith-wacp-close:hover {
    color: #c0c0c0;
    text-decoration: none;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
    display: -webkit-inline-box;
}
.wcpscwc-product-slider .slick-arrow {
    background: #0000;
}
.wcpscwc-product-slider button.slick-arrow:focus{
    outline:none !important;
}
.slick-arrow.slick-disabled{
    display:none !important;
}
.top-baner{}
.top-baner p {
    font-weight: 600;
    font-size: 31px;
    color: #fff;
}
.top-baner a {
    background: #E35D3B;
    width: max-content;
    padding: 7px 24px;
    color: #fff;
    margin-top: 70px;
    border-radius: 9px;
    font-size: 14px;
}
.top-baner span {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    line-height: 25px;
}
.top-baner-akcia {
    background: url(/wp-content/uploads/2020/10/akcia1.jpg);
    padding: 47px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-baner-akcia p{
    color: #E35D3B;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 35px;
}
.top-baner-akcia span{
    color: #E35D3B;
    font-size: 23px;
    line-height: 30px;
}
.right-img {
    background: url(/wp-content/uploads/2020/11/right-ban1.png);
    padding: 47px;
    display: grid;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.left-img {
    background: url(/wp-content/uploads/2020/11/left-ban1.png);
    padding: 47px;
    display: grid;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.delivery{}
.delivery h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFC20E;
    margin-top: 0;  
}
.delivery ul {
    margin: 25px 0;
    list-style: none;
}
.delivery li{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px; 
    margin-bottom: 15px;   
    color: #817F7F;
}
.delivery li.zona-a:before {
    content: '';
    position: absolute;
    display: block;
    height: 29px;
    width: 30px;
    background: url(/wp-content/uploads/2020/10/zona-a.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 35px;
    margin-top: 2px;
}
.delivery li.zona-b:before {
    content: '';
    position: absolute;
    display: block;
    height: 30px;
    width: 37px;
    background: url(/wp-content/uploads/2020/10/zona-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    margin-top: 9px;
}
.delivery p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;    
    color: #817F7F;    
}
.delivery a {
    display: block;
    margin-bottom: 0;
    padding: 15px 30px;
}

.pum-container.pum-responsive.pum-responsive-medium {
    width: 50% !important;
    top: 100px !important;
}
.product-price {
    display: grid;
}
.product-price span {
    font-size: 15px;
}
.product-price span bdi {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.product-price span bdi span {
    font-size: 18px;
}
.prod-img{
    padding:0;
}
.product-info-bot {
    margin-top: 25px;
}
.marg-top25{
    margin-top:25px;
}
.marg-bot45 {
    margin-bottom: 75px;
}
.desc-info {
    padding: 0;
    font-size: 15px !important;
    margin-bottom: 18px;
}
.desc-info span {
    font-weight: 600;
    color: #000;
    margin-right:5px;
}
.yith-wacp-main p{
    font-size: 14px;
    color:#817F7F;
}
#yith-wacp-popup .yith-wacp-main {
    background-color: #ffffff;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 32px;
    font-weight: 100;
}

/*
.quantity-de{
    text-align:center;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    display: none; 
    -webkit-appearance: none;
    margin: 0; 
}
.quantity{
    background: #E5E5E5;
    border-radius: 10px;
    display: inline-flex;
}
.quantity input{
    border: none;
    background: none;
}
.quantity input.minus,
.quantity input.plus {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .quantity .qty {
    width: 2.5em;
    text-align: center;
}
.quantity-de .quantity {
    width: max-content;
    padding: 5px 20px;
    margin: 0 auto;
}
*/


.site-footer{}
.site-footer li {
    list-style: none;
    line-height: normal;
}
.site-footer h2 {
    margin-bottom: 35px;
    margin-top: 0;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    text-transform: lowercase;
}
.site-footer .menu{
    padding:0;
    margin:0;
}
.site-footer .menu a {
    color: #817F7F;
    font-size: 15px;
    font-weight: 600;
}
.soc-bot {
    padding: 0;
    margin-bottom: 16px;
    display: inline-flex;
    margin-left: 0;
}
.soc-bot li {
    margin-right: 35px;
}
.soc-bot li .fa-instagram:before {
    background: #e51414;
    color: #fff;
    padding: 5px 6px;
    font-size: 18px;
    border-radius: 17px;
}
.soc-bot li .fa-facebook-f:before {
    background: #327ae5;
    color: #fff;
    padding: 5px 9px;
    font-size: 17px;
    border-radius: 17px;
}
img.bot-img-fix {
    width: 135px;
    bottom: 0;
    position: absolute;
}
.copyright p {
    font-size: 11px;
}
.main-navigation .sub-menu li{
    display: grid;
    text-align: left;
    padding: 0px 20px;
}
.main-navigation .sub-menu li a {
    font-size: 13px;
    width: 146px;
}
.site-footer {
    margin-top: 80px;
    background: #f3f3f3;
    padding: 40px 0;    
}
.sub-menu{
    background: #fff;
    padding: 15px 0;
}

.nabor-page .product-bot{
    display:none;
}
input.button-group {
    border: 0;
    padding: 11px 35px;
    margin-top: 0;
    background: #FFC107;
    color: #817F7F;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    width: max-content;
    display: block;
}
input.button-group:hover {
    background: #efb404;
}
.quantity .plus{
    padding-top: 4px;
    color:#555;
}
.quantity .minus{
    padding-top: 4px;
    color:#555;
}
.prod-card td.item-quantity{
  display: none; 
}
.prod-card td.item-quantity:nth-child(-n+1) { 
    display:block; 
} 
.site-branding.col-sm-3{
    max-width: 19%;
    margin-top: 5px;
}
.yith-wacp-content table.cart-list td {
    padding: 15px 10px;
    border: none;
    vertical-align: middle;
    width: max-content;
    margin: 0 auto;
}
.yith-wacp-content table.cart-list tr {
    border-bottom: none;
}

.col-sm-12.item-info{
    padding-left:0;
}
.item-remove td a {
    text-indent: 0;
    background: none;
    font-size: 30px;
    font-weight: 100;
}
.item-remove {
}
.item-remove td {
    width: 35px !important;
    display: block;
    padding: 0 !important;
}
.item-remove a.yith-wacp-remove-cart{
    font-size: 37px;
    text-align: center;
    line-height: 1;
    margin-top: -8px;
    border-radius: 100%;
    color: #cccccc!important;
    text-decoration: none;
    font-weight: 100;
    border: 0;    
}

.wcpscwc-product-slider .slick-arrow {
    top: 24%;
}
.wcpscwc-product-slider button.slick-arrow {
    width: 30px;
    height: 25px;
}
.wcpscwc-product-slider button.slick-next {
    right: -40px;
}
.wcpscwc-product-slider button.slick-prev {
    left: -40px;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus{
    background:none;
    color:#000 !important;
}
.woocommerce-billing-fields{}
.woocommerce-billing-fields input {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 8px 17px;
}
.woocommerce form .form-row .optional {
    visibility: visible;
    display: none;
}
.woocommerce form .form-row .required {
    visibility: visible;

}
.woocommerce-billing-fields label {
    width: 40%;
    font-size: 14px;
    color: #817F7F;
}
.woocommerce-billing-fields p {
    display: flex;
    width: 100% !important;
    margin-bottom: 25px !important;
}
.woocommerce-billing-fields span {
    width: 59%;
}
.woocommerce .woocommerce-checkout {
    border-top: 1.5px solid #ccc;
    padding-top: 30px;
    margin-top: 15px;
}
.woocommerce-checkout input[placeholder] {    
    font-size:14px;
}
.yith-wacp-mini-cart-icon{
    display:none;
}

::-webkit-input-placeholder{
    color: #b0b0b0;
}
.yith-wacp-content .woocommerce-notices-wrapper{
    display:none;
}

.yith-wacp-content table.cart-list td.item-info {
    padding-left: 30px;
}
.yith-wacp-content .cart-info > div span {
    color: #000000;
    margin-right: 10px;
    font-weight: 400;
    font-size: 18px;
}
.item-subtotal .woocommerce-Price-amount {
    color: #000000;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
}
.quanty-cart {
    margin: 30px 0;
}
.item-subtotal{
    margin:auto;
}
.yith-wacp-content table.cart-list td.item-thumb {
    width: 205px;
    text-align: center;
    padding: 0;
}
.yith-wacp-content table.cart-list td.item-thumb img {
    max-width: 100%;
    height: auto;
}
.caloria-de {
    width: 100%;
    display: flex;
    height: 50px;
    bottom: 40px;
    position: absolute;
    text-align: center;
    margin: 10px auto !important;
}
.slider-de .products li .caloria-de li {
    margin-right: 0 !important;
    height: auto;
}
.caloria-de li p {
    font-weight: 700;
    font-size: 15px;
}
.caloria-de li span {
    font-size: 14px;
    color: #817F7F;
    font-weight: 600;
}
.yith-wacp-content table.cart-list td.item-info .item-name {
    overflow: hidden;
    white-space: nowrap;
}
.caloria-de-cart {
    padding-left: 30px;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.caloria-de-cart li{
    text-align: center;
    margin-right: 15px;
}
.caloria-de-cart li p{
    font-size: 16px;
}
.nabor-page ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.nabor-page ul.caloria-de li {
    margin-top: 15px !important;
    padding: 0 13px;
    margin: 0 auto;
}
.nabor-page ul .products li {
    height: 390px;
}
.mini_cart .yith-wacp-main {
    padding-right: 10px !important;
    padding-left: 0px !important;
}
.slider-de .naimenovanie{
    display:none;
}
.nabor-page .slider-de .naimenovanie{
    display:block;
}
.naimenovanie {
    text-align: center;
    font-size: 19px;
    margin-bottom: 11px;
}
.owl-carousel .owl-item {
    width: 15% !important;
    margin-right: 60px !important;
    height: 385px;
    max-width: 305px;
}
.owl-carousel .owl-item img{
    height: 215px;
    border-radius: 10px;
    margin-bottom: 0;
    object-fit: cover;
    object-position: center;
}
.owl-item .caloria-de li{}
.owl-prev.disabled,
.owl-next.disabled{
    display:none;
}
.owl-next .fa-arrow-right:before,
.owl-prev .fa-arrow-left:before{
    font-size: 27px;
}
.owl-next .fa-arrow-right:hover:before,
.owl-prev .fa-arrow-left:hover:before{
    color:#000;
}
.owl-next .fa-arrow-right:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/11/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -9px;
    top: -30px;
    position: absolute;
    width: 37px;
    height: 31px;
}

.owl-prev .fa-arrow-left:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/11/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -3px;
    top: -30px;
    position: absolute;
    width: 37px;
    height: 31px;
}



/* Smartphones */
@media only screen and (min-width : 320px) and (max-width : 480px) {
.fixed-top {
    width: 100%;
    position: relative;
}
main {
    margin-top: 0 !important;
}   
.dv-content {
    max-width: 100%;
    padding: 10px 10px;
}
.product-info-bot {
    padding: 0 18px;
}
.site-branding.col-sm-3 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.site-branding img {
    width: 170px;
}
.contact-top img {
    width: 255px;
    margin-bottom: 15px;
}
.woocommerce img, .woocommerce-page img {
    max-width: 70%;
}
.main-navigation {
    padding-right: 0;
    padding-left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0;
}
.modal-dialog {
    max-width: 92%;
    margin: 1.75rem auto;
    margin-top: 23px;
}
.delivery h2 {
    font-size: 15px;
}
.menu-menu-top-container {
    width: 50%;
    right: 0;
    position: absolute;
}
.delivery li {
    font-size: 11px;
    line-height: 14px;
}
.delivery p {
    font-size: 10px;
    line-height: 14px;
}
.delivery a {
    padding: 10px 30px;
}
#primary-menu {
    background: #fff;
    top: 0;
    height: 100vh;
    padding: 25px 5px;
    border-left: 1px solid #cacaca;
}
.main-navigation a {
    font-size: 12px;
}
.main-navigation .sub-menu li a {
    font-size: 11px;
    width: 160px;
}
.main-navigation li {
    display: block;
}
.main-navigation ul ul {
    position: relative;
    top: 100%;
    box-shadow: none;
    left: 0;
    padding: 6px 0;
}
.main-navigation .sub-menu li {
    display: grid;
    text-align: left;
    padding: 0px;
}
.main-navigation button {
    border: 0;
    background: none;
    right: 0;
    position: absolute;
    z-index: 55;
}
.main-navigation button .fa-bars:before {
    font-size: 21px;
}
.contact-top {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
}
.contact-top ul {
    display: block;
    text-align: center;
}
.contact-top li {
    display: inline-block;
}
.adres-top {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.adres-top br{
    display:none;
}
.top-baner p {
    font-size: 30px;
}
.top-baner span {
    font-size: 19px;
}
.top-baner a {
    margin-top: 40px;
}
.content-65 {
    width: 100%;
}
h2 {
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 24px;
}
.col-sm-5th{
    width: 100%;
}
.whodo img {
    width: 100px;
    margin-bottom: 0;
}
.whodo p {
    font-size: 20px;
    margin-bottom: 19px;
}
.content-list {
    width: 100%;
}
.content-list li {
    margin-bottom: 9px;
    display: inline-flex;
}
.content-list li img {
    margin-top: 0px;
}
img.icon-li2 {
    margin-top: 5px !important;
}
img.icon-li5 {
    margin-top: 6px !important;
}
img.icon-li4 {
    margin-top: 3px !important;
}
img.icon-li6 {
    margin-top: 1px !important;
}
.marg-top75 {
    margin-top: 50px;
}
.site-footer h2 {
    margin-bottom: 15px;
}
img.bot-img-fix {
    width: 90px;
    bottom: 50px;
    right: 0;
}
#page{
    overflow-x:hidden;
}
.menu-nav-de li {
    margin: 0px 5px;
    display: inline-block;
}
.menu-nav-de li a {
    font-size: 13px;
}
.slider-de .products li {
    margin-right: 0px !important;
    width: 100% !important;
    height: 335px;
}
.wcpscwc-product-slider .slick-slide img {
    height: 180px;
    max-width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
}
#yith-wacp-popup .yith-wacp-content .product-thumb img{
    max-width: 100%;
}
.yith-wacp-main p {
    font-size: 13px;
    margin-top: 0;
}
#yith-wacp-popup .yith-wacp-content {
    padding: 0;
}
.product-price{
    text-align: center;
}
.button-de {
    width: 100%;
    padding: 10px 25px;
    font-size: 15px;
    text-align: center;
}
.quantity-mob {
    display: block !important;
    text-align: -webkit-center;
    margin-top: 10px;
}
.item-subtotal .woocommerce-Price-amount {
    font-size: 16px;
}
.caloria-de-cart li p {
    font-size: 13px;
}
.caloria-de-cart {
    padding-left: 0;
}
#yith-wacp-popup .yith-wacp-main {
    padding: 20px 15px !important;
}
.cart-link {
    margin-top: 0;
}
.wc_payment_method.payment_method_cod {
    font-size: 11px;
    display: inline-flex;
}  
.woocommerce-billing-fields label {
    width: 100%;
    font-size: 13px;
    margin: 0;
}
.woocommerce-billing-fields span {
    width: 100%;
}
.woocommerce-billing-fields p {
    margin-bottom: 5px !important;
}
.cart-bot-info p {
    margin-bottom: 0;
}
#payment_method_cod{
    margin-top: 7px !important;
}
.cart-bot-info {
    margin-bottom: 0;
    text-align: center;
}
.fade-in.mini_cart .yith-wacp-wrapper {
    width: 86% !important;
    height: 585px !important;
    top: 7% !important;
    left: 7% !important;
}
}
/* iphone 6s/7s */
@media only screen and (min-width : 413px) and (max-width : 416px) {
.wcpscwc-product-slider .slick-slide img {
    height: 230px;
    width: 100%;
}
.slider-de .products li {
    height: 390px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
}
.wcpscwc-product-slider button.slick-next {
    right: -9px;
}
.wcpscwc-product-slider button.slick-prev {
    left: -16px;
}

}


/* iphone 5/SE */
@media only screen and (min-width : 320px) and (max-width : 320px) {
.delivery p {
    font-size: 11px;
}
.top-baner p {
    font-size: 23px;
}
.top-baner span {
    font-size: 15px;
}
.top-baner a {
    padding: 6px 23px;
    margin-top: 20px;
    font-size: 13px;
}
.top-baner-akcia p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 26px;
}    
.top-baner-akcia span {
    font-size: 19px;
    line-height: 20px;
}    
.top-baner-akcia {
    padding: 35px;
    height: 235px;
}
h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 21px;
} 
.button-de {
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    text-align: center;
}
.info-product-slide p {
    font-size: 14px;
}
.info-product-slide h2 {
    font-size: 16px;
}
}
/* iphone 6/7 */
@media only screen and (min-width : 375px) and (max-width : 376px) {
.wcpscwc-product-slider .slick-slide img {
    height: 200px;
    max-width: 100%;
}
.wcpscwc-product-slider button.slick-next {
    right: 5px;
}
.slider-de .products li {
    height: 390px;
}    

.yith-wacp-content table.cart-list td.item-thumb img {
    width: 90px;
}
.yith-wacp-content table.cart-list td.item-info {
    padding-left: 20px;
    font-size: 11px;
}
.yith-wacp-content table.cart-list td.item-quantity {
    flex: 30%;
    padding: 5px;
}
.yith-wacp-content table.cart-list td.item-subtotal {
    flex: 65%;
    text-align: center;
    padding: 3px;
}

}

/* ipad */
@media only screen and (min-width : 760px) and (max-width : 800px) {
.dv-content {
    max-width: 100%;
}
.fixed-top {
    width: 100%;
}
.contact-top li {
    margin: 0 5px;
}
.main-navigation {
    max-width: 22%;
    padding-right: 0;
    padding-left: 0;
}
.main-navigation li {
    margin-right: 0px;
    margin-left: 6px;
}
.main-navigation a {
    font-size: 10px;
}
.contact-top li a {
    font-size: 12px;
}
.contact-top li .fa-whatsapp:before {
    font-size: 13px;
}
.contact-top li .fa-telegram:before {
    font-size: 13.5px;
}
.adres-top p {
    font-size: 11px;
}
.contact-top {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 0;
}
.adres-top {
    padding-right: 0;
    max-width: 15%;
}
.adres-top span {
    font-size: 8px;
}
#top-cart {
    max-width: 15%;
}
.cart-price {
    padding: 5px 5px;
}
.cart-price .fa-shopping-cart:before {
    font-size: 12px;
}
.pink-price {
    font-size: 12px;
}
.site-branding.col-sm-3 {
    max-width: 22%;
    margin-top: 12px;
}
.top-baner p {
    font-size: 25px;
}
.top-baner span {
    font-size: 16px;
}
.top-baner a {
    padding: 7px 24px;
    font-size: 12px;
    margin-top: 30px;
}
.top-baner-akcia p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 25px;
}
.top-baner-akcia span {
    font-size: 18px;
    line-height: 20px;
}
.top-baner-akcia {
    height: 210px;
}
h2 {
    margin-top: 45px;
    font-size: 25px;
}
.content-65 {
    width: 85%;
}
.whodo img {
    width: 80px;
    margin-bottom: 9px;
}
.whodo p {
    font-size: 12px;
}
img.bot-img-fix {
    width: 90px;
    bottom: 65px;
    position: absolute;
}
.site-footer .menu a {
    color: #000;
    font-size: 15px;
}
.site-footer h2 {
    margin-bottom: 20px;
    font-size: 22px;
}
.main-navigation .sub-menu li a {
    font-size: 10px;
}
.main-navigation ul ul a{
    width: 140px;
}
.menu-nav-de li a{
    font-size: 13px;    
}
.menu-nav-de li {
    margin: 7px 5px;
    display: inline-block;
}
.slider-de .products li {
    margin-right: 35px !important;
    width: 29% !important;
}
.wcpscwc-product-slider .slick-slide img {
    height: 160px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    padding-bottom: 0;
}
.slider-de .products li {
    height: 330px;
}
.wcpscwc-product-slider button.slick-next {
    right: 0px;
    font-size: 25px;
}
.wcpscwc-product-slider button.slick-prev {
    left: -8px;
    font-size: 25px;
}
.info-product-slide p {
    font-size: 15px;
    margin-bottom: 15px;
}
.info-product-slide h2 {
    font-size: 17px;
}
.naimenovanie {
    font-size: 16px;
}
#page{
    overflow-x:hidden;
}
}
/* ipad PRO*/
@media only screen and (min-width : 1000px) and (max-width : 1060px) {
.dv-content {
    max-width: 95%;
}   
.fixed-top {
    width: 99%;
}
.owl-carousel .owl-item img {
    height: 155px;
}
.owl-carousel .owl-item {
    height: 355px;
}

.slider-de .products li {
    height: 330px;
}
.main-navigation {
    padding-left: 10px;
    max-width: 27%;
}
.main-navigation a {
    font-size: 13px;
}   
.main-navigation li {
    margin-right: 4px;
}
.contact-top li a {
    font-size: 16px;
}
.contact-top li .fa-whatsapp:before {
    font-size: 16px;
}
.contact-top li .fa-telegram:before{
    font-size: 16.5px;    
}
.adres-top p {
    font-size: 13px;
}
.adres-top span {
    font-size: 11px;
}
.cart-price {
    padding: 6px 6px;
}
.contact-top {
    max-width: 21%;
    flex: 0 0 21%;
}
.site-branding.col-sm-3 {
    max-width: 23%;
    margin-top: 8px;
}
.wcpscwc-product-slider .slick-slide img {
    height: 150px;
}
.top-baner-akcia {
    height: 265px;
}
.top-baner-akcia p {
    font-size: 28px;
}
.top-baner-akcia span {
    font-size: 20px;
    line-height: 26px;
}
.main-navigation .sub-menu li a {
    font-size: 13px;
}
.main-navigation ul ul a {
    width: 150px;
}
.menu-nav-de li a {
    font-size: 15px;
}
.menu-nav-de li {
    margin: 15px 16px;
    display: inline-block;
}
.top-baner p {
    font-size: 31px;
}
.top-baner span {
    font-size: 20px;
    line-height: 25px;
}
.top-baner a {
    margin-top: 50px;
}    
img.bot-img-fix {
    width: 120px;
    bottom: 40px;
}    
}
/* 1200 monitor*/
@media only screen and (min-width : 1200px) and (max-width : 1300px) {
.dv-content {
    max-width: 85%;
} 
.fixed-top {
    width: 88%;
}
.site-branding.col-sm-3 {
    max-width: 19%;
    margin-top: 20px;
}
.main-navigation a {
    font-size: 14px;
}
.contact-top li a {
    font-size: 15px;
}
.contact-top li .fa-whatsapp:before {
    font-size: 17px;
}
.contact-top li .fa-telegram:before {
    font-size: 17px;
}
.menu-nav-de li a {
    font-size: 16px;
}
.wcpscwc-product-slider .slick-slide img {
    height: 185px;
}
.top-baner p {
    font-size: 30px;
}
.top-baner span {
    font-size: 21px;
    line-height: 29px;
}
.main-navigation .sub-menu li a {
    font-size: 11px;
    width: 130px;
}
.cart-bot-info p {
    font-size: 15px !important;
}
.cart-bot-info span {
    font-size: 19px;
    line-height: 18px;
}
.button-buy {
    padding: 11px 40px;
    font-size: 15px;
}
.fade-in.mini_cart .yith-wacp-wrapper {
    width: 580px !important;
    height: 750px !important;
    max-height: 900px !important;
    margin: 0 auto !important;
    left: 27% !important;
    top: 10% !important;
}
.owl-carousel .owl-item img {
    height: 178px;
}
.adres-top span {
    font-size: 12px;
}



}
/* 1080 monitor*/
@media only screen and (min-width : 1080px) and (max-width : 1100px) {
.dv-content {
    max-width: 85%;
} 
.main-navigation a {
    font-size: 13px;
}
.contact-top li {
    margin: 0 3px;
}
.contact-top li .fa-telegram:before {
    font-size: 14px;
}
.contact-top li .fa-whatsapp:before {
    font-size: 15px;
}
.main-navigation li {
    margin: 0 7px;
}
.contact-top li a {
    font-size: 13px;
}

.adres-top span {
    font-size: 10px;
}
.adres-top p {
    font-size: 13px;
}
.menu-nav-de li a {
    font-size: 16px;
}
.menu-nav-de li {
    margin: 11px 13px;
}
.wcpscwc-product-slider .slick-slide img {
    height: 153px;
}
.slider-de .products li {
    margin-right: 65px !important;
    height: 333px;
}
.fade-in.mini_cart .yith-wacp-wrapper {
    left: 23% !important;
    height: 740px !important;
}
.top-baner-akcia p {
    font-size: 30px;
}
.top-baner-akcia {
    height: 270px;
}
.owl-carousel .owl-item img {
    height: 155px;
}
.site-branding.col-sm-3 {
    margin-top: 7px;
}
.main-navigation .sub-menu li a {
    font-size: 11px;
    width: 125px;
}


}
/* 1080 monitor*/
@media only screen and (min-width : 1430px) and (max-width : 1450px) {
.dv-content {
    max-width: 85%;
} 
.fixed-top {
    width: 88%;
}

}



