@charset "UTF-8";
/*!
Theme Name: Helendo
Theme URI: https://demo.grixbase.com/helendo/
Author: Grixbase
Author URI: https://demo.grixbase.com
Description: Minimalist AJAX WooCommerce WordPress Theme
Version: 1.0.2
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helendo
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-flex-xs-12,
.col-flex-sm-12,
.col-flex-md-12,
.col-flex-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-11,
.col-flex-sm-11,
.col-flex-md-11,
.col-flex-lg-11 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-10,
.col-flex-sm-10,
.col-flex-md-10,
.col-flex-lg-10 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-9,
.col-flex-sm-9,
.col-flex-md-9,
.col-flex-lg-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-8,
.col-flex-sm-8,
.col-flex-md-8,
.col-flex-lg-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-7,
.col-flex-sm-7,
.col-flex-md-7,
.col-flex-lg-7 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-6,
.col-flex-sm-6,
.col-flex-md-6,
.col-flex-lg-6 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-5,
.col-flex-sm-5,
.col-flex-md-5,
.col-flex-lg-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-4,
.col-flex-sm-4,
.col-flex-md-4,
.col-flex-lg-4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-3,
.col-flex-sm-3,
.col-flex-md-3,
.col-flex-lg-3 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-2,
.col-flex-sm-2,
.col-flex-md-2,
.col-flex-lg-2 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-1,
.col-flex-sm-1,
.col-flex-md-1,
.col-flex-lg-1 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-1-5, .col-flex-sm-1-5, .col-flex-md-1-5, .col-flex-lg-1-5,
.col-flex-xs-2-5, .col-flex-sm-2-5, .col-flex-md-2-5, .col-flex-lg-2-5,
.col-flex-xs-3-5, .col-flex-sm-3-5, .col-flex-md-3-5, .col-flex-lg-3-5,
.col-flex-xs-4-5, .col-flex-sm-4-5, .col-flex-md-4-5, .col-flex-lg-4-5 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-flex-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-flex-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-flex-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-flex-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-flex-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-flex-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-flex-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-flex-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-flex-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-flex-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-flex-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-flex-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-flex-xs-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-flex-xs-2-5 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-flex-xs-3-5 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-flex-xs-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 768px) {
  .col-flex-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-sm-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-sm-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-sm-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-sm-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-flex-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-md-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-md-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-md-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-md-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-flex-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-lg-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-lg-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-lg-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-lg-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
/*--------------------------------------------------------------
# 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 */
  box-sizing: border-box;
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 35px;
  padding-top: 4px;
  margin: 35px;
  margin-right: 0;
  position: relative;
}
blockquote:before {
  content: "{";
  font-size: 28px;
  font-family: ElegantIcons;
  transform: rotateY(180deg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  line-height: 1;
  margin-top: 1em;
}

.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 35px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-left: 35px;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 35px;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

code {
  color: #23282d;
  border: 1px solid #eee;
  background-color: #eee;
}

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

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

big {
  font-size: 125%;
}

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

.helendo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.helendo-list li {
  position: relative;
  padding-left: 15px;
}
.helendo-list li:before {
  content: "";
  font-family: FontAweSome;
  position: absolute;
  left: 0;
  top: -2px;
}

.svg-icon svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  display: inline-block;
}

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

.text-right {
  text-align: right;
}

.snptwdgt-container .snptwdgt-rtd__ftr {
  display: none;
}

.has-small-font-size {
  font-size: 13px;
}

hr.wp-block-separator {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul.wp-block-categories {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.wp-block-categories ul {
  list-style: none;
}
ul.wp-block-categories li {
  padding: 5px 0;
  margin-bottom: 0;
}
ul.wp-block-categories li:last-child {
  padding-bottom: 0;
}
ul.wp-block-categories li a {
  color: #161619;
}
ul.wp-block-categories li a:hover {
  color: #999999;
}

.wp-block-categories select {
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.wp-block-archives li {
  padding: 3px 0;
  margin-bottom: 0;
}
.wp-block-archives li:last-child {
  padding-bottom: 0;
}

ul.wp-block-latest-posts {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.wp-block-latest-posts ul {
  list-style: none;
}
ul.wp-block-latest-posts li {
  padding: 5px 0;
  margin-bottom: 0;
}
ul.wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
ul.wp-block-latest-posts li a {
  color: #161619;
}
ul.wp-block-latest-posts li a:hover {
  color: #999999;
}

.wp-block-latest-posts.is-grid li {
  margin: 0;
}

.wp-block-pullquote {
  padding: 35px 0 35px 35px;
}
.wp-block-pullquote blockquote {
  margin: 0;
}

figure.is-resized {
  margin: 0;
}

.aligncenter {
  text-align: center;
}

img.alignright {
  clear: both;
}

.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

@media only screen and (min-width: 960px) {
  body.full-content .site-content .entry-content > *.alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  body.full-content .site-content .entry-content > *.alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
  }
}
.site-content .vc_col-has-fill > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_section.vc_section-has-fill,
.site-content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.site-content .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.vc_row {
  background-position: center;
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}

.vc_row.vc_row-flex > .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex > .container > .row, .vc_row.vc_row-flex > .container-fluid > .row {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-flex > .container > .row:after, .vc_row.vc_row-flex > .container > .row:before, .vc_row.vc_row-flex > .container-fluid > .row:after, .vc_row.vc_row-flex > .container-fluid > .row:before {
  display: none;
}

.vc_row.vc_row-o-columns-top > .container > .row, .vc_row.vc_row-o-columns-top > .container-fluid > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.vc_row.vc_row-o-columns-middle > .container > .row, .vc_row.vc_row-o-columns-middle > .container-fluid > .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .container > .row, .vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container, .vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}

.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}
caption p,
td p,
th p {
  margin: 0;
}

table,
th,
td {
  border: 1px solid currentColor;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.helendo-tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.helendo-tabs .tabs-nav li {
  float: left;
}
.helendo-tabs .tabs-nav a {
  display: block;
}
.helendo-tabs .tabs-content {
  position: relative;
}
.helendo-tabs .tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: translateY(10px);
}
.helendo-tabs .tabs-panel.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  transform: translateY(0);
  transition: all 0.2s ease;
  transition-delay: 0.1s;
}

.helendo-video-banner {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #d0d0d0;
}
.helendo-video-banner .video-wrapter {
  transition: 0.5s;
  background-size: cover;
  background-position: center;
}
.helendo-video-banner .video-wrapter .mf-video-content {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.helendo-video-banner .video-wrapter .mf-video-content .photoswipe {
  float: left;
  width: 62px;
  height: 62px;
  position: relative;
}
.helendo-video-banner .video-wrapter .mf-video-content .photoswipe .linear-ic-play {
  font-size: 62px;
  line-height: 60px;
  float: left;
}
.helendo-video-banner .video-wrapter .mf-video-content .photoswipe .linear-ic-play:before {
  content: "I";
  font-family: "ElegantIcons";
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  color: #fff;
}
.helendo-video-banner:hover .video-wrapter {
  transform: scale(1.03);
}
.helendo-video-banner:hover .video-wrapter .mf-video-content {
  background: rgba(0, 0, 0, 0.4);
}

.pswp .mf-wrapper {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1045;
}
.pswp .mf-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .mf-video-wrapper iframe,
.pswp .mf-video-wrapper .wp-video-shortcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.helendo-icon-box .main-icon .header-icon {
  float: left;
  margin-right: 26px;
}
.helendo-icon-box .main-icon .header-icon .helendo-icon {
  line-height: 1;
  font-size: 36px;
  color: #000;
}
.helendo-icon-box .main-icon .iconbox-title .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding-top: 10px;
}
.helendo-icon-box .main-icon .iconbox-desc {
  clear: both;
  margin-top: 20px;
  line-height: 24px;
}
.helendo-icon-box.style-3 .main-icon, .helendo-icon-box.style-4 .main-icon {
  display: flex;
}
.helendo-icon-box.style-3 .main-icon .iconbox-title h3.title, .helendo-icon-box.style-4 .main-icon .iconbox-title h3.title {
  padding-top: 10px;
  line-height: 1;
}
.helendo-icon-box.style-3 .main-icon .iconbox-desc, .helendo-icon-box.style-4 .main-icon .iconbox-desc {
  margin-top: 12px;
}
.helendo-icon-box.style-3.hover-2 .main-icon .header-icon, .helendo-icon-box.style-4.hover-2 .main-icon .header-icon {
  transition: 0.5s;
}
.helendo-icon-box.style-3.hover-2 .main-icon .header-icon .helendo-icon, .helendo-icon-box.style-4.hover-2 .main-icon .header-icon .helendo-icon {
  color: #dcb14a;
  font-size: 48px;
}
.helendo-icon-box.style-3.hover-2 .main-icon .iconbox-desc, .helendo-icon-box.style-4.hover-2 .main-icon .iconbox-desc {
  margin-top: 7px;
}
.helendo-icon-box.style-3.row-1 .main-icon .iconbox-content .iconbox-title .title, .helendo-icon-box.style-4.row-1 .main-icon .iconbox-content .iconbox-title .title {
  padding-top: 0;
}
.helendo-icon-box.style-3.row-2 .main-icon, .helendo-icon-box.style-4.row-2 .main-icon {
  display: block;
}
.helendo-icon-box.style-3.row-2 .main-icon .iconbox-content .iconbox-title .title, .helendo-icon-box.style-4.row-2 .main-icon .iconbox-content .iconbox-title .title {
  padding-top: 10px;
}
.helendo-icon-box.style-3.row-2 .main-icon .iconbox-content .iconbox-desc, .helendo-icon-box.style-4.row-2 .main-icon .iconbox-content .iconbox-desc {
  margin-top: 35px;
}
.helendo-icon-box.style-4 .main-icon {
  display: flex;
}
.helendo-icon-box.style-4 .main-icon .header-icon {
  margin-right: 30px;
}
.helendo-icon-box.style-4 .main-icon .header-icon .helendo-icon {
  float: left;
  font-size: 38px;
}
.helendo-icon-box.style-4 .main-icon .iconbox-title .title {
  padding-top: 0;
  font-size: 20px;
}
.helendo-icon-box.style-4 .main-icon .iconbox-content {
  float: left;
  width: auto;
  margin-top: 5px;
}

.helendo-section-title .title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.helendo-section-title .description {
  margin-top: 5px;
}
.helendo-section-title.style-2 .title {
  position: relative;
  margin-bottom: 36px;
  font-size: 36px;
  padding-bottom: 10px;
}
.helendo-section-title.style-2 .title span {
  color: #ff0000;
}
.helendo-section-title.style-2 .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  background-color: #dcb14a;
}
.helendo-section-title.style-3 .title {
  font-size: 40px;
  margin: 0;
  line-height: 60px;
}
.helendo-section-title.style-3 .description {
  margin-top: 14px;
  margin-bottom: 50px;
}
.helendo-section-title.style-3 .read-more {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
}
.helendo-section-title.style-4 .title {
  line-height: 75px;
  font-size: 36px;
  position: relative;
}
.helendo-section-title.style-4 .title:after {
  content: "";
  bottom: 0;
  width: 72px;
  height: 4px;
  left: calc(50% - 36px);
  background-color: #dcb14a;
  position: absolute;
}
.helendo-section-title.text-center {
  text-align: center;
}

.helendo-progressbar .progress-bar {
  float: left;
  width: 100%;
}
.helendo-progressbar .progress-bar .text {
  float: left;
  width: 100%;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
.helendo-progressbar .progress-bar .text .title {
  float: left;
}
.helendo-progressbar .progress-bar .text .number {
  float: right;
}
.helendo-progressbar .progress-bar .progress {
  float: left;
  width: 100%;
  height: 3px;
  position: relative;
  background: #cacaca;
  margin-bottom: 25px;
  overflow: hidden;
}
.helendo-progressbar .progress-bar .progress .line-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #747474;
}

.animate_progress {
  animation: animate-stripes;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes animate-stripes {
  0% {
    background-position: 0 0;
    transform: translateX(-100%);
  }
  100% {
    background-position: 60px 0;
    transform: translateX(0);
  }
}
.helendo-images-masonry {
  margin: -5px;
}
.helendo-images-masonry .images {
  padding: 5px;
  float: left;
}
.helendo-images-masonry .item-wrapper {
  overflow: hidden;
}
.helendo-images-masonry .item-wrapper img {
  transition: 0.4s;
}
.helendo-images-masonry .item-wrapper:hover img {
  transform: scale(1.07);
}

.helendo-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.helendo-socials h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-right: 25px;
}
.helendo-socials ul {
  padding: 0;
  margin: 0 -13px 15px -13px;
}
.helendo-socials ul li {
  display: inline-block;
  list-style: none;
  padding: 0 13px;
}
.helendo-socials ul li a {
  font-size: 16px;
  color: #ccc;
  transition: 0.5s;
}
.helendo-socials ul li a:hover {
  color: #000;
}

