/*!
Theme Name: kalleh
Theme URI: https://kalleh.com/
Author: Aramis Team
Author URI: https://aramisteam.com/
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kalleh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

kalleh is based on Underscores https://underscores.me/, (C) 2012-2017 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/

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.noscroll {
  overflow: hidden;
  position: relative;
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

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

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

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  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 {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  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: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*body,
input,
select,
optgroup,
textarea {
  font-family: $font__main;
}*/
h1, h2, h3, h4, .title, button {
  font-family: "Open Sans", sans-serif;
  clear: both;
}

/*
.rtl {
  h1, h2, h3, h4, .title, button {
    font-family: $font__heading;
  }
}*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #393939;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post,
.page {
  margin: 0;
}

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

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

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

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

.recaptcha-policies {
  direction: ltr;
  text-align: left;
  color: #999;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.bypostauthor {
  display: block;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("../fonts/OpenSans/open-sans-regular.woff") format("woff");
  src: url("../fonts/OpenSans/open-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("../fonts/OpenSans/open-sans-bold.woff") format("woff");
  src: url("../fonts/OpenSans/open-sans-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Shabnam";
  font-weight: normal;
  src: url("../fonts/shabnam/Shabnam.woff") format("woff");
  src: url("../fonts/shabnam/Shabnam.woff2") format("woff2");
}
@font-face {
  font-family: "Shabnam";
  font-weight: bold;
  src: url("../fonts/shabnam/Shabnam-Bold.woff") format("woff");
  src: url("../fonts/shabnam/Shabnam-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Shabnam";
  font-weight: 300;
  src: url("../fonts/shabnam/Shabnam-Light.woff") format("woff");
  src: url("../fonts/shabnam/Shabnam-Light.woff2") format("woff2");
}
@font-face {
  font-family: IRANSans;
  font-weight: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum).woff") format("woff");
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum).woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-weight: bold;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff") format("woff");
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-weight: 300;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff") format("woff");
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "kalleh";
  src: url("../fonts/icon/kalleh.eot");
  src: url("../fonts/icon/kalleh.eot#iefix") format("embedded-opentype"), url("../fonts/icon/kalleh.ttf") format("truetype"), url("../fonts/icon/kalleh.woff") format("woff"), url("../fonts/icon/kalleh.svg#kalleh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kalleh";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sports-supplement:before {
  content: "\e92b";
}

.icon-language:before {
  content: "\e92a";
}

.icon-breakfast:before {
  content: "\e927";
}

.icon-cooking:before {
  content: "\e928";
}

.icon-natural:before {
  content: "\e929";
}

.icon-kallehbook:before {
  content: "\e916";
}

.icon-accessibility:before {
  content: "\e900";
}

.icon-aparat:before {
  content: "\e901";
}

.icon-babyfood:before {
  content: "\e902";
}

.icon-beverage:before {
  content: "\e903";
}

.icon-book:before {
  content: "\e904";
}

.icon-breadcrumbs:before {
  content: "\e905";
}

.icon-butter:before {
  content: "\e906";
}

.icon-calcium:before {
  content: "\e907";
}

.icon-call:before {
  content: "\e908";
}

.icon-calorie:before {
  content: "\e909";
}

.icon-cheese:before {
  content: "\e90a";
}

.icon-court:before {
  content: "\e90b";
}

.icon-cream:before {
  content: "\e90c";
}

.icon-dessert:before {
  content: "\e90d";
}

.icon-dry-material:before {
  content: "\e90e";
}

.icon-durability:before {
  content: "\e90f";
}

.icon-email:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-fat:before {
  content: "\e912";
}

.icon-healthy-food:before {
  content: "\e913";
}

.icon-icecream:before {
  content: "\e914";
}

.icon-instagram:before {
  content: "\e915";
}

.icon-kashk:before {
  content: "\e917";
}

.icon-left-arrow:before {
  content: "\e918";
}

.icon-milk:before {
  content: "\e919";
}

.icon-pin:before {
  content: "\e91a";
}

.icon-print:before {
  content: "\e91b";
}

.icon-protein:before {
  content: "\e91c";
}

.icon-reference:before {
  content: "\e91d";
}

.icon-right-arrow:before {
  content: "\e91e";
}

.icon-salt:before {
  content: "\e91f";
}

.icon-sauce:before {
  content: "\e920";
}

.icon-search:before {
  content: "\e921";
}

.icon-share:before {
  content: "\e922";
}

.icon-sugar:before {
  content: "\e923";
}

.icon-telegram:before {
  content: "\e924";
}

.icon-whatsapp:before {
  content: "\e925";
}

.icon-yogurt:before {
  content: "\e926";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-twitter:before {
  content: "\ea96";
}

/*.icon-close {
  width: 22px;
  height: 20px;
  position: relative;
  display: block;

  &:before, &:after {
    content: '';
    left: 0;
    opacity: 1;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 9px;
    background: #585858;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  &:after {
    top: 16px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  &:before {
    top: 0;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}*/
.icon-close {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  top: 8px;
}
.icon-close:before, .icon-close:after {
  content: "";
  left: 0;
  opacity: 1;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 9px;
  background: #FFF;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.icon-close:after {
  top: 12px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-close:before {
  top: -5px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bubbly-button {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ee3439;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  z-index: 1;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #ee3439;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -60%;
  background-image: radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ee3439 20%, transparent 30%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ee3439 15%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%);
  /*background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;*/
  background-size: 100% 100%, 80% 80%, 95% 95%, 90% 90%, 88% 88%, 70% 70%, 75% 75%, 80% 80%, 98% 98%;
}
.bubbly-button:after {
  display: none;
  bottom: -55%;
  background-image: radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ee3439 15%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%), radial-gradient(circle, #ee3439 20%, transparent 20%);
  background-size: 85% 85%, 100% 100%, 95% 95%, 100% 100%, 75% 75%, 80% 80%, 90% 90%;
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
section.col-border [class*=col-] {
  border: 1px solid #5d5d5d;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none !important;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.share-action {
  position: relative;
  display: inline-block;
}
.share-action .sharebtn {
  border: none;
  padding: 16px;
  cursor: pointer;
  font-size: 16px;
}
.share-action .share-content {
  right: 0;
  z-index: 1;
  width: 200px;
  display: none;
  position: absolute;
  text-align: center;
  border-radius: 25px;
  background-color: #ee3439;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.share-action .share-content::before {
  content: "";
  width: 0;
  height: 0;
  top: -6px;
  right: 30px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ee3439;
}
.share-action .share-content.show {
  display: block;
}
.share-action .share-content a {
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  /*&:hover {background-color: #ddd}*/
}

.ps {
  touch-action: auto;
  padding-left: 20px;
  padding-right: 2px;
  overflow-anchor: none;
  -ms-touch-action: auto;
  -ms-overflow-style: none;
  overflow: hidden !important;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  opacity: 0;
  bottom: 0px;
  height: 15px;
  display: none;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  /* please don't change 'position' */
  position: absolute;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps__rail-y {
  opacity: 0.6;
  width: 15px;
  display: none;
  /* there must be 'right' or 'left' for ps__rail-y */
  left: auto !important;
  /* please don't change 'position' */
  position: absolute;
  right: 0 !important;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  border-radius: 25px;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
  border-radius: 25px;
  background-color: #eee;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  border-radius: 6px;
  position: absolute;
  background-color: #aaa;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__thumb-y {
  width: 6px;
  right: 2px;
  position: absolute;
  border-radius: 25px;
  background-color: #eaeaea;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #ee3439;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #ee3439;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*** Slick Slider ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  margin-top: 50px;
  text-align: center;
}
.slick-dots li {
  margin: 2px;
  padding: 10px 5px;
  display: inline-block;
}
.slick-dots li:before {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  border-radius: 5px;
  background-color: #e5e5e5;
}
.slick-dots li.slick-active:before {
  background-color: #ee3439;
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

#landing-festival .custom-col .dis {
  color: #9b9b9b;
}
#landing-festival .custom-col .dis:before {
  content: "";
  background-color: #9b9b9b;
  width: 90px;
  height: 1px;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
}
#landing-festival .custom-col .textwidget {
  text-align: center;
}
#landing-festival .custom-col .textwidget a {
  color: #2cb774;
  border: 1px solid #2cb774;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 15px 0;
}
#landing-festival .custom-col:hover .inner-title {
  color: #ee3439;
}
#landing-festival .custom-col:hover .textwidget a {
  color: #FFF;
  border: 1px solid #2cb774;
  background-color: #2cb774;
}
#landing-festival .footer {
  position: relative;
}
#landing-festival .footer #cta {
  position: absolute;
  z-index: 9;
}

#landing-special-sales .custom-col .dis {
  color: #9b9b9b;
}
#landing-special-sales .custom-col .dis p:before {
  content: "";
  background-color: #9b9b9b;
  width: 90px;
  height: 1px;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
}
#landing-special-sales .custom-col .buy-link:hover img {
  cursor: pointer;
  filter: saturate(0%) invert(100%) brightness(1000%);
}
#landing-special-sales .custom-col:hover .product-title {
  color: #EE3338;
}
#landing-special-sales .custom-col .background-hover div:first-of-type {
  overflow: hidden;
}
#landing-special-sales .custom-col .background-hover div:first-of-type:hover {
  background-color: #2cb774;
}

.footer-landing-festival {
  position: relative;
}
.footer-landing-festival .elementor-widget {
  margin-bottom: 0 !important;
}

.sticky-button-app {
  bottom: 50px;
  background: linear-gradient(270.33deg, #FB5C1A 6.43%, #F0436D 95.17%);
  border-radius: 0 50px 50px 0;
  padding: 29px 16px 29px 0;
  z-index: 9;
  left: -85px;
  transition: all 0.3s;
}
@media (min-width: 575px) {
  .sticky-button-app {
    bottom: 100px;
  }
}
.sticky-button-app img {
  margin-bottom: 20px;
}
.sticky-button-app .app-logo * {
  color: #FFFFFF;
  line-height: 25px;
  font-weight: 700;
  font-size: 16px;
}
.sticky-button-app .app-logo .title {
  text-shadow: 0 0 29px #DA3B25;
  margin-bottom: 12px;
  width: 95px;
}
.sticky-button-app .app-logo .btn {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  right: -30px;
  top: calc(50% - 16px);
  transition: all 0.4s;
  z-index: -1;
  padding: 0;
  background: #FA5B1C;
  color: #fff;
  line-height: 1;
}
.sticky-button-app .app-logo .btn:focus {
  box-shadow: none;
}
.sticky-button-app.active {
  left: 0;
}
.sticky-button-app.active .app-logo .btn {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.row-full {
  left: 50%;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
}

.page-template-tmpl-about header #breadcrumbs, .page-template-tmpl-contact header #breadcrumbs {
  display: none;
}

article.post .breadcrumbs {
  order: 1;
}
article.post .breadcrumbs .line, article.post .breadcrumbs .date {
  display: none;
}
article.post .post-thumbnail {
  text-align: center;
}
article.post .post-thumbnail img {
  width: 100%;
}
article.post .meta-box {
  order: 2;
}
article.post .meta-box .date {
  color: #B9B9B9;
  font-size: 14px;
  margin-top: 1rem;
}
article.post .post-title {
  color: #ee3439;
  padding-top: 25px;
}
article.post .post-title .title {
  display: flex;
}
article.post .post-title .title i {
  padding: 0 5px;
  font-size: 25px;
}
article.post .post-title .title .entry-title {
  font-size: 20px;
  margin-bottom: 0;
}
article.post .entry-meta {
  display: flex;
  align-items: first baseline;
}
article.post .entry-meta .date {
  flex: 1;
}
article.post .entry-meta .date a {
  color: #bebebe;
  font-size: 15px;
}
article.post .entry-meta .date a:hover {
  text-decoration: none;
}
article.post .entry-meta .footer-actions button {
  border: none;
  color: #bebebe;
  font-size: 14px;
  background-color: transparent;
}
article.post .entry-meta .footer-actions button:hover {
  cursor: pointer;
}
article.post .entry-meta .footer-actions button i {
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
article.post .entry-meta .footer-actions button span {
  display: none;
}
article.post .entry-meta .footer-actions .share-content a {
  color: #fff;
}
article.post .entry-content {
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}

.archive-wrapper article {
  position: relative;
  margin: 15px auto 45px;
}
.archive-wrapper article .wrap header {
  background-color: #f2f2f2;
}
.archive-wrapper article .wrap header .date {
  color: #B9B9B9;
  font-size: 12px;
  margin: 15px 0 0;
  text-align: center;
}
.archive-wrapper article .wrap header .date:after {
  content: "";
  height: 1px;
  width: 20px;
  display: block;
  margin: 5px auto 0;
  background-color: #b9b9b9;
}
.archive-wrapper article .wrap header .date a {
  color: #c2c2c2;
  font-size: 14px;
}
.archive-wrapper article .wrap header .date a:hover {
  text-decoration: none;
}
.archive-wrapper article .wrap header .thumb {
  text-align: center;
}
.archive-wrapper article .wrap .content {
  background-color: #f2f2f2;
  padding: 15px 15px 50px 15px;
}
.archive-wrapper article .wrap .content .title a {
  color: #3a3a3a;
  font-size: 20px;
}
.archive-wrapper article .wrap .content .title a:hover {
  text-decoration: none;
}
.archive-wrapper article .wrap .content .title i {
  display: none;
}
.archive-wrapper article .wrap .content p {
  color: #555555;
}
.archive-wrapper article .wrap .content .hover-content a {
  color: #666;
  text-decoration: none;
}
.archive-wrapper article .wrap .content .hover-content a .date {
  display: none;
}
.archive-wrapper article .wrap .more {
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  text-align: center;
  position: absolute;
}
.archive-wrapper article .wrap .more .more-art {
  color: #fff;
  font-size: 30px;
  padding: 1px 9px;
  position: relative;
  border-radius: 50px;
  background-color: #ee3439;
}
.archive-wrapper article .wrap .more .more-art:hover {
  text-decoration: none;
}
.archive-wrapper article .wrap .more .more-art:before, .archive-wrapper article .wrap .more .more-art:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 25px;
  background-color: #ee3439;
}
.archive-wrapper article .wrap .more .more-art:before {
  top: -4px;
  left: -5px;
  width: 15px;
  height: 15px;
}
.archive-wrapper article .wrap .more .more-art:after {
  top: -10px;
  left: 7px;
  width: 8px;
  height: 8px;
}

nav.navigation .nav-links {
  padding: 0 40px;
}
nav.navigation .nav-links .nav-previous {
  text-align: left;
  margin: 20px auto;
  position: relative;
}
nav.navigation .nav-links .nav-previous a {
  color: #afafaf;
}
nav.navigation .nav-links .nav-previous a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(404deg);
  border-left: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
nav.navigation .nav-links .nav-previous a:hover {
  text-decoration: none;
}
nav.navigation .nav-links .nav-next {
  margin: 20px auto;
  position: relative;
}
nav.navigation .nav-links .nav-next a {
  color: #afafaf;
}
nav.navigation .nav-links .nav-next a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(225deg);
  border-left: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
nav.navigation .nav-links .nav-next a:hover {
  text-decoration: none;
}

.admin-bar #sec-slider {
  height: calc(100vh - 32px);
}
.admin-bar #sec-slider .slider-hero-decorative .decorative-wrap a {
  height: calc(100vh - 32px);
}
.admin-bar #sec-slider .slider-hero-decorative .decorative-wrap a img {
  height: calc(100vh - 32px);
}

#sec-slider {
  padding-top: 2rem;
  position: relative;
}
#sec-slider .slider-hero-featured {
  direction: rtl;
  padding: 25px 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/slider-back-en.png");
}
#sec-slider .slider-hero-featured .slick-arrow {
  display: none !important;
}
#sec-slider .slider-hero-featured .slick-slide {
  float: right;
}
#sec-slider .slider-hero-featured .slick-slide img {
  margin: auto;
}
#sec-slider .slider-hero-content {
  padding: 25px 30px;
  text-align: center;
}
#sec-slider .slider-hero-content .slick-slide {
  padding-bottom: 50px;
}
#sec-slider .slider-hero-content .slick-slide .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 22px;
}
#sec-slider .slider-hero-content .slick-slide .title a {
  color: #ee3439;
}
#sec-slider .slider-hero-content .slick-slide .title a:hover {
  text-decoration: none;
}
#sec-slider .slider-hero-content .slick-slide .subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
#sec-slider .slider-hero-decorative .decorative-wrap a {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 90vh;
}
#sec-slider .slider-hero-decorative .decorative-wrap a img {
  max-width: none;
  height: 100%;
  width: auto;
}
#sec-slider .bubbly-button {
  right: 10%;
  bottom: 45%;
  font-size: 16px;
  padding: 12px 16px;
  position: absolute;
  border-radius: 50%;
  width: 48px;
}

#sec-categories {
  position: relative;
  padding: 50px 20px 50px 0;
  background-color: #fafafa;
}
#sec-categories .container {
  position: relative;
}
#sec-categories .container .title {
  color: #3a3a3a;
  font-size: 18px;
  padding-left: 20px;
}
#sec-categories .container .title:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ab4f50;
}
#sec-categories .container .slick-slide {
  margin: 10px;
}
#sec-categories .container .product-category {
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 2px #f0f0f0;
}
#sec-categories .container .product-category i {
  font-size: 35px;
}
#sec-categories .container .product-category a {
  color: #3a3a3a;
  display: block;
  font-size: 14px;
  padding: 30px 0;
}
#sec-categories .container .product-category a:hover {
  text-decoration: none;
}
#sec-categories .container .product-category:hover {
  cursor: pointer;
  color: #ee3439;
  background-color: #fdebe9;
}
#sec-categories .container .product-category:hover a {
  color: #ee3439;
}
#sec-categories .container .product-category h3 {
  font-size: 14px;
  margin-top: 10px;
}
#sec-categories .container .slick-arrow {
  right: 0;
  bottom: 50px;
  font-size: 16px;
  padding: 12px 16px;
  position: absolute;
  border-radius: 50%;
}

#sec-advertisement {
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
  background: #F3F3F3;
}
#sec-advertisement .banner {
  padding-top: 0;
}
@media (min-width: 992px) {
  #sec-advertisement .banner {
    padding: 5.1% 0;
  }
}
#sec-advertisement .row {
  align-items: center;
}
#sec-advertisement .row .thumb {
  text-align: center;
  z-index: 2;
}
#sec-advertisement .row .thumb .img-mobile {
  width: 80%;
  margin: 0 auto;
}
#sec-advertisement .row .context {
  z-index: 2;
  position: relative;
  background-color: #ffd11a;
  height: 120%;
  padding: 3%;
  width: 73.9%;
  margin: 0 auto;
  margin-top: -3px;
}
@media (min-width: 992px) {
  #sec-advertisement .row .context {
    width: auto;
    margin-left: -1px;
    margin-top: -0.4%;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  #sec-advertisement .row .context {
    margin-top: -0.8%;
  }
}
#sec-advertisement .row .context .title {
  text-align: center;
  font-weight: bold;
  color: #343434;
}
#sec-advertisement .row .context .title span {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 533px) {
  #sec-advertisement .row .context .title span {
    display: inline;
  }
}
@media (min-width: 768px) {
  #sec-advertisement .row .context .title span {
    font-size: 24px;
  }
  #sec-advertisement .row .context .title span:nth-child(2) {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #sec-advertisement .row .context .title {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  #sec-advertisement .row .context .title span {
    font-size: 32px;
  }
  #sec-advertisement .row .context .title span:nth-child(2) {
    font-size: 38px;
  }
}
#sec-advertisement .row .context .title span:nth-child(2) {
  color: #000;
  font-weight: bold;
}
#sec-advertisement .row .context .subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 45px;
  color: #000;
}
#sec-advertisement .row .context .subtitle span {
  display: block;
}
@media (min-width: 767px) {
  #sec-advertisement .row .context .subtitle span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #sec-advertisement .row .context .subtitle {
    text-align: right;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  #sec-advertisement .row .context .subtitle {
    font-size: 18px;
  }
}
#sec-advertisement .row .context .button {
  text-align: center;
  font-size: 18px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  #sec-advertisement .row .context .button {
    right: auto;
  }
}
#sec-advertisement .row .context .button a {
  font-weight: normal;
  display: inline-block;
  border-radius: 5px;
  border-color: #E73458;
  background-color: #E73458;
  color: #fff;
}
@media (min-width: 992px) {
  #sec-advertisement .row .context .button a {
    width: 250px;
    text-align: center;
  }
}
#sec-advertisement .row .context .button a.more {
  padding: 6px 25px;
}
#sec-advertisement .row .context .button a:hover:before {
  box-shadow: inset 315px 0 0 rgba(255, 255, 255, 0.4117647059);
}
@media (min-width: 992px) {
  #sec-advertisement .row .context .button {
    text-align: left;
  }
}