.flip-clock-wrapper .flip-wrapper {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.flip-clock-wrapper .flip-wrapper:first-child {
  padding-left: 0;
}
.flip-clock-wrapper .flip-wrapper:last-child {
  padding-right: 0;
}
.flip-clock-wrapper .flip-wrapper li {
  margin-bottom: 22px;
}
.flip-clock-wrapper .flip-wrapper .inn {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  min-width: 80px;
  line-height: 1;
}
.flip-clock-wrapper .flip-wrapper .flip-clock-label {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  color: #000;
}
.flip-clock-wrapper .flip-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.flip-clock-wrapper .flip-wrapper ul li {
  list-style: none;
}
.flip-clock-wrapper .flip-wrapper .flip-clock-before,
.flip-clock-wrapper .flip-wrapper .up {
  display: none;
}

.helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper {
  position: relative;
  text-align: center;
}
.helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper .inn {
  font-family: "Prata", serif;
}
.helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper:after {
  content: ":";
  font-size: 48px;
  color: #8b8b8b;
  line-height: 1;
  position: absolute;
  right: -6px;
  top: 0;
  font-family: "Prata", serif;
}
.helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper:last-child:after {
  display: none;
}

.helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper {
  padding: 0 10px;
}
.helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper:first-child {
  padding-left: 0;
}
.helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper:last-child {
  padding-right: 0;
}
.helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper li {
  margin-bottom: 7px;
}
.helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper .inn {
  color: #dcb14a;
}
.helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper .flip-clock-label {
  text-transform: capitalize;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.helendo-product-feature {
  position: relative;
}
.helendo-product-feature .info-product {
  padding: 0 15px;
}
.helendo-product-feature .info-product .line-spacing {
  clear: both;
}
.helendo-product-feature .info-product .info-wrapter {
  clear: both;
}
.helendo-product-feature .info-product .info-wrapter .title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}
.helendo-product-feature .info-product .info-wrapter .price {
  margin-top: 15px;
  color: #666;
  font-size: 24px;
  font-weight: 500;
}
.helendo-product-feature .info-product .info-wrapter .price span {
  font-size: 16px;
  color: #999;
}
.helendo-product-feature .info-product .info-wrapter .read-more {
  line-height: 40px;
  margin-top: 25px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.helendo-product-feature .info-product .info-wrapter .read-more span {
  font-size: 14px;
  margin-left: 5px;
}
.helendo-product-feature .info-product .info-wrapter .read-more:hover {
  color: #999999;
}
.helendo-product-feature .product-thumbnail {
  padding: 0 15px;
  overflow: hidden;
}
.helendo-product-feature .product-thumbnail img {
  transition: 0.5s;
}
.helendo-product-feature .info-right {
  float: right;
}
.helendo-product-feature:hover .product-thumbnail img {
  transform: scale(1.05);
}
.helendo-product-feature.style-2 {
  position: relative;
}
.helendo-product-feature.style-2 .inline-spacing {
  margin-left: 0;
  margin-right: 0;
}
.helendo-product-feature.style-2 .product-thumbnail {
  padding: 0;
  width: fit-content;
}
.helendo-product-feature.style-2 .info-product {
  z-index: 99;
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  padding-left: 15px;
}
.helendo-product-feature.style-2 .info-product .layout-spacing {
  clear: both;
}
.helendo-product-feature.style-2 .info-product .info-wrapter {
  max-width: 570px;
}
.helendo-product-feature.style-2 .info-product .info-wrapter .title {
  clear: both;
  font-size: 45px;
}
.helendo-product-feature.style-2 .info-product .info-wrapter .description {
  font-size: 16px;
  clear: both;
  margin-top: 30px;
}
.helendo-product-feature.style-2 .info-product .info-wrapter .read-more {
  margin-top: 50px;
}
.helendo-product-feature.style-2 .info-left {
  padding-left: 0;
}
.helendo-product-feature.style-2 .info-left .layout-spacing {
  width: 85px;
}
.helendo-product-feature.style-2 .info-right {
  padding-right: 0;
  float: none;
}
.helendo-product-feature.style-2 .info-right .layout-spacing {
  width: 100px;
}
.helendo-product-feature.style-2 .bottom {
  margin-top: -79px;
}
.helendo-product-feature.style-2 .top {
  margin-bottom: -70px;
}
.helendo-product-feature.style-1 .info-left {
  padding-right: 0;
}
.helendo-product-feature.style-1 .info-right {
  padding-left: 0;
  text-align: right;
}
.helendo-product-feature.style-1 .price, .helendo-product-feature.style-1 .read-more {
  clear: both;
}
.helendo-product-feature.style-1 .info-product .price {
  margin-top: 10px;
}
.helendo-product-feature.style-1 .info-product .info-wrapter .read-more {
  margin-top: 60px;
}
.helendo-product-feature.style-1.align-left .product-thumbnail {
  text-align: right;
}
.helendo-product-feature.style-1.align-right .product-thumbnail {
  text-align: left;
}
.helendo-product-feature.style-2.align-right {
  padding-left: 70px;
}
.helendo-product-feature.style-2.align-right .product-thumbnail {
  float: right;
}
.helendo-product-feature.style-2.align-right .info-product {
  float: left;
}
.helendo-product-feature.style-2.align-left {
  display: inline-grid;
  grid-template-columns: auto auto auto;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .sub-title {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  clear: both;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .title {
  position: relative;
  clear: both;
  margin-bottom: 52px;
  font-size: 36px;
  line-height: 60px;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .title:after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #dcb14a;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .description {
  clear: both;
  line-height: 24px;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .price {
  width: auto;
  font-size: 16px;
  color: #010101;
  border: 1px solid #010101;
  line-height: 38px;
  padding: 0 32px;
  margin-top: 58px;
  display: inline-block;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .price i {
  font-size: 12px;
}
.helendo-product-feature.style-3 .info-product .info-wrapter .price:hover {
  background-color: #010101;
  color: #fff;
}

.helendo-about-us .description {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 36px;
}
.helendo-about-us .read-more {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 77px;
  display: inline-block;
}
.helendo-about-us .read-more span {
  font-size: 14px;
}
.helendo-about-us.text-left {
  text-align: left;
}
.helendo-about-us.text-center {
  text-align: center;
}
.helendo-about-us.text-right {
  text-align: right;
}
.helendo-about-us.style-1 .read-more {
  margin-top: 63px;
}
.helendo-about-us.style-2 {
  padding: 0 60px;
}
.helendo-about-us.style-2 .description {
  font-family: "Roboto", sans-serif;
  text-align: justify;
  color: #555555;
  font-size: 18px;
  line-height: 30px;
}
.helendo-about-us.style-3 .title {
  font-family: "Mr De Haviland", cursive;
  font-size: 60px;
  line-height: 26px;
  margin-bottom: 50px;
}
.helendo-about-us.style-3 .description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.helendo_banners_grid {
  clear: both;
}
.helendo_banners_grid .banner-item {
  padding: 5px;
  position: relative;
}
.helendo_banners_grid .banner-item .banner-wrapper {
  position: absolute;
  z-index: 99;
  top: 65px;
  left: 65px;
}
.helendo_banners_grid .banner-item .banner-wrapper .title {
  margin: 0;
  font-size: 30px;
  color: #000;
}
.helendo_banners_grid .banner-item .banner-wrapper .description {
  font-size: 18px;
  color: #999999;
  margin-top: 5px;
  transition: 0.5s;
}
.helendo_banners_grid .banner-item .thumbnail {
  overflow: hidden;
}
.helendo_banners_grid .banner-item .thumbnail img {
  transition: 0.5s;
}
.helendo_banners_grid .banner-item:hover .banner-wrapper .description {
  color: #dcb14a;
}
.helendo_banners_grid .banner-item:hover .thumbnail a {
  transform: scale(1.03);
}
.helendo_banners_grid .banner-item:hover .thumbnail a img {
  transform: scale(1.03);
}
.helendo_banners_grid.style-1 {
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}
.helendo_banners_grid.style-1 .thumbnail.size-1 img {
  max-height: 942px;
}
.helendo_banners_grid.style-1 .thumbnail.size-2 img, .helendo_banners_grid.style-1 .thumbnail.size-3 img {
  max-height: 475px;
}
.helendo_banners_grid.style-1 .thumbnail.size-4, .helendo_banners_grid.style-1 .thumbnail.size-5 {
  max-height: 924px;
}
.helendo_banners_grid.style-1 .thumbnail.size-4 img, .helendo_banners_grid.style-1 .thumbnail.size-5 img {
  max-height: 924px;
}
.helendo_banners_grid.style-1 .thumbnail.size-6 img, .helendo_banners_grid.style-1 .thumbnail.size-7 img {
  max-height: 950px;
}
.helendo_banners_grid.style-1 .banner-item.product-1 .banner-wrapper, .helendo_banners_grid.style-1 .banner-item.product-4 .banner-wrapper {
  top: 60px;
  left: 90px;
}
.helendo_banners_grid.style-1 .banner-item.product-2 .banner-wrapper, .helendo_banners_grid.style-1 .banner-item.product-3 .banner-wrapper {
  top: 60px;
  left: 60px;
}
.helendo_banners_grid.style-1 .banner-item.product-5 .banner-wrapper {
  top: 60px;
  left: 75px;
}
.helendo_banners_grid.style-1 .banner-item.product-6 .banner-wrapper, .helendo_banners_grid.style-1 .banner-item.product-7 .banner-wrapper {
  top: 65px;
  left: 90px;
}
.helendo_banners_grid.style-1 .banner-item.product-8 .banner-wrapper {
  top: 70px;
  left: 90px;
}
.helendo_banners_grid.style-2 {
  margin: 0 -5px;
  width: auto;
}
.helendo_banners_grid.style-2 .banner-item .banner-wrapper {
  top: 33px;
  left: 45px;
}
.helendo_banners_grid.style-2 .banner-item .banner-wrapper .title {
  font-size: 22px;
}
.helendo_banners_grid.style-2 .banner-item .banner-wrapper .description {
  font-size: 16px;
  margin: 0;
}
.helendo_banners_grid.style-2 .banner-item.image-size-1 a, .helendo_banners_grid.style-2 .banner-item.image-size-2 a {
  height: 390px;
}
.helendo_banners_grid.style-2 .banner-item.image-size-3 a {
  height: 250px;
}
.helendo_banners_grid.style-2 .banner-item .thumbnail {
  overflow: hidden;
}
.helendo_banners_grid.style-2 .banner-item .thumbnail a {
  display: block;
  background-size: cover !important;
  width: 100%;
  background-position: center;
  transition: 0.5s;
}
.helendo_banners_grid.style-3 .banner-item {
  padding: 15px;
}
.helendo_banners_grid.style-3 .banner-item .banner-wrapper .title {
  color: #999999;
  font-size: 26px;
}
.helendo_banners_grid.style-3 .banner-item .banner-wrapper .description {
  color: #666666;
}
.helendo_banners_grid.style-3 .banner-item .banner-wrapper .read-more {
  margin-top: 53px;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.helendo_banners_grid.style-3 .banner-item .banner-wrapper .read-more span {
  font-size: 14px;
}
.helendo_banners_grid.style-3 .banner-item:hover .title {
  color: #000;
}
.helendo_banners_grid.style-3 .banner-item:hover .read-more {
  color: #999999;
}
.helendo_banners_grid.style-3.position-in-content {
  padding: 0;
}
.helendo_banners_grid .read-more span[class^=icon-], .helendo_banners_grid .read-more i[class^=icon-] {
  font-weight: 600;
}

.helendo_banners_large {
  clear: both;
}
.helendo_banners_large .banner-wrapper .title {
  margin: 0;
  font-size: 48px;
}
.helendo_banners_large .banner-wrapper .title span {
  color: #c90000;
  text-transform: uppercase;
}
.helendo_banners_large .banner-wrapper .description {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.helendo_banners_large .banner-wrapper .read-more {
  margin-top: 53px;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.helendo_banners_large .banner-wrapper .read-more span {
  font-size: 14px;
}

.helendo-image-carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 99;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.9;
}
.helendo-image-carousel .slick-arrow:hover {
  color: #000;
  opacity: 1;
}
.helendo-image-carousel .helendo-left-arrow {
  left: -48px;
}
.helendo-image-carousel .helendo-right-arrow {
  right: -48px;
}
.helendo-image-carousel .item-img a img {
  opacity: 0.35;
  transition: 0.5s;
}
.helendo-image-carousel .item-img a:hover img {
  opacity: 1;
}
.helendo-image-carousel .slick-dots {
  position: static;
  margin-top: 10px;
}

.helendo-image-carousel__mobile-1-columns img {
  margin: auto;
}

.helendo_banners_carousel {
  min-height: 200px;
  position: relative;
}
.helendo_banners_carousel:before {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: sp-spin-fast 2s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  border-width: 2px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.helendo_banners_carousel.slider-loaded {
  min-height: auto;
}
.helendo_banners_carousel.slider-loaded .banner-wrapper,
.helendo_banners_carousel.slider-loaded .slider-arrows {
  display: block;
}
.helendo_banners_carousel.slider-loaded:before {
  display: none;
}
.helendo_banners_carousel .slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.helendo_banners_carousel .slider-arrows .container {
  position: relative;
}
.helendo_banners_carousel .slider-arrows .helendo-left-arrow {
  left: -65px;
}
.helendo_banners_carousel .slider-arrows .helendo-right-arrow {
  right: -65px;
}
.helendo_banners_carousel .banner-item {
  position: relative;
  margin-left: 55px;
  margin-right: 55px;
}
.helendo_banners_carousel .banner-item .banner-wrapper {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
.helendo_banners_carousel .banner-item .banner-wrapper .title {
  margin: 0;
  font-size: 55px;
  color: #000;
  line-height: 1.1;
}
.helendo_banners_carousel .banner-item .banner-wrapper .description {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  max-width: 420px;
  margin-top: 38px;
  margin-bottom: 24px;
}
.helendo_banners_carousel .banner-item .banner-wrapper .read-more {
  font-size: 18px;
  margin-top: 45px;
  display: inline-block;
  transition: 0.5s;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.helendo_banners_carousel .slick-arrow {
  position: absolute;
  z-index: 99;
  font-size: 30px;
  cursor: pointer;
}

.helendo_banners_carousel.helendo_banners_carousel-style-2 .banner-item .banner-wrapper {
  padding-left: 166px;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .banner-item .banner-wrapper .title {
  font-size: 48px;
  line-height: 55px;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .banner-item .banner-wrapper .description {
  margin-top: 0;
  font-size: 18px;
  line-height: 45px;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .banner-item .banner-wrapper .read-more {
  margin-top: 65px;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .helendo-left-arrow {
  left: 70px !important;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .helendo-left-arrow .icon-arrow-left:before {
  content: "" !important;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .helendo-right-arrow {
  right: 70px !important;
}
.helendo_banners_carousel.helendo_banners_carousel-style-2 .helendo-right-arrow .icon-arrow-right:before {
  content: "" !important;
}

.helendo-latest-post .blog-wapper {
  margin-bottom: 0;
}
.helendo-latest-post .hl-latest-post__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 63px;
}
.helendo-latest-post .hl-latest-post__header h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
}
.helendo-latest-post .hl-latest-post__header i {
  color: #000;
}
.helendo-latest-post .entry-content {
  display: none;
}
.helendo-latest-post.blog-grid-style-1 .hl-latest-post__header {
  display: block;
  margin-bottom: 50px;
}
.helendo-latest-post.blog-grid-style-1 .hl-latest-post__header h3 {
  position: relative;
  padding-bottom: 9px;
}
.helendo-latest-post.blog-grid-style-1 .hl-latest-post__header h3:after {
  content: "";
  background-color: #dcb14a;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.helendo-latest-post.blog-grid-text-left h3:after {
  left: 0;
}
.helendo-latest-post.blog-grid-text-center h3:after {
  left: 0;
  right: 0;
  margin: auto;
}
.helendo-latest-post.blog-grid-text-right h3:after {
  right: 0;
}

.helendo-button-group {
  clear: both;
}
.helendo-button-group .helendo-button {
  display: inline-block;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  transition: 0.5s;
}
.helendo-button-group.helendo-button-classic .helendo-button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 0 30px;
  line-height: 40px;
}
.helendo-button-group.helendo-button-flat .helendo-button {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  padding: 0 30px;
  line-height: 40px;
}
.helendo-button-group.helendo-button-flat .helendo-button:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.helendo-button-group i {
  font-size: 14px;
}

.helendo-align-right .helendo-button {
  float: right;
}

.helendo-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.helendo-product-shortcode .product-item .inside-content .image-product {
  overflow: hidden;
}
.helendo-product-shortcode .product-item .inside-content .image-product img {
  transition: 0.5s;
}
.helendo-product-shortcode .product-item .inside-content .title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 27px;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.helendo-product-shortcode .product-item .inside-content .content-product {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 4;
}
.helendo-product-shortcode .product-item .inside-content:hover .image-product img {
  transform: scale(1.03);
}
.helendo-product-shortcode .inside-content {
  width: fit-content;
}
.helendo-product-shortcode .conten-align-right {
  float: right;
}
.helendo-product-shortcode .conten-align-center {
  float: none;
  margin: 0 auto;
}

.helendo-newletter .row-flex {
  align-items: flex-end;
}
.helendo-newletter h4 {
  margin: 0;
}
.helendo-newletter .mc4wp-form input, .helendo-newletter .mc4wp-form textarea {
  outline: 0;
  border-radius: 0;
}
.helendo-newletter .mc4wp-form input::placeholder {
  color: #999999;
}
.helendo-newletter .mc4wp-form-fields {
  overflow: hidden;
  position: relative;
}
.helendo-newletter .mc4wp-form-fields input {
  height: 55px;
}
.helendo-newletter .mc4wp-form-fields input[type=email],
.helendo-newletter .mc4wp-form-fields input[type=text] {
  padding-left: 30px;
  padding-right: 70px;
  width: 100%;
  border: none;
}
.helendo-newletter .mc4wp-form-fields:before {
  font-size: 18px;
  color: #000000;
  font-family: Linearicons;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
}
.helendo-newletter input[type=text] {
  display: none;
  border: none;
}
.helendo-newletter input[type=text]:focus {
  border: none;
}
.helendo-newletter input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}

.helendo-newletter__style-2,
.helendo-newletter__style-3,
.helendo-newletter__style-5 {
  background-color: #f4f5f7;
}

.helendo-newletter__style-1 h4 {
  font-size: 36px;
  position: relative;
  padding-bottom: 11px;
}
.helendo-newletter__style-1 h4:after {
  content: "";
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dcb14a;
}
.helendo-newletter__style-1 .mc4wp-form-fields input {
  height: 54px;
}
.helendo-newletter__style-1 .mc4wp-form-fields input[type=email],
.helendo-newletter__style-1 .mc4wp-form-fields input[type=text] {
  padding-right: 30px;
  background-color: #f4f5f7;
}
.helendo-newletter__style-1 .mc4wp-form-fields input[type=submit] {
  font-size: 16px;
  opacity: 1;
  padding: 0 40px;
}
.helendo-newletter__style-1 .mc4wp-form-fields:before {
  display: none;
}

.helendo-newletter__style-2 {
  padding: 50px 70px;
}
.helendo-newletter__style-2 h4 {
  font-size: 24px;
}
.helendo-newletter__style-2 .mc4wp-form {
  margin-bottom: 8px;
}
.helendo-newletter__style-2 .mc4wp-form-fields input {
  height: 56px;
}

.helendo-newletter__style-3 {
  padding-top: 84px;
  padding-bottom: 112px;
}
.helendo-newletter__style-3 .newsletter-header {
  margin-bottom: 73px;
  text-align: center;
}
.helendo-newletter__style-3 .desc {
  font-size: 18px;
  color: #999;
}
.helendo-newletter__style-3 .mc4wp-form-fields input[type=email],
.helendo-newletter__style-3 .mc4wp-form-fields input[type=text] {
  width: 49%;
  display: block !important;
  visibility: visible !important;
}
.helendo-newletter__style-3 input[type=email] {
  float: right;
}
.helendo-newletter__style-3 input[type=text] {
  float: left;
}
.helendo-newletter__style-3 .mc4wp-form-fields input {
  line-height: 66px;
  height: 66px;
}
.helendo-newletter__style-3 h4 {
  font-size: 30px;
}

.helendo-newletter__style-4 .mc4wp-form-fields:before,
.helendo-newletter__style-4 .mc4wp-form-fields input {
  height: 66px;
  line-height: 66px;
}
.helendo-newletter__style-4 .mc4wp-form-fields:before {
  right: 0;
}
.helendo-newletter__style-4 .mc4wp-form-fields input:not([type=submit]) {
  border-bottom: 1px solid #dddddd;
  text-indent: 0;
  padding-right: 40px;
  padding-left: 0;
  transition: 0.5s;
}
.helendo-newletter__style-4 .mc4wp-form-fields input:not([type=submit]):focus {
  border-color: #000;
}
.helendo-newletter__style-4 .mc4wp-form-fields input[type=submit] {
  width: 40px;
  padding: 0;
  font-size: 18px;
}
.helendo-newletter__style-4 .mc4wp-form {
  margin-bottom: 8px;
  padding-left: 8.3333%;
}
.helendo-newletter__style-4 .desc {
  font-size: 18px;
  color: #999;
  margin-top: 30px;
}
.helendo-newletter__style-4 h4 {
  font-size: 44px;
}

.helendo-newletter__style-5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-size: cover;
  background-position: center;
}
.helendo-newletter__style-5 .row-flex {
  width: 50%;
}
.helendo-newletter__style-5 .newsletter-header {
  margin-bottom: 42px;
}
.helendo-newletter__style-5 .mc4wp-form {
  width: 80%;
}
.helendo-newletter__style-5 h4 {
  font-size: 40px;
}
.helendo-newletter__style-5 .desc {
  font-size: 18px;
  color: #666666;
}

.helendo-products-grid .product-header,
.helendo-products-carousel .product-header {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 70px;
}
.helendo-products-grid .product-header .filter,
.helendo-products-carousel .product-header .filter {
  padding: 0;
  width: fit-content;
}
.helendo-products-grid .product-header .filter li,
.helendo-products-carousel .product-header .filter li {
  list-style: none;
  float: left;
  color: #000;
}
.helendo-products-grid .product-header .filter li span,
.helendo-products-carousel .product-header .filter li span {
  padding: 0 17px;
  border-right: 1px solid #000;
  line-height: 12px;
  cursor: pointer;
  display: block;
}
.helendo-products-grid .product-header .filter li:last-child span,
.helendo-products-carousel .product-header .filter li:last-child span {
  border-right: none;
  padding-right: 0;
}
.helendo-products-grid .product-header .filter li:hover, .helendo-products-grid .product-header .filter li.active,
.helendo-products-carousel .product-header .filter li:hover,
.helendo-products-carousel .product-header .filter li.active {
  color: #999999;
}
.helendo-products-grid .product-wrapper,
.helendo-products-carousel .product-wrapper {
  clear: both;
  position: relative;
}
.helendo-products-grid .product-wrapper .woocommerce-result-count,
.helendo-products-grid .product-wrapper .woocommerce-ordering,
.helendo-products-grid .product-wrapper .woocommerce-pagination,
.helendo-products-carousel .product-wrapper .woocommerce-result-count,
.helendo-products-carousel .product-wrapper .woocommerce-ordering,
.helendo-products-carousel .product-wrapper .woocommerce-pagination {
  display: none;
}
.helendo-products-grid .product-wrapper ul.products,
.helendo-products-carousel .product-wrapper ul.products {
  margin-top: 70px;
}
.helendo-products-grid .product-wrapper .product-loading,
.helendo-products-carousel .product-wrapper .product-loading {
  position: absolute;
  top: 75px;
}
.helendo-products-grid .load-more,
.helendo-products-carousel .load-more {
  display: none;
  text-align: center;
  padding-bottom: 50px;
}
.helendo-products-grid .load-more .ajax-load-products,
.helendo-products-carousel .load-more .ajax-load-products {
  position: relative;
  display: inline-block;
}
.helendo-products-grid .load-more .ajax-load-products .button-text,
.helendo-products-carousel .load-more .ajax-load-products .button-text {
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.helendo-products-grid .load-more .ajax-load-products .button-text:hover,
.helendo-products-carousel .load-more .ajax-load-products .button-text:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.helendo-products-grid .load-more .ajax-load-products .loading-icon,
.helendo-products-carousel .load-more .ajax-load-products .loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  vertical-align: middle;
  opacity: 0;
  transition: 0.5s;
  z-index: -999;
  font-size: 24px;
  color: #222;
}
.helendo-products-grid .load-more .ajax-load-products:focus,
.helendo-products-carousel .load-more .ajax-load-products:focus {
  outline: none;
}
.helendo-products-grid .slick-dots,
.helendo-products-carousel .slick-dots {
  position: static;
}

.helendo-products-grid .product-header {
  margin-bottom: 70px;
}
.helendo-products-grid .product-header .section-title {
  margin-bottom: 35px;
}
.helendo-products-grid .product-header .section-title .title {
  margin-top: 0;
}
.helendo-products-grid .woocommerce ul.products {
  min-width: 100%;
  margin-top: 0;
}
.helendo-products-grid .woocommerce ul.products li.product {
  margin-bottom: 54px;
}
.helendo-products-grid a.ajax-load-products.loading .button-text {
  opacity: 0;
}
.helendo-products-grid a.ajax-load-products.loading .loading-icon {
  opacity: 1;
  z-index: 99;
  display: block;
}
.helendo-products-grid a.ajax-load-products.loading .loading-icon .su-icon {
  animation: spin 0.3s infinite linear;
  display: inline-block;
  font-size: 24px;
}
.helendo-products-grid.loading .product-wrapper .product-loading {
  top: 0;
}
.helendo-products-grid.style-1 .filter {
  margin: 0 auto;
}
.helendo-products-grid.style-2 .product-header .section-title {
  margin-bottom: 0;
}
.helendo-products-grid.style-2 .product-header .section-title .title {
  margin: 0;
  font-size: 36px;
}
.helendo-products-grid.style-2 .product-header .nav-filter {
  margin-top: 10px;
  margin-bottom: 0;
}

.loading .product-wrapper {
  position: relative;
}
.loading .product-wrapper .product-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .product-wrapper .product-loading .helendo-loader:after {
  position: absolute;
  top: 0;
  left: 50%;
  background-image: none;
  z-index: 99;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #161619 #161619 #161619 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: spin 0.3s linear infinite;
  content: "";
  width: 20px;
  height: 20px;
  font-weight: 400;
}
.loading .woocommerce {
  opacity: 0;
}

.helendo-products-carousel ul.products {
  display: block;
}
.helendo-products-carousel .slick-arrow {
  position: absolute;
  top: 125px;
  z-index: 99;
  font-size: 24px;
  cursor: pointer;
  color: #bcbcbc;
  transition: 0.5s;
}
.helendo-products-carousel .slick-arrow:hover {
  color: #161619;
}
.helendo-products-carousel .slick-arrow.helendo-left-arrow {
  left: -31px;
}
.helendo-products-carousel .product-header {
  clear: both;
  margin-bottom: 55px;
}
.helendo-products-carousel .slick-arrow.helendo-right-arrow {
  right: -31px;
}
.helendo-products-carousel.style-1 .section-title .title {
  margin: 0;
}
.helendo-products-carousel.style-2 .section-title {
  text-align: center;
}
.helendo-products-carousel.style-2 .section-title .title {
  margin-bottom: 40px;
  margin-top: 0;
}
.helendo-products-carousel.style-2 .nav-filter {
  float: none;
  margin: 0 auto;
  width: fit-content;
}
.helendo-products-carousel.style-2 ul.products {
  clear: both;
  margin-top: 40px;
}
.helendo-products-carousel.style-2 ul.products li {
  margin-right: 0;
}
.helendo-products-carousel.style-2 ul.products li.product.first {
  clear: none;
}

.helendo-products-carousel.style-1 .product-header,
.helendo-products-grid.style-2 .product-header {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 53px;
}
.helendo-products-carousel.style-1 .section-title,
.helendo-products-grid.style-2 .section-title {
  float: left;
  width: fit-content;
}
.helendo-products-carousel.style-1 .nav-filter,
.helendo-products-grid.style-2 .nav-filter {
  float: right;
  width: fit-content;
  margin-top: 50px;
}
.helendo-products-carousel.style-1 .nav-filter li:last-child,
.helendo-products-grid.style-2 .nav-filter li:last-child {
  padding-right: 0;
}
.helendo-products-carousel.style-1 ul.products,
.helendo-products-grid.style-2 ul.products {
  margin-top: 25px;
}
.helendo-products-carousel.style-1 ul.products li,
.helendo-products-grid.style-2 ul.products li {
  margin-right: 0;
}
.helendo-products-carousel.style-1 ul.products li.product.first,
.helendo-products-grid.style-2 ul.products li.product.first {
  clear: none;
}

.nav-filter li {
  transition: 0.5s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.helendo-instagram-shortcode ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.helendo-instagram-shortcode a {
  display: block;
  position: relative;
}
.helendo-instagram-shortcode a:after {
  content: "";
  background-color: rgba(79, 79, 79, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 9;
}
.helendo-instagram-shortcode a .instagram-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  z-index: 99;
}
.helendo-instagram-shortcode a .instagram-icon img {
  display: inline-block;
}
.helendo-instagram-shortcode a:hover:after,
.helendo-instagram-shortcode a:hover .instagram-icon {
  opacity: 1;
}
.helendo-instagram-shortcode .helendo-left-arrow,
.helendo-instagram-shortcode .helendo-right-arrow {
  font-size: 24px;
  color: #c2c2c2;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
  cursor: pointer;
}
.helendo-instagram-shortcode .helendo-left-arrow:hover,
.helendo-instagram-shortcode .helendo-right-arrow:hover {
  color: #000;
}
.helendo-instagram-shortcode .helendo-left-arrow {
  left: 35px;
}
.helendo-instagram-shortcode .helendo-right-arrow {
  right: 35px;
}
.helendo-instagram-shortcode .slick-dots {
  position: static;
  margin-top: 25px;
}
.helendo-instagram-shortcode:hover .slick-arrow {
  color: #000;
}

.helendo-contact-form-7 p {
  margin-top: 0;
  margin-bottom: 30px;
}
.helendo-contact-form-7 .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
.helendo-contact-form-7 .wpcf7-form-control-wrap input,
.helendo-contact-form-7 .wpcf7-form-control-wrap textarea {
  float: left;
  width: 100%;
  padding: 15px 30px;
  border-radius: 0;
  border-color: #dfdfdf;
  max-height: 180px;
}
.helendo-contact-form-7 .wpcf7-form-control-wrap input::placeholder,
.helendo-contact-form-7 .wpcf7-form-control-wrap textarea::placeholder {
  color: #999;
}
.helendo-contact-form-7 .wpcf7-submit {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 500;
  border: 1px solid transparent;
  background-color: #3a3a3a;
  max-height: 40px;
  transition: 0.5s;
}
.helendo-contact-form-7 .wpcf7-submit:hover {
  background: transparent;
  border-color: #3a3a3a;
  color: #3a3a3a;
}
.helendo-contact-form-7 textarea:focus {
  color: #111;
  border-color: #000;
  outline: 0;
}

.wpb_text_column .wpb_wrapper p {
  margin-top: 7px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background-color: #000;
  border: 0;
  box-shadow: none;
  transition: 0.5s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  background-color: #000;
}
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
  color: #161619;
  border: 1px solid #161619;
  background: transparent;
}
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover {
  color: #fff;
  background: #161619;
}

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,
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 15px 15px 13px;
  box-sizing: border-box;
  transition: 0.5s;
}
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,
select:focus {
  color: #111;
  border-color: #000;
  outline: 0;
}

select {
  background: linear-gradient(45deg, transparent 50%, #888888 50%), linear-gradient(135deg, #888888 50%, transparent 50%);
  background-position: calc(100% - 21px) 50%, calc(100% - 16px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
}

.select2-container .select2-selection--single {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 13px 15px 11px;
  box-sizing: border-box;
  transition: 0.5s;
  height: auto;
  margin: 0;
  min-height: 54px;
}
.select2-container .select2-selection--single:focus {
  color: #111;
  border-color: #000;
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body.page-template-template-home-left-sidebar {
  margin-left: 300px;
}

.page-template-template-home-boxed {
  background-color: #f4f5f7;
}
.page-template-template-home-boxed .site {
  max-width: 1330px;
  margin: auto;
  background-color: #fff;
}

.site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.helendo-page-template .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}
.container .container {
  width: 100%;
}

.helendo-container {
  margin-left: 100px;
  margin-right: 100px;
  width: auto;
}

.helendo-container-full-width {
  margin-left: 120px;
  margin-right: 120px;
  width: auto;
}

.sidebar-content .content-area {
  float: right;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000000;
  text-decoration: none;
  outline: 0;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #999999;
  text-decoration: none;
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  text-align: left;
}
.header-main .main-navigation {
  z-index: 1000;
}
.main-navigation a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
}
.main-navigation ul {
  list-style: none;
  margin: 0 -20px;
  padding-left: 0;
}
.main-navigation ul ul {
  position: absolute;
  top: calc(50% + 49px);
  left: -10px;
  z-index: 999;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  padding: 20px 0;
  margin: 0;
  transition: top 0.35s;
  transform: scaleX(0);
  min-width: 260px;
}
.main-navigation ul ul ul {
  left: calc(100% + 30px);
  top: 0;
  transition: left 0.35s;
}
.main-navigation ul ul ul:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 0;
  z-index: 99;
  background-color: transparent;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  top: 0;
  left: calc(100% + 10px);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  top: calc(50% + 39px);
  transform: scaleX(1);
}
.main-navigation li {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.main-navigation li li {
  padding: 3px 30px;
  display: block;
}
.main-navigation li li a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.main-navigation li li:hover > a, .main-navigation li li.focus > a {
  color: #000;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #666666;
}
.main-navigation ul.menu {
  display: flex;
}
.main-navigation ul.menu > li {
  display: flex;
  align-items: center;
}
.main-navigation ul.menu > li.menu-item-has-children > a {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-navigation ul.menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-bottom-color: #d7d7d7;
  border-left-color: #d7d7d7;
  top: calc(50% + 39.5px);
  left: 50%;
  background-color: #fff;
  z-index: 9999;
  transform: scaleX(0) rotate(135deg) translateX(50%);
  transition: top 0.35s;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a:before {
  transform: scaleX(1) rotate(135deg) translateX(50%);
  top: calc(50% + 29.5px);
}
.main-navigation .menu {
  position: relative;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu {
  left: -25px;
  width: 100%;
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu > li {
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 25px 44px;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 5px 0 11px;
  font-weight: 500;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a:hover {
  color: #dcb14a;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a.hide-text {
  display: none;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
  background-color: transparent;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
  margin-left: 10px;
  padding-bottom: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: static;
  transform: scaleX(1);
  opacity: 1;
  width: 100%;
  border: none;
  z-index: 9999;
  min-width: inherit;
  padding: 0;
  display: block;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu:before {
  display: none;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
  padding: 3px 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child > a {
  padding-top: 0;
}
.main-navigation .menu .is-mega-menu .sub-menu {
  transform: scaleX(1);
}
.main-navigation .menu .hot-badge,
.main-navigation .menu .new-badge,
.main-navigation .menu .trending-badge {
  font-size: 12px;
  color: #cc3333;
  font-weight: 500;
  background-color: transparent;
}
.main-navigation .menu .hot-badge {
  color: #f08a47;
}
.main-navigation .menu .trending-badge {
  color: #0099cc;
}

.header-v3 .main-navigation ul.menu > li > a {
  position: relative;
}
.header-v3 .main-navigation ul.menu > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 15px);
  height: 2px;
  width: 0;
  background-color: #dcb14a;
  transition: 0.5s;
}
.header-v3 .main-navigation ul.menu > li > a:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}

.header-center-items .main-navigation .menu,
.header-v5 .main-navigation .menu,
.header-v6 .main-navigation .menu {
  position: static;
}
.header-center-items .main-navigation .menu .is-mega-menu,
.header-v5 .main-navigation .menu .is-mega-menu,
.header-v6 .main-navigation .menu .is-mega-menu {
  position: static;
}
.header-center-items .main-navigation .menu .is-mega-menu .dropdown-submenu,
.header-v5 .main-navigation .menu .is-mega-menu .dropdown-submenu,
.header-v6 .main-navigation .menu .is-mega-menu .dropdown-submenu {
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}
.header-center-items .main-navigation .menu .is-mega-menu:hover .dropdown-submenu,
.header-v5 .main-navigation .menu .is-mega-menu:hover .dropdown-submenu,
.header-v6 .main-navigation .menu .is-mega-menu:hover .dropdown-submenu {
  transform: translateX(-50%) scaleX(1);
}
.header-center-items .main-navigation .menu .is-mega-menu.align-left .dropdown-submenu,
.header-v5 .main-navigation .menu .is-mega-menu.align-left .dropdown-submenu,
.header-v6 .main-navigation .menu .is-mega-menu.align-left .dropdown-submenu {
  left: 0;
  transform: scaleX(0);
}
.header-center-items .main-navigation .menu .is-mega-menu.align-left:hover .dropdown-submenu,
.header-v5 .main-navigation .menu .is-mega-menu.align-left:hover .dropdown-submenu,
.header-v6 .main-navigation .menu .is-mega-menu.align-left:hover .dropdown-submenu {
  transform: scaleX(1);
}
.header-center-items .main-navigation .menu .is-mega-menu.align-right .dropdown-submenu,
.header-v5 .main-navigation .menu .is-mega-menu.align-right .dropdown-submenu,
.header-v6 .main-navigation .menu .is-mega-menu.align-right .dropdown-submenu {
  left: auto;
  right: 0;
  transform: scaleX(0);
}
.header-center-items .main-navigation .menu .is-mega-menu.align-right:hover .dropdown-submenu,
.header-v5 .main-navigation .menu .is-mega-menu.align-right:hover .dropdown-submenu,
.header-v6 .main-navigation .menu .is-mega-menu.align-right:hover .dropdown-submenu {
  transform: scaleX(1);
}

.header-v6 .main-navigation ul.menu > li > a,
.header-v7 .main-navigation ul.menu > li > a {
  font-size: 20px;
}

.header-right-items .main-navigation ul ul {
  left: auto;
  right: -10px;
}
.header-right-items .main-navigation ul ul ul {
  left: auto;
  right: calc(100% + 30px);
}
.header-right-items .main-navigation ul ul li:hover > ul, .header-right-items .main-navigation ul ul li.focus > ul {
  left: auto;
  right: calc(100% + 10px);
}
.header-right-items .main-navigation .menu .is-mega-menu .dropdown-submenu {
  left: auto;
  right: -25px;
}

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

/*--------------------------------------------------------------
## Post Type
--------------------------------------------------------------*/
.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;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
}

.paging-navigation,
.numeric-navigation {
  text-align: center;
  padding: 20px 0;
}

.paging-navigation .nav-previous-ajax {
  text-transform: uppercase;
  letter-spacing: 10px;
}
.paging-navigation .nav-previous-ajax a {
  color: #999999;
}

.post-navigation {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  align-items: center;
  width: 50%;
}
.post-navigation .nav-links a:hover {
  color: #000;
}
.post-navigation .nav-links a:hover i {
  color: #b6b6b6;
}
.post-navigation .nav-links a:hover .title-nav {
  color: #999999;
}
.post-navigation .nav-links a[rel=next] {
  justify-content: flex-end;
}
.post-navigation .nav-links i {
  display: block;
  text-align: center;
  min-width: 30px;
  height: 70px;
  line-height: 70px;
  background-color: #f4f5f7;
  font-size: 16px;
  transition: 0.5s;
}
.post-navigation .nav-links span {
  display: block;
  width: 100%;
}
.post-navigation .nav-links .nav-previous {
  padding-left: 40px;
}
.post-navigation .nav-links .nav-next {
  padding-right: 40px;
}
.post-navigation .blog-nav {
  float: none;
}
.post-navigation .title-nav {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

.post-password-form input[type=password] {
  padding-bottom: 12px;
  padding-top: 12px;
}

.paging-navigation .nav-previous-ajax {
  text-transform: uppercase;
  letter-spacing: 10px;
}
.paging-navigation .nav-previous-ajax a {
  color: #999999;
}

.numeric-navigation {
  clear: both;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.numeric-navigation .page-numbers {
  height: 34px;
  padding: 0 13px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  color: #000;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.numeric-navigation .page-numbers:first-child {
  margin-left: 0;
}
.numeric-navigation .page-numbers:last-child {
  margin-right: 0;
}
.numeric-navigation .page-numbers i {
  font-size: 12px;
  padding-left: 8px;
}
.numeric-navigation .page-numbers.current {
  background-color: #dcb14a;
}
.numeric-navigation .page-numbers.next {
  padding-left: 20px;
  padding-right: 20px;
}
.numeric-navigation .page-numbers.prev i {
  padding-left: 0;
  padding-right: 8px;
}

.woocommerce-pagination {
  margin-top: 50px;
  margin-bottom: 30px;
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.woocommerce-pagination ul li {
  padding: 0 5px;
}
.woocommerce-pagination ul .page-numbers {
  height: 34px;
  padding: 0 13px;
  text-align: center;
  position: relative;
  color: #000;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.woocommerce-pagination ul .page-numbers i {
  font-size: 12px;
  padding-left: 8px;
}
.woocommerce-pagination ul .page-numbers.current {
  background-color: #dcb14a;
}
.woocommerce-pagination ul .page-numbers.next {
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-pagination ul .page-numbers.prev i {
  padding-left: 0;
  padding-right: 8px;
}

.navigation-type-infinite .woocommerce-pagination {
  text-align: center;
  margin: 0;
}
.navigation-type-infinite .woocommerce-pagination .page-numbers {
  display: none;
}
.navigation-type-infinite .woocommerce-pagination .next {
  display: block;
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #999;
  margin-top: 50px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@keyframes helendoFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.helendoFadeInUp {
  animation-name: helendoFadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .footer-socials-menu span, .site-branding .site-title,
.site-branding .site-description {
  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, .footer-socials-menu span:focus, .site-branding .site-title:focus,
.site-branding .site-description: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-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;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 73px;
  /* Make sure select elements fit in widgets. */
}
.widget.filled {
  border-width: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  width: 100%;
}
.widget input,
.widget select,
.widget textarea {
  padding: 10px 20px;
  border: 1px solid #cacaca;
}
.widget select {
  padding-top: 12px;
  background: linear-gradient(45deg, transparent 50%, #888888 50%), linear-gradient(135deg, #888888 50%, transparent 50%);
  background-position: calc(100% - 21px) 50%, calc(100% - 16px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.widget select:focus {
  border-color: #000;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 0;
}
.widget ul li a {
  color: #666;
}
.widget ul li a:hover {
  color: #000;
}
.widget ul .children,
.widget ul .sub-menu {
  margin-top: 8px;
  margin-left: 15px;
}
.widget ul .children li:last-child,
.widget ul .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget ol {
  padding-left: 16px;
}
.widget li {
  padding: 10px 0;
}
.widget .tagcloud {
  margin: -5px;
}
.widget .tagcloud a {
  font-size: 16px !important;
  color: #767676;
  margin: 5px;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f4f7;
  border-radius: 5px;
  transition: all 0.5s;
  font-weight: 400;
}
.widget .tagcloud a:hover {
  color: #fff;
  background-color: #161619;
}
.widget .mc4wp-form {
  font-size: 14px;
}
.widget .mc4wp-form .mc4wp-form-fields > :first-child {
  margin-top: 0;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
  font-size: 16px;
  width: 100%;
  min-width: 0;
  padding: 17px 20px 18px 20px;
  margin-top: 20px;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select {
  height: 60px;
  margin-right: 0;
}
.widget .mc4wp-form input[type=submit],
.widget .mc4wp-form input[type=reset],
.widget .mc4wp-form button {
  padding: 0 20px;
  outline: 0;
}
.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.widget .mc4wp-form p:last-of-type {
  margin-bottom: 0;
}

.widget-title {
  font-weight: 500;
  text-transform: inherit;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 26px;
  color: #000;
}
.page-template-template-home-boxed .widget-title {
  font-size: 20px;
}

.search-form {
  position: relative;
  color: #000;
}
.search-form input {
  height: 50px;
}
.search-form input::placeholder {
  color: #999999;
}
.search-form:after {
  display: inline-block;
  font-family: Linearicons;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999999;
  padding-left: 0;
}
.search-form .screen-reader-text, .search-form .footer-socials-menu span, .footer-socials-menu .search-form span, .search-form .site-branding .site-title, .site-branding .search-form .site-title,
.search-form .site-branding .site-description,
.site-branding .search-form .site-description {
  display: none;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form .search-field {
  width: 100%;
  padding: 10px 35px 10px 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-form .search-field:focus {
  outline: none;
}
.search-form .search-submit {
  width: 20px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
  outline: 0;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
  background: transparent;
}

.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul ul {
  margin-top: 10px;
  clear: both;
  border-top: 1px solid #e3e3e3;
}
.widget_archive ul ul li:last-child {
  padding-bottom: 0;
}
.widget_archive ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
}
.widget_archive ul li:last-child {
  border-bottom: 0;
}
.widget_archive ul li .posts-count {
  float: right;
}

.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories ul ul {
  margin-top: 10px;
  clear: both;
}
.widget_categories ul ul li:last-child {
  padding-bottom: 0;
}
.widget_categories ul li:last-child {
  border-bottom: 0;
}
.widget_categories ul li .posts-count {
  float: right;
}

.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  padding: 10px 0 8px;
  border-bottom: 1px solid #e3e3e3;
}
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
  border-bottom: 0;
}

.widget_recent_comments ul li {
  position: relative;
  padding-left: 35px;
}
.widget_recent_comments ul li:before {
  font-family: Linearicons;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 20px;
}

.widget_recent_entries .post-date {
  font-size: 14px;
  color: #999999;
}

.widget_tag_cloud .widget-title,
.widget_categories .widget-title {
  padding-bottom: 31px;
}

.widget_text img {
  margin: 15px 0;
}

.widget_calendar caption {
  margin-bottom: 10px;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar table {
  border-color: #cacaca;
}
.widget_calendar table th,
.widget_calendar table td {
  border-color: #cacaca;
}

.helendo-social-links-widget ul {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}
.helendo-social-links-widget ul li {
  padding: 0 22px;
}
.helendo-social-links-widget ul li a {
  color: #999999;
}
.helendo-social-links-widget ul li a:hover {
  color: #dcb14a;
}

.helendo-instagram-widget ul {
  margin: 0 -6px;
}
.helendo-instagram-widget ul li {
  padding: 6px;
}
.helendo-instagram-widget ul img {
  width: 100px;
}

.helendo-footer-contact {
  display: flex;
  color: #666666;
  line-height: 1;
  margin-bottom: 12px;
}
.helendo-footer-contact i {
  padding-right: 12px;
}

.helendo-nav-menu .horizontal ul {
  display: flex;
  margin: 0 -20px;
}
.helendo-nav-menu .horizontal ul li {
  padding: 0 20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.topbar {
  font-size: 14px;
  height: 40px;
  position: relative;
  z-index: 1000;
}
.topbar .konte-container-fluid {
  display: flex;
  align-items: center;
  height: 100%;
}
.topbar.dark {
  background-color: #000;
}
.topbar.light {
  background-color: #fff;
}
.topbar .list-dropdown .current {
  padding-bottom: 0;
}
.topbar .list-dropdown .current:before, .topbar .list-dropdown .current:after {
  display: none;
}
.topbar .list-dropdown ul {
  margin-top: 13px;
}
.topbar .close-topbar {
  cursor: pointer;
}

.topbar-items {
  flex: 1;
  display: flex;
  align-items: center;
}

.topbar-left-items > * {
  margin-right: 40px;
}
.topbar-left-items > *:last-child {
  margin-right: 0;
}

.topbar-right-items {
  text-align: right;
  justify-content: flex-end;
}
.topbar-right-items > * {
  margin-left: 40px;
}
.topbar-right-items > *:first-child {
  margin-left: 0;
}

.site-header .helendo-header-container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.site-header.transparent {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.site-header .submenu__arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-bottom-color: #d7d7d7;
  border-left-color: #d7d7d7;
  top: -6px;
  left: 50%;
  background-color: #fff;
  z-index: 99;
  transform: translateX(-50%) rotate(135deg);
}

.header-main {
  height: 120px;
}
.header-main .header-items > * {
  z-index: 999;
}

.header-bottom.has-border .helendo-header-container {
  border-top: 1px solid #e6e6e6;
}

.header-contents {
  position: relative;
}

.header-items {
  display: flex;
  align-items: center;
}
.header-items > * {
  position: relative;
  z-index: 100;
}

.header-left-items {
  flex: 1;
  text-align: left;
  justify-content: flex-start;
}
.header-left-items > * {
  margin-right: 40px;
}
.header-left-items > *:last-child {
  margin-right: 0;
}
.header-left-items .main-navigation {
  margin-left: 20px;
}
.header-left-items .main-navigation:first-child {
  margin-left: 0;
}
.header-left-items .hamburger-menu:first-child {
  margin-right: 34px;
}
.header-left-items.has-list-dropdown > * {
  margin-right: 30px;
}
.header-left-items.has-list-dropdown > *:last-child {
  margin-right: 0;
}

.header-center-items {
  text-align: center;
  justify-content: center;
}
.header-center-items > * {
  margin: 0 17px;
}

.header-right-items {
  flex: 1;
  text-align: right;
  justify-content: flex-end;
}
.header-right-items > * {
  margin-left: 40px;
}
.header-right-items > *:first-child {
  margin-left: 0;
}
.header-right-items .main-navigation {
  margin-right: 20px;
}
.header-right-items .main-navigation:last-child {
  margin-right: 0;
}
.header-right-items.has-list-dropdown > * {
  margin-left: 30px;
}
.header-right-items.has-list-dropdown > *:first-child {
  margin-left: 0;
}

.logo-center .header-center-items {
  text-align: right;
}
.logo-center .header-center-items > * {
  flex: 1;
}
.logo-center .header-center-items .site-branding {
  flex: initial;
  text-align: center;
}
.logo-center .header-center-items .site-branding + * {
  text-align: left;
}
.logo-center.menu-center .header-center-items {
  flex: 3;
}

.no-center .has-menu {
  flex: 3;
}

.has-menu > * {
  position: static;
}

.no-sides .header-center-items {
  flex: 1;
}

.header-v3 .header-center-items,
.header-v7 .header-center-items {
  flex-grow: 1;
  justify-content: space-between;
}
.header-v3 .header-center-items > *,
.header-v7 .header-center-items > * {
  margin: 0 14px;
}

.header-v7 .header-left-items,
.header-v7 .header-right-items {
  flex: 0 0 15%;
}

.header-v3 .helendo-container {
  margin-right: 80px;
  margin-left: 80px;
}
.header-v3 .header-left-items,
.header-v3 .header-right-items {
  flex: 0 0 15.7%;
}

.header-v5 .header-bottom .site-branding {
  display: none;
}
.header-v5.header-sticky .site-header.minimized .header-main {
  display: none;
}
.header-v5.header-sticky .site-header.minimized .header-phone {
  display: none;
}
.header-v5.header-sticky .site-header.minimized .site-branding {
  display: block;
}

.header-v6 .site-header .helendo-container {
  margin-left: 80px;
  margin-right: 80px;
}

.header-v8 .site-header .helendo-container {
  margin-left: 105px;
  margin-right: 105px;
}

.header-custom .site-header.minimized.header-main-no-sticky .header-main {
  display: none;
}
.header-custom .site-header.minimized.header-bottom-no-sticky .header-bottom {
  display: none;
}

.helendo-header-minimized {
  display: none;
}
.helendo-header-minimized.minimized {
  display: block;
}

.header-transparent .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent .helendo-header-minimized {
  display: none;
}

.header-sticky.header-transparent .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-sticky.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-sticky .site-header {
  position: static;
  transition: unset;
}
.header-sticky .site-header.minimized {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #f0f0f0;
  z-index: 999;
  animation-name: fadeInDown;
  animation-duration: 0.25s;
}
.header-sticky.admin-bar .site-header {
  top: 32px;
}

.page-template-template-home-boxed .site-header {
  max-width: 1330px;
  margin: auto;
}

.site-branding {
  flex: 0 1 auto;
  position: relative;
  z-index: 100;
}
.site-branding .logo {
  position: relative;
}
.site-branding .logo:hover {
  text-decoration: none;
}
.site-branding .logo img {
  display: inline-block;
  vertical-align: middle;
}
.site-branding .logo .logo-transparent {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.site-branding .logo-light {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header-transparent .site-branding .logo.active-logo .logo-transparent {
  opacity: 1;
  visibility: visible;
}
.header-transparent .site-branding .logo.active-logo .logo-main {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.header-transparent .site-header.minimized .site-branding .logo.active-logo .logo-transparent {
  opacity: 0;
  visibility: hidden;
}
.header-transparent .site-header.minimized .site-branding .logo.active-logo .logo-main {
  opacity: 1;
  visibility: visible;
}

.text-light .logo-light {
  position: static;
  opacity: 1;
}
.text-light .logo-dark {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.header-search {
  position: relative;
}
.header-search label {
  display: block;
  position: relative;
}
.header-search .search-icon {
  font-size: 22px;
  color: #000;
  line-height: 1;
  cursor: pointer;
  position: relative;
  top: 3px;
  z-index: 1;
}
.header-search .search-field {
  font-size: 16px;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.25);
  padding: 10px 35px 10px 0;
  transition: 0.4s;
  background: transparent;
  width: 100%;
}
.header-search .search-field:focus, .header-search .search-field.focused {
  border-color: #000;
}
.header-search .search-field::-webkit-input-placeholder {
  color: #999999;
}
.header-search .search-field::-moz-placeholder {
  color: #999999;
}
.header-search .search-field:-ms-input-placeholder {
  color: #999999;
}
.header-search .search-field:-moz-placeholder {
  color: #999999;
}
.header-search.icon {
  flex-basis: 20px;
}
.header-search.icon .search-icon {
  font-size: 24px;
  margin-top: 2px;
}
.header-search.icon .search-field {
  width: 25px;
}
.header-search.icon .search-field:focus, .header-search.icon .search-field.focused {
  width: 300px;
  background-color: transparent;
}
.header-search.form {
  width: 275px;
  display: flex;
  align-items: center;
}
.header-search.form form {
  width: 100%;
  margin-top: -10px;
}
.header-search.form .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: block;
}
.header-search.form .search-icon > i {
  padding-left: 5px;
}
.header-search.form .loading {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  margin-top: -10px;
}
.header-search.form .loading .helendo-loader {
  width: 18px;
  height: 18px;
  display: block;
}
.header-search.form .loading .helendo-loader:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: sp-spin-fast 2s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  position: absolute;
  width: 17px;
  height: 17px;
}
.header-search.form.searching .loading {
  opacity: 1;
}
.header-search.form.searching .search-icon {
  opacity: 0;
}
.header-search.form.actived .search-icon i {
  font-size: 16px;
}
.header-search.form.actived .search-icon i:before {
  content: "";
}
.header-search.form.searched .search-results {
  display: block;
  z-index: 999;
  opacity: 1;
}
.header-search .search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 35px);
  z-index: -999;
  display: none;
}
.header-search .search-results .not-found {
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.header-search .search-results li.not-found {
  flex: 1;
  border: 0;
}
.header-search .search-results ul.products {
  padding: 0;
  margin: 0;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  position: static;
  opacity: 1;
  max-height: 280px;
  overflow: auto;
  width: 100%;
}
.header-search .search-results ul.products li.product {
  padding: 16px 20px;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  margin: 0;
}
.header-search .search-results ul.products li.product:last-child {
  border-bottom: 0;
}
.header-search .search-results ul.products li.product .product-inner {
  display: flex;
  align-items: center;
}
.header-search .search-results ul.products li.product .product-details {
  text-align: left;
  margin: 0;
}
.header-search .search-results ul.products li.product:last-child {
  border-bottom: 0;
}
.header-search .search-results ul.products li.product img {
  max-width: 60px;
  margin-right: 20px;
}
.header-search .search-results ul.products li.product .product-details > *,
.header-search .search-results ul.products li.product .helendo-product-thumbnail > * {
  display: none;
}
.header-search .search-results ul.products li.product .product-details .woocommerce-loop-product__title,
.header-search .search-results ul.products li.product .product-details .woocommerce-loop-product__link,
.header-search .search-results ul.products li.product .helendo-product-thumbnail .woocommerce-loop-product__title,
.header-search .search-results ul.products li.product .helendo-product-thumbnail .woocommerce-loop-product__link {
  display: block;
}
.header-search .search-results ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.header-search .search-results ul.products li.product .woocommerce-loop-product__link:before,
.header-search .search-results ul.products li.product .woocommerce-loop-product__link .ribbons {
  display: none;
}
.header-search .search-results ul.products::-webkit-scrollbar {
  display: none;
}
.header-search .search-results .helendo-post-list {
  margin: 0;
  background-color: #fff;
  padding: 0;
  border: 1px solid #d7d7d7;
  position: static;
  max-height: 280px;
  overflow: auto;
}
.header-search .search-results .helendo-post-list .blog-wapper {
  padding: 16px 20px;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-search .search-results .helendo-post-list .blog-wapper:last-child {
  border-bottom: 0;
}
.header-search .search-results .helendo-post-list .post-thumbnail {
  margin-bottom: 0;
}
.header-search .search-results .helendo-post-list .entry-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block !important;
  visibility: visible !important;
}
.header-search .search-results .helendo-post-list .entry-title:after, .header-search .search-results .helendo-post-list .entry-title:before {
  display: none;
}
.header-search .search-results .helendo-post-list img {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}
.header-search .search-results .helendo-post-list::-webkit-scrollbar {
  display: none;
}
.header-search .view-more {
  display: none;
}

.header-right-items .header-search {
  text-align: left;
}
.header-right-items .header-search.icon .search-field {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 25px;
}

.site-header.minimized .header-search.form form {
  margin-top: -7px;
}
.site-header.minimized .header-search.form .loading {
  margin-top: -5px;
}

.header-v5 .header-search.form {
  width: auto;
}

.header-account {
  font-size: 16px;
  position: relative;
}
.header-account > a {
  white-space: nowrap;
  color: #000;
  font-size: 23px;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-account > a > i {
  padding-left: 5px;
}
.header-account > a:hover {
  text-decoration: none;
}
.header-account .account-links {
  white-space: nowrap;
  position: absolute;
  top: calc( 50% + 49px );
  left: -30px;
  min-width: 180px;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  transition: top 0.35s;
  transform: scaleX(0);
}
.header-account .account-links:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 999;
  height: 27px;
}
.header-account .account-links ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 16px 30px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.header-account .account-links li {
  padding: 4px 0;
  position: relative;
}
.header-account .account-links a {
  color: #999;
}
.header-account .account-links a:hover {
  color: #000;
}
.header-account:hover .account-links {
  opacity: 1;
  top: calc( 50% + 39px );
  transform: scaleX(1);
  pointer-events: initial;
}
.header-right-items .header-account.last-child .account-links {
  left: auto;
  right: -30px;
}
.header-right-items .header-account.last-child .submenu__arrow {
  left: auto;
  right: 30px;
}
.header-account .submenu__arrow {
  left: 40px;
}

.header-right-items .header-cart,
.header-right-items .header-wishlist {
  margin-right: 5px;
}
.header-cart > a,
.header-wishlist > a {
  display: block;
  line-height: 1;
  white-space: nowrap;
  color: #000;
  font-size: 24px;
  position: relative;
}
.header-cart .counter,
.header-wishlist .counter {
  font-size: 14px;
  vertical-align: 0.3em;
  position: absolute;
  min-width: 19px;
  height: 19px;
  background-color: #dcb14a;
  text-align: center;
  line-height: 19px;
  border-radius: 19px;
  bottom: -5px;
  right: -10px;
  padding: 0 5px;
}
.header-cart .woocommerce-mini-cart__empty-message,
.header-wishlist .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.header-wishlist .counter {
  right: -8px;
}

.header-cart.hover-action .widget-canvas-content:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 10;
}

.helendo-container .header-cart.hover-action .mini-cart {
  transform: translateX(0) scaleX(0);
}
.helendo-container .header-cart.hover-action .mini-cart .mini-cart__arrow {
  transform: translateX(0) rotate(135deg);
}
.helendo-container .header-cart.hover-action:hover .mini-cart {
  transform: translateX(0) scaleX(1);
}
.helendo-container .header-right-items .header-cart.hover-action .mini-cart {
  right: -40px;
  left: auto;
}
.helendo-container .header-right-items .header-cart.hover-action .mini-cart .mini-cart__arrow {
  left: auto;
  right: 45px;
}
.helendo-container .header-left-items .header-cart.hover-action .mini-cart {
  left: -40px;
}
.helendo-container .header-left-items .header-cart.hover-action .mini-cart .mini-cart__arrow {
  left: 45px;
}

.hamburger-menu {
  cursor: pointer;
}
.hamburger-menu .menu-icon {
  font-size: 30px;
  color: #000;
  flex-basis: 25px;
  display: block;
  line-height: 1;
  transform: translateY(2px);
}
.hamburger-menu .hamburger-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}
.hamburger-menu .hamburger-box .hamburger-inner {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #161619;
  transition: transform 0.2s ease;
}
.hamburger-menu .hamburger-box .hamburger-inner:before, .hamburger-menu .hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: inherit;
}
.hamburger-menu .hamburger-box .hamburger-inner:before {
  top: -5px;
  transition: top 0.2s ease 0.22s, opacity 0.2s ease, width 0.2s ease;
}
.hamburger-menu .hamburger-box .hamburger-inner:after {
  bottom: -5px;
  transition: bottom 0.2s ease 0.22s, transform 0.2s ease, width 0.2s ease;
}
.hamburger-menu .menu-text {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hamburger-menu.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.22s;
}
.hamburger-menu.active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  width: 100%;
  transition: top 0.2s ease, opacity 0.2s ease 0.22s, width 0.1s ease;
}
.hamburger-menu.active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  width: 100%;
  transition: bottom 0.2s ease, transform 0.2s ease 0.22s, width 0.1s ease;
}
.hamburger-menu.active .menu-text {
  transition-delay: 0.42s;
  opacity: 1;
  transform: translateX(0);
}
.hamburger-menu.active .menu-text + .hamburger-box {
  margin-left: 4px;
}
.text-light .hamburger-menu .hamburger-inner {
  background-color: #fff;
}

.hamburger-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  background: #fff;
}
.hamburger-fullscreen .button-close {
  position: absolute;
  top: 46px;
  left: 60px;
  z-index: 100;
}
.hamburger-fullscreen .hamburger-screen-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hamburger-fullscreen .site-branding {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
}
.hamburger-fullscreen .social-icons {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
.hamburger-fullscreen .social-icons li {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}
.hamburger-fullscreen .social-icons a {
  color: #a2a5a6;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.hamburger-fullscreen .social-icons a:hover {
  color: #161619;
  border-color: #161619;
}
.hamburger-fullscreen .fullscreen-footer {
  font-size: 14px;
  color: #686b6c;
  padding: 10px 0 40px 0;
  position: absolute;
  bottom: 0;
}
.hamburger-fullscreen .menu > li,
.hamburger-fullscreen .widget,
.hamburger-fullscreen .currency,
.hamburger-fullscreen .language {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}
.hamburger-fullscreen .currency {
  margin-right: 40px;
}
.hamburger-fullscreen.open .menu > li,
.hamburger-fullscreen.open .widget,
.hamburger-fullscreen.open .currency,
.hamburger-fullscreen.open .language {
  animation-name: fadeInDown;
}

.hamburger-screen-content,
.hamburger-screen-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.hamburger-screen-background {
  left: auto;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hamburger-screen-content {
  padding: 70px 50px 70px 200px;
}
.hamburger-screen-content .hamburger-navigation {
  padding: 100px 0 0 0;
  height: 100%;
}
.hamburger-screen-content .list-dropdown .current {
  color: #000;
}

.header-phone {
  font-size: 18px;
  color: #000;
}
.header-phone i {
  color: #666666;
  padding-right: 5px;
}

.helendo-language-currency {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}
.helendo-language-currency .list-dropdown {
  position: relative;
  text-align: left;
  padding: 0 31px;
  display: flex;
  align-items: center;
  height: 100%;
}
.helendo-language-currency .list-dropdown:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.helendo-language-currency .list-dropdown:first-child {
  padding-left: 0;
}
.helendo-language-currency .list-dropdown:first-child ul {
  left: -20px;
}
.helendo-language-currency .list-dropdown:last-child {
  padding-right: 0;
}
.helendo-language-currency .list-dropdown:last-child:after {
  display: none;
}
.helendo-language-currency .list-dropdown:hover ul {
  top: calc( 50% + 39px );
  transform: scaleX(1);
}
.helendo-language-currency span.current {
  font-size: 16px;
  color: #000;
  cursor: pointer;
  position: relative;
  padding-right: 23px;
  margin-top: 7px;
}
.helendo-language-currency span.current .toggle-children {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
}
.helendo-language-currency ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  left: 10px;
  top: calc( 50% + 49px );
  transform: scaleX(0);
  transition: top 0.35s;
  min-width: 80px;
}
.helendo-language-currency ul a {
  padding: 5px 20px;
  color: #999999;
}
.helendo-language-currency ul a:hover {
  color: #000;
}
.helendo-language-currency .widget-currency span.current {
  transform: translateX(-4px);
}
.helendo-language-currency a.woocs_flag_view_item {
  width: 100%;
  margin: 0;
}

.site-header.minimized .helendo-language-currency span.current {
  margin-top: 3px;
}

.header-left-sidebar {
  font-size: 14px;
  width: 300px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  border-right: 1px solid #efefef;
}
.header-left-sidebar .widget {
  margin-bottom: 80px;
}
.header-left-sidebar .widget .widget-title {
  font-size: 18px;
  padding-bottom: 46px;
}
.header-left-sidebar .widget .mc4wp-form {
  position: relative;
}
.header-left-sidebar .widget .mc4wp-form input[type=submit] {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-indent: -9999px;
  margin: 0;
  border: 0;
  padding: 0;
}
.header-left-sidebar .widget .mc4wp-form input[type=text],
.header-left-sidebar .widget .mc4wp-form input[type=email] {
  color: #666666;
  border-width: 0 0 1px 0;
  border-color: #d6d9c6;
  padding: 8px 30px 8px 0;
  height: auto;
  width: 100%;
  font-size: 14px;
}
.header-left-sidebar .widget .mc4wp-form:after {
  content: "$";
  font-family: ElegantIcons;
  position: absolute;
  right: 0;
  top: 10px;
  color: #000;
  font-size: 14px;
}
.header-left-sidebar .widget .mc4wp-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  font-size: 14px;
}
.header-left-sidebar .widget .mc4wp-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.header-left-sidebar .widget .mc4wp-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  font-size: 14px;
}
.header-left-sidebar .widget .mc4wp-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 14px;
}
.header-left-sidebar .helendo-social-links-widget {
  color: #666666;
}
.header-left-sidebar .helendo-social-links-widget .socials-desc {
  margin-bottom: 20px;
}
.header-left-sidebar .helendo-social-links-widget ul {
  margin: 0 -10px;
}
.header-left-sidebar .helendo-social-links-widget ul li {
  padding: 0 10px;
}
.header-left-sidebar .helendo-language-currency {
  justify-content: unset;
}
.header-left-sidebar .helendo-language-currency span.current {
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}
.header-left-sidebar .helendo-language-currency span.current .toggle-children {
  right: -2px;
}
.header-left-sidebar .helendo-language-currency .list-dropdown {
  padding: 0 20px 20px 20px;
}
.header-left-sidebar .helendo-language-currency .list-dropdown:after {
  height: 10px;
  transform: unset;
  top: 6px;
}
.header-left-sidebar .helendo-language-currency .list-dropdown:first-child {
  padding-left: 0;
}
.header-left-sidebar .helendo-language-currency .list-dropdown:last-child {
  padding-right: 0;
}
.header-left-sidebar .helendo-language-currency .list-dropdown:hover ul {
  top: 100%;
}
.header-left-sidebar .helendo-language-currency ul {
  left: 0;
  top: 120%;
}
.header-left-sidebar ul.menu {
  line-height: 2;
}
.header-left-sidebar ul.menu li {
  padding: 4px 0;
  list-style: none;
}
.header-left-sidebar ul.menu li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.header-left-sidebar ul.menu li a .toggle-menu-children {
  position: absolute;
  line-height: 1;
  right: 0;
  top: 5px;
}
.header-left-sidebar ul.menu li a:after {
  display: none;
}
.header-left-sidebar ul.menu li a:hover {
  color: #666666;
}
.header-left-sidebar ul.menu li.menu-item-has-children a {
  padding-right: 20px;
}
.header-left-sidebar ul.menu li.active > a {
  color: #666666;
}
.header-left-sidebar ul.menu .sub-menu {
  display: none;
  padding-left: 10px;
  margin: 14px 0 20px;
}
.header-left-sidebar ul.menu .sub-menu li a {
  font-size: 14px;
  color: #999999;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.4;
}
.header-left-sidebar ul.menu .sub-menu li a .toggle-menu-children {
  top: 2px;
}
.header-left-sidebar ul.menu .sub-menu li a:hover {
  color: #000;
}
.header-left-sidebar ul.menu .sub-menu li.active > a {
  color: #000;
}
.header-left-sidebar ul.menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.header-left-sidebar ul.menu .sub-menu .sub-menu {
  margin-bottom: 10px;
}
.header-left-sidebar .logo {
  margin-bottom: 90px;
}
.header-left-sidebar .widget .mc4wp-form input,
.header-left-sidebar .widget .mc4wp-form select,
.header-left-sidebar .widget .mc4wp-form textarea,
.header-left-sidebar .widget .mc4wp-form button {
  margin-top: 0;
}

.header-left-sidebar__content {
  height: 100%;
  overflow-y: auto;
  padding: 50px 60px 0 60px;
}

.header-left-sidebar__content::-webkit-scrollbar {
  display: none;
}

.header-left-sidebar__content-header,
.header-left-sidebar__content-footer {
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}

.header-left-sidebar__content-header {
  top: 0;
}

.header-left-sidebar__content-footer {
  bottom: 0;
}
.product-thumbnail.helendo-product-thumbnail a.woocommerce-LoopProduct-link,
.product-details a {
	pointer-events: none !important;
}
.product-summary { display:none; }

@media (max-width: 1499px) {
  .page-template-template-home-left-sidebar .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-video {
  height: 100vh;
}
.header-video iframe {
  border: 0 !important;
}

.header-text-light .main-navigation ul.menu > li > a,
.header-text-light .header-search.form .search-icon,
.header-text-light .header-cart > a i,
.header-text-light .header-wishlist > a i,
.header-text-light .header-account > a i,
.header-text-light .site-header .submenu__arrow {
  color: #fff;
}

.header-mobile .mobile-header-icons {
  flex: 1;
}
.header-mobile.logo-left .mobile-header-icons--left {
  display: none;
}

.mobile-header-icons > div {
  margin: 0 20px;
}

.mobile-header-icons--left > div {
  margin-left: 0;
}
.mobile-header-icons--left .header-cart {
  margin-left: 7px;
}

.mobile-header-icons--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-header-icons--right > div {
  margin-right: 0;
}
.mobile-header-icons--right .header-cart {
  margin-right: 7px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: #f4f5f7;
  padding: 50px 0;
}
.page-header .page-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-header .page-title {
  min-width: 50%;
  font-size: 40px;
  margin: 5px 0;
}
.page-header .site-breadcrumb {
  margin: 5px 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: #999;
  flex-wrap: wrap;
}
.page-header .site-breadcrumb li {
  list-style: none;
}
.page-header .site-breadcrumb li span {
  display: flex;
  flex-wrap: wrap;
}
.page-header .site-breadcrumb li a {
  position: relative;
  padding-right: 14px;
  margin-right: 7px;
  display: block;
}
.page-header .site-breadcrumb li a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.page-header .site-breadcrumb li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.page-header .site-breadcrumb li:last-child a:after {
  display: none;
}
.page-header.hide-title .page-title {
  display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.helendo-taxs-list ul {
  list-style: none;
  display: flex;
  margin: 0 -15px;
  padding: 0;
}
.helendo-taxs-list a {
  color: #000;
}
.helendo-taxs-list li {
  padding: 0 15px;
  position: relative;
}
.helendo-taxs-list li:after {
  content: "";
  background-color: #dcdcdc;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -1px;
  top: 4px;
}
.helendo-taxs-list li:last-child:after {
  display: none;
}
.helendo-taxs-list li:hover a,
.helendo-taxs-list li a.selected {
  color: #999;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1.5em;
}
.page-links .post-page-numbers {
  color: #666;
}
.page-links .post-page-numbers.current {
  color: #000;
  border-bottom: 1px solid currentColor;
}

.entry-meta {
  color: #999;
  line-height: 1.2;
  display: flex;
}
.entry-meta .list-meta {
  display: flex;
  flex-wrap: wrap;
}
.entry-meta .meta {
  transition: 0.5s;
}
.entry-meta .meta:after {
  content: "/";
  color: #999;
  padding: 0 8px;
}
.entry-meta .meta:last-child:after {
  content: "";
}
.entry-meta .meta a,
.entry-meta .meta .entry-date {
  color: #191918;
}
.entry-meta .meta:hover a {
  color: #dcb14a;
}
.entry-meta .meta:hover:after {
  color: #999;
}
.entry-meta a {
  color: #999;
  transition: 0.5s;
}

.post-thumbnail {
  margin-bottom: 45px;
}

.entry-content {
  margin: 10px 0 0;
}

.single-post .entry-footer {
  margin: 75px 0;
  color: #212121;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-post .entry-footer .tag-list {
  overflow: hidden;
  color: #999;
  margin-left: 5px;
}
.single-post .entry-footer .tag-list .tag-title {
  color: #000;
  font-weight: 600;
}
.single-post .entry-footer .tag-list a {
  display: inline-block;
  color: #999;
}
.single-post .entry-footer .tag-list a:hover {
  color: #000;
}
.single-post .post-thumbnail {
  margin-bottom: 30px;
}
.single-post .entry-header {
  margin-bottom: 40px;
}

.tag-sticky-2 .entry-title:before {
  font-family: Linearicons;
  content: "";
  margin-right: 5px;
}

.helendo-single-post-socials-share {
  display: flex;
  margin-right: 10px;
  overflow: hidden;
}
.helendo-single-post-socials-share .helendo-social-share {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.helendo-single-post-socials-share .helendo-social-share li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.helendo-single-post-socials-share .helendo-social-share li a {
  color: #999999;
}
.helendo-single-post-socials-share .helendo-social-share li a:hover {
  color: #dcb14a;
}

.count-cmt-blog {
  display: none;
}

.post-author {
  margin-bottom: 85px;
}
.post-author .post-author-box {
  padding: 33px 35px;
  display: flex;
  background-color: #f4f5f7;
  align-items: center;
}
.post-author .post-author-box .post-author-avatar {
  flex: 0 0 70px;
}
.post-author .post-author-box .post-author-avatar img {
  border-radius: 50%;
}
.post-author .post-author-box .post-author-info {
  margin-left: 65px;
}
.post-author .post-author-box .post-author-info h3, .post-author .post-author-box .post-author-info p {
  margin: 0;
}
.post-author .post-author-box .post-author-info h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.post-author .author-socials {
  padding: 0;
  margin: 20px 0 0;
  display: flex;
}
.post-author .author-socials li {
  list-style: none;
}
.post-author .author-socials li:after {
  content: "-";
  margin: 0 5px;
}
.post-author .author-socials li:first-child {
  margin-left: 0;
}
.post-author .author-socials li:last-child:after {
  display: none;
}
.post-author .author-socials li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.content-sidebar .post-author .post-author-box .post-author-info, .sidebar-content .post-author .post-author-box .post-author-info {
  margin-left: 55px;
}

.entry-title {
  margin: 0;
}
.entry-title a {
  color: #000;
}

.blog-wapper {
  margin-bottom: 80px;
}
.blog-wapper.no-content .entry-content {
  display: none;
}
.blog-wapper .entry-thumbnail {
  margin-bottom: 35px;
}
.blog-wapper .entry-content p {
  margin: 0;
}
.blog-wapper .entry-footer {
  margin-top: 75px;
}
.blog-wapper .btn-blog {
  font-weight: 500;
  display: inline-block;
  padding: 0 24px;
  height: 38px;
  line-height: 38px;
  color: #000;
  border: 1px solid #000;
}
.blog-wapper .btn-blog:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.blog-classic .blog-wapper,
.blog-list .blog-wapper {
  width: 100%;
}

.blog-classic .blog-wapper {
  margin-bottom: 90px;
}
.blog-classic .entry-meta {
  margin-top: 10px;
}
.blog-classic .entry-content {
  margin-top: 29px;
}
.blog-classic .blog-wapper .entry-footer {
  margin-top: 55px;
}

.blog-list .blog-wapper {
  text-align: center;
}
.blog-list .entry-thumbnail {
  margin-bottom: 56px;
}
.blog-list .entry-meta {
  margin-top: 8px;
  display: inline-flex;
}
.blog-list .entry-content {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 48px;
}
.blog-list .entry-footer {
  margin-top: 57px;
}

.blog-grid .blog-wapper {
  margin-bottom: 55px;
}
.blog-grid.hentry {
  margin-bottom: 55px;
}
.blog-grid .post-thumbnail {
  margin-bottom: 0;
}
.blog-grid .entry-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}
.blog-grid .entry-thumbnail .btn-blog {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 14px;
  border: none;
  background-color: #ffffff;
  color: #000;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s;
}
.blog-grid .entry-thumbnail .btn-blog:after {
  font-family: ElegantIcons;
  content: "L";
  position: relative;
  left: 20px;
  transition: all 0.8s;
}
.blog-grid .entry-title {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 21px;
}
.blog-grid .entry-title:before, .blog-grid .entry-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: rgba(180, 180, 180, 0.7);
  transition: all 0.8s;
}
.blog-grid .entry-title:before {
  width: 70px;
}
.blog-grid .entry-title:after {
  width: 0;
  z-index: 999;
}
.blog-grid .entry-meta {
  font-size: 14px;
  position: relative;
}
.blog-grid .entry-meta .author span {
  display: none;
}
.blog-grid .count-cmt-blog {
  position: absolute;
  right: 0;
  transition: all 0.6s;
  display: block;
}
.blog-grid .entry-footer {
  display: none;
}
.blog-grid.blog-grid-style-2 .meta:after {
  display: none;
}
.blog-grid.blog-grid-style-2 .cat-links {
  display: block;
  margin-bottom: 10px;
  color: #666666;
}
.blog-grid.blog-grid-style-2 .author-link {
  color: #dcb14a;
}
.blog-grid.blog-grid-style-2 .entry-title {
  margin: 0;
  padding: 0;
}
.blog-grid.blog-grid-style-2 .entry-title a {
  font-size: 18px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.blog-grid.blog-grid-style-2 .entry-title:before, .blog-grid.blog-grid-style-2 .entry-title:after {
  display: none;
}
.blog-grid.blog-grid-style-2 .entry-thumbnail {
  margin-bottom: 32px;
}
.blog-grid.blog-grid-style-2 .entry-meta {
  display: block;
  color: #666666;
}
.blog-grid.blog-grid-style-2 .entry-meta .author span {
  display: initial;
  color: #666666;
}
.blog-grid.blog-grid-style-2 .entry-meta .list-meta {
  margin-top: 12px;
}
.blog-grid.blog-grid-style-2 .entry-meta .list-meta .meta {
  margin-right: 5px;
}
.blog-grid.blog-grid-style-2 .entry-meta .list-meta .cat {
  display: none;
}
.blog-grid.blog-grid-style-2 .count-cmt-blog {
  top: 0;
}
.blog-grid.blog-grid-style-2 .blog-wapper:hover .cat-links {
  color: #dcb14a;
}
.blog-grid.blog-grid-style-2 .blog-wapper:hover .entry-title a {
  border-color: #000;
}
.blog-grid .blog-wapper:hover .btn-blog {
  transform: translateX(0);
  opacity: 1;
}
.blog-grid .blog-wapper:hover .btn-blog:after {
  left: 0;
}
.blog-grid .blog-wapper:hover .entry-title:after {
  width: 70px;
  background-color: #dcb14a;
}
.blog-grid .blog-wapper:hover .count-cmt-blog {
  color: #dcb14a;
}
.blog-grid .blog-wapper:hover .count-cmt-blog i {
  color: #dcb14a;
}

.blog-masonry .blog-wapper {
  margin-bottom: 87px;
}
.blog-masonry .blog-wapper:hover .entry-title a {
  border-bottom-color: #000;
}
.blog-masonry .blog-wapper .btn-blog {
  padding: 0 23px;
}
.blog-masonry .entry-title {
  font-size: 22px;
  margin-top: 15px;
}
.blog-masonry .entry-title a {
  border-bottom: 2px solid transparent;
}
.blog-masonry .entry-thumbnail {
  margin-bottom: 45px;
}
.blog-masonry .entry-footer {
  margin-top: 49px;
}

.single-post .entry-header .entry-title {
  margin-bottom: 15px;
}

.helendo-latest-post .entry-conten {
  display: none;
}

.search-no-results .no-results {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.search-no-results .no-results .page-header {
  display: none;
}

/*--------------------------------------------------------------
## Maintenance
--------------------------------------------------------------*/
.maintenance-mode .site-header,
.maintenance-mode .site-footer,
.maintenance-mode .page-header {
  display: none;
}
.maintenance-mode .maintenance-header {
  display: block;
}
.maintenance-mode .site-content {
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
}
.maintenance-mode .site-content > .container {
  height: 100%;
}
.maintenance-mode .site-content > .container > .row {
  height: 100%;
}
.maintenance-mode .site-content-container,
.maintenance-mode .content-area,
.maintenance-mode .site-main {
  height: 100%;
}
.maintenance-mode .site-main {
  display: flex;
  align-items: center;
}

.maintenance-layout-fullscreen {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.maintenance-layout-fullscreen .text-light .mc4wp-form input,
.maintenance-layout-fullscreen .text-light .mc4wp-form select,
.maintenance-layout-fullscreen .text-light .mc4wp-form textarea {
  padding-left: 30px;
  padding-right: 30px;
  border-width: 0;
}
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=text],
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=email],
.maintenance-layout-fullscreen .text-light .mc4wp-form select {
  min-width: 360px;
}
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=submit],
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=reset],
.maintenance-layout-fullscreen .text-light .mc4wp-form button {
  padding: 0 50px;
}

.maintenance-header {
  padding: 60px 0;
}
.maintenance-header .header-items {
  width: 100%;
}

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

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}
.comments-title.has-comments {
  margin-top: 60px;
  padding-bottom: 7px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list.has-comments {
  border-top: 1px solid #e1e1e1;
}
.comment-list .comment-body {
  border-bottom: 1px solid #e1e1e1;
}
.comment-list li {
  float: left;
  clear: both;
  width: 100%;
}
.comment-list li .comment-respond {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-list li.comment .comment-meta {
  float: left;
  margin-top: 60px;
  max-width: 70px;
}
.comment-list li .reply {
  margin-top: 4px;
}
.comment-list li .comment-edit-link,
.comment-list li .comment-reply-link {
  color: #323232;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding-right: 15px;
}
.comment-list li .comment-edit-link:hover,
.comment-list li .comment-reply-link:hover {
  color: #cacaca;
}
.comment-list li .comment-reply-link:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 6px;
  font-size: 12px;
  transform: translateY(-1px);
  display: inline-block;
}
.comment-list li .comment-metadata {
  overflow: hidden;
  margin-bottom: 24px;
}
.comment-list li .comment-edit-link:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 10px;
}
.comment-list li.comment .comment-content {
  margin-left: 100px;
}
.comment-list li .comment-content {
  padding: 43px 0 48px;
  position: relative;
}
.comment-list li .comment-content .comment-desc {
  padding: 10px 0 5px;
}
.comment-list li .comment-content .date {
  font-size: 14px;
  text-transform: initial;
}
.comment-list li .comment-content a {
  word-wrap: break-word;
}
.comment-list li .comment-content .fn {
  color: #323232;
  display: block;
  font-weight: 500;
}
.comment-list li .comment-content .fn a {
  color: #333;
  font-style: normal;
  font-size: 20px;
}
.comment-list li .comment-author img {
  border-radius: 50%;
}
.comment-list .comment-respond {
  margin-bottom: 50px;
}
.comment-list:after {
  clear: both;
  content: "";
  display: block;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children article {
  border-top-width: 0;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list .depth-5 .children {
  padding-left: 0;
}

.comments-area .comment-desc {
  padding: 15px 0 5px;
  color: #666;
}
.comments-area .date {
  color: #666;
}
.comments-area .comments-links {
  margin-bottom: 60px;
  text-align: center;
}
.comments-area .comments-links .page-numbers {
  font-size: 18px;
  padding: 0 8px;
  color: #999;
}
.comments-area .comments-links .page-numbers.current {
  color: #000;
}

.comment-respond {
  clear: both;
  padding-top: 60px;
}
.single-post .comment-respond {
  margin-bottom: 40px;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px;
}
.comment-respond .logged-in-as a {
  color: #000;
}
.comment-respond .logged-in-as a:hover {
  color: #dcb14a;
}
.comment-respond .comment-reply-title {
  font-weight: 500;
  color: #000;
  padding-bottom: 23px;
  margin: 0;
}
.comment-respond .comment-reply-title a {
  color: #0099cc;
  padding-left: 15px;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  border: 1px solid #cfcfcf;
  transition: 0.5s !important;
  outline: none;
  padding: 15px;
  width: 100%;
  color: #000;
  font-size: 14px;
}
.comment-respond textarea {
  height: 200px;
  font-size: 14px !important;
}
.comment-respond p {
  margin-bottom: 0;
  margin-top: 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.comment-respond .comment-form-email {
  padding-right: 0;
  margin-bottom: 20px;
}
.comment-respond .comment-form-comment {
  margin-bottom: 12px;
}
.comment-respond .comment-form-author {
  padding-left: 0;
  margin-bottom: 20px;
}
.comment-respond .comment-form-url {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.comment-respond .comment-message {
  margin-top: 20px;
  color: red;
  min-height: 30px;
}
.comment-respond .form-submit {
  clear: both;
  position: relative;
}
.comment-respond .form-submit .submit {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.comment-awaiting-moderation {
  display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.footer-fixed .site {
  background-color: #fff;
}

.page-template-template-home-boxed .site-footer {
  max-width: 1330px;
  margin: auto;
}
.page-template-template-home-boxed .site-footer.footer-layout-1 {
  background-color: #fff;
}

a.backtotop {
  font-size: 24px;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  background-color: #999;
}
a.backtotop.style-2 {
  color: #666666;
  font-size: 28px;
  background-color: transparent;
}
a.backtotop.style-2:hover, a.backtotop.style-2:focus, a.backtotop.style-2:visited {
  color: #666666;
  background-color: transparent;
}
a.backtotop:hover, a.backtotop:focus, a.backtotop:visited {
  color: #fff;
}
a.backtotop.show-scroll {
  z-index: 99;
  opacity: 1;
}

.site-footer.footer-layout-2 {
  background-color: #f4f5f7;
}
.site-footer.has-border {
  border-top: 1px solid #ebebeb;
}
.footer-fixed .site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer-fixed .site-footer.no-sticky {
  position: static;
}

.footer-widget.columns-4 .footer-sidebar, .footer-widget.columns-3 .footer-sidebar {
  max-width: 30%;
}
.footer-widget.columns-2 .footer-sidebar, .footer-widget.columns-1 .footer-sidebar {
  flex: 1;
}
.footer-widget .footer-widget-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.footer-widget .footer-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.footer-widget .widget {
  margin-bottom: 33px;
}
.footer-widget .widget .mc4wp-form {
  position: relative;
}
.footer-widget .widget .mc4wp-form input[type=submit] {
  position: absolute;
  right: 0;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-indent: -9999px;
  margin: 0;
  border: 0;
  padding: 0;
  z-index: 1;
}
.footer-widget .widget .mc4wp-form input[type=text],
.footer-widget .widget .mc4wp-form input[type=email] {
  border-width: 0 0 1px 0;
  padding: 8px 30px 8px 0;
  height: auto;
  width: 370px;
  background-color: transparent;
}
.footer-widget .widget .mc4wp-form:after {
  content: "";
  font-family: Linearicons;
  position: absolute;
  right: 0;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
}
.footer-widget .widget .mc4wp-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.footer-widget .widget .mc4wp-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.footer-widget .widget .mc4wp-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.footer-widget .widget .mc4wp-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.footer-widget .widget ul li {
  line-height: 1.4;
}
.footer-widget .widget ul li a {
  color: #666666;
}
.footer-widget .widget ul li a:hover {
  color: #000;
}
.footer-widget .widget:last-child {
  margin-bottom: 0;
}
.footer-widget .helendo-social-links-widget ul {
  margin: 0 -11px;
}
.footer-widget .helendo-social-links-widget ul li {
  padding: 0 11px;
}
.footer-widget .helendo-social-links-widget ul li a {
  color: #999999;
}
.footer-widget .helendo-social-links-widget ul li a:hover {
  color: #dcb14a;
}
.footer-widget .widget_mc4wp_form_widget {
  margin-bottom: 50px;
}
.footer-widget .container .widget .mc4wp-form input[type=text],
.footer-widget .container .widget .mc4wp-form input[type=email] {
  width: 100%;
}

.footer-main {
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.page-template-template-home-boxed .footer-main {
  font-size: 14px;
}
.page-template-template-home-boxed .footer-main .footer-socials-menu a {
  font-size: 16px;
}
.footer-main .footer-container {
  display: flex;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-main .footer-bottom {
  margin-top: 42px;
}
.footer-main .footer-border {
  position: absolute;
  top: 0;
}
.footer-main .footer-border:not(.container) {
  left: 0;
  right: 0;
}
.footer-main .footer-border.container {
  left: 50%;
  transform: translateX(-50%);
}
.footer-main .divider {
  flex: 1;
  margin: 0;
}
.footer-main .footer-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-main .footer-items > * {
  margin-top: auto;
  margin-bottom: 40px;
}
.footer-main .footer-items > *:last-child {
  margin-bottom: 0;
}
.footer-main .footer-center {
  text-align: center;
  justify-content: center;
}
.footer-main .footer-center ul.menu,
.footer-main .footer-center .footer-socials-menu {
  text-align: center;
  justify-content: center;
}
.footer-main .footer-right {
  text-align: right;
  justify-content: flex-end;
}
.footer-main .footer-right ul.menu,
.footer-main .footer-right .footer-socials-menu {
  text-align: right;
  justify-content: flex-end;
}
.footer-main .custom-text {
  color: #000;
}
.footer-main .copyright a {
  font-weight: 500;
  color: #000;
}
.footer-main .footer-socials-menu {
  display: flex;
  align-items: flex-end;
}
.footer-main .footer-socials-menu label {
  display: block;
  padding-right: 60px;
  color: #000;
}
.footer-main .footer-socials-menu a {
  color: #7e7e7e;
}
.footer-main .footer-socials-menu a:hover {
  color: #dcb14a;
}
.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main ul.footer-menu, .footer-main ul.footer-socials {
  display: flex;
  align-items: center;
}
.footer-main ul.footer-menu {
  margin: 0 -21px;
}
.footer-main ul.footer-menu li {
  padding: 0 21px;
}
.footer-main ul.footer-menu a {
  color: #999999;
}
.footer-main ul.footer-menu a:hover {
  color: #000;
}
.footer-main ul.footer-socials {
  margin: 0 -11px;
}
.footer-main ul.footer-socials li {
  padding: 0 11px;
}

.footer-socials-menu a:before {
  font: normal normal normal 16px/1 ElegantIcons;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: inherit;
}
.footer-socials-menu a[href*="facebook.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="twitter.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="plus.google.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="linkedin.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="instagram.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="youtube.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="flickr.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="pinterest.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="vimeo.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="dribbble.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="wordpress.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="tumblr.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="skype.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="stumbleupon.com"]:before {
  content: "";
}
.footer-socials-menu a[href*="rss.com"]:before {
  content: "";
  font-family: ElegantIcons;
}
.footer-socials-menu a[href*="github.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="yelp.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="codepen.io"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="reddit.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="pocket.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="foursquare.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="vk.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="weibo.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="wechat.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.footer-socials-menu a[href*="behance.net"]:before {
  content: "";
  font-family: FontAweSome;
}

.page-template-template-home-left-sidebar .footer-widget .widget .mc4wp-form input[type=text],
.page-template-template-home-left-sidebar .footer-widget .widget .mc4wp-form input[type=email] {
  width: 100%;
}
.page-template-template-home-left-sidebar.footer-fixed .site-footer {
  left: 300px;
}

.error404 .error-404 {
  text-align: center;
}
.error404 .error-404 .icon {
  font-size: 63px;
  color: #dcb14a;
}
.error404 .error-404 .page-title {
  font-size: 48px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.error404 .error-404 .description {
  font-size: 18px;
  margin-top: 0;
  color: #999999;
  margin-bottom: 60px;
}
.error404 .error-404 .description a {
  color: #dcb14a;
  font-weight: 500;
  border-bottom: 1px solid;
}
.error404 .error-404 .search {
  max-width: 370px;
  margin: 0 auto;
}
.error404 .error-404 .search .search-form {
  position: relative;
  width: 100%;
}
.error404 .error-404 .search .search-form .search-field {
  border: 1px solid #d9d9d9;
  padding: 13px 15px;
  border-radius: 0;
  background-color: transparent;
  border-right: none;
}
.error404 .error-404 .search .search-form .search-submit {
  right: 0;
  border: 1px solid #d9d9d9;
  border-left: none;
}
.error404 .error-404 .search .search-form .search-submit:hover {
  background: transparent;
}
.error404 .error-404 .search .search-form:after {
  color: #000;
  font-weight: 600;
  right: 15px;
}

.error404 .site-content {
  padding-top: 205px;
  padding-bottom: 225px;
}

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

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

/* Make sure 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;
  margin-top: 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
  margin-top: 15px;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Canvas Panel
--------------------------------------------------------------*/
.helendo-off-canvas-panel {
  width: 475px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -475px;
  overflow: hidden;
  color: #000;
  z-index: 100000;
  transition: transform 0.25s ease;
}
.helendo-off-canvas-panel.open {
  transform: translate3d(-475px, 0, 0);
}
.helendo-off-canvas-panel .widget-panel-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 53px 50px 45px;
  z-index: 10;
}
.helendo-off-canvas-panel .widget-canvas-content {
  height: 100%;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 128px;
}
.helendo-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
  padding-bottom: 325px;
}
.helendo-off-canvas-panel .widget-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
}
.helendo-off-canvas-panel .widget-canvas-content::-webkit-scrollbar {
  display: none;
}
.helendo-off-canvas-panel .close-canvas-panel {
  font-size: 20px;
  color: #000;
}

.menu-sidebar-left .helendo-off-canvas-panel.menu-sidebar {
  left: -475px;
  right: auto;
}
.menu-sidebar-left .helendo-off-canvas-panel.menu-sidebar.open {
  transform: translate3d(475px, 0, 0);
}

.cart-sidebar-left .helendo-off-canvas-panel.cart-panel {
  left: -475px;
  right: auto;
}
.cart-sidebar-left .helendo-off-canvas-panel.cart-panel.open {
  transform: translate3d(475px, 0, 0);
}

.helendo-off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.open-canvas-panel .helendo-off-canvas-layer {
  display: block;
}

.helendo-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f5f7;
  overflow: auto;
  backface-visibility: hidden;
  visibility: visible;
  outline: 0;
  z-index: -1;
  display: none;
}
.helendo-modal.open {
  visibility: visible;
  z-index: 100000;
}
.helendo-modal::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  overflow-x: hidden;
}

.helendo-newsletter-popup {
  background-color: transparent;
}
.helendo-newsletter-popup .helendo-off-newsletter-layer {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.helendo-newsletter-popup .modal-content {
  transition: transform 0.5s;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 0;
  background-color: #fff;
  max-width: 850px;
  z-index: 20;
}
.helendo-newsletter-popup .modal-content .close-modal {
  position: absolute;
  top: 40px;
  right: 48px;
  color: #666;
  z-index: 10;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}
.helendo-newsletter-popup .modal-content .close-modal:hover {
  color: #000;
}
.helendo-newsletter-popup .newletter-content {
  padding: 51px 52px 53px 62px;
  position: relative;
}
.helendo-newsletter-popup .newletter-content .n-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
}
.helendo-newsletter-popup .newletter-content .nl-inner {
  width: 530px;
}
.helendo-newsletter-popup .newletter-content .n-desc {
  margin-bottom: 45px;
}
.helendo-newsletter-popup .newletter-content .n-desc h3, .helendo-newsletter-popup .newletter-content .n-desc h2 {
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}
.helendo-newsletter-popup .newletter-content .n-desc p {
  white-space: pre-line;
  margin-bottom: 0;
}
.helendo-newsletter-popup .newletter-content .mc4wp-form input[type=email] {
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  border-color: #cbcbcb;
  display: block;
}
.helendo-newsletter-popup .newletter-content .mc4wp-form input[type=submit] {
  height: 40px;
  line-height: 40px;
}
.helendo-newsletter-popup .newletter-content .n-close {
  display: inline-block;
  margin-top: 100px;
  color: #666;
  position: relative;
  padding-left: 30px;
}
.helendo-newsletter-popup .newletter-content .n-close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  content: "";
}

.login-modal {
  background-color: transparent;
}
.login-modal .helendo-off-login-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15);
}
.login-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 450px;
}
.login-modal .modal-content .col-login,
.login-modal .modal-content .container {
  width: 100%;
  margin: 0;
}
.login-modal .modal-content .helendo-tabs {
  background-color: #fff;
  width: 100%;
}
.login-modal .modal-content .helendo-tabs .tabs-nav {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.login-modal .modal-content .helendo-tabs .tabs-nav li {
  width: 50%;
}
.login-modal .modal-content .helendo-tabs .tabs-nav li a {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  background-color: #ededed;
}
.login-modal .modal-content .helendo-tabs .tabs-nav li a.active {
  background-color: #fff;
  color: #000;
}
.login-modal .modal-content .helendo-tabs .tabs-content {
  padding: 40px 40px 30px;
}
.login-modal .modal-content .helendo-tabs .tabs-panel form {
  min-height: auto;
}

.woocommerce.mini-cart.loading .widget_mini_cart_contents {
  filter: blur(1px);
}
.woocommerce.mini-cart.loading .mini-cart-loading {
  opacity: 1;
  z-index: 10;
}
.woocommerce.mini-cart .mini-cart-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -999;
  opacity: 0;
}
.woocommerce.mini-cart .mini-cart-loading .helendo-loader {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.woocommerce.mini-cart .helendo-cart-panel-footer {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  border-top: 1px solid #d7d7d7;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 61px;
}
.woocommerce.mini-cart .cart_list li {
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  padding: 28px 20px 24px 0;
  position: relative;
}
.woocommerce.mini-cart .cart_list li:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.woocommerce.mini-cart .cart_list li:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.woocommerce.mini-cart .cart_list li:first-child {
  padding-top: 0;
}
.woocommerce.mini-cart .cart_list li:first-child .remove {
  top: 0;
}
.woocommerce.mini-cart .cart_list li:last-child {
  border-bottom: none;
}
.woocommerce.mini-cart .cart_list li a {
  line-height: 1.4;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.woocommerce.mini-cart .cart_list li .helendo-mini-cart-thumbnail {
  width: 76px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.woocommerce.mini-cart .cart_list li .helendo-mini-cart-thumbnail img {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce.mini-cart .cart_list li .helendo-mini-cart-content {
  padding-left: 98px;
  padding-top: 7px;
}
.woocommerce.mini-cart .cart_list li .quantity {
  font-size: 14px;
  color: #999999;
}
.woocommerce.mini-cart .cart_list li .quantity label {
  color: #000;
  font-weight: 500;
}
.woocommerce.mini-cart .cart_list li .quantity > span {
  display: block;
  line-height: 1.3;
}
.woocommerce.mini-cart .cart_list li dl.variation {
  margin: 0;
}
.woocommerce.mini-cart .cart_list li dl.variation dt {
  float: left;
  color: #000;
  font-weight: 500;
  padding-right: 10px;
  text-transform: capitalize;
  line-height: 1.3;
  font-size: 14px;
}
.woocommerce.mini-cart .cart_list li dl.variation dd {
  margin: 0;
  color: #999;
  line-height: 1.3;
  font-size: 14px;
}
.woocommerce.mini-cart .cart_list li dl.variation dd p {
  margin: 0;
}
.woocommerce.mini-cart .cart_list li dl.variation:after {
  clear: both;
  content: "";
  display: block;
}
.woocommerce.mini-cart .cart_list .remove {
  position: absolute;
  right: 0;
  top: 20px;
  color: #666666 !important;
  font-size: 14px;
  overflow: hidden;
  background-color: transparent !important;
}
.woocommerce.mini-cart .total {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 40px;
  overflow: hidden;
  clear: both;
  margin: 35px 0;
  line-height: 1;
  color: #000;
}
.woocommerce.mini-cart .total strong {
  float: left;
  font-weight: 500;
}
.woocommerce.mini-cart .total .amount {
  float: right;
}
.woocommerce.mini-cart .buttons {
  margin-bottom: 0;
}
.woocommerce.mini-cart .buttons a {
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce.mini-cart .buttons a:not(.checkout) {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background-color: #fff;
  border: 1px solid;
  box-shadow: none;
  transition: 0.5s;
}
.woocommerce.mini-cart .buttons a:not(.checkout):hover {
  color: #000;
  box-shadow: none;
  outline: none;
  background-color: #fff;
}
.woocommerce.mini-cart .buttons a.checkout {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background-color: #000;
  border: 0;
  box-shadow: none;
  transition: 0.5s;
}
.woocommerce.mini-cart .buttons a.checkout:hover {
  color: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  background-color: #000;
}

.menu-sidebar .widget {
  line-height: 2;
  transition: 0.35s;
  opacity: 0;
  transition-delay: 0s;
  color: #999;
  transform: translateY(50px);
  margin-bottom: 63px;
}
.menu-sidebar ul.menu {
  padding: 0;
  margin: 0;
}
.menu-sidebar ul.menu li {
  padding: 8px 0;
  list-style: none;
}
.menu-sidebar ul.menu li a {
  font-size: 18px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.menu-sidebar ul.menu li a .toggle-menu-children {
  position: absolute;
  line-height: 1;
  right: 0;
  top: 10px;
}
.menu-sidebar ul.menu li a:after {
  display: none;
}
.menu-sidebar ul.menu li a:hover {
  color: #666666;
}
.menu-sidebar ul.menu li.menu-item-has-children a {
  padding-right: 20px;
}
.menu-sidebar ul.menu li.active > a {
  color: #666666;
}
.menu-sidebar ul.menu .sub-menu {
  display: none;
  padding-left: 16px;
  margin: 14px 0 25px;
}
.menu-sidebar ul.menu .sub-menu li {
  line-height: 1;
  padding: 7px 0;
}
.menu-sidebar ul.menu .sub-menu li a {
  font-size: 16px;
  color: #999999;
  text-transform: capitalize;
  font-weight: 400;
}
.menu-sidebar ul.menu .sub-menu li a .toggle-menu-children {
  top: 1px;
}
.menu-sidebar ul.menu .sub-menu li a:hover {
  color: #000;
}
.menu-sidebar ul.menu .sub-menu li.active > a {
  color: #000;
}
.menu-sidebar ul.menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.menu-sidebar ul.menu .sub-menu .sub-menu {
  margin-bottom: 10px;
}
.menu-sidebar .widget-title {
  padding-bottom: 22px;
  font-size: 16px;
}
.menu-sidebar .helendo-language-currency {
  margin-top: 0;
  align-items: flex-start;
}
.menu-sidebar .helendo-language-currency .list-dropdown {
  height: auto;
  padding: 0;
  display: block;
}
.menu-sidebar .helendo-language-currency .list-dropdown:after {
  display: none;
}
.menu-sidebar .helendo-language-currency h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1;
}
.menu-sidebar .helendo-language-currency .widget-currency span.current {
  transform: translateX(0);
  display: none;
}
.menu-sidebar .helendo-language-currency ul {
  position: static;
  transform: none;
  border: 0;
  padding: 0;
}
.menu-sidebar .helendo-language-currency ul a {
  color: #999999;
  opacity: 1;
  height: auto;
  padding: 0;
}
.menu-sidebar .helendo-language-currency ul a:hover {
  color: #dcb14a;
}
.menu-sidebar .helendo-language-currency ul li {
  padding: 2px 0;
}
.menu-sidebar .helendo-language-currency ul li.actived a {
  color: #dcb14a;
}
.menu-sidebar.open .widget:nth-child(10) {
  transition-delay: 1.1s;
}
.menu-sidebar.open .widget:nth-child(9) {
  transition-delay: 1s;
}
.menu-sidebar.open .widget:nth-child(8) {
  transition-delay: 0.9s;
}
.menu-sidebar.open .widget:nth-child(7) {
  transition-delay: 0.8s;
}
.menu-sidebar.open .widget:nth-child(6) {
  transition-delay: 0.7s;
}
.menu-sidebar.open .widget:nth-child(5) {
  transition-delay: 0.6s;
}
.menu-sidebar.open .widget:nth-child(4) {
  transition-delay: 0.5s;
}
.menu-sidebar.open .widget:nth-child(3) {
  transition-delay: 0.4s;
}
.menu-sidebar.open .widget:nth-child(2) {
  transition-delay: 0.3s;
}
.menu-sidebar.open .widget:nth-child(1) {
  transition-delay: 0.2s;
}
.menu-sidebar.open .widget {
  transform: translateY(0);
  opacity: 1;
}
.menu-sidebar.open .widget:first-child {
  transition-delay: 0.1s;
}

.search-modal .helendo-container {
  margin-left: 120px;
  margin-right: 120px;
}
.search-modal .modal-title {
  font-size: 36px;
  margin: 0;
  font-weight: 400;
}
.search-modal .close-modal {
  font-size: 24px;
  color: #000;
}
.search-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
  margin-top: 60px;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.5s;
  transition: all 0.5s ease 0.5s;
}
.search-modal .instance-search {
  position: relative;
}
.search-modal .modal-content .search-results {
  margin-top: 75px;
}
.search-modal .modal-content ul.products li.product {
  margin-bottom: 75px;
}
.search-modal .product-cats {
  transition: all 0.5s ease 0.5s;
  text-align: center;
  margin-bottom: 73px;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.7s;
}
.search-modal .product-cats label {
  font-weight: 400;
  padding: 0 18px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.search-modal .product-cats label:first-child {
  padding-left: 0;
}
.search-modal .product-cats label:last-child {
  padding-right: 0;
}
.search-modal .product-cats label span {
  transition: 0.3s;
}
.search-modal .product-cats label span:hover {
  color: #999999;
}
.search-modal .product-cats input {
  display: none;
}
.search-modal .product-cats input:checked + span {
  color: #999999;
}
.search-modal .search-fields {
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.9s;
}
.search-modal .search-fields .btn-submit,
.search-modal .search-fields .search-icon {
  position: absolute;
  top: 6px;
  right: 0;
}
.search-modal .search-fields .search-icon {
  color: #000;
  font-size: 24px;
}
.search-modal .search-fields .btn-submit {
  opacity: 0;
  width: 30px;
  padding: 0;
  height: 30px;
  z-index: 10;
}
.search-modal .search-field {
  width: 100%;
  padding: 10px 35px 10px 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  transition: 0.5s;
}
.search-modal .search-field:focus {
  border-bottom-color: #000;
}
.search-modal.open .product-cats,
.search-modal.open .search-fields,
.search-modal.open .modal-header,
.search-modal.open .modal-footer,
.search-modal.open .search-results {
  transform: translateY(0);
  opacity: 1;
}
.search-modal:focus {
  outline: 0;
}
.search-modal.helendo-modal div.loading {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
}
.search-modal.helendo-modal div.loading .helendo-loader {
  width: 18px;
  height: 18px;
  display: block;
}
.search-modal.helendo-modal div.loading .helendo-loader:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: sp-spin-fast 2s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  position: absolute;
  width: 17px;
  height: 17px;
}
.search-modal.helendo-modal .view-more {
  margin-bottom: 90px;
  display: none;
}
.search-modal.helendo-modal .view-more a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background-color: #000;
  border: 0;
  box-shadow: none;
  transition: 0.5s;
}
.search-modal.helendo-modal .view-more a:hover {
  color: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  background-color: #000;
}
.search-modal.helendo-modal.searching .loading {
  opacity: 1;
}
.search-modal.helendo-modal.searching .search-icon {
  opacity: 0;
}
.search-modal.helendo-modal.searched .view-more {
  display: block;
}
.search-modal.helendo-modal.searched .search-results {
  display: block;
  z-index: 999;
  opacity: 1;
}
.search-modal.helendo-modal .not-found {
  text-align: center;
  font-size: 28px;
  color: #000;
}
.search-modal.helendo-modal li.not-found {
  flex: 1;
  padding: 0 15px;
}
.search-modal.helendo-modal .modal-content__search-results article .entry-header img {
  margin-bottom: 0;
}
.search-modal.helendo-modal .helendo-post-list .blog-wapper {
  padding: 16px 0;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.search-modal.helendo-modal .helendo-post-list .blog-wapper:last-child {
  border-bottom: 0;
}
.search-modal.helendo-modal .helendo-post-list .post-thumbnail {
  margin-bottom: 0;
}
.search-modal.helendo-modal .helendo-post-list .entry-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block !important;
  visibility: visible !important;
}
.search-modal.helendo-modal .helendo-post-list .entry-title:after, .search-modal.helendo-modal .helendo-post-list .entry-title:before {
  display: none;
}
.search-modal.helendo-modal .helendo-post-list img {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}
.search-modal.helendo-modal .helendo-post-list::-webkit-scrollbar {
  display: none;
}
.search-modal .modal-content__search-results article {
  margin-bottom: 70px;
}
.search-modal .modal-content__search-results article .entry-header img {
  margin-bottom: 10px;
}
.search-modal .modal-content__search-results article .entry-title {
  font-size: 20px;
  display: block !important;
  visibility: visible !important;
}
.search-modal .modal-content__search-results article .entry-meta {
  padding-top: 10px;
  margin-top: 5px;
}
.search-modal .modal-content__search-results article .entry-content,
.search-modal .modal-content__search-results article .entry-footer {
  display: none;
}

@media (min-width: 1366px) {
  .search-modal form.instance-search,
.search-modal .modal-content__search-results {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.quick-view-modal {
  background-color: rgba(0, 0, 0, 0.15);
}
.quick-view-modal .helendo-loader {
  position: relative;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.quick-view-modal .helendo-loader:before {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: sp-spin-fast 2s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  border-width: 2px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quick-view-modal.loading .helendo-loader {
  display: block;
}
.quick-view-modal.loading .modal-content {
  display: none;
}
.quick-view-modal .modal-header {
  display: none;
}
.quick-view-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  font-size: 30px;
  color: #000;
}
.quick-view-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); width:700px; height:700px;
}
.quick-view-modal .helendo-product-content {
  background-color: #fff;
}
.quick-view-modal.single-product div.product {
  width: 100%;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery,
.quick-view-modal.single-product div.product .entry-summary,
.quick-view-modal.single-product div.product .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery {
  /* padding-right: 30px; */
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery .slick-arrow {
  opacity: 0;
  transition: 0.5s;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery .slick-prev-arrow {
  left: -20px;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery .slick-next-arrow {
  right: -20px;
  left: auto;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery:hover .slick-arrow {
  opacity: 1;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery:hover .slick-prev-arrow {
  left: 15px;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery:hover .slick-next-arrow {
  right: 15px;
}
.quick-view-modal.single-product div.product .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}
.quick-view-modal.single-product div.product .product-summary {
  max-height: 570px;
  overflow: auto;
}
.quick-view-modal.single-product div.product .product-summary::-webkit-scrollbar {
  display: none;
}
.quick-view-modal.single-product div.product .entry-summary {
  padding: 40px 100px 0 15px;
}

@media (min-width: 1200px) {
  .quick-view-modal .container {
    width: 1290px;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1800px) {
  .header-v3 .header-left-items,
.header-v3 .header-right-items,
.header-v6 .header-left-items,
.header-v6 .header-right-items,
.header-v7 .header-left-items,
.header-v7 .header-right-items {
    flex: 1;
    min-width: 10%;
  }
  .header-v3 .header-center-items,
.header-v6 .header-center-items,
.header-v7 .header-center-items {
    flex-grow: 0;
  }
}
@media (max-width: 1600px) {
  .footer-widget .widget .mc4wp-form input[type=text],
.footer-widget .widget .mc4wp-form input[type=email] {
    width: 100%;
  }

  .helendo-container-full-width {
    margin-left: 120px;
    margin-right: 120px;
  }

  .search-modal .helendo-container .container {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .header-video {
    height: auto;
  }

  .helendo-container-full-width {
    width: 100%;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-v3 .header-center-items,
.header-v6 .header-center-items,
.header-v7 .header-center-items {
    /*display: none;*/
  }
  .header-v3 .header-right-items .header-hamburger,
.header-v6 .header-right-items .header-hamburger,
.header-v7 .header-right-items .header-hamburger {
    display: block !important;
  }
  .header-v3 .menu-sidebar ul.menu ul,
.header-v6 .menu-sidebar ul.menu ul,
.header-v7 .menu-sidebar ul.menu ul {
    display: none;
  }
}
@media (max-width: 1280px) {
  body .helendo-image-carousel .helendo-left-arrow {
    left: 0;
  }
  body .helendo-image-carousel .helendo-right-arrow {
    right: 0;
  }
  body .helendo_banners_carousel .banner-item {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .content-sidebar .content-area {
    padding-right: 30px;
  }

  .sidebar-content .content-area {
    padding-left: 30px;
  }

  .shop-topbar__content .helendo_attributes_filter ul li.show-color.chosen .swatch-color {
    background-color: transparent !important;
  }

  .header-cart.hover-action {
    display: flex;
    align-items: center;
  }
  .header-cart.hover-action .mini-cart {
    min-width: 430px;
    position: absolute;
    top: calc(50% + 49px);
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    z-index: 100;
    transition: top 0.35s;
  }
  .header-cart.hover-action .mini-cart:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 999;
    height: 27px;
  }
  .header-cart.hover-action .mini-cart .widget-canvas-content {
    border: 1px solid #d7d7d7;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #fff;
    z-index: 999;
    position: relative;
  }
  .header-cart.hover-action .mini-cart .mini-cart__arrow {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
    top: -6px;
    left: 50%;
    background-color: #fff;
    z-index: 9;
    transform: translateX(-50%) rotate(135deg);
  }
  .header-cart.hover-action .mini-cart .helendo-cart-panel-footer {
    position: static;
    padding-bottom: 40px;
  }
  .header-cart.hover-action .mini-cart .cart_list::-webkit-scrollbar {
    display: none;
  }
  .header-cart.hover-action .mini-cart .cart_list {
    padding-top: 35px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 397px;
    position: relative;
  }
  .header-cart.hover-action .mini-cart .total {
    font-size: 20px;
    padding: 0 0 11px;
    margin: 30px 0;
  }
  .header-cart.hover-action .mini-cart .buttons {
    display: flex;
    margin: 0 -17px;
  }
  .header-cart.hover-action .mini-cart .buttons a {
    margin: 0 17px;
    flex: 1 1 50%;
  }
  .header-cart.hover-action:hover .mini-cart {
    opacity: 1;
    top: calc(50% + 39px);
    transform: translateX(-50%) scaleX(1);
  }
}
@media (max-width: 1199px) {
  .header-mobile .woocommerce.mini-cart {
    display: none;
  }

  .single-post .comment-respond {
    margin-bottom: 0;
  }

  .footer-fixed .site-footer {
    position: static;
  }

  .menu-sidebar .widget-panel-content ul.menu ul {
    display: none;
    margin-left: 20px;
    padding-left: 0;
  }

  .footer-widget .footer-sidebar,
.footer-widget.columns-4 .footer-sidebar,
.footer-widget.columns-3 .footer-sidebar {
    width: 50%;
    max-width: unset;
  }

  .shop-toolbar-mobile {
    margin-bottom: 20px;
  }
  .shop-toolbar-mobile .shop-toolbar__items-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shop-toolbar-mobile .shop-toolbar__item--result .woocommerce-result-count {
    transform: translateY(0);
  }
  .shop-toolbar-mobile .shop-toolbar__item--filter a {
    display: flex;
    align-items: center;
  }
  .shop-toolbar-mobile .shop-toolbar__item--filter i {
    color: #999;
    font-weight: 400;
    padding-right: 6px;
    padding-left: 0;
    font-size: 17px;
  }
  .shop-toolbar-mobile .shop-toolbar__item--sort-by {
    display: flex;
    align-items: center;
  }
  .shop-toolbar-mobile .shop-toolbar__item--sort-by i {
    font-size: 20px;
    color: #999;
    font-weight: 400;
    padding-right: 10px;
  }
  .shop-toolbar-mobile .shop-toolbar__item--sort-by .woocommerce-ordering ul,
.shop-toolbar-mobile .shop-toolbar__item--sort-by .cancel-ordering {
    display: none;
  }

  .woocommerce .shop-topbar {
    width: 475px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -475px;
    overflow: hidden;
    color: #000;
    z-index: 100000;
    transition: transform 0.25s ease;
    display: block;
    opacity: 1;
  }
  .woocommerce .shop-topbar .widget-panel-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 53px 50px 45px;
    z-index: 10;
  }
  .woocommerce .shop-topbar .widget-panel-header .close-canvas-panel {
    font-size: 20px;
    color: #000;
  }
  .woocommerce .shop-topbar .shop-topbar__content {
    height: 100%;
    overflow-y: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 128px;
    margin: 0;
    display: block;
  }
  .woocommerce .shop-topbar .shop-topbar__content .widget {
    max-width: 100%;
    min-width: auto;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .woocommerce .shop-topbar .shop-topbar__content .widget:last-child {
    border-bottom: 0;
  }
  .woocommerce .shop-topbar .shop-topbar__content .helendo_attributes_filter ul li.show-label {
    display: inline-block;
    margin-right: 10px;
  }
  .woocommerce .shop-topbar .shop-topbar__content .helendo_attributes_filter ul li.show-color {
    display: inline-block;
    margin-right: 15px;
  }
  .woocommerce .shop-topbar .shop-topbar__content .helendo_attributes_filter ul li.show-color .nav-title {
    display: none;
  }
  .woocommerce .shop-topbar .shop-topbar__content .helendo_attributes_filter ul li.show-color .swatch-color {
    width: 23px;
    height: 23px;
  }
  .woocommerce .shop-topbar .shop-topbar__content .helendo_attributes_filter ul li.show-color .swatch-color:before {
    content: "";
    font-size: 10px;
    font-weight: 600;
  }
  .woocommerce .shop-topbar.open {
    transform: translate3d(-475px, 0, 0);
    z-index: 999999;
  }
  .woocommerce ul.products li.product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
	
	.quick-view-modal .modal-content{ width:500px; height:500px;}
	.woocommerce.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
    height: 500px;
    width: 100%;}
	
  .woocommerce.single-product div.product .woocommerce-product-gallery {
    display: block;
    /*width: 50%;*/
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav:hover .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav:after {
    content: "";
    display: flex;
    clear: both;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
    float: left;
    padding: 5px;
    width: auto;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav .slick-next-arrow {
    left: auto;
    right: 10px;
    bottom: auto;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav .slick-next-arrow:before {
    content: "";
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav .slick-prev-arrow {
    right: auto;
    left: 10px;
    bottom: auto;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav .slick-prev-arrow:before {
    content: "";
  }
  .woocommerce.single-product div.product .entry-summary {
    width: 45%;
  }
  .woocommerce.single-product div.product .product_socials {
    margin-top: 40px;
  }

  .woocommerce.full-content.single-product div.product .woocommerce-product-gallery .flex-control-nav {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .woocommerce.full-content.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
    float: left;
    padding: 5px;
    width: auto;
  }

  .quick-view-modal .product-images-wrapper {
    /*display: none;*/
  }
	.woocommerce.single-product div.product .woocommerce-product-gallery{ margin-bottom:0;}
  .quick-view-modal .product-summary {
    width: 100%;
  }
  .quick-view-modal.single-product div.product .entry-summary {
    padding: 40px;
  }

  .menu-sidebar-left .helendo-off-canvas-panel.menu-sidebar {
    right: -475px;
    left: auto;
  }
  .menu-sidebar-left .helendo-off-canvas-panel.menu-sidebar.open {
    transform: translate3d(-475px, 0, 0);
  }

  .remove-br br {
    display: none !important;
  }

  body.catalog-without-gutter.catalog-full-width.full-content .shop-topbar {
    margin-left: 0;
    margin-right: 0;
  }
  body .helendo-reset-padding-left {
    padding-left: 15px !important;
  }
  body .helendo-reset-padding-right {
    padding-right: 15px !important;
  }
  body .helendo-vc_column_inner-reset-padding-left .vc_column-inner {
    padding-left: 15px !important;
  }
  body .helendo-vc_column_inner-reset-padding-right .vc_column-inner {
    padding-right: 15px !important;
  }
  body .helendo-no-padding-left {
    padding-left: 0 !important;
  }
  body .helendo-no-padding-right {
    padding-right: 0 !important;
  }
  body .helendo-no-margin-left {
    margin-left: 0 !important;
  }
  body .helendo-no-margin-right {
    margin-right: 0 !important;
  }
  body .helendo-no-padding {
    padding: 0 !important;
  }
  body .helendo-no-margin {
    margin: 0 !important;
  }
  body .helendo-reset-letter-spacing {
    letter-spacing: inherit !important;
  }
  body .helendo-about-us .description br {
    display: none;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper {
    left: 80px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .title {
    font-size: 48px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .read-more {
    margin-top: 20px;
  }
  body .helendo_banners_grid.style-1 .banner-item.product-2 .banner-wrapper, body .helendo_banners_grid.style-1 .banner-item.product-3 .banner-wrapper {
    top: 25px;
    left: 30px;
  }
  body .helendo_banners_grid.style-1 .banner-item.product-1 .banner-wrapper, body .helendo_banners_grid.style-1 .banner-item.product-4 .banner-wrapper, body .helendo_banners_grid.style-1 .banner-item.product-6 .banner-wrapper, body .helendo_banners_grid.style-1 .banner-item.product-7 .banner-wrapper {
    top: 25px;
    left: 40px;
  }
  body .helendo_banners_grid.style-1 .banner-item.product-5 .banner-wrapper {
    top: 25px;
    left: 50px;
  }
  body .helendo-product-feature.style-2 .product-thumbnail {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .helendo-product-feature.style-2 .info-product {
    display: block;
    padding: 0 35px;
  }
  body .helendo-product-feature.style-2.align-left {
    display: block;
  }
  body .helendo-product-feature .layout-spacing {
    display: none !important;
  }
  body .helendo-product-feature .info-product .info-wrapter .description br {
    display: none !important;
  }
  body.page-template-template-home-left-sidebar {
    margin-left: 0;
  }
  body.page-template-template-home-left-sidebar.footer-fixed .site-footer {
    left: 0;
  }
  body .header-left-sidebar {
    display: none;
  }
	
}
@media (min-width: 1025px) {
  .helendo-newletter__style-2 .newsletter-wrapper,
.helendo-newletter__style-3 .newsletter-wrapper,
.helendo-newletter__style-5 .newsletter-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .helendo-row-full-width .helendo-newletter__style-2 .newsletter-wrapper,
.helendo-row-full-width .helendo-newletter__style-3 .newsletter-wrapper,
.helendo-row-full-width .helendo-newletter__style-5 .newsletter-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
.quick-view-modal .modal-content {
    width: 600px;
    height: 600px;}
}
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .container {
    padding-right: 0;
    padding-left: 0;
  }

  .helendo-container {
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .helendo-container .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .helendo-newletter .desc br {
    display: none;
  }

  .helendo-newletter__style-2.has-bg .newsletter-wrapper,
.helendo-newletter__style-3.has-bg .newsletter-wrapper,
.helendo-newletter__style-5.has-bg .newsletter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .woocommerce.single-product.sidebar-content div.product .woocommerce-product-gallery, .woocommerce.single-product.content-sidebar div.product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 50px;
  }
  .woocommerce.single-product.sidebar-content div.product .entry-summary, .woocommerce.single-product.content-sidebar div.product .entry-summary {
    width: 100%;
  }

  body .helendo_banners_carousel .banner-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  body .helendo_banners_grid {
    top: 40px;
    left: 45px;
  }
  body .helendo_banners_grid.style-3 .banner-item .banner-wrapper .read-more {
    margin-top: 35px;
  }
	.quick-view-modal .modal-content{ width:500px; height:500px;}
	.woocommerce.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
    height: 500px;
    width: 100%;}
}
@media (max-width: 991px) {
    .footer-top.footer-container .footer-items.footer-left .copyright {
    width: 50% !important;
    text-align: left !important;
    }
    nav.menu-footer-menu-container ul.footer-menu.menu {
    margin: 0 !important;
    }

    .footer-main ul.footer-menu li {
    padding: 0 21px 0 0;
}

  .site-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-list .entry-thumbnail {
    margin-bottom: 20px;
  }
  .blog-list .blog-wapper {
    margin-bottom: 60px;
  }
  .blog-list .blog-wapper .entry-title {
    font-size: 28px;
  }

  .comment-list .children {
    padding-left: 0;
  }

  .primary-sidebar {
    margin-top: 60px;
  }

  .footer-main .footer-container {
    flex-direction: column;
  }
  .footer-main .footer-items {
    padding: 10px 21px;
  }
  .footer-main ul.footer-menu,
.footer-main ul.footer-socials,
.footer-main .footer-right,
.footer-main .footer-right ul.menu,
.footer-main .footer-right .footer-socials-menu {
    justify-content: center;
  }
  .footer-main .copyright {
    text-align: center;
  }

  .helendo-newletter .newsletter-header {
    margin-bottom: 50px;
  }

  .helendo-newletter__style-4 .mc4wp-form {
    margin-bottom: 0;
    padding-left: 0;
  }

  .helendo-newletter__style-5 .row-flex {
    width: auto;
  }
  .helendo-newletter__style-5 .mc4wp-form {
    width: 100%;
  }

  .footer-main {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }

  .shop-toolbar-mobile {
    background-color: #f4f5f7;
    padding: 15px;
  }

  .woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: /*80px*/0; height:auto;
  }
  .woocommerce.single-product div.product .entry-summary {
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form .coupon {
    margin-bottom: 50px;
  }
  .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
    margin-bottom: 60px;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart-actions {
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart-actions a, .woocommerce table.woocommerce-cart-form__contents .cart-actions button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-content {
    padding-left: 15px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar {
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .woocommerce table.wishlist_table tr td.product-name .woocommerce-Price-amount,
.woocommerce table.wishlist_table tbody td.product-name .woocommerce-Price-amount {
    display: inline;
  }
  .woocommerce table.wishlist_table tbody td.product-name a {
    display: block;
  }
  .woocommerce table.wishlist_table .m-price {
    color: #999;
    font-size: 14px;
  }
  .woocommerce table.wishlist_table .m-price ins {
    background-color: transparent;
  }
  .woocommerce table.wishlist_table .m-stock-status {
    color: #669900;
  }

  body .helendo-products-carousel.style-1 .product-header,
body .helendo-products-grid.style-2 .product-header {
    flex-direction: column;
  }
  body .helendo-products-grid .product-header .filter li,
body .helendo-products-carousel .product-header .filter li {
    padding: 7px 0;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper {
    left: 50px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .title {
    font-size: 36px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .description {
    margin-top: 20px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .read-more {
    margin-top: 0;
  }
  body .helendo-product-feature .info-product .line-spacing {
    display: none;
  }
  body .helendo-product-feature.style-2 .info-product .info-wrapter .title {
    font-size: 36px;
  }
  body .helendo-product-feature.style-2 .bottom {
    margin-top: -55px;
  }
  body .helendo-about-us.style-1 .read-more {
    margin-top: 50px;
  }
  body .helendo-about-us.style-2 {
    padding: 0 30px;
  }
  body .helendo-about-us .read-more {
    margin-top: 50px;
  }
  body .helendo_banners_grid.style-2 .banner-item .banner-wrapper {
    top: 15px;
    left: 15px;
  }
	.quick-view-modal .modal-content{ width:500px; height:500px;}
	.woocommerce.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
    height: 500px;
    width: 100%;}
}
@media (max-width: 767px) {
  .footer-top.footer-container .footer-items.footer-left .copyright {
    width: 100% !important;
    
  }
  .page-header {
    padding: 20px 0;
  }
  .page-header .page-title {
    font-size: 18px;
  }
  .page-header .site-breadcrumb {
    font-size: 14px;
  }

  .shop-toolbar-mobile {
    padding: 8px 15px;
  }
  .shop-toolbar-mobile .shop-toolbar__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3px 0;
  }
  .shop-toolbar-mobile .shop-toolbar__item:nth-child(2n) {
    text-align: right;
  }
  .shop-toolbar-mobile .shop-toolbar__item:nth-child(2n) a {
    justify-content: flex-end;
  }

  .shop-toolbar__item--sort-by .woocommerce-ordering .current:after {
    display: block;
    margin-top: -1px;
  }

  .catalog-sidebar .widget {
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
  .catalog-sidebar .widget-title {
    font-size: 20px;
    padding: 0 0 8px;
  }

  .woocommerce-account .site-content,
.woocommerce-checkout .site-content,
.woocommerce-cart .site-content,
.helendo-catalog-page .site-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .woocommerce ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .woocommerce ul.products li.product .product-details {
    margin-top: 10px;
  }
  .woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 16px;
  }

  a.backtotop {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 36px;
  }

  .footer-main .footer-items > * {
    margin-bottom: 25px;
  }

  .footer-main .footer-bottom {
    margin-top: 5px;
  }

  .footer-widget {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .footer-widget .widget-title {
    padding-bottom: 15px;
  }

  .helendo-nav-menu .horizontal ul {
    margin: 0 -15px;
  }
  .helendo-nav-menu .horizontal ul li {
    padding: 0 15px;
  }

  body .helendo-products-carousel.style-1 .product-header,
body .helendo-products-grid.style-2 .product-header {
    flex-direction: column;
  }
  body .helendo-products-carousel.style-1 .product-header .section-title,
body .helendo-products-grid.style-2 .product-header .section-title {
    margin-bottom: 10px;
  }
  body .helendo-products-carousel.style-1 .nav-filter,
body .helendo-products-grid.style-2 .nav-filter {
    margin-top: 0;
  }
  body .helendo-about-us.style-2 .description {
    font-size: 16px;
  }
  body .helendo-about-us .title {
    font-size: 24px;
  }
  body .helendo-about-us .description {
    font-size: 16px;
  }
  body .helendo-about-us .read-more {
    margin-top: 20px;
  }
  body .helendo-products-grid .nav-filter,
body .helendo-products-carousel .nav-filter {
    margin: 0;
  }
  body .helendo-products-grid .product-header .filter li,
body .helendo-products-carousel .product-header .filter li {
    padding: 5px 0;
    display: inline-block;
    float: none;
  }
  body .helendo-products-grid .product-header .filter li span,
body .helendo-products-carousel .product-header .filter li span {
    padding: 0 10px;
    border: 0;
  }
  body .helendo-latest-post .hl-latest-post__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body .helendo-latest-post .hl-latest-post__header h3 {
    margin-bottom: 20px;
  }
  body .helendo-products-carousel .slick-arrow {
    top: 105px;
  }
  body .helendo-products-carousel .slick-arrow.helendo-right-arrow {
    right: 30px;
  }
  body .helendo-products-carousel .slick-arrow.helendo-left-arrow {
    left: 30px;
  }
  body .helendo-newletter .desc {
    font-size: 16px;
  }
  body .helendo-newletter__style-3 .mc4wp-form-fields input[type=email],
body .helendo-newletter__style-3 .mc4wp-form-fields input[type=text] {
    width: 100%;
    margin: 10px 0;
  }
  body .helendo-newletter__style-3 .mc4wp-form-fields input[type=submit] {
    top: auto;
    bottom: 10px;
  }
  body .helendo-newletter__style-3 .mc4wp-form-fields:before {
    top: auto;
    transform: translateY(0);
    bottom: 29px;
  }
  body .helendo-product-feature.style-1 .info-product, body .helendo-product-feature.style-3 .info-product {
    margin-bottom: 60px;
  }
  body .helendo-product-feature.style-1 .info-right {
    padding-left: 15px;
    text-align: left;
  }
  body .helendo-product-feature.style-1.align-left .product-thumbnail {
    text-align: left;
  }
  body .helendo-product-feature.style-2 {
    padding: 0 15px;
  }
  body .helendo-product-feature.style-2.align-right {
    padding-left: 0;
  }
  body .helendo-product-feature.style-2 .top {
    margin-bottom: 30px;
  }
  body .helendo-product-feature.style-2 .bottom {
    margin-top: 30px;
  }
  body .helendo-product-feature.style-2 .info-product .info-wrapter .title {
    font-size: 30px;
  }
  body .helendo_banners_grid.style-2 .banner-item .banner-wrapper {
    top: 25px;
    left: 30px;
  }
  body .helendo-product-shortcode .conten-align-right {
    float: left;
  }
  body .helendo-product-shortcode .product-spacing {
    display: none;
  }
  body .helendo_banners_large .banner-wrapper .title {
    font-size: 30px;
  }
  body .helendo_banners_large .banner-wrapper .description {
    font-size: 16px;
    line-height: 1;
  }
  body .helendo_banners_large .banner-wrapper .read-more {
    font-size: 16px;
  }

  .woocommerce.single-product div.product .price {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .woocommerce table.shop_table_responsive tr td {
    display: table-cell;
  }
  .woocommerce table.shop_table_responsive tr td:before {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr {
    border-bottom: 1px solid #e1e1e1;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td {
    padding-left: 0;
    padding-right: 0;
    display: block;
    border: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-name {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 40px;
    display: flex;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-quantity {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-quantity a.remove {
    width: 45px;
    height: 45px;
    background-color: #f4f5f7;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    margin-left: 20px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td .quantity {
    flex-grow: 1;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td span.amount {
    display: block;
    margin-top: 5px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr:first-child td.product-name {
    padding-top: 10px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .product-meta {
    display: block;
    margin-top: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .product-thumbnail img {
    max-width: 100px;
    margin-right: 20px;
  }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents {
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    flex: 0 0 33.3333%;
    padding-bottom: 15px;
  }
  .woocommerce-account .woocommerce table.shop_table_responsive tr td {
    text-align: left;
  }

  .post-navigation .nav-links {
    flex-wrap: wrap;
  }
  .post-navigation .nav-links a {
    width: 100%;
  }
	.quick-view-modal .modal-content{ width:400px; height:400px;}
}

@media (max-width: 750px) {
	.quick-view-modal .modal-content{ width:300px; height:300px;}
}


@media (max-width: 600px) {
  .error404 .site-content {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .post-author .post-author-box {
    display: block;
  }
  .post-author .post-author-box .post-author-avatar {
    margin-bottom: 20px;
  }
  .post-author .post-author-box .post-author-info {
    margin-left: 0 !important;
  }

  .comment-list li.comment .comment-meta {
    float: none;
    margin-top: 40px;
  }
  .comment-list li.comment .comment-content {
    margin-left: 0;
  }
  .comment-list li .comment-content {
    padding: 30px 0 40px;
  }

  .footer-widget .footer-sidebar,
.footer-widget.columns-4 .footer-sidebar,
.footer-widget.columns-3 .footer-sidebar {
    width: 100%;
  }

  .helendo-newletter__style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .woocommerce.single-product.sidebar-content div.product .woocommerce-product-gallery,
.woocommerce.single-product.content-sidebar div.product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 0px;
  }

  .woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 0px;
  }
  .woocommerce.single-product div.product .single-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .woocommerce.single-product div.product .single-button-wrapper > *,
.woocommerce.single-product div.product .single-button-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a,
.woocommerce.single-product div.product .single-button-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce.single-product div.product .single-button-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
    margin: 5px 0;
    width: 100%;
  }
  .woocommerce.single-product div.product .single-button-wrapper .yith-wcwl-add-to-wishlist {
    margin: 0;
  }
  .woocommerce.single-product div.product .product_socials {
    margin-top: 30px;
  }
  .woocommerce .quantity .decrease,
.woocommerce .quantity .increase {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .woocommerce .quantity .qty {
    padding: 12px 80px;
  }
  .woocommerce .woocommerce-tabs {
    margin-top: 60px;
  }
  .woocommerce table.woocommerce-cart-form__contents .quantity .increase,
.woocommerce table.woocommerce-cart-form__contents .quantity .decrease {
    top: 1px;
  }
  .woocommerce table.woocommerce-cart-form__contents .quantity .increase {
    right: 3px;
  }
  .woocommerce table.woocommerce-cart-form__contents .quantity .decrease {
    left: 3px;
  }

  body .helendo-about-us.style-1 .read-more {
    margin-top: 20px;
  }
  body .helendo-about-us .read-more {
    margin-top: 20px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .description {
    display: none;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper {
    padding: 0 20px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper:first-child {
    padding-left: 0;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper:last-child {
    padding-right: 0;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper li {
    margin-bottom: 15px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper:after {
    font-size: 40px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper .inn {
    font-size: 40px;
    min-width: 65px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper .flip-clock-label {
    font-size: 14px;
  }
	.quick-view-modal .modal-content{ width:400px; height:400px;}
	.woocommerce.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
    height: 400px;
    width: 100%;}
}
@media (max-width: 480px) {
  .maintenance-mode .maintenance-header {
    position: static;
    padding-bottom: 0;
  }

  .blog-masonry .blog-wapper {
    width: 100%;
  }

  .blog-grid .blog-wapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-post .entry-footer {
    display: block;
    margin: 15px 0 40px;
  }
  .single-post .helendo-single-post-socials-share {
    margin: 0 0 10px;
  }

  .post-navigation .nav-links .nav-previous {
    padding-left: 20px;
  }
  .post-navigation .nav-links .nav-next {
    padding-right: 20px;
  }

  .helendo-catalog-mobile-1-columns ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce .woocommerce-tabs .wc-tabs {
    display: block;
  }
  .woocommerce .woocommerce-tabs .wc-tabs li {
    margin: 0;
    padding: 5px 0;
  }
  .woocommerce .woocommerce-tabs .wc-tabs li:after {
    display: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    flex: 0 0 100%;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-total,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-date,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date {
    display: none;
  }
  .woocommerce-account .woocommerce table.woocommerce-table--order-downloads td, .woocommerce-account .woocommerce table.woocommerce-table--order-downloads th {
    padding: 10px;
  }
  .woocommerce-account .woocommerce table.woocommerce-table--order-downloads td.download-remaining, .woocommerce-account .woocommerce table.woocommerce-table--order-downloads td.download-expires, .woocommerce-account .woocommerce table.woocommerce-table--order-downloads th.download-remaining, .woocommerce-account .woocommerce table.woocommerce-table--order-downloads th.download-expires {
    display: none;
  }

  body ul.products {
    margin-left: -8px;
    margin-right: -8px;
  }
  body ul.products li.product {
    padding-left: 8px;
    padding-right: 8px;
  }
  body .helendo_banners_grid .banner-item .banner-wrapper .title {
    font-size: 24px;
  }
  body .helendo_banners_grid .banner-item .banner-wrapper .description {
    font-size: 16px;
  }
  body .helendo-products-carousel .product-header {
    margin-bottom: 40px;
  }
  body .helendo-products-carousel.style-2 .section-title .title {
    margin-bottom: 30px;
  }
  body .helendo-newletter .newsletter-header {
    margin-bottom: 30px;
  }
  body .helendo-newletter__style-3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  body .helendo-newletter__style-1 h4,
body .helendo-newletter__style-4 h4,
body .helendo-newletter__style-5 h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body .helendo-products-grid.style-2 .product-header .section-title .title {
    font-size: 28px;
  }
  body .helendo-newletter__style-4 .desc {
    margin-top: 20px;
  }
	.quick-view-modal .modal-content{ width:300px; height:300px;}
}
@media (max-width: 414px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  .error404 .site-content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .error404 .error-404 .icon {
    font-size: 56px;
  }
  .error404 .error-404 .page-title {
    font-size: 40px;
  }

  .footer-main .footer-socials-menu label {
    display: none;
  }

  .helendo-off-canvas-panel {
    width: 320px;
    right: -320px;
  }
  .helendo-off-canvas-panel .widget-panel-header {
    padding: 43px 30px 35px;
  }
  .helendo-off-canvas-panel .widget-canvas-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 108px;
  }
  .helendo-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
    padding-bottom: 0;
  }
  .helendo-off-canvas-panel.open {
    transform: translate3d(-320px, 0, 0);
  }

  .canvas-panel-full .helendo-off-canvas-panel {
    width: 100%;
    right: -100%;
  }
  .canvas-panel-full .helendo-off-canvas-panel.open {
    transform: translate3d(-100%, 0, 0);
  }
  .canvas-panel-full.woocommerce .shop-topbar {
    width: 100%;
    right: -100%;
  }
  .canvas-panel-full.woocommerce .shop-topbar.open {
    transform: translate3d(-100%, 0, 0);
  }

  .shop-toolbar-mobile {
    font-size: 14px;
  }
  .shop-toolbar-mobile .shop-toolbar__item--product-found,
.shop-toolbar-mobile .shop-toolbar__item--result {
    display: none;
  }

  .woocommerce.mini-cart .helendo-cart-panel-footer {
    position: static;
  }
  .woocommerce.mini-cart .total {
    padding: 0 0 15px;
  }

  .menu-sidebar .widget {
    margin-bottom: 40px;
  }

  .woocommerce .ribbons span.ribbon {
    font-size: 12px;
    top: 15px;
    right: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
  }

  body.woocommerce table.wishlist_table tbody td, body .woocommerce table.wishlist_table tr td {
    padding: 15px;
  }

  .woocommerce .shop-topbar {
    width: 320px;
    right: -320px;
  }
  .woocommerce .shop-topbar .widget-panel-header {
    padding: 43px 30px 35px;
  }
  .woocommerce .shop-topbar .shop-topbar__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 108px;
  }
  .woocommerce .shop-topbar.open {
    transform: translate3d(-320px, 0, 0);
  }
  .woocommerce.single-product div.product .woocommerce-Reviews .commentlist .comment_container {
    display: block;
  }
  .woocommerce.single-product div.product .woocommerce-Reviews .commentlist .comment_container img {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .woocommerce.single-product div.product .woocommerce-Reviews .commentlist .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
  }
  .woocommerce.single-product div.product table.shop_attributes tr {
    width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr th {
    background-color: transparent;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr th.product-name,
.woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-name {
    padding-left: 0;
  }
  .woocommerce .woocommerce-checkout table.woocommerce-checkout-review-order-table {
    padding: 0 15px;
  }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
    padding: 25px 15px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
    width: 100%;
  }

  body .helendo-newletter__style-1 .mc4wp-form-fields input[type=submit] {
    width: 50px;
    padding: 0;
    opacity: 0;
  }
  body .helendo-newletter__style-1 .mc4wp-form-fields input[type=email],
body .helendo-newletter__style-1 .mc4wp-form-fields input[type=text] {
    padding-right: 60px;
  }
  body .helendo-newletter__style-1 .mc4wp-form-fields:before {
    display: block;
  }
  body .helendo-product-feature .info-product .info-wrapter .title {
    font-size: 26px;
  }
  body .helendo-product-feature .info-product .info-wrapter .price {
    font-size: 20px;
  }
  body .helendo-product-feature .info-product .info-wrapter .price span {
    font-size: 14px;
  }
  body .helendo-product-feature .info-product .info-wrapter .read-more {
    margin-top: 25px;
    font-size: 15px;
  }
  body .helendo-product-feature.style-1 .info-product .info-wrapter .read-more {
    margin-top: 25px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper {
    left: 20px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .title {
    font-size: 24px;
  }
  body .helendo_banners_carousel .banner-item .banner-wrapper .read-more {
    margin-top: 20px;
    font-size: 14px;
  }
  body .helendo-about-us.style-2 {
    padding: 0 15px;
  }
  body .helendo-about-us .read-more {
    font-size: 14px;
    margin-top: 20px;
  }
  body .helendo-about-us .read-more span {
    transform: translateY(2px);
    display: inline-block;
  }
  body .helendo-product-feature .info-product .info-wrapter .read-more span {
    transform: translateY(2px);
    display: inline-block;
  }
  body .helendo-product-feature.style-2 .info-product .info-wrapter .description {
    margin-top: 20px;
  }
  body .helendo-product-feature.style-2 .info-product .info-wrapter .read-more {
    margin-top: 35px;
  }
  body .helendo_banners_grid.style-3 .banner-item .banner-wrapper {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
  }
  body .helendo_banners_grid.style-3 .banner-item .banner-wrapper .read-more {
    margin-top: 30px;
    font-size: 16px;
  }
  body .helendo_banners_grid.style-3 .banner-item .banner-wrapper .read-more span {
    font-size: 12px;
  }
  body .helendo-product-feature.style-3 .info-product .info-wrapter .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  body .helendo-product-feature.style-3 .info-product .info-wrapter .price {
    margin-top: 25px;
  }
  body .helendo-section-title.style-2 .title {
    font-size: 28px;
  }
  body .helendo-section-title.style-2 .title:after {
    bottom: -4px;
    height: 3px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper,
body .helendo-countdown__style-2 .flip-clock-wrapper {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper,
body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper li,
body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper li {
    margin-bottom: 10px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper:after,
body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper:after {
    display: none;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper .inn,
body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper .inn {
    min-width: auto;
    font-size: 30px;
  }
  body .helendo-countdown__style-1 .flip-clock-wrapper .flip-wrapper .flip-clock-label,
body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper .flip-clock-label {
    font-size: 12px;
  }
  body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper li {
    margin-bottom: 5px;
  }
  body .helendo-countdown__style-2 .flip-clock-wrapper .flip-wrapper .flip-clock-label {
    font-size: 14px;
  }
	.quick-view-modal .modal-content{ width:300px; height:300px;}
}
@media (max-width: 375px) {
  .helendo-off-canvas-panel {
    width: 290px;
    right: -290px;
  }
  .helendo-off-canvas-panel.open {
    transform: translate3d(-290px, 0, 0);
  }

  .woocommerce .shop-topbar {
    width: 290px;
    right: -290px;
  }
  .woocommerce .shop-topbar.open {
    transform: translate3d(-290px, 0, 0);
  }

  .canvas-panel-full .helendo-off-canvas-panel {
    width: 100%;
    right: -100%;
  }
  .canvas-panel-full .helendo-off-canvas-panel.open {
    transform: translate3d(-100%, 0, 0);
  }
  .canvas-panel-full.woocommerce .shop-topbar {
    width: 100%;
    right: -100%;
  }
  .canvas-panel-full.woocommerce .shop-topbar.open {
    transform: translate3d(-100%, 0, 0);
  }

  .helendo-image-carousel .item-img a img {
    margin: auto;
  }
	.quick-view-modal .modal-content{ width:270px; height:270px;}
}


.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}