#sec-products {
  overflow: hidden;
  position: relative;
  padding: 50px 20px 50px 0;
}
#sec-products .container {
  position: relative;
}
#sec-products .row .slick-products .slide.dairy {
  margin: 10px;
  height: 400px;
}
#sec-products .row .slick-products .slide.dairy a {
  height: 100%;
  color: #3a3a3a;
  display: flex;
  margin: auto 5px;
  padding-right: 10px;
  flex-direction: column;
}
#sec-products .row .slick-products .slide.dairy a .dairy-inner {
  flex: 1;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  justify-content: center;
}
#sec-products .row .slick-products .slide.dairy a .dairy-inner img {
  height: 100%;
  max-width: none;
  width: auto;
}
#sec-products .row .slick-products .slide.dairy a .dairy-hover {
  padding: 10px;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 6px 0 #cfcfcf;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sec-products .row .slick-products .slide.dairy a .dairy-hover i {
  display: none;
}
#sec-products .row .slick-products .slide.dairy a .dairy-hover .title {
  color: #3a3a3a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
#sec-products .row .slick-products .slide.dairy a .dairy-hover .title:after {
  content: none;
  height: 1px;
  width: 20px;
  display: block;
  margin: 10px auto;
  background-color: #ee3439;
}
#sec-products .row .slick-products .slide.dairy a:hover {
  text-decoration: none;
}
#sec-products .row .button {
  right: -10px;
  position: absolute;
  bottom: calc(50% - 25px);
}
#sec-products .row .button button {
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 25px;
}

#sec-story {
  padding: 50px 0;
  position: relative;
  background-color: transparent;
}
#sec-story #celino-fly {
  margin-top: 20px;
  position: relative;
}
#sec-story .content p {
  line-height: 1.8;
  text-align: justify;
  /*@include media-screen(768) {
    line-height: 0;
  }*/
}
#sec-story .button {
  padding-left: 0;
  text-align: center;
  padding-bottom: 3rem;
}

#sec-brand {
  position: relative;
  padding: 50px 20px 50px 0;
}
#sec-brand .slick-slide {
  margin: 10px;
  padding: 35px 0;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 2px #f0f0f0;
}
#sec-brand .slick-slide i {
  font-size: 35px;
}
#sec-brand .slick-slide img {
  margin: auto;
  max-width: 65%;
}
#sec-brand .slick-slide .link {
  color: #3a3a3a;
  display: block;
  font-size: 14px;
}
#sec-brand .slick-slide .link:hover {
  text-decoration: none;
}
#sec-brand .slick-slide:hover {
  cursor: pointer;
  color: #ee3439;
  background-color: #fdebe9;
}
#sec-brand .slick-slide:hover .link {
  color: #ee3439;
}
#sec-brand .slick-arrow {
  right: 0;
  bottom: 35%;
  position: absolute;
  padding: 12px 16px;
  border-radius: 50%;
}

#sec-kallehbook {
  padding: 50px 0;
  position: relative;
}
#sec-kallehbook .slick-slide {
  margin: 0 10px;
  position: relative;
}
#sec-kallehbook .slick-slide:hover .feature-image::before {
  opacity: 0.5;
}
#sec-kallehbook .slick-slide a {
  color: #555555;
}
#sec-kallehbook .slick-slide a .feature-image {
  display: flex;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  justify-content: center;
}
#sec-kallehbook .slick-slide a .feature-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sec-kallehbook .slick-slide a .feature-image img {
  width: auto;
  height: 100%;
  max-width: none;
}
#sec-kallehbook .slick-slide a .title {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
#sec-kallehbook .slick-slide a:hover {
  color: #ee3439;
  text-decoration: none;
}

.about #sec-story .fly {
  top: 0;
  right: 0;
  left: auto;
  position: absolute;
}
.about #sec-content {
  padding: 40px 0;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
}
.about #sec-content .title {
  padding: 15px 0;
}
.about #sec-content .title .under-line {
  font-size: 18px;
}
.about #sec-content .title .under-line:after {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ee3439;
}
.about #sec-content .title .under-line .kalleh {
  color: #ee3439;
}
.about #sec-content .text p {
  line-height: 2;
  font-weight: 300;
  text-align: justify;
}
.about #img-footer img {
  width: 100%;
}

#primary.contact #contact-slick {
  margin-top: 60px;
}
#primary.contact #contact-slick .contact-slider .contact-slider-item {
  height: 100%;
  max-width: 310px;
  padding: 1rem 2rem;
  margin: 1.2rem;
  text-align: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 21px 0 #dee8fb;
}
#primary.contact #contact-slick .contact-slider .contact-slider-item .icon-wrapper {
  margin: 30px auto;
}
#primary.contact #contact-slick .contact-slider .contact-slider-item .icon-wrapper img {
  margin: 0 auto;
}
#primary.contact #contact-slick .contact-slider .contact-slider-item .text-wrapper p {
  font-size: 14px;
  margin-top: 10px;
}
#primary.contact .divider-wrap {
  border-bottom: 1px solid #eaeaea;
}
#primary.contact .divider-wrap:before, #primary.contact .divider-wrap:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: -100%;
  bottom: -1px;
  border-bottom: 1px solid #eaeaea;
}
#primary.contact .divider-wrap:after {
  left: unset;
  right: -100%;
}
#primary.contact #intro {
  overflow: hidden;
  position: relative;
}
#primary.contact #intro .contact-info {
  text-align: center;
  margin: auto -15px;
  background: #fafafa;
  padding: 3rem 1.5rem;
}
#primary.contact #intro .contact-info .address, #primary.contact #intro .contact-info .phone, #primary.contact #intro .contact-info .mail {
  padding: 10px 0;
  line-height: 2rem;
}
#primary.contact #intro .contact-info .address p, #primary.contact #intro .contact-info .phone p, #primary.contact #intro .contact-info .mail p {
  font-weight: 300;
}
#primary.contact #intro .contact-info .address p a, #primary.contact #intro .contact-info .phone p a, #primary.contact #intro .contact-info .mail p a {
  color: #393939;
  display: inline-block;
}
#primary.contact #intro .contact-info .icon {
  color: #ee3439;
  font-size: 40px;
  margin-bottom: 2rem;
}
#primary.contact #feedback {
  padding: 4rem 0;
  margin: 3rem 0 0;
  background-color: #ee3439;
}
#primary.contact #feedback #launchkModal {
  border: 0;
  background: #FFF;
  border-radius: 6px;
  padding: 1rem 5rem;
}
#primary.contact #feedback #feedbackModal {
  z-index: 1200;
}
#primary.contact #feedback #feedbackModal .modal-header {
  border: 0;
}
#primary.contact #feedback #feedbackModal .modal-body form {
  font-weight: 200;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .text {
  display: block;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher {
  color: #FFF;
  padding: 0.5rem 0;
  margin-left: 0.75rem;
  background: #ee3439;
  border-radius: 0.5rem;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher input {
  display: none;
  cursor: pointer;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher input:checked + span {
  background: #D20409;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher input:checked + span:before {
  content: "";
  top: -5px;
  left: -5px;
  z-index: -1;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100% + 10px);
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(238, 51, 56, 0.27);
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher .first span {
  border-radius: 0.5rem 0 0 0.5rem;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher .last input:checked + span:before {
  left: unset;
  right: -5px;
  border-radius: 0 0.5rem 0.5rem 0;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher .last span {
  border-radius: 0 0.5rem 0.5rem 0;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span {
  cursor: pointer;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.first, #primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.last {
  margin: 0;
}
#primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.first span, #primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.last span {
  min-width: 110px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1rem 0.55rem;
  z-index: 1;
}
#primary.contact #feedback #feedbackModal .modal-body form input#production-year {
  -moz-appearance: textfield;
}
#primary.contact #feedback #feedbackModal .modal-body form input#production-year::-webkit-outer-spin-button, #primary.contact #feedback #feedbackModal .modal-body form input#production-year::-webkit-inner-spin-button {
  appearance: none;
}
#primary.contact #feedback #feedbackModal .modal-body form input#expiration-year {
  -moz-appearance: textfield;
}
#primary.contact #feedback #feedbackModal .modal-body form input#expiration-year::-webkit-outer-spin-button, #primary.contact #feedback #feedbackModal .modal-body form input#expiration-year::-webkit-inner-spin-button {
  appearance: none;
}
#primary.contact #feedback #feedbackModal .modal-body form input, #primary.contact #feedback #feedbackModal .modal-body form select, #primary.contact #feedback #feedbackModal .modal-body form textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0;
  border-color: #E3E3E3;
}
#primary.contact #feedback #feedbackModal .modal-body form input[type=submit], #primary.contact #feedback #feedbackModal .modal-body form select[type=submit], #primary.contact #feedback #feedbackModal .modal-body form textarea[type=submit] {
  color: #FFF;
  padding: 1.2rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #ee3439;
  border: 1px solid #ee3439;
  transition: all 0.3s ease-in-out;
}
#primary.contact #feedback #feedbackModal .modal-body form input[type=submit]:hover, #primary.contact #feedback #feedbackModal .modal-body form select[type=submit]:hover, #primary.contact #feedback #feedbackModal .modal-body form textarea[type=submit]:hover {
  color: #ee3439;
  background: #FFFFFF;
}
#primary.contact #feedback #feedbackModal .modal-body form select {
  background-color: #FFF;
}
#primary.contact #feedback #feedbackModal .modal-body form label {
  font-size: 0.85rem;
  margin: 1.3rem 0 0.7rem;
  position: relative;
}
#primary.contact #feedback #feedbackModal .modal-body form label.required-field:after {
  content: "*";
  right: -13px;
  color: #ee3439;
  font-size: 1.2rem;
  position: absolute;
}
#primary.contact #feedback #feedbackModal .modal-body form .consumer .row {
  --bs-gutter-x: .5rem;
}
#primary.contact #feedback #feedbackModal .modal-body form .customer-code.customer {
  display: none;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached {
  margin: 0;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached .label {
  color: #858585;
  font-size: 0.9rem;
  margin-bottom: 0;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached .form-check {
  padding: 0;
  margin: 0.8rem 0 0;
  position: relative;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached .form-check .input-group-btn {
  width: 100%;
  height: 44px;
  text-align: right;
  position: relative;
  border: 1px solid #E3E3E3;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached .form-check .input-group-btn input[type=file] {
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached .form-check .input-group-btn .form-check-label {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #A19C9C;
  cursor: pointer;
  text-align: left;
  padding: 11px 6px 11px 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#primary.contact #feedback #feedbackModal .modal-body form .attached .form-check .input-group-btn .form-check-label .inner-text {
  padding: 8px;
  color: #3A3A3A;
  border-radius: 4px;
  background: #D2D2D2;
  position: absolute;
  left: 3px;
}
#primary.contact #feedback #feedbackModal .modal-body form .text {
  color: #3A3A3A;
  font-size: 14px;
  text-align: start;
}
#primary.contact #feedback #feedbackModal .modal-body form .text p {
  margin-top: 1.8rem;
}
#primary.contact #feedback #feedbackModal .modal-body .box {
  display: flex;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid #ee3439;
}
#primary.contact #feedback #feedbackModal .modal-body .box i {
  color: #ee3439;
  font-size: 1.5rem;
  margin-top: 0.2rem;
}
#primary.contact #feedback #feedbackModal .modal-body .box span {
  line-height: 2;
}
#primary.contact #feedback #feedbackModal .modal-body .box span a {
  direction: ltr;
  color: #ee3439;
  font-weight: bold;
  display: inline-block;
}
#primary.contact .contact-form {
  margin-top: 60px;
}
#primary.contact .contact-form .form input, #primary.contact .contact-form .form textarea {
  height: 76%;
  padding: 8px;
  border-radius: 0;
  border-color: #f2f2f2;
}
#primary.contact .contact-form .form input::placeholder, #primary.contact .contact-form .form textarea::placeholder {
  color: #adadad;
  font-size: 16px;
}
#primary.contact .contact-form .form input {
  width: 100%;
  text-align: left;
}
#primary.contact .contact-form .form label {
  font-size: 0.85rem;
  font-weight: 200;
  margin: 0.8rem 0 0.5rem;
}
#primary.contact .contact-form .form label.required-field {
  position: relative;
}
#primary.contact .contact-form .form label.required-field:after {
  content: "*";
  right: -13px;
  color: #ee3439;
  font-size: 1.2rem;
  position: absolute;
}
#primary.contact .contact-form .submit {
  margin-top: 1rem;
}
#primary.contact .contact-form .submit input {
  border: 0;
  color: #fff;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 0.5rem;
  background-color: #ee3439;
  text-align: center !important;
}
#primary.contact .contact-form .submit .ajax-loader {
  top: 11px;
  right: 30px;
  position: absolute;
}
#primary.contact .contact-form .recaptcha-policies {
  direction: ltr;
  text-align: left;
  color: #999;
  display: block;
  font-size: 12px;
}
#primary.contact .map {
  position: relative;
}
#primary.contact .map a {
  overflow: hidden;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
}
#primary.contact .map a:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
#primary.contact .map a img {
  max-width: none;
}
#primary.contact .map .text {
  color: #FFF;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  border-radius: 8px;
  top: calc(50% - 30px);
  left: calc(50% + 50px);
  background-color: #ee3439;
  transform: translate(-50%, -50%);
}
#primary.contact .map .text img {
  padding: 0 5px;
  max-width: 45px;
}
#primary.contact .map .text span {
  position: relative;
}
#primary.contact .map .text span:after {
  content: "";
  width: 0;
  height: 0;
  left: 20%;
  top: 23px;
  z-index: -1;
  display: block;
  position: absolute;
  border-top: 10px solid #ee3439;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.error404 .body-404 {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.error404 .body-404 .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 .body-404 .number .digital {
  color: #bfbfbf;
  font-size: 6rem;
  padding: 0;
}
.error404 .body-404 .number .donut {
  padding: 0;
}
.error404 .body-404 .oops {
  color: #a2a2a2;
  font-size: 18px;
  text-align: center;
}
.error404 .guide {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  align-items: last baseline;
}
.error404 .guide .line {
  flex: 0.5;
  width: 100%;
  height: 1px;
  background-color: #ee3439;
}
.error404 .guide .text {
  padding: 0 15px;
  text-align: center;
  margin-top: 25px;
}
.error404 .guide .text p {
  margin: 0;
  padding: 15px 0;
}

.archive-desktop-carousel {
  margin-bottom: 30px;
}
.archive-desktop-carousel .post-wrap {
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eaeaea;
}
.archive-desktop-carousel .post-wrap .thumb {
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.archive-desktop-carousel .post-wrap .thumb img {
  width: auto;
  height: 100%;
  max-width: none !important;
}
.archive-desktop-carousel .post-wrap .content {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: calc(100% - 60px);
  transition: all 0.5s ease-in-out;
}
.archive-desktop-carousel .post-wrap .content .hover-content {
  height: 100%;
  padding: 15px;
  font-size: 14px;
  text-align: justify;
  max-height: calc(100% - 60px);
  background-color: rgba(255, 255, 255, 0.7);
}
.archive-desktop-carousel .post-wrap .content .hover-content p {
  padding: 8px;
  font-weight: 100;
  line-height: 2.2;
}
.archive-desktop-carousel .post-wrap .content .date {
  text-align: left;
}
.archive-desktop-carousel .post-wrap .content .date h2 {
  font-size: 14px;
}
.archive-desktop-carousel .post-wrap .content .date h2:after {
  content: "";
  height: 1px;
  width: 25px;
  display: block;
  margin: 5px auto;
  background-color: #b9b9b9;
}
.archive-desktop-carousel .post-wrap:hover .content {
  top: 0;
}
.archive-desktop-carousel .post-wrap:hover .title {
  white-space: unset;
  background: rgba(255, 255, 255, 0.7);
}
.archive-desktop-carousel .title {
  margin: 0;
  padding: 1rem;
  color: #3a3a3a;
  font-size: 16px;
  background: #fff;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
}
.archive-desktop-carousel .title i {
  padding: 0 5px;
  font-size: 20px;
  color: #2C2C2C;
  vertical-align: middle;
}
.archive-desktop-carousel .title a {
  font-size: 16px;
  color: #3a3a3a;
}
.archive-desktop-carousel .title a:hover {
  text-decoration: none;
}
.archive-desktop-carousel a {
  color: #3a3a3a;
}
.archive-desktop-carousel a:hover {
  color: #3a3a3a;
  text-decoration: none;
}

.sec-title {
  color: #3a3a3a;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
.sec-title:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ee3439;
}
.sec-title a {
  color: #3a3a3a;
}
.sec-title a:hover {
  color: #ee3439;
  text-decoration: none;
}

a.more {
  z-index: 1;
  color: #e22b30;
  overflow: hidden;
  padding: 6px 40px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  border: 1px solid #e22b30;
}
a.more:before {
  content: "";
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
a.more:hover {
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
a.more:hover:before {
  box-shadow: inset 300px 0 0 #ee3439;
}

.archive.woocommerce {
  /*  .woocommerce-products-header.hero {
      .hero-product .hero-image {
        margin-top: 230px;
      }
    }*/
}
.archive.woocommerce .hero .hero-image {
  padding: 25px;
}
.archive.woocommerce .hero .hero-image .helper {
  height: auto;
}
.archive.woocommerce .sec-description {
  margin-top: 60px;
}
.archive.woocommerce .sec-description .page-title {
  font-size: 22px;
  color: #3a3a3a;
}
.archive.woocommerce .sec-description .page-title:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ee3439;
}

.woocommerce-products-header__title.page-title {
  font-size: 24px;
  margin: 15px auto;
}

.post-type-archive-product .products-cat .category, .error404 .products-cat .category {
  justify-content: center;
}

.divider-wrap {
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  position: absolute;
  padding: 0 !important;
  margin: auto !important;
  transform: translateX(-50%);
}
.divider-wrap .col {
  border-color: #eaeaea;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.divider-wrap .col:first-child {
  border-left-width: 1px;
}

.single .sec-hero .divider-wrap {
  top: -200px;
  /*max-height: 1000px;*/
}
.single .sec-hero .divider-wrap .col:first-child {
  border-width: 0 0 0 1px;
}

/*---------- Alert ----------*/
.wpcf7 form div.wpcf7-response-output {
  margin: 1em 0.5em 2em;
  padding: 0.75rem 1.25rem;
}

.wpcf7 form.sent div.wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.wpcf7 form.failed div.wpcf7-response-output,
.wpcf7 form.aborted div.wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.wpcf7 form.spam div.wpcf7-response-output {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
}

.wpcf7 form.invalid div.wpcf7-response-output,
.wpcf7 form.unaccepted div.wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}

.post-password-form input[type=password] {
  border-radius: 0;
  line-height: 1.7;
}
.post-password-form input[type=submit] {
  border: 0;
  color: #FFF;
  font-size: 1rem;
  border-radius: 0;
  padding-bottom: 10px;
  background: #ee3439;
}

/*.archive.term-cheese, .archive.term-cheese-en*/
.tax-product_tag ul.products li.product-category, .tax-product_cat ul.products li.product-category {
  background: none;
}
.tax-product_tag ul.products li.product-category:hover, .tax-product_cat ul.products li.product-category:hover {
  background-color: #FDEBE7;
}
.tax-product_tag ul.products li.product-category a, .tax-product_cat ul.products li.product-category a {
  padding: 4rem;
}
.tax-product_tag ul.products li.product-category a i, .tax-product_cat ul.products li.product-category a i {
  color: #ee3439;
  font-size: 3rem;
}
.tax-product_tag ul.products li.product-category a i.icon-breakfast, .tax-product_cat ul.products li.product-category a i.icon-breakfast {
  font-size: 3.8rem;
}
.tax-product_tag ul.products li.product-category a img, .tax-product_cat ul.products li.product-category a img {
  max-width: 60px;
}
.tax-product_tag ul.products li.product-category a .woocommerce-loop-category__title, .tax-product_cat ul.products li.product-category a .woocommerce-loop-category__title {
  font-size: 1rem;
}

/*---------- Comment style ----------*/
.single-post #comments .comments-title {
  font-size: 16px;
  margin: 2em auto 0.5em;
}
.single-post #comments ol {
  list-style: none;
}
.single-post #comments .comment-body {
  padding: 5px 0;
}
.single-post #comments .comment-list {
  margin: 0;
  padding: 0;
}
.single-post #comments .comment-list p {
  color: #333;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
}
.single-post #comments .comment-list li {
  padding: 10px 0 10px 15px;
}
.single-post #comments .comment-list li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.single-post #comments .comment-list li .comment-meta {
  border: 0;
}
.single-post #comments .comment-list li .comment-meta .comment-author {
  position: relative;
}
.single-post #comments .comment-list li .comment-meta .comment-author .avatar {
  width: 50px;
  position: absolute;
  border-radius: 50px;
}
.single-post #comments .comment-list li .comment-meta .comment-author .says {
  display: none;
}
.single-post #comments .comment-list li .comment-meta .comment-author .fn {
  font-size: 18px;
  padding-right: 60px;
  font-weight: normal !important;
}
.single-post #comments .comment-list li .comment-meta .comment-author .fn a {
  color: #333333;
  text-decoration: none;
}
.single-post #comments .comment-list li .comment-meta .comment-metadata {
  font-size: 14px;
  padding-right: 60px;
}
.single-post #comments .comment-list li .comment-meta .comment-metadata a {
  color: #afafaf;
  text-decoration: none;
}
.single-post #comments .comment-list li .comment-meta .comment-metadata .edit-link {
  display: none;
}
.single-post #comments .comment-list li .comment-content {
  padding-right: 60px;
  margin: 1em auto 0.5em;
}
.single-post #comments .comment-list li .reply {
  text-align: left;
}
.single-post #comments .comment-list li .reply a {
  color: #333;
}
.single-post #comments .comment-list li #cancel-comment-reply-link {
  margin: 10px;
  color: #333;
}
.single-post #comments .children {
  margin: 0;
}
.single-post #comments .children li {
  padding-left: 0;
}
.single-post #comments .children li p {
  color: #afafaf;
  font-size: 13px;
}
.single-post #comments .add-comment {
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  background-color: #22c27c;
}
.single-post #comments .comment-reply-title {
  font-size: 20px;
  padding-right: 20px;
}
.single-post #comments #commentform {
  align-items: center;
  margin: 2em auto 4em;
  grid-column-gap: 15px;
  grid-auto-flow: column;
  grid-template-columns: 50% 50%;
}
.single-post #comments #commentform p {
  margin: 0;
}
.single-post #comments #commentform .comment-notes {
  display: none;
}
.single-post #comments #commentform .comment-form-comment {
  grid-column: 2;
  grid-row-end: 6;
  grid-row-start: 1;
}
.single-post #comments #commentform input {
  width: 100%;
  height: 35px;
  margin: 5px 0;
  padding: 0 12px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d2d2d2;
}
.single-post #comments #commentform input.submit {
  color: #FFF;
  border: none;
  cursor: pointer;
  background: #ee3439;
}
.single-post #comments #commentform textarea {
  width: 100%;
  padding: 10px;
  height: 170px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d2d2d2;
}

/*--------HOTJAR Custom style-----------*/
._hj-widget-container ._hj-1_39t__styles__resetStyles * {
  font-family: IranSans !important;
}
._hj-widget-container ._hj-9y3A5__styles__surveyBranding {
  opacity: 0;
}
._hj-widget-container ._hj-9y3A5__styles__surveyBranding a {
  cursor: default;
  pointer-events: none;
}
._hj-widget-container ._hj-3wX2g__styles__surveyActionButtonRtl {
  background-color: #ee3439 !important;
}

/*--------END HOTJAR Custom style-----------*/
.crisp-client #crisp-chatbox *, .crisp-client #crisp-chatbox *::placeholder {
  font-family: IranSans !important;
}
.crisp-client #crisp-chatbox > div > div:first-child > div:last-child > div > div:last-child {
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  z-index: 3;
  position: relative;
}
#masthead.sticky {
  top: 0;
  position: sticky;
}
#masthead.sticky .head {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#masthead.sticky #breadcrumbs {
  visibility: hidden;
}
#masthead.sticky .sidebar-tools {
  left: -100%;
}
#masthead.sticky .sidebar-tools .language-list {
  margin: 0;
  padding: 0;
}
#masthead.sticky .header-tools.movable {
  transform: translateY(0);
}
#masthead.sticky .site-branding .bloginfo {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
#masthead #nav-button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#masthead #nav-button .nav-button .animated-icon {
  margin: 0;
  width: 22px;
  height: 18px;
  cursor: pointer;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#masthead #nav-button .nav-button .animated-icon span {
  left: 0;
  opacity: 1;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #fff;
}
#masthead #nav-button .nav-button .animated-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#masthead #nav-button .nav-button .animated-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#masthead #nav-button .nav-button .animated-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#masthead #nav-button .nav-button .animated-icon.open span:nth-child(1) {
  top: 0;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#masthead #nav-button .nav-button .animated-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#masthead #nav-button .nav-button .animated-icon.open span:nth-child(3) {
  top: 16px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#masthead #nav-button .nav-button .navbar {
  padding: 0;
}
#masthead #nav-button .nav-button .navbar .navbar-toggler {
  color: #fff;
  border: none;
  font-size: 16px;
}
#masthead #nav-button .nav-button .navbar #navbar-content {
  left: 0;
  right: 0;
  top: 92px;
  z-index: -1;
  position: fixed;
  background-color: rgba(255, 198, 187, 0.8352941176);
}
#masthead #nav-button .nav-button .navbar #navbar-content.open {
  z-index: 2;
  display: block;
  height: calc(100vh - 60px);
}
#masthead #nav-button .nav-button .navbar #navbar-content ul {
  height: 90vh;
  margin: auto;
  padding: 1rem;
  text-align: center;
  justify-content: center;
}
#masthead #nav-button .nav-button .navbar #navbar-content ul li a {
  color: #5d5d5d;
  font-size: 25px;
  line-height: 2.5;
}
#masthead #nav-button .nav-button .navbar #navbar-content ul li a:hover {
  color: #ee3439;
  text-decoration: none;
}
#masthead #nav-button .nav-button .navbar #navbar-content ul li.current_page_item a {
  color: #ee3439;
  font-weight: bold;
}
#masthead #nav-button .kalleh-book {
  padding: 0 5px;
  /*background: #fff;
  border-radius: 50px;*/
}
#masthead #nav-button .kalleh-book a {
  text-decoration: none;
  color: #FFF;
  padding: 5px 0;
}
#masthead #nav-button .kalleh-book a span {
  font-size: 14px;
  white-space: nowrap;
}
#masthead #nav-button .kalleh-book a .icon-kallehbook {
  font-weight: 100;
  vertical-align: sub;
  font-size: 20px !important;
}
#masthead #nav-button .language-switcher {
  position: relative;
}
#masthead #nav-button .language-switcher .icon-language {
  color: #FFF;
  font-size: 18px;
  margin: 4px 8px 0 12px;
}
#masthead #nav-button .language-switcher .language-list {
  top: 30px;
  z-index: 2;
  display: none;
  background: #FFF;
  border-radius: 7px;
  position: absolute;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin: 0 5px;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  color: #585858;
  padding: 5px 8px;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal .wpml-ls-item a span {
  font-family: "Shabnam", sans-serif;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal ul {
  padding: 5px 0;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal ul li {
  display: block;
  margin: 0 !important;
}
#masthead #nav-button .language-switcher .language-list .wpml-ls-legacy-list-horizontal ul li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
#masthead #nav-button .language-switcher.show .language-list {
  height: auto;
}
#masthead #nav-button .search-popup {
  padding: 0;
  position: relative;
}
#masthead #nav-button .search-popup i {
  margin: auto;
  cursor: pointer;
}
#masthead #nav-button .search-popup i.icon-search {
  color: #fff;
  padding: 5px;
}
#masthead #nav-button .search-popup .search-wrapper {
  width: 0;
  left: 12px;
  top: 57px;
  overflow: hidden;
  position: absolute;
  transition: all 0.5s ease;
}
#masthead #nav-button .search-popup .search-wrapper label {
  margin: 0;
}
#masthead #nav-button .search-popup .search-wrapper.expand {
  width: 200px;
  position: absolute;
  top: 55px;
  left: 12px;
}
#masthead #nav-button .search-popup .search-wrapper form {
  z-index: 1;
  display: flex;
  background: #fff;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
#masthead #nav-button .search-popup .search-wrapper .search-field {
  border: 0;
  padding: 5px;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
#masthead #nav-button .search-popup .search-wrapper .search-submit {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
  background: #ee3439;
  font-family: "kalleh";
  height: 32px;
  width: 30px;
  padding: 0;
}
#masthead .head {
  background: #ee3439;
  padding: 20px;
}
#masthead .head .row {
  align-items: center;
}
#masthead .head .row .header-tools .language-switcher {
  position: relative;
}
#masthead .head .row .header-tools .language-switcher .icon-language {
  cursor: pointer;
}
#masthead .head .row .header-tools .language-switcher .language-list {
  top: 30px;
  padding: 0;
  display: none;
  background: #FFF;
  text-align: center;
  position: absolute;
  border-radius: 7px;
}
#masthead .head .row .header-tools .language-switcher .language-list .wpml-ls-statics-shortcode_actions {
  padding: 0;
}
#masthead .head .row .header-tools .language-switcher .language-list .wpml-ls-statics-shortcode_actions a {
  padding: 5px;
  height: 20px;
}
#masthead .head .row .header-tools .language-switcher .language-list .wpml-ls-statics-shortcode_actions a span {
  font-family: "Shabnam", sans-serif;
}
#masthead .head .row .header-tools .language-switcher .language-list .wpml-ls-statics-shortcode_actions ul li {
  display: block;
  padding: 10px;
}
#masthead .head .row .header-tools .language-switcher .language-list .wpml-ls-statics-shortcode_actions ul li:not(:last-child) {
  /*padding-bottom: 12px;*/
  border-bottom: 1px solid #eaeaea;
}
#masthead .head .row .header-tools .language-switcher.show .language-list {
  height: auto;
}
#masthead .head .row .site-branding {
  flex: 1;
}
#masthead .head .row .site-branding .custom-logo-link .bloginfo {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
#masthead .head .row .site-branding .custom-logo-link:hover {
  text-decoration: none;
}
#masthead .kallehbook-link {
  display: none;
}

.admin-bar #masthead.sticky {
  top: 32px;
}

.admin-bar #navbar-content {
  top: 178px !important;
}

.blog #masthead .head, .single-post #masthead .head {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#breadcrumbs {
  z-index: 0;
  display: flex;
  color: #ee3439;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  background-color: #ffc6bb;
}
#breadcrumbs i {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#breadcrumbs i.flip {
  padding-bottom: 5px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
#breadcrumbs a {
  color: #ee3439;
}
#breadcrumbs a:hover {
  text-decoration: none;
}

.alert.notification {
  overflow: hidden;
  margin-bottom: 0;
  z-index: 10;
  background-color: #fdebe7;
  color: #000;
  font-size: 14px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.alert.notification .container {
  position: relative;
}
.alert.notification .container a {
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #ee3439;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.alert.notification .container p {
  margin: 0;
}
.alert.notification .container .close {
  padding-top: 0;
  padding-bottom: 0;
  color: #ee3439;
  background: transparent;
  border: 0;
  margin-right: auto;
}

.alert-dismissible {
  padding-left: 0;
}

#Layer_1 {
  width: 50px;
  fill: #585858;
}
#Layer_1:hover {
  fill: #151515;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .site-info {
  position: relative;
}
footer .anchor {
  z-index: 1;
  width: 170px;
  display: block;
  color: #e22b30;
  overflow: hidden;
  margin: 1rem auto;
  padding: 6px 50px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #e22b30;
}
footer .anchor:hover {
  cursor: pointer;
}
footer .anchor .icon-up-arrow:before {
  display: inline-block;
  transform: rotate(-90deg);
  content: "\e91e";
}
footer .anchor span {
  height: 30px;
  transform: rotate(-90deg);
}
footer .contact {
  background-color: #fdebe7;
  padding: 0;
}
footer .contact .intro .inner {
  color: #ee3439;
  padding: 40px 20px;
  font-size: 16px;
}
footer .contact .intro .inner i {
  color: #ee3439;
}
footer .contact .addr {
  -webkit-opacity: 1;
  color: #da0b11;
  margin: 1rem 0;
  line-height: 2;
  display: flex;
}
footer .contact i {
  padding: 0 10px;
  font-size: 22px;
  vertical-align: middle;
}
footer .contact a {
  color: #da0b11;
}
footer .social {
  color: white;
  text-align: center;
  background-color: #ee3439;
  padding: 40px 0;
}
footer .social a {
  color: white;
}
footer .social a[title=aparat] {
  display: none;
}
footer .social a i {
  font-size: 20px;
  padding: 0 15px;
}
footer .social a:hover {
  text-decoration: none;
}
footer .copyright {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background-color: #ee3439;
}
footer .copyright a {
  color: #FFF;
}
footer .copyright a:hover {
  text-decoration: none;
}
footer .app-dnl-btn {
  background-color: #ee3439;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
  padding: 12px 40px;
  border-radius: 5px;
  border: 1px solid #ee3439;
  z-index: 0;
}
footer .app-dnl-btn:before {
  content: "";
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
footer .app-dnl-btn:hover:before {
  box-shadow: inset 315px 0 0 rgba(255, 255, 255, 0.4117647059);
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Screens Media Query
--------------------------------------------------------------*/
@media (min-width: 576px) {
  #primary.contact #feedback #feedbackModal .modal-body form .select .text {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .row-full {
    left: auto;
    width: auto;
    position: static;
    margin-left: -15px;
  }
  #primary.contact #feedback #feedbackModal .modal-body {
    padding: 2rem 3rem;
  }
  #primary.contact #feedback #feedbackModal .modal-body form .consumer .row {
    --bs-gutter-x: 1rem;
  }
  .page-template-tmpl-about header #breadcrumbs, .page-template-tmpl-contact header #breadcrumbs {
    display: block;
  }
  #masthead {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
    z-index: 1085;
    width: 100%;
    position: fixed !important;
    box-shadow: none;
    background: transparent;
  }
  #masthead.sticky {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 -1px 1px 0px rgba(71, 71, 71, 0.3294117647);
  }
  #masthead.sticky #breadcrumbs {
    display: none;
  }
  #masthead.sticky .navbar-toggler {
    padding: 40px 30px !important;
  }
  #masthead .head {
    padding: 0;
    background: transparent;
  }
  #masthead .head .row {
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #masthead .head .row #navbar-content {
    top: 0 !important;
    left: 0;
    z-index: 2;
    width: 100vw;
    position: fixed;
    transition: all 0.5s;
    background-color: rgba(255, 198, 187, 0.8509803922);
  }
  #masthead .head .row #navbar-content ul {
    height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -ms-flex-direction: column;
  }
  #masthead .head .row #navbar-content ul li {
    font-size: 34px;
  }
  #masthead .head .row #navbar-content ul li.current_page_item a {
    color: #ee3439;
  }
  #masthead .head .row #navbar-content ul li a {
    color: #5d5d5d;
  }
  #masthead .head .row #navbar-content ul li a:hover {
    color: #ee3439;
    text-decoration: none;
  }
  #masthead .head .row .site-branding {
    z-index: 3;
    text-align: center;
  }
  #masthead .head .row .site-branding .custom-logo-link {
    margin: 4px auto;
  }
  #masthead .head .row .site-branding .custom-logo-link .bloginfo {
    color: #3a3a3a;
    font-size: 14px;
    transition: all 0.5s ease;
  }
  #masthead .head .row #nav-button {
    justify-content: flex-start;
  }
  #masthead .head .row #nav-button .nav-button .navbar .navbar-toggler {
    z-index: 2;
    display: block;
    border-radius: 0;
    background-color: #ee3439;
    padding: 90px 30px 30px 30px;
    transition: all 0.2s ease-in-out;
  }
  #masthead .head .row #nav-button .nav-button .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #masthead .head .row #nav-button .nav-button .navbar #navbar-content ul {
    margin-top: 2rem;
    height: 100vh !important;
  }
  #masthead .sidebar-tools a, #masthead .header-tools a {
    color: #585858;
  }
  #masthead .sidebar-tools a:hover, #masthead .header-tools a:hover {
    color: #151515;
    text-decoration: none;
  }
  #masthead .sidebar-tools i, #masthead .header-tools i {
    font-size: 18px;
    color: #585858;
  }
  #masthead .sidebar-tools i.icon-search, #masthead .header-tools i.icon-search {
    padding: 1px 2px;
  }
  #masthead .sidebar-tools i:hover, #masthead .header-tools i:hover {
    color: #ee3439;
  }
  #masthead .sidebar-tools i.icon-kallehbook, #masthead .header-tools i.icon-kallehbook {
    font-size: 20px !important;
  }
  #masthead .header-tools {
    position: relative;
    align-items: center;
  }
  #masthead .header-tools.movable {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: translateY(-150px);
  }
  #masthead .header-tools > * {
    padding: 0 10px;
  }
  #masthead .header-tools .search-popup .search-wrapper {
    left: auto;
  }
  #masthead .sidebar-tools {
    left: 0;
    top: 50%;
    display: flex;
    position: fixed;
    text-align: center;
    flex-direction: column;
    transition: all 1s ease-in-out;
    align-items: flex-start;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8588235294);
    padding: 0;
    border-radius: 24px 0 0 24px;
  }
  #masthead .sidebar-tools > * {
    margin: 5px 5px 5px 15px;
    padding: 5px;
  }
  #masthead .sidebar-tools .kallehbook-link {
    margin-left: 13px;
  }
  #masthead .sidebar-tools .language-switcher {
    position: relative;
  }
  #masthead .sidebar-tools .language-switcher:before {
    content: "";
    width: 100%;
    height: 28px;
    background: #FFF;
    position: absolute;
    left: calc(-100% + 5px);
  }
  #masthead .sidebar-tools .language-switcher .icon-language {
    cursor: pointer;
    background: #FFF;
  }
  #masthead .sidebar-tools .language-switcher .language-list {
    top: -4px;
    padding: 0;
    width: 100%;
    z-index: -1;
    left: -170px;
    min-width: 150px;
    background: #FFF;
    position: absolute;
    margin: 0 2px !important;
    transition: all 0.5s ease-in-out;
  }
  #masthead .sidebar-tools .language-switcher .language-list .wpml-ls-display {
    font-weight: bold;
    font-family: "Shabnam", sans-serif;
  }
  #masthead .sidebar-tools .language-switcher .language-list .wpml-ls-legacy-list-horizontal {
    padding: 0;
  }
  #masthead .sidebar-tools .language-switcher .language-list .wpml-ls-legacy-list-horizontal ul {
    display: flex;
  }
  #masthead .sidebar-tools .language-switcher .language-list .wpml-ls-legacy-list-horizontal ul li:not(:last-child) {
    border-right: 1px solid #eaeaea;
  }
  #masthead .sidebar-tools .language-switcher.show .icon-language {
    color: #ee3439;
  }
  #masthead .sidebar-tools .language-switcher.show .language-list {
    width: auto;
    left: 25px;
  }
  #masthead .sidebar-tools .search-popup .search-wrapper {
    top: 0 !important;
  }
  #masthead .search-popup {
    position: relative;
  }
  #masthead .search-popup i {
    margin: auto;
    cursor: pointer;
  }
  #masthead .search-popup i.icon-close:before, #masthead .search-popup i.icon-close:after {
    background: #585858;
  }
  #masthead .search-popup .search-wrapper {
    position: absolute;
    left: 100%;
    transition: all 0.5s ease;
    top: 35px;
    width: 0;
    overflow: hidden;
  }
  #masthead .search-popup .search-wrapper label {
    margin: 0;
  }
  #masthead .search-popup .search-wrapper.expand {
    width: 200px;
  }
  #masthead .search-popup .search-wrapper form {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: flex-end;
  }
  #masthead .search-popup .search-wrapper .search-field {
    border: 0;
    padding: 5px;
    font-size: 14px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  #masthead .search-popup .search-wrapper .search-submit {
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    background: #ee3439;
    font-family: "kalleh";
    height: 32px;
    width: 34px;
    padding: 0;
  }
  #breadcrumbs {
    padding: 0;
    font-size: 14px;
    background-color: transparent;
  }
  article.post .breadcrumbs {
    order: 0;
    display: flex;
    align-items: center;
  }
  article.post .breadcrumbs .line {
    flex: 1;
    height: 1px;
    display: block;
    background-color: #e1e1e1;
    margin: auto 30px 22px 30px;
  }
  article.post .breadcrumbs .date {
    display: block;
    font-size: 14px;
    color: #555555;
  }
  article.post .post-title .title {
    display: flex;
    color: #ee3439;
    align-items: baseline;
  }
  article.post .post-title .title .entry-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.8;
  }
  article.post .post-title .excerpt {
    margin: 25px 0;
    color: #aaaaaa;
    line-height: 2;
    font-size: 14px;
  }
  article.post .entry-content {
    color: #555555;
  }
  article.post .footer-actions button {
    border: none;
    color: #bebebe;
    font-size: 14px;
    background-color: transparent;
  }
  article.post .footer-actions button:hover {
    cursor: pointer;
  }
  article.post .footer-actions button i {
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
  }
  article.post .footer-actions .share-content a {
    color: #fff;
  }
  .archive-wrapper article .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .archive-wrapper article .wrap header .thumb {
    text-align: center;
    max-height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .archive-wrapper article .wrap .content {
    height: 100%;
  }
  footer {
    position: relative;
    border-top: 1px solid #eaeaea;
  }
  footer .anchor {
    color: #fff;
    top: 0;
    right: 0;
    width: 56px;
    height: 110px;
    display: flex;
    border-radius: 0;
    position: absolute;
    align-items: center;
    flex-direction: column;
    background-color: #ee3439;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
  }
  footer .anchor:hover {
    cursor: pointer;
  }
  footer .anchor .icon-up-arrow:before {
    display: inline-block;
    transform: rotate(-90deg);
    content: "\e91e";
  }
  footer .anchor span {
    height: 30px;
    transform: rotate(-90deg);
  }
  footer .row .contact {
    background: transparent;
  }
  footer .row .contact .addr {
    font-weight: 100;
    line-height: 2.2;
    color: #555555;
    margin: 0.5rem 0;
  }
  footer .row .contact .addr i {
    padding: 5px;
    color: #ee3439;
    font-size: 25px;
    vertical-align: middle;
  }
  footer .row .contact .addr a .tel, footer .row .contact .addr a .mail {
    color: #555555;
  }
  footer .row .contact .addr a:hover {
    color: #ee3439;
    text-decoration: none;
  }
  footer .row .contact .addr a p.tel {
    display: inline-block;
  }
  footer .row .contact .social {
    display: flex;
    margin: 1.5rem 0;
    padding: 0 10px;
    justify-content: space-between;
    background: transparent;
  }
  footer .row .contact .social a {
    color: #bfbfbf;
    font-size: 18px;
    transition: 0.3s;
  }
  footer .row .contact .social a:hover {
    color: #808080;
    transition: 0.2s;
    text-decoration: none;
  }
  footer .row .contact .intro {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  footer .row .contact .intro .inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  footer .row .copyright {
    position: relative;
    text-align: center;
    background: transparent;
  }
  footer .row .copyright .intro {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  footer .row .copyright .intro .inner {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  footer .row .copyright .intro p {
    font-size: 12px;
    margin: 1.5rem 0;
    color: #555555;
  }
  footer .row .copyright .intro p a {
    color: #ee3439;
  }
  footer .row .copyright .intro p a:hover {
    text-decoration: none;
  }
  .about #sec-story {
    padding: 0 !important;
  }
  .blog #primary,
  #primary.contact,
  #primary.luckydo,
  .error404 .content-area,
  .woocommerce .content-area,
  .search #content .container,
  .single-product .content-area,
  .archive.category .content-area {
    margin-top: 200px;
  }
  #sec-story .row img.fly {
    position: absolute;
    top: 0;
    right: 0;
  }
  .single-product .content-area {
    margin-top: 0;
  }
  .single-product .ingredients {
    padding: 0 !important;
    position: relative;
    background-color: transparent;
  }
  .single-product .ingredients .title {
    margin-bottom: 0;
  }
  .single-product .ingredients .title:after {
    content: none;
  }
  .single-product .ingredients ul {
    margin: 0;
    font-size: 14px;
    line-height: 2.5;
    list-style: none;
    max-height: 180px;
    position: relative;
    padding-left: 20px;
    color: #555555;
  }
  .single-product .sec-decorative .container-fluid {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .single-product .sec-description {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
  }
  .single-product .sec-nutritionfacts .item {
    border: none;
    margin: 0;
    padding: 15px 0 !important;
  }
  .single-product .product-description {
    margin: 0;
    font-size: 14px;
    line-height: 2.5;
    list-style: none;
    position: relative;
    color: #555555;
  }
  .single-product .product_title {
    padding: 0;
  }
  .single-product .woocommerce-product-details__short-description p {
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
    text-align: justify !important;
  }
  .single-product .cart td {
    display: block;
    text-align: left;
  }
  .single-product .cart td .variation-radios input {
    display: none;
  }
  .single-product .cart td .variation-radios label {
    text-align: center;
  }
  .single-product .sec-hero {
    /* .images > .flex-viewport,
     .images > .woocommerce-product-gallery__wrapper {

       img {
         max-width: 50%;
       }
     }*/
  }
  .single-product .sec-hero .cart tbody {
    justify-content: unset;
  }
  .single-product .sec-hero .cart tbody td.label {
    justify-content: unset;
  }
  .single-product .sec-hero .cart tbody td.label:after {
    content: none;
  }
  .single-product .sec-hero .title:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: auto;
    border-radius: 25px;
    display: inline-block;
    background-color: #ee3439;
  }
  .archive.woocommerce {
    /*  .woocommerce-products-header.hero {
        .hero-product .hero-image {
          margin-top: 230px;
        }
      }*/
  }
  .archive.woocommerce .sec-description {
    margin-top: 0;
  }
  .archive.woocommerce .hero-product .hero-image img {
    max-width: 55%;
    vertical-align: middle;
  }
  .tax-product_cat.term-cheese ul.products, .tax-product_cat.term-cheese-en ul.products {
    justify-content: center;
  }
  /*---------- Comment style ----------*/
  .single-post #commentform {
    display: grid;
  }
  #primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.first span, #primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.last span {
    min-width: 95px;
  }
}
@media (min-width: 992px) {
  #primary.contact #feedback #feedbackModal .modal-body {
    padding: 2rem 5rem;
  }
  #primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.first span, #primary.contact #feedback #feedbackModal .modal-body form .select .feedback-switcher span.last span {
    min-width: 175px;
    padding: 0.6rem 3rem 0.45rem;
  }
  #primary.contact #feedback #feedbackModal .modal-body form .attached {
    margin: 3rem 0 0;
  }
  #primary.contact #feedback #feedbackModal .modal-body form .text p {
    padding: 0.5rem 0;
    text-align: end;
    margin-top: 3.8rem;
  }
  #sec-slider {
    height: 90vh;
    overflow: hidden;
    padding-top: unset;
    position: relative;
    border-bottom: 1px solid #fafafa;
  }
  #sec-slider .divider-wrap {
    z-index: -1;
  }
  #sec-slider .container > .row {
    align-items: center;
    background-size: 40%;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("../images/slider-back-en.png");
    flex-wrap: nowrap;
  }
  #sec-slider .container > .row > div:first-child {
    margin-top: 4rem;
    align-self: center;
  }
  #sec-slider .container > .row > div:nth-child(2) {
    align-self: flex-end;
  }
  #sec-slider .container > .row > div:last-child {
    padding: 0;
    max-height: 100%;
    min-width: calc(100vw - 880px - (100vw - 1320px) / 2);
  }
  #sec-slider .container > .row .slider-hero-content .slick-slide .title {
    font-size: 28px;
    text-align: left;
  }
  #sec-slider .container > .row .slider-hero-content .slick-slide .title a {
    color: #3a3a3a;
  }
  #sec-slider .container > .row .slider-hero-content .slick-slide .title:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    margin-top: 5px;
    background-color: #ee3439;
  }
  #sec-slider .container > .row .slider-hero-content .slick-slide .subtitle {
    margin: 15px 0;
    font-size: 14px;
    min-height: 4rem;
    line-height: 1.5;
  }
  #sec-slider .container > .row .slider-hero-content .slick-slide .more {
    top: 0;
  }
  #sec-slider .container > .row .slider-hero-decorative .slick-slide.slide .decorative-wrap {
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  #sec-slider .container > .row .slider-hero-decorative .slick-slide.slide .decorative-wrap img {
    max-width: none;
    max-height: 100vh;
  }
  #sec-slider .container > .row .slider-buttons {
    /*left: 0;*/
    bottom: 0;
    display: flex;
    position: absolute;
    flex-direction: column;
  }
  #sec-slider .container > .row .slider-buttons .next-arrow.slick-arrow, #sec-slider .container > .row .slider-buttons .prev-arrow.slick-arrow {
    border: none;
    color: #ee3439;
    font-size: 24px;
    border-radius: 0;
    padding: 14px 20px;
    background-color: rgba(250, 250, 250, 0.831372549);
  }
  #sec-slider .container > .row .slider-buttons .next-arrow.slick-arrow:hover, #sec-slider .container > .row .slider-buttons .prev-arrow.slick-arrow:hover {
    cursor: pointer;
  }
  #sec-slider .container > .row .slider-buttons .next-arrow.slick-arrow i, #sec-slider .container > .row .slider-buttons .prev-arrow.slick-arrow i {
    vertical-align: middle;
  }
  #sec-slider .slider-hero-featured {
    padding: 0;
    background-image: none;
    direction: rtl;
  }
  #sec-slider .slider-hero-featured .slide {
    float: right;
    overflow: hidden;
  }
  #sec-slider .slider-hero-featured .slide img {
    transform: rotate(15deg);
    padding: 5%;
  }
  #sec-categories .bubbly-button {
    display: none;
  }
  #sec-categories .product-category {
    box-shadow: none !important;
    position: relative;
    color: #fdebe9;
    background-color: transparent !important;
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  #sec-categories .product-category:before, #sec-categories .product-category:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    height: 0;
    width: 100%;
  }
  #sec-categories .product-category:before {
    bottom: 0;
    border: 2px solid #fdebe9;
    border-top: 0;
    border-bottom: 0;
  }
  #sec-categories .product-category:after {
    top: 0;
    height: 0;
  }
  #sec-categories .product-category:hover {
    color: #fdebe9;
    transition-delay: 0.6s;
  }
  #sec-categories .product-category:hover:before, #sec-categories .product-category:hover:after {
    height: 100%;
  }
  #sec-categories .product-category:hover:before {
    transition-delay: 0s;
  }
  #sec-categories .product-category:hover:after {
    background: #fdebe9;
    transition-delay: 0.4s;
  }
  #sec-categories .product-category i {
    color: #ee3439;
    font-size: 45px !important;
  }
  #sec-categories .product-category a {
    margin-top: 30px;
  }
  #sec-categories .product-category:hover {
    background-color: transparent !important;
  }
  #sec-categories .product-category h3 {
    font-size: 15px;
    padding-top: 14px;
  }
  #sec-products {
    padding: 0;
  }
  #sec-products .row {
    flex-wrap: nowrap;
    position: relative;
  }
  #sec-products .row .sec-title {
    margin-top: 200px;
  }
  #sec-products .row .cmw {
    padding: 0;
    min-width: calc(100vw - 33.33% - (100vw - 1140px) / 2);
  }
  #sec-products .row .cmw .slick-slide > div {
    display: flex;
  }
  #sec-products .row .slick-products .slide.dairy {
    margin: auto;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
  }
  #sec-products .row .slick-products .slide.dairy:hover .dairy-hover {
    left: 0;
  }
  #sec-products .row .slick-products .slide.dairy a {
    display: inline;
    margin: 0;
    padding: 0;
  }
  #sec-products .row .slick-products .slide.dairy a .dairy-inner {
    height: 800px;
    border-radius: 0;
  }
  #sec-products .row .slick-products .slide.dairy a .dairy-hover {
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0;
    font-size: 1rem;
    margin-top: auto;
    box-shadow: none;
    border-radius: 0;
  }
  #sec-products .row .slick-products .slide.dairy a .dairy-hover i {
    display: block;
    color: #ee3439;
    font-size: 50px;
    margin-bottom: 10px;
  }
  #sec-products .row .slick-products .slide.dairy a .dairy-hover .title:after {
    content: "";
  }
  #sec-products .row .button {
    bottom: 0;
    right: unset;
  }
  #sec-products .row .button button {
    font-size: 24px;
    border-radius: 0;
    padding: 14px 20px;
  }
  #sec-products .row .button button.slick-arrow {
    left: 0;
    display: block;
  }
  #sec-products .row .button button.prev-products.slick-arrow {
    bottom: 48px;
  }
  #sec-story {
    background-color: transparent;
    border-top: 1px solid #eaeaea;
  }
  #sec-story .divider-wrap .col:last-child {
    border-right: none;
  }
  #sec-story .row .sec-title {
    padding-left: 0;
  }
  #sec-story .row .button {
    padding: 0;
  }
  #sec-story .row .content p {
    font-weight: 300;
  }
  #sec-story .row .col-12.col-md-4 {
    align-self: center;
  }
  #sec-story .row img.fly {
    left: 0;
  }
  #primary.contact #intro {
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom: 150px;
  }
  #primary.contact #intro .contact-info {
    background: transparent;
  }
  #primary.contact .map a img {
    width: 100%;
  }
  #primary.contact .map .text {
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;
    position: absolute;
    border-radius: 8px;
    top: calc(50% - 30px);
    left: 50%;
    background-color: #ee3439;
    transform: translate(-50%, -50%);
  }
  #primary.contact .map .text img {
    padding: 0 5px;
    max-width: 45px;
  }
  #primary.contact .map .text span {
    position: relative;
  }
  #primary.contact .map .text span:after {
    content: "";
    width: 0;
    height: 0;
    left: 20%;
    z-index: -1;
    display: block;
    position: absolute;
    border-top: 25px solid #ee3439;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #primary.contact .contact-form .form label {
    margin: 1.2rem 0 0.6rem;
  }
  #primary.contact .contact-form .submit {
    margin-top: 2rem;
  }
  .elementor-page #sec-kallehbook {
    background-color: transparent;
  }
  #sec-kallehbook {
    background-color: #fafafa;
  }
  #sec-kallehbook .sec-title {
    margin-bottom: 50px;
  }
  #sec-kallehbook .slick-slide a .feature-image {
    height: 300px;
  }
  #sec-kallehbook .slick-slide a .title {
    font-size: 16px;
    margin-top: 20px;
  }
  #sec-brand {
    padding-bottom: 0;
  }
  #sec-brand .slick-slide {
    opacity: 0.7;
    transition: 1s;
    padding: 150px 0;
    box-shadow: none;
    background-color: transparent;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }
  #sec-brand .slick-slide:hover {
    opacity: 1;
    transition: 0.3s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    background-color: transparent;
  }
  #sec-brand .button {
    bottom: 0;
    right: 20%;
    position: absolute;
  }
  #sec-brand .button .slick-arrow {
    display: block;
    border-radius: 0;
  }
  #sec-brand .button .prev-brand.slick-arrow {
    bottom: 60px;
  }
  .about #sec-story #celino-fly {
    z-index: 2;
    margin-top: 300px;
  }
  .archive-wrapper article {
    overflow: hidden;
    margin: 15px auto;
    position: relative;
  }
  .archive-wrapper article .wrap {
    overflow: hidden;
    position: relative;
    border: 1px solid #eaeaea;
  }
  .archive-wrapper article .wrap header .date {
    display: none;
  }
  .archive-wrapper article .wrap header .thumb {
    height: 400px;
    overflow: hidden;
    max-height: none;
  }
  .archive-wrapper article .wrap header .thumb .post-thumbnail {
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .archive-wrapper article .wrap header .thumb img {
    width: auto;
    height: 100%;
    max-width: none !important;
  }
  .archive-wrapper article .wrap .content {
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: calc(100% - 60px);
    background: transparent;
    transition: all 0.5s ease-in-out;
  }
  .archive-wrapper article .wrap .content .hover-content {
    height: 100%;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
    max-height: calc(100% - 60px);
    background-color: rgba(255, 255, 255, 0.7);
  }
  .archive-wrapper article .wrap .content .hover-content a {
    height: 100%;
    display: block;
  }
  .archive-wrapper article .wrap .content .hover-content a p {
    padding: 8px;
    font-weight: 100;
    line-height: 2.2;
  }
  .archive-wrapper article .wrap .content .hover-content a .date {
    display: block;
    text-align: left;
  }
  .archive-wrapper article .wrap .content .hover-content a .date h2 {
    font-size: 14px;
  }
  .archive-wrapper article .wrap .content .hover-content a .date h2:after {
    content: "";
    height: 1px;
    width: 25px;
    display: block;
    margin: 5px auto;
    background-color: #b9b9b9;
  }
  .archive-wrapper article .wrap .content .title {
    margin: 0;
    padding: 1rem;
    color: #3a3a3a;
    font-size: 16px;
    background: #fff;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .archive-wrapper article .wrap .content .title a {
    font-size: 16px;
    color: #3a3a3a;
  }
  .archive-wrapper article .wrap .content .title i {
    padding: 0 5px;
    font-size: 22px;
    color: #ee3439;
    display: inline-block;
    vertical-align: middle;
  }
  .archive-wrapper article .wrap:hover .content {
    top: 0;
  }
  .archive-wrapper article .wrap:hover .content .title {
    white-space: unset;
    background: rgba(255, 255, 255, 0.7);
  }
  .archive-wrapper article .wrap:hover .content .title a {
    color: #3a3a3a;
  }
  .archive-wrapper article .wrap:hover .content .title a:hover {
    color: #3a3a3a;
    text-decoration: none;
  }
  .archive-wrapper article .wrap .more {
    display: none;
  }
  .error404 .body-404 {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .error404 .body-404 .number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .error404 .body-404 .number .num {
    padding: 0;
    color: #bfbfbf;
    font-size: 14rem;
  }
  .error404 .body-404 .number .donut {
    padding: 0;
  }
  .error404 .body-404 .number .donut img {
    max-width: 200px;
  }
  .error404 .body-404 .oops {
    color: #a2a2a2;
    font-size: 18px;
    text-align: center;
  }
  .error404 .body-404 .oops p {
    color: #555555;
    font-size: 14px;
  }
  .error404 .guide {
    display: flex;
    justify-content: center;
    align-items: last baseline;
  }
  .error404 .guide .line {
    flex: 0.5;
    width: 100%;
    height: 1px;
    background-color: #ee3439;
  }
  .error404 .guide .text {
    padding: 0 15px;
    text-align: center;
  }
  .error404 .guide .text p {
    margin: 0;
  }
  .chevron::before {
    top: 0.5em;
    content: "";
    left: 0.15em;
    width: 0.5em;
    height: 0.5em;
    position: relative;
    vertical-align: top;
    border-style: solid;
    display: inline-block;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
  }
  .chevron.right::before {
    left: 0;
    transform: rotate(45deg);
  }
  .single-post .content-area {
    margin-top: 180px;
  }
  .navigation {
    color: #b6b6b6;
    margin: 2rem auto;
    text-align: center;
  }
  .navigation li {
    display: inline-block;
  }
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
    color: #b6b6b6;
    cursor: pointer;
    margin: auto 5px;
    padding: 10px 8px;
    text-decoration: none;
    background-color: transparent;
  }
  .navigation li.active a {
    color: #fff;
    background-color: #ee3439;
  }
  .search-no-results #primary {
    margin-top: 0 !important;
  }
  .slick-slider .woocommerce-loop-product__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .elementor-page .content-area {
    margin-top: 138px;
  }
  .no-results.not-found {
    margin: 5rem 0;
  }
  .no-results.not-found .search-form {
    display: flex;
  }
  .no-results.not-found .search-form label {
    margin: 0;
  }
  .no-results.not-found .search-form label .search-field {
    height: 30px;
    padding: 0 5px;
    margin: auto 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .no-results.not-found .search-form .search-submit {
    height: 30px;
    width: 30px;
    border: none;
    border: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    background: #ee3439;
    font-family: "kalleh";
  }
  .bubbly-button {
    font-size: 24px;
  }
  .bubbly-button:before, .bubbly-button:after {
    content: none;
  }
  #sec-advertisement .row .context .button::before {
    margin-right: 0;
  }
  #sec-advertisement .row .thumb {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  #sec-products .row .cmw {
    min-width: calc(100vw - 33.33% - (100vw - 1320px) / 2);
  }
}

/*# sourceMappingURL=style.css.map */
