/*!
Theme Name: Konte
Theme URI: https://themeforest.net/item/konte-minimal-modern-woocommerce-wordpress-theme/23162599?ref=uixthemes
Author: UIX Themes
Author URI: https://uix.store
Description: Konte is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Konte is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'euphemia';
  src: url("fonts/euphemia_ucas_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'euphemia';
  src: url("fonts/euphemia_ucas_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 1.2rem;
  margin: 0; }

div.vc_row:after, div.vc_row:before {
  content: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

h1 sup, h2 sup, h3 sup {
  font-size: 35%; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #161619;
  font-family: "euphemia", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in; }
  a:focus, a:hover, a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 60px;
  font-size: 3.75rem; }

h2 {
  font-size: 40px;
  font-size: 2.5rem; }

h3 {
  font-size: 30px;
  font-size: 1.875rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

.gloabal-heading {
  max-width: 34.38rem; }
  .gloabal-heading h2 {
    font-size: 2.5rem;
    margin-bottom: 0.4375rem; }
  .gloabal-heading p {
    margin: 0;
    font-size: 1.125rem; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin: 0;
  padding: 0 100px;
  position: relative;
  border-left: 0; }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 20px;
    border-top: 2px solid #000; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #cdcfd0;
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 4px; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 2px 4px;
  background: #e3e7e8; }

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

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

big {
  font-size: 133.3333333333%;
  line-height: 1.3333333333; }

b, strong {
  font-weight: 600; }

/*--------------------------------------------------------------
# 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 {
  overflow-x: hidden;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  margin: 0 0 50px 0;
  padding-left: 30px; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 10px; }

dt {
  font-weight: 500; }

dd {
  margin: 0 30px 30px; }

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

ins {
  background: transparent; }

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

th,
td {
  padding: 10px 0;
  border-bottom: 1px solid #000; }

th {
  text-align: left; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  border: 0;
  border-radius: 0;
  padding: 0 40px;
  background: #161619;
  transition: 0.4s; }
  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 {
  border: 0;
  border-bottom: 2px solid #e3e7e8;
  border-radius: 0;
  padding: 3px;
  transition: 0.4s;
  box-shadow: none;
  background-clip: padding-box; }
  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 {
    outline: none;
    border-color: #161619; }

select {
  border: 0;
  border-bottom: 2px solid #e3e7e8; }

textarea {
  width: 100%; }

.wpcf7-form {
  font-size: 16px;
  font-size: 1rem; }
  .wpcf7-form .wpcf7-form-control {
    color: #161619;
    width: 100%;
    padding: 13px 0;
    border-color: #cdcfd0; }
    .wpcf7-form .wpcf7-form-control:hover {
      border-color: #161619; }
  .wpcf7-form .wpcf7-checkbox,
  .wpcf7-form .wpcf7-radio {
    display: block; }
  .wpcf7-form .wpcf7-text {
    background-color: transparent; }
  .wpcf7-form .wpcf7-textarea {
    height: 80px; }
  .wpcf7-form .wpcf7-submit {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin-top: 20px; }
  .wpcf7-form label {
    color: #838889;
    display: block;
    position: relative;
    margin: 20px 0 0 0; }
    .wpcf7-form label .label {
      transform: translateY(50%);
      transition: 0.4s;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .wpcf7-form label.focused .label {
      font-size: 14px;
      font-size: 0.875rem;
      transform: translateY(-50%); }
  .wpcf7-form span.ajax-loader {
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 60px;
    position: relative;
    background: #161619;
    transform: translateY(-100%);
    display: none; }
    .wpcf7-form span.ajax-loader:before {
      content: "";
      top: 50%;
      position: absolute;
      margin-top: -10px; }
    .wpcf7-form span.ajax-loader.is-active {
      display: block; }
  .wpcf7-form div.wpcf7-mail-sent-ok,
  .wpcf7-form div.wpcf7-validation-errors,
  .wpcf7-form div.wpcf7-acceptance-missing {
    text-align: center;
    margin: 0;
    border: 0; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 5px; }
  .wpcf7-form div.wpcf7-mail-sent-ok {
    color: #8ed3af; }
  .wpcf7-form span.wpcf7-not-valid-tip,
  .wpcf7-form div.wpcf7-validation-errors {
    color: #f49090; }
  .wpcf7-form div.wpcf7-acceptance-missing {
    color: #ffd07d; }
  .wpcf7-form span.wpcf7-list-item:first-child {
    margin-left: 0; }
  .wpcf7-form .row.gap-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .wpcf7-form .row.gap-70 .col {
      padding-left: 35px;
      padding-right: 35px; }

.mc4wp-form input,
.mc4wp-form select,
.mc4wp-form textarea {
  font-size: 16px;
  font-size: 1rem;
  padding: 17px 20px;
  border: 1px solid; }
.mc4wp-form input[type=text],
.mc4wp-form input[type=email],
.mc4wp-form select {
  height: 60px;
  min-width: 280px;
  margin-right: 20px; }
  .mc4wp-form input[type=text]:focus, .mc4wp-form input[type=text]:active,
  .mc4wp-form input[type=email]:focus,
  .mc4wp-form input[type=email]:active,
  .mc4wp-form select:focus,
  .mc4wp-form select:active {
    border-width: 2px; }
.mc4wp-form input[type=checkbox],
.mc4wp-form input[type=radio] {
  padding: 0;
  margin-right: 5px;
  border: 0; }
.mc4wp-form input[type=submit],
.mc4wp-form input[type=reset],
.mc4wp-form button {
  padding: 0 50px;
  border: 0;
  vertical-align: top; }

.text-light .mc4wp-form input,
.text-light .mc4wp-form select,
.text-light .mc4wp-form textarea {
  color: #161619;
  border-color: #fff;
  background: #fff; }

.mc4wp-checkbox label {
  color: #838889;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer; }
  .mc4wp-checkbox label input {
    display: none; }
  .mc4wp-checkbox label span:before, .mc4wp-checkbox label span:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 0.1em;
    transition: 0.4s; }
  .mc4wp-checkbox label span:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8; }
  .mc4wp-checkbox label span:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center; }
  .mc4wp-checkbox label :checked + span {
    color: #161619; }
    .mc4wp-checkbox label :checked + span:before {
      border-color: #161619;
      background: transparent; }
    .mc4wp-checkbox label :checked + span:after {
      opacity: 1; }

.mailchimp-newsletter input[type="checkbox"] {
  display: none; }
.mailchimp-newsletter :checked + label > span {
  color: #161619; }
  .mailchimp-newsletter :checked + label > span:before {
    border-color: #161619;
    background: transparent; }
  .mailchimp-newsletter :checked + label > span:after {
    opacity: 1; }

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.spin {
  animation-name: spin; }

.spinner, .wpcf7-form span.ajax-loader:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  animation: spin infinite 1s linear; }

@keyframes konteFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.konteFadeInUp {
  animation-name: konteFadeInUp; }

@keyframes konteFadeOutUp {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate3d(0, -100px, 0); } }
.konteFadeOutDown {
  animation-name: konteFadeOutUp; }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 7px;
    opacity: 1; }
  40% {
    height: 14px;
    width: 7px;
    opacity: 1; }
  90% {
    height: 14px;
    width: 7px;
    opacity: 1; }
  100% {
    height: 14px;
    width: 7px;
    opacity: 0; } }
@keyframes konteSlideOut {
  100% {
    width: 0; } }
@keyframes konteLineRun {
  0% {
    left: -20px; }
  100% {
    left: 100%; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .login-panel .panel-content h2, .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, .login-panel .panel-content h2:focus, .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: #161619;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

:focus {
  outline: 0; }

.visible {
  visibility: visible; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 40px;
  margin-bottom: 36px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 40px;
  margin-bottom: 36px; }

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

ul.aligncenter {
  text-align: center; }

.no-sidebar .alignwide {
  max-width: 1140px;
  width: 1140px;
  margin-left: calc( -1140px/2 + 100%/2 );
  margin-right: calc( -1140px/2 + 100%/2 ); }

.no-sidebar.page .alignwide {
  max-width: 1400px;
  width: 1400px;
  margin-left: calc( -1400px/2 + 100%/2 );
  margin-right: calc( -1400px/2 + 100%/2 ); }

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc( -100vw/2 + 100%/2 );
  margin-right: calc( -100vw/2 + 100%/2 ); }

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

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.dark {
  background-color: #161619; }

.light {
  background-color: #fff; }

.text-dark,
.text-dark a {
  color: #000; }

.text-light,
.text-light a {
  color: #B41630; }

/*--------------------------------------------------------------
# Off-screen panels
--------------------------------------------------------------*/
.offscreen-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1600;
  display: none;
  z-index: 999999; }
  .offscreen-panel .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, 0.2); }
  .offscreen-panel .button-close {
    position: absolute;
    right: 60px;
    top: 45px; }
  .offscreen-panel .panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 600px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.5s;
    display: flex;
    flex-direction: column; }
  .offscreen-panel .panel-header,
  .offscreen-panel .panel-content {
    padding: 0 60px; }
  .offscreen-panel .panel-header {
    padding-top: 50px; }
    .offscreen-panel .panel-header h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1;
      margin: 0; }
  .offscreen-panel .panel-content {
    padding-top: 70px;
    flex: 1;
    overflow-y: auto; }
  .offscreen-panel.open .panel {
    transform: none; }

body.offcanvas-opened {
  overflow: hidden; }

.login-panel .panel-content {
  padding-top: 0;
  padding-bottom: 60px; }
  .login-panel .panel-content form {
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .login-panel .panel-content form > :first-child {
      margin-top: auto; }
    .login-panel .panel-content form .form-row {
      margin: 0 0 -6px 0; }
      .login-panel .panel-content form .form-row:first-child {
        margin-top: auto; }
    .login-panel .panel-content form .input-text {
      width: 100%; }
    .login-panel .panel-content form label {
      font-size: 16px;
      font-size: 1rem;
      transform: translateY(38px);
      transition: 0.4s;
      display: inline-block; }
      .login-panel .panel-content form label.woocommerce-form__label {
        transform: none;
        margin: 40px 0; }
    .login-panel .panel-content form .focused label {
      font-size: 14px;
      font-size: 0.875rem;
      color: #838889;
      transform: translateY(10px); }
    .login-panel .panel-content form .button, .login-panel .panel-content form .alt {
      height: 60px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .login-panel .panel-content form .button {
      margin-bottom: 30px; }
      .login-panel .panel-content form .button.alt {
        color: #B41630;
        border: 1px solid;
        background-color: #fff; }
        .login-panel .panel-content form .button.alt:hover {
          color: #fff;
          border-color: #B41630;
          background: #B41630; }
      .login-panel .panel-content form .button .spinner, .login-panel .panel-content form .button .wpcf7-form span.ajax-loader:before, .wpcf7-form .login-panel .panel-content form .button span.ajax-loader:before {
        vertical-align: middle; }
    .login-panel .panel-content form.login .lost_password, .login-panel .panel-content form.register .already_registered {
      font-weight: 400;
      justify-self: flex-end;
      margin-top: auto;
      margin-bottom: 0; }
      .login-panel .panel-content form.login .lost_password a, .login-panel .panel-content form.register .already_registered a {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: initial;
        padding-bottom: 3px;
        border-bottom: 1px solid; }
    .login-panel .panel-content form.register button {
      margin-top: 60px; }
  .login-panel .panel-content .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 -40px; }
  .login-panel .panel-content .woocommerce-error {
    padding-left: 80px;
    padding-right: 60px;
    margin-top: 60px;
    margin-bottom: 10px; }

.quick-view-panel .button-close {
  z-index: 10; }
.quick-view-panel .product {
  height: 100%;
  padding: 0;
  background: #fff;
  transition: 0.4s;
  opacity: 1; }
  .quick-view-panel .product .woocommerce-badges {
    left: 60px;
    top: 40px; }
  .quick-view-panel .product .woocommerce-product-gallery {
    max-height: 570px;
    overflow: hidden; }
    .quick-view-panel .product .woocommerce-product-gallery img {
      height: 100%;
      max-height: 570px;
      display: block;
      object-fit: cover; }
  .quick-view-panel .product .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0; }
    .quick-view-panel .product .flex-direction-nav a {
      text-align: center;
      width: 30px;
      height: 50px;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      line-height: 50px;
      display: block;
      background: #fff; }
    .quick-view-panel .product .flex-direction-nav .flex-prev {
      left: 0; }
    .quick-view-panel .product .flex-direction-nav .flex-next {
      right: 0; }
  .quick-view-panel .product .flex-control-nav {
    display: none; }
  .quick-view-panel .product .add-to-wishlist-button {
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-top: -25px;
    border-radius: 50%; }
    .quick-view-panel .product .add-to-wishlist-button svg {
      vertical-align: middle; }
    .quick-view-panel .product .add-to-wishlist-button .spinner, .quick-view-panel .product .add-to-wishlist-button .wpcf7-form span.ajax-loader:before, .wpcf7-form .quick-view-panel .product .add-to-wishlist-button span.ajax-loader:before {
      vertical-align: -0.35em; }
.quick-view-panel .product.product-type-simple .cart {
  display: flex; }
  .quick-view-panel .product.product-type-simple .cart .single_add_to_cart_button {
    flex: 1; }
.quick-view-panel .woocommerce .product .woocommerce-product-gallery {
  width: 100%;
  float: none; }
  .quick-view-panel .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    cursor: default; }
.quick-view-panel .woocommerce .product .summary {
  width: 100%;
  padding: 40px 60px;
  position: relative;
  float: none; }
.quick-view-panel .view-product-link {
  display: block;
  margin-top: 40px; }
  .quick-view-panel .view-product-link a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid; }
.quick-view-panel .product-share {
  display: none; }
.quick-view-panel .panel-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.quick-view-panel.loading .product {
  opacity: 0; }
.quick-view-panel.loading .panel-loader {
  display: block; }

.mobile-menu-panel .header-mobile {
  display: none; }
  .mobile-menu-panel .header-mobile .konte-container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner {
    transform: rotate(45deg); }
    .mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner:before {
      top: 0;
      opacity: 0;
      width: 100%; }
    .mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner:after {
      bottom: 0;
      transform: rotate(-90deg);
      width: 100%; }
.mobile-menu-panel .panel {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateX(-100%);
  right: auto;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 380px; }
  .mobile-menu-panel .panel > :not(.divider) {
    padding: 13px 0; }
  .mobile-menu-panel .panel .header-mobile {
    padding-top: 0;
    padding-bottom: 0; }
  .mobile-menu-panel .panel .mobile-menu__search-form {
    padding-top: 0;
    padding-bottom: 0; }
.mobile-menu-panel .list-dropdown ul {
  left: auto;
  right: 0; }

.size-guide-panel .panel-content {
  padding-top: 50px; }

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1100; }
  .modal .modal-header {
    padding: 45px 60px; }
    .modal .modal-header h3 {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0; }
  .modal .modal-content {
    position: relative;
    background: #fff; }
  .modal.open {
    visibility: visible;
    z-index: 2000; }
    .modal.open .modal-header {
      opacity: 1; }
    .modal.open .modal-content {
      opacity: 1; }
  .modal .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #161619;
    opacity: 0.5; }
  .modal .button-close {
    position: absolute;
    right: 60px;
    top: 45px;
    z-index: 1; }

body.modal-opened {
  overflow: hidden; }

.quick-view-modal .button-close {
  right: 32px;
  top: 11px;
  transition: opacity 0.4s; }
.quick-view-modal .modal-content {
  height: 700px;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent; }
.quick-view-modal .product {
  height: 100%;
  padding: 0;
  background: #fff;
  opacity: 1;
  transition: opacity 0.4s; }
  .quick-view-modal .product .product {
    background: transparent; }
.quick-view-modal .product-type-simple .cart {
  display: flex; }
  .quick-view-modal .product-type-simple .cart .single_add_to_cart_button {
    flex: 1; }
.quick-view-modal .woocommerce .product .woocommerce-product-gallery {
  width: 52.6315789474%;
  float: left; }
  .quick-view-modal .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    cursor: default;
    object-fit: cover; }
  .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-direction-nav {
    display: none; }
  .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99; }
    .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav li {
      cursor: pointer;
      margin-bottom: 20px; }
      .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav li:last-child {
        margin-bottom: 0; }
    .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav a {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      display: block;
      position: relative;
      padding-left: 20px; }
      .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav a:before {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        transition: 0.4s;
        box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #161619; }
    .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav .flex-active {
      padding-left: 35px; }
      .quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav .flex-active:before {
        width: 20px; }
.quick-view-modal .woocommerce .product .summary {
  width: 47.3684210526%;
  height: 100%;
  padding: 60px 70px;
  position: relative; }
  .quick-view-modal .woocommerce .product .summary .product-share {
    display: none; }
.quick-view-modal .woocommerce .product .woocommerce-badges {
  top: 30px;
  left: 30px; }
.quick-view-modal .woocommerce .product .product_title {
  margin: 25px 0 5px 0; }
.quick-view-modal .woocommerce .product .price {
  margin-top: 7px; }
.quick-view-modal .woocommerce .product .cart .add-to-wishlist-button {
  display: none; }
.quick-view-modal .woocommerce .product .single_add_to_cart_button .svg-icon {
  display: none; }
.quick-view-modal .woocommerce .product .swatches-support .variations {
  margin-bottom: 17px; }
.quick-view-modal .woocommerce .product .swatches-support tr {
  display: block;
  margin-bottom: 10px; }
.quick-view-modal .woocommerce .product .swatches-support td {
  display: block;
  padding: 6px 0 7px 0; }
.quick-view-modal .woocommerce .product .swatches-support .label {
  padding: 0 0 2px; }
.quick-view-modal .woocommerce .product .swatches-support .reset_variations {
  display: none !important; }
.quick-view-modal .woocommerce .product .product-share {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 99; }
  .quick-view-modal .woocommerce .product .product-share .sharing-icon {
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #161619;
    cursor: pointer; }
    .quick-view-modal .woocommerce .product .product-share .sharing-icon span {
      display: none; }
  .quick-view-modal .woocommerce .product .product-share .socials {
    transition: 0.5s;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50px;
    background: #161619;
    z-index: -1; }
    .quick-view-modal .woocommerce .product .product-share .socials a {
      color: #fff;
      text-align: center;
      line-height: 50px;
      display: inline-block;
      width: 50px;
      height: 50px;
      opacity: 0; }
      .quick-view-modal .woocommerce .product .product-share .socials a:nth-child(n+2) {
        transform: translateX(-20%); }
      .quick-view-modal .woocommerce .product .product-share .socials a span {
        display: none; }
  .quick-view-modal .woocommerce .product .product-share:hover .socials {
    max-width: 600px;
    z-index: 1; }
    .quick-view-modal .woocommerce .product .product-share:hover .socials a {
      transform: none;
      opacity: 1; }
.quick-view-modal .woocommerce .product .add-to-wishlist-button {
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden; }
  .quick-view-modal .woocommerce .product .add-to-wishlist-button > span {
    vertical-align: -0.4em; }
  .quick-view-modal .woocommerce .product .add-to-wishlist-button ~ .share {
    margin-bottom: 60px; }
.quick-view-modal .view-product-link {
  display: block;
  margin-top: 40px; }
  .quick-view-modal .view-product-link a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 3px; }
.quick-view-modal .modal-loader {
  color: #fff;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .quick-view-modal .modal-loader .spinner, .quick-view-modal .modal-loader .wpcf7-form span.ajax-loader:before, .wpcf7-form .quick-view-modal .modal-loader span.ajax-loader:before {
    width: 40px;
    height: 40px; }
.quick-view-modal.loading .button-close,
.quick-view-modal.loading .product {
  transition: none;
  opacity: 0; }
.quick-view-modal.loading .modal-loader {
  display: block; }

.search-modal {
  background: #fff; }
  .search-modal .modal-header,
  .search-modal .modal-content,
  .search-modal .modal-footer {
    width: 100%;
    position: absolute;
    left: 0; }
  .search-modal .modal-content {
    max-height: 100%;
    top: 35%;
    transition: top 0.8s; }
  .search-modal .modal-header {
    top: 0; }
  .search-modal .modal-footer {
    bottom: 0; }
  .search-modal .search-form .search-fields {
    position: relative; }
  .search-modal .search-form .search-field {
    font-size: 40px;
    font-size: 2.5rem;
    width: 100%;
    padding: 17px 0;
    border-bottom-width: 1px; }
    .search-modal .search-form .search-field::placeholder {
      color: #a2a5a6; }
    .search-modal .search-form .search-field::-webkit-input-placeholder {
      color: #a2a5a6; }
    .search-modal .search-form .search-field::-moz-placeholder {
      color: #a2a5a6; }
    .search-modal .search-form .search-field::-ms-input-placeholder {
      color: #a2a5a6; }
  .search-modal .search-form .search-reset {
    color: #a2a5a6;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    padding: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 1; }
    .search-modal .search-form .search-reset:hover {
      color: #161619; }
  .search-modal .search-form .spinner, .search-modal .search-form .wpcf7-form span.ajax-loader:before, .wpcf7-form .search-modal .search-form span.ajax-loader:before {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    transition: opacity 0.4s; }
  .search-modal .search-result {
    position: relative;
    padding-top: 70px;
    opacity: 0;
    overflow: hidden; }
    .search-modal .search-result .label {
      font-size: 20px;
      font-size: 1.25rem;
      color: #a2a5a6;
      margin: 0 0 30px; }
    .search-modal .search-result .searched-items {
      height: calc(100% - 61px);
      position: relative;
      overflow: hidden; }
      .search-modal .search-result .searched-items .posts {
        display: flex;
        flex-wrap: wrap; }
      .search-modal .search-result .searched-items .view-more {
        text-align: center;
        display: block;
        margin: 30px 0 60px 0; }
    .search-modal .search-result .ps__rail-x,
    .search-modal .search-result .ps__rail-y {
      display: none; }
    .search-modal .search-result .view-more {
      display: none; }
    .search-modal .search-result .post-thumbnail {
      margin-bottom: 20px;
      display: block; }
    .search-modal .search-result .entry-title {
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 400;
      line-height: 1.3333333333;
      margin-bottom: 15px; }
      .search-modal .search-result .entry-title a:hover {
        box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #161619; }
    .search-modal .search-result .page .entry-title {
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 400;
      line-height: 1.3333333333;
      margin-bottom: 15px; }
  .search-modal .quick-links {
    padding-top: 20px;
    padding-bottom: 50px; }
    .search-modal .quick-links .label {
      font-size: 20px;
      font-size: 1.25rem;
      color: #a2a5a6;
      margin: 0 0 20px; }
    .search-modal .quick-links .links {
      list-style: none;
      margin: 0;
      padding: 0; }
      .search-modal .quick-links .links li {
        font-size: 16px;
        font-size: 1rem;
        display: inline-block;
        margin-right: 74px; }
        .search-modal .quick-links .links li:last-child {
          margin-right: 0; }
  .search-modal.searching .spinner, .search-modal.searching .wpcf7-form span.ajax-loader:before, .wpcf7-form .search-modal.searching span.ajax-loader:before {
    opacity: 1; }
  .search-modal.searched .modal-content {
    bottom: 0; }
  .search-modal.searched .search-reset,
  .search-modal.searched .search-result {
    opacity: 1; }
  .search-modal.searched .search-result {
    height: calc(100% - 86px); }

.popup-modal .button-close {
  top: 12px;
  right: 20px;
  z-index: 2; }
.popup-modal .popup-modal-content {
  width: 900px;
  max-width: 90%;
  min-height: 540px;
  max-height: 100%;
  display: flex;
  align-items: stretch;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff; }
.popup-modal .popup-image {
  flex: 1; }
  .popup-modal .popup-image img {
    display: block; }
.popup-modal .popup-image-holder {
  background-size: cover; }
.popup-modal .popup-content {
  font-size: 16px;
  font-size: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 1; }
.popup-modal .popup-content-wrapper {
  padding: 40px; }
  .popup-modal .popup-content-wrapper > :first-child {
    margin-top: 0; }
  .popup-modal .popup-content-wrapper > :last-child {
    margin-bottom: 0; }
.popup-modal .konte-button.normal {
  font-weight: 400;
  min-width: 150px; }
.popup-modal .mc4wp-form-fields {
  display: flex; }
  .popup-modal .mc4wp-form-fields input[type=text],
  .popup-modal .mc4wp-form-fields input[type=email],
  .popup-modal .mc4wp-form-fields select {
    flex: 1;
    min-width: unset; }
.popup-modal.popup-layout-1-column .popup-image,
.popup-modal.popup-layout-1-column .popup-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.popup-modal.popup-layout-1-column .popup-content {
  text-align: center; }
.popup-modal.popup-layout-1-column .popup-content-wrapper {
  width: 66.6667%;
  margin: 0 auto;
  padding: 40px 0; }

/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-loading .slick-list {
    background: url("images/loading.svg") center center no-repeat; }

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

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

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

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

.slick-dots {
  list-style: none;
  margin: 26px 0 0 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0 5px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li:last-child {
      margin-right: 0; }
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 7px;
    border: 0;
    outline: 0;
    position: relative;
    background: transparent; }
    .slick-dots button:before {
      content: "";
      font-size: 6px;
      line-height: 20px;
      color: #161619;
      text-align: center;
      width: 6px;
      height: 6px;
      display: block;
      border-radius: 50%;
      background: #cdcfd0; }
  .slick-dots .slick-active button:before {
    background: #161619; }

/*--------------------------------------------------------------
# Swiper slider
--------------------------------------------------------------*/
.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  /* Fix of Webkit flickering */ }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: #e3e7e8; }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0 2px; }
    .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      height: 3px;
      top: -1px; }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: -1px;
    top: 1%;
    z-index: 50;
    width: 1px;
    height: 100%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #161619;
  left: 0;
  top: 0;
  cursor: pointer; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Bullet pagination */
.swiper-pagination {
  margin-top: 20px; }

.swiper-pagination-lock {
  display: none; }

.swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 7px solid transparent;
  cursor: pointer;
  transition: 0.4s; }
  .swiper-pagination-bullet:last-child {
    margin-right: 0; }
  .swiper-pagination-bullet span {
    display: block;
    height: 100%;
    border-radius: 50%;
    background: #cdcfd0;
    transition: 0.4s; }
  .swiper-pagination-bullet:hover span {
    background: #161619; }

.swiper-pagination-bullet-active {
  border-color: rgba(22, 22, 25, 0.1); }
  .swiper-pagination-bullet-active span {
    background: #161619; }

/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

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

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

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

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

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

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

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  /* there must be 'right' for ps__thumb-y */
  position: absolute;
  /* please don't change 'position' */ }

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

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

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff; }
  .preloader .preloader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block; }
  .preloader .spinner, .preloader .wpcf7-form span.ajax-loader:before, .wpcf7-form .preloader span.ajax-loader:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    transform: none; }

.no-js .preloader,
.wp-embed-responsive .preloader {
  display: none; }

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.underline-hover, .list-dropdown .current, .konte-tabs__nav li, .hamburger-navigation li li a, .blog-header-menu a {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 8px; }
  .underline-hover:after, .list-dropdown .current:after, .konte-tabs__nav li:after, .hamburger-navigation li li a:after, .blog-header-menu a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.4s; }
  .underline-hover.active, .list-dropdown .active.current, .konte-tabs__nav li.active, .hamburger-navigation li li a.active, .blog-header-menu a.active, .underline-hover:hover, .list-dropdown .current:hover, .konte-tabs__nav li:hover, .hamburger-navigation li li a:hover, .blog-header-menu a:hover {
    text-decoration: none; }
    .underline-hover.active:after, .list-dropdown .active.current:after, .konte-tabs__nav li.active:after, .hamburger-navigation li li a.active:after, .blog-header-menu a.active:after, .underline-hover:hover:after, .list-dropdown .current:hover:after, .konte-tabs__nav li:hover:after, .hamburger-navigation li li a:hover:after, .blog-header-menu a:hover:after {
      width: 100%;
      left: 0; }
  .underline-hover.short-line:after, .list-dropdown .short-line.current:after, .konte-tabs__nav li.short-line:after, .hamburger-navigation li li a.short-line:after, .blog-header-menu a.short-line:after {
    right: auto;
    left: 0;
    width: 20px;
    border-bottom: 2px solid; }
  .underline-hover.short-line.active:after, .list-dropdown .short-line.active.current:after, .konte-tabs__nav li.short-line.active:after, .hamburger-navigation li li a.short-line.active:after, .blog-header-menu a.short-line.active:after, .underline-hover.short-line:hover:after, .list-dropdown .short-line.current:hover:after, .konte-tabs__nav li.short-line:hover:after, .hamburger-navigation li li a.short-line:hover:after, .blog-header-menu a.short-line:hover:after {
    width: 100%; }

.counter {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 11px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 4px;
  background: #161619;
  display: inline-block; }
  .text-light .counter {
    color: #161619;
    background-color: #fff; }

.list-dropdown {
  position: relative;
  display: inline-block; }
  .list-dropdown .label {
    margin-right: 20px; }
  .list-dropdown .dropdown {
    display: inline-block;
    position: relative; }
    .list-dropdown .dropdown:hover ul {
      z-index: 1600;
      opacity: 1;
      pointer-events: initial; }
  .list-dropdown .current {
    line-height: inherit;
    font-weight: 500;
    cursor: pointer;
    display: block;
    font-size: 1.4rem; }
    .list-dropdown .current:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      border-bottom: 1px solid #e3e7e8; }
  .list-dropdown .caret {
    margin-left: 8px; }
    .list-dropdown .caret svg {
      vertical-align: top; }
  .list-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 100px;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: -15px;
    background: #fff;
    opacity: 0;
    z-index: -1;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    transition: opacity 0.4s;
    pointer-events: none; }
    .list-dropdown ul li a {
      color: #161619;
      display: block;
      padding: 10px 15px;
      margin: 0;
      width: auto;
      height: auto; }
      .list-dropdown ul li a:hover {
        background: #e3e7e8; }
  .list-dropdown.up ul {
    top: auto;
    bottom: 0; }
  .list-dropdown.open ul {
    z-index: 1600;
    opacity: 1;
    pointer-events: initial; }

hr.divider {
  margin: 0; }
  .dark hr.divider {
    background: rgba(255, 255, 255, 0.1); }

.svg-icon {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block; }
  .svg-icon.size-small, .svg-icon.icon-small {
    font-size: 16px;
    font-size: 1rem; }
  .svg-icon.size-smaller, .svg-icon.icon-smaller {
    font-size: 14px;
    font-size: 0.875rem; }
  .svg-icon svg {
    vertical-align: -0.125em;
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: inline-block; }

.menu-banner {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  position: relative; }
  .menu-banner:after {
    display: none; }
  .menu-banner img {
    display: block; }
  .menu-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 25px;
    background: #fff;
    transform: translate(-50%, -50%); }

.notifyjs-corner {
  z-index: 9999 !important; }

.banner-grid {
  height: 54.69rem;
  position: relative; }
  .banner-grid .banner-grid-column {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.9375rem !important; }
    .banner-grid .banner-grid-column:nth-child(1) {
      height: 59.24170%; }
    .banner-grid .banner-grid-column:nth-child(2) {
      height: 40.758294%;
      left: auto;
      right: 0; }
      .banner-grid .banner-grid-column:nth-child(2) .offer {
        width: 5.25rem;
        height: 5.25rem;
        padding-top: 0;
        background: #000;
        border-radius: 100%;
        justify-content: center; }
        .banner-grid .banner-grid-column:nth-child(2) .offer strong {
          font-size: 40px; }
        .banner-grid .banner-grid-column:nth-child(2) .offer p span:first-child {
          font-size: 20px; }
        .banner-grid .banner-grid-column:nth-child(2) .offer p span:last-child {
          font-size: 12px; }
      .banner-grid .banner-grid-column:nth-child(2) .shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        color: #000; }
        .banner-grid .banner-grid-column:nth-child(2) .shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after {
          background: #000; }
      .banner-grid .banner-grid-column:nth-child(2) .wpb_content_element {
        color: #000; }
      .banner-grid .banner-grid-column:nth-child(2) > .vc_column-inner::before {
        content: none; }
      .banner-grid .banner-grid-column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
        padding-top: 2.5rem;
        display: flex;
        justify-content: space-between; }
    .banner-grid .banner-grid-column:nth-child(3) {
      height: 40.758294%;
      top: auto;
      bottom: 0; }
    .banner-grid .banner-grid-column:nth-child(4) {
      height: 59.24170%;
      top: auto;
      left: auto;
      bottom: 0;
      right: 0; }
    .banner-grid .banner-grid-column > div {
      transition: all .6s;
      height: 100%;
      background-size: 100%;
      background-position: center;
      padding: 2.5rem; }
    .banner-grid .banner-grid-column:hover > div {
      background-size: 105%; }
    .banner-grid .banner-grid-column > .vc_column-inner::before {
      content: none; }
    .banner-grid .banner-grid-column > .vc_column-inner > .wpb_wrapper {
      padding-top: 2.5rem; }
    .banner-grid .banner-grid-column .wpb_content_element {
      margin-bottom: 0;
      color: #fff; }
      .banner-grid .banner-grid-column .wpb_content_element h3 {
        font-size: 3.125rem;
        font-family: "euphemia", sans-serif;
        margin-bottom: 0;
        font-weight: 400; }
      .banner-grid .banner-grid-column .wpb_content_element h4 {
        font-weight: 400;
        font-family: "euphemia", sans-serif;
        font-size: 1.875rem;
        margin: 0; }
      .banner-grid .banner-grid-column .wpb_content_element p {
        font-size: 1.25rem;
        margin: 0; }
  .banner-grid .shop-link {
    position: absolute;
    bottom: 2.5rem; }

.offer {
  display: flex;
  color: #fff;
  align-items: center; }
  .offer strong {
    font-size: 85px; }
  .offer p {
    margin: 0;
    display: inline-flex;
    flex-flow: column; }
    .offer p span:first-child {
      font-size: 40px; }
    .offer p span:last-child {
      font-size: 16px; }

.review-slider-heading .gloabal-heading h2 {
  color: #B80029; }

.review-slider {
  border-top: 1px solid #B80029;
  border-bottom: 1px solid #B80029; }
  .review-slider.section {
    padding-bottom: 0.625rem;
    margin-bottom: 90px;
    width: 100%;
    float: left; }
  .review-slider .slick-list {
    max-width: 1000px;
    margin: 0 auto; }
  .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
    display: flex;
    max-width: px; }
    .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
      width: 120px;
      height: 120px; }
      .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure {
        width: 100%;
        height: 100%; }
        .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper {
          width: 100%;
          height: 100%; }
          .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
      width: calc(100% - 120px);
      padding-left: 25px;
      max-width: 320px; }
      .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
        margin-bottom: 0;
        font-size: 18px;
        font-family: "euphemia", sans-serif;
        color: #B80029; }
      .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h3 {
        margin: 0;
        font-size: 20px;
        font-family: "euphemia", sans-serif;
        display: inline-block;
        color: #B80029;
        margin-right: 5px; }
      .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h6 {
        margin: 0;
        font-family: "euphemia", sans-serif;
        font-size: 15px;
        display: inline-block;
        color: #5A5A5A; }
      .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper {
        height: 100%;
        display: flex;
        flex-flow: wrap;
        align-items: center; }
    .review-slider .review-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .vc_custom_heading {
      position: absolute; }
  .review-slider .slick-dots {
    display: flex;
    justify-content: center; }
    .review-slider .slick-dots button {
      width: 10px;
      height: 10px;
      padding: 0; }
      .review-slider .slick-dots button:before {
        width: 10px;
        height: 10px; }

.review-wrapper .review-section {
  overflow: hidden; }
  .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
    cursor: pointer; }
    .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .vc_figure {
      height: 225px;
      width: 100%; }
      .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .vc_figure .vc_single_image-wrapper {
        width: 100%;
        height: 100%; }
        .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .vc_figure .vc_single_image-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
      position: absolute;
      left: 0;
      bottom: -100%;
      padding: 15px 15px;
      background: rgba(0, 0, 0, 0.5);
      margin-bottom: 0;
      color: #fff;
      transition: all .3s;
      font-size: 15px; }
      .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h3, .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h4 {
        font-weight: 400;
        display: inline-block; }
      .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h3 {
        font-size: 1.125rem; }
      .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h4 {
        font-size: 15px; }
    .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column {
      bottom: 0; }
    .review-wrapper .review-section > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
      margin-bottom: 0; }

.clients-wrapper.section {
  margin-top: 0.625rem;
  padding-bottom: 3.125rem; }
.clients-wrapper .clients-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between; }
  .clients-wrapper .clients-row > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 0; }
  .clients-wrapper .clients-row > .vc_column_container > .vc_column-inner > .wpb_wrapper .vc_figure {
    max-width: 11.88rem; }

.news-letter-wrapper.section {
  background-position: top !important; }
.news-letter-wrapper .vc_col-sm-6 > .vc_column-inner {
  margin-left: -30px; }
  @media screen and (min-width: 768px) {
    .news-letter-wrapper .vc_col-sm-6 > .vc_column-inner {
      margin-left: 0px; } }
.news-letter-wrapper h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2; }
  @media screen and (min-width: 1024px) {
    .news-letter-wrapper h2 {
      font-size: 31px; } }
.news-letter-wrapper p {
  font-size: 16px; }
.news-letter-wrapper .news-letter-section {
  display: flex;
  align-items: center;
  flex-flow: column; }
  @media screen and (min-width: 768px) {
    .news-letter-wrapper .news-letter-section {
      flex-flow: row; } }
  .news-letter-wrapper .news-letter-section .news-letter-heading .gloabal-heading {
    color: #fff;
    margin: 0; }
  .news-letter-wrapper .news-letter-section .news-letter-form {
    margin-bottom: 20px; }
    .news-letter-wrapper .news-letter-section .news-letter-form.vc_col-sm-6 > .vc_column-inner {
      padding-left: 0;
      padding-right: 0;
      margin-left: -15px;
      width: calc(100% + 15px); }
      @media screen and (min-width: 768px) {
        .news-letter-wrapper .news-letter-section .news-letter-form.vc_col-sm-6 > .vc_column-inner {
          padding-left: 15px;
          padding-right: 15px;
          margin-left: 0;
          width: 100%; } }
    .news-letter-wrapper .news-letter-section .news-letter-form form {
      display: flex;
      position: relative; }
      .news-letter-wrapper .news-letter-section .news-letter-form form ::-webkit-input-placeholder {
        /* Edge */
        color: #999999; }
      .news-letter-wrapper .news-letter-section .news-letter-form form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999999; }
      .news-letter-wrapper .news-letter-section .news-letter-form form ::placeholder {
        color: #999999; }
      .news-letter-wrapper .news-letter-section .news-letter-form form .wpcf7-response-output {
        background-color: #f49090;
        position: absolute;
        width: fit-content;
        font-size: 12px;
        left: 0;
        border: none;
        margin: 0;
        padding: 10px;
        bottom: calc((-100%) - (20px)); }
        @media screen and (min-width: 1024px) {
          .news-letter-wrapper .news-letter-section .news-letter-form form .wpcf7-response-output {
            bottom: calc((-100%) - (10px)); } }
      .news-letter-wrapper .news-letter-section .news-letter-form form input[type=text] {
        padding: 14px 10px;
        color: #999999;
        border: 1px solid #B51433;
        font-size: 12px;
        height: 42px; }
      .news-letter-wrapper .news-letter-section .news-letter-form form input[type=submit] {
        margin: 0 0 0 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 40px;
        padding: 0 10px;
        text-transform: capitalize;
        transition: all 0.3s;
        border: 1px solid #B80029;
        background: transparent;
        color: #B80029; }
        .news-letter-wrapper .news-letter-section .news-letter-form form input[type=submit]:hover {
          background: #B80029;
          color: #fff; }
      .news-letter-wrapper .news-letter-section .news-letter-form form p {
        margin: 0; }

body table.cart thead th {
  font-size: 14px; }
body table.cart tbody td {
  font-size: 14px; }
body table.wishlist_table th {
  font-size: 14px; }
body table.wishlist_table td {
  font-size: 14px; }
  body table.wishlist_table td a.button {
    border: 1px solid #B51433; }
body table.wishlist_table td.product-add-to-cart .button {
  min-width: auto;
  line-height: 40px; }
body table.wishlist_table td.product-add-to-cart .added_to_cart {
  margin-left: 15px;
  border-bottom: 2px solid #000; }
body .woocommerce-Address address {
  font-size: 14px; }
body .woocommerce-wishlist .return-to-shop .button {
  padding: 0 40px;
  min-width: auto;
  line-height: 40px; }
body .woocommerce-products-header .page-title {
  font-size: 16px;
  font-weight: 700; }
body .products-quick-search {
  font-size: 16px;
  padding: 10px 0 15px 0; }
body .select2 .select2-selection--single .select2-selection__rendered {
  min-height: 30px; }
body .products-quick-search .select2 .select2-selection--single .select2-selection__arrow {
  margin-top: -28px; }
body .products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
  color: #838889; }
body .products-quick-search .select2 .select2-selection--single .select2-selection__rendered {
  height: 70px !important; }
body .select2 .select2-selection--single .select2-selection__arrow {
  opacity: .4; }
body .products-quick-search .select2 .select2-selection--single .select2-selection__rendered {
  position: relative;
  border-color: transparent; }
  body .products-quick-search .select2 .select2-selection--single .select2-selection__rendered:after {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #000; }
body .products-tools {
  top: -20px; }
body .select2-container .products-quick-search-options .select2-results .select2-results__option {
  font-size: 16px !important;
  text-transform: capitalize; }
body ul.products {
  max-width: 1000px;
  margin: 0 auto; }
  body ul.products .slick-list {
    width: 100%; }
body .woocommerce-badge.onsale {
  background: #B41630;
  font-size: 16px;
  font-weight: 400; }
body .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center; }
body .woocommerce-pagination ul .current, body .woocommerce-pagination ul .page-numbers:hover {
  border-color: #B51433;
  background: #B51433; }
body .woocommerce-MyAccount-navigation a {
  font-size: 16px; }
body .woocommerce-MyAccount-content h3 {
  font-size: 22px;
  font-weight: 400; }
body .woocommerce-MyAccount-content p {
  font-size: 14px; }
body .woocommerce-MyAccount-content .button.large {
  padding: 0 40px;
  min-width: auto;
  line-height: 40px;
  border: 1px solid #B51433; }
body form.edit-account fieldset legend {
  font-size: 22px; }
body form.edit-account label {
  font-size: 14px; }
body .form-row input.input-text {
  font-size: 14px; }

.woocommerce-wishlist .return-to-shop a.button {
  padding: 0 40px;
  min-width: auto;
  line-height: 40px; }

.tp-scrollbelowslider {
  display: none !important; }

#slider-1-slide-1-layer-7 {
  display: none !important; }

.tp-shapewrapper {
  display: none !important; }

.top-banner {
  margin-top: 80px;
  margin-bottom: 2px; }
  .top-banner .wpb_content_element {
    margin-bottom: 0; }
  .top-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 22px; }
    @media screen and (min-width: 1024px) {
      .top-banner h1 {
        font-size: 36px; } }

.entry-content > div.top-banner {
  margin-top: 60px; }
  @media screen and (min-width: 1200px) {
    .entry-content > div.top-banner {
      margin-top: 80px; } }

.stories-heading {
  padding: 40px 0;
  width: 100%;
  float: left; }
  .stories-heading h2 {
    font-size: 22px;
    margin: 0 auto;
    font-weight: 400;
    padding: 0 15px;
    color: #B51433;
    text-align: center;
    max-width: 835px; }
    @media screen and (min-width: 1024px) {
      .stories-heading h2 {
        font-size: 36px; } }
  .stories-heading .wpb_content_element {
    margin-bottom: 0; }

.red-heading {
  background: #B51433;
  padding: 15px 0;
  width: 100%;
  float: left; }
  .red-heading .wpb_content_element {
    margin-bottom: 0; }
  .red-heading h2 {
    text-align: center;
    color: #fff;
    font-size: 26px; }
    @media screen and (min-width: 1024px) {
      .red-heading h2 {
        font-size: 50px; } }
  .red-heading .red-band {
    background: #B51433;
    padding: 15px 30px; }

.plain-text-img {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 40px 0; }
  .plain-text-img p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #6A6A6A; }
    @media screen and (min-width: 1024px) {
      .plain-text-img p {
        font-size: 24px; } }
  .plain-text-img h2 {
    text-align: center;
    font-size: 22px; }
    @media screen and (min-width: 1024px) {
      .plain-text-img h2 {
        font-size: 36px; } }

.vc_btn3-container.email-btn {
  margin-bottom: 0px; }
  .vc_btn3-container.email-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    border: 1px solid #B51433;
    color: #B51433;
    background: #fff;
    font-size: 18px; }
    @media screen and (min-width: 1024px) {
      .vc_btn3-container.email-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
        font-size: 30px; } }
    .vc_btn3-container.email-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover, .vc_btn3-container.email-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active {
      border: 1px solid #B51433 !important;
      color: #B51433 !important;
      background: #fff !important; }

#tnm-image {
  margin-bottom: 0px; }
  @media screen and (min-width: 1024px) {
    #tnm-image {
      margin-bottom: 35px; } }

div.tnm-heading {
  margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    div.tnm-heading {
      margin-bottom: 35px; } }

.quotes {
  width: 100%;
  float: left;
  margin-bottom: 60px; }
  @media screen and (min-width: 1024px) {
    .quotes {
      margin-bottom: 70px; } }
  .quotes ul {
    padding: 0;
    margin-bottom: 0; }
  .quotes .wpb_content_element .wpb_wrapper {
    padding-right: 15px; }
    @media screen and (min-width: 1024px) {
      .quotes .wpb_content_element .wpb_wrapper {
        padding-left: 25px;
        padding-right: 100px; } }
  .quotes li {
    font-size: 22px;
    font-weight: 700;
    color: #B51433;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px; }
    @media screen and (min-width: 1024px) {
      .quotes li {
        font-size: 30px;
        padding-left: 94px; } }
    .quotes li:before {
      content: "";
      background: url(./images/seed.png);
      display: inline-block;
      position: absolute;
      left: 0px;
      width: 35px;
      height: 35px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1024px) {
        .quotes li:before {
          width: 77px;
          height: 57px; } }
  .quotes p {
    padding-left: 50px;
    color: #6A6A6A;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .quotes p {
        padding-left: 94px;
        font-size: 24px; } }
    .quotes p:last-child {
      font-size: 14px; }
      @media screen and (min-width: 1024px) {
        .quotes p:last-child {
          font-size: 20px; } }
  .quotes .wpb_content_element {
    border: 1px solid #B51433;
    border-left: 0;
    border-right: 0;
    padding: 40px 0;
    margin-bottom: 0; }
    @media screen and (min-width: 1300px) {
      .quotes .wpb_content_element .wpb_wrapper {
        max-width: 1200px; } }

div.zz-label {
  width: 100%;
  float: left;
  padding-bottom: 0px !important; }
  @media screen and (min-width: 1024px) {
    div.zz-label {
      padding-bottom: 50px !important; } }
  div.zz-label h3 {
    color: #B51433;
    font-weight: 400;
    font-size: 22px;
    padding: 0 15px; }
    @media screen and (min-width: 1024px) {
      div.zz-label h3 {
        font-size: 36px; } }
  div.zz-label .brand-row {
    position: relative;
    max-width: 594px;
    margin: 0 auto 70px !important;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-flow: column;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      div.zz-label .brand-row {
        align-items: flex-end;
        justify-content: space-between;
        flex-flow: row; } }
    div.zz-label .brand-row .vc_btn3-container {
      min-width: 192px;
      text-align: center;
      margin-bottom: 0px; }
      @media screen and (min-width: 1024px) {
        div.zz-label .brand-row .vc_btn3-container {
          margin-bottom: 40px; } }
    div.zz-label .brand-row.reverse .vc_btn3-container {
      margin-bottom: 0px; }
    @media screen and (min-width: 1024px) {
      div.zz-label .brand-row.reverse {
        flex-direction: row-reverse; } }
    div.zz-label .brand-row.reverse .brand-owner .brand-owner .wpb_wrapper {
      right: auto;
      left: 0; }
      div.zz-label .brand-row.reverse .brand-owner .brand-owner .wpb_wrapper p {
        text-align: center !important; }
        @media screen and (min-width: 1024px) {
          div.zz-label .brand-row.reverse .brand-owner .brand-owner .wpb_wrapper p {
            float: left; } }
    @media screen and (min-width: 1024px) {
      div.zz-label .brand-row.reverse .brand-owner .wpb_single_image.vc_align_left {
        text-align: right; } }
    div.zz-label .brand-row.reverse .brand-owner figure > div:before {
      left: 0; }
    div.zz-label .brand-row .brand-owner {
      position: static;
      width: 100%; }
      @media screen and (min-width: 768px) {
        div.zz-label .brand-row .brand-owner {
          width: 50%; } }
      div.zz-label .brand-row .brand-owner .wpb_single_image.vc_align_left {
        position: relative;
        z-index: 99; }
      div.zz-label .brand-row .brand-owner .vc_btn3-container {
        margin-bottom: 40px; }
      div.zz-label .brand-row .brand-owner .wpb_content_element {
        margin-bottom: 0;
        text-align: center; }
        @media screen and (min-width: 1024px) {
          div.zz-label .brand-row .brand-owner .wpb_content_element {
            text-align: left; } }
      div.zz-label .brand-row .brand-owner figure > div {
        width: 253px;
        height: 253px;
        border-radius: 100%;
        position: relative; }
        div.zz-label .brand-row .brand-owner figure > div img {
          position: relative;
          width: calc(100% - 8px);
          height: calc(100% - 8px);
          object-fit: cover;
          border-radius: 100%; }
        div.zz-label .brand-row .brand-owner figure > div:before {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          top: 0px;
          left: -8px;
          background: #B51433;
          position: absolute;
          border-radius: 100%; }
      div.zz-label .brand-row .brand-owner .brand-owner .wpb_wrapper {
        padding: 20px 30px 0;
        right: 0;
        top: 20px;
        min-height: 57px; }
        @media screen and (min-width: 1024px) {
          div.zz-label .brand-row .brand-owner .brand-owner .wpb_wrapper {
            position: absolute;
            background: #B51433;
            width: calc(100% - 70px);
            text-align: left;
            color: #fff;
            padding: 7px 30px; } }
      div.zz-label .brand-row .brand-owner p {
        font-family: "euphemia", sans-serif !important;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
        color: #B51433;
        text-align: center;
        margin-bottom: 10px !important; }
        @media screen and (min-width: 1024px) {
          div.zz-label .brand-row .brand-owner p {
            margin-bottom: 0px !important;
            text-align: right;
            color: #fff;
            font-size: 36px; } }
    div.zz-label .brand-row .brand {
      display: flex;
      align-items: flex-end; }
      div.zz-label .brand-row .brand .wpb_wrapper {
        padding-top: 0px;
        display: flex;
        flex-flow: column;
        align-items: center; }
        @media screen and (min-width: 1024px) {
          div.zz-label .brand-row .brand .wpb_wrapper {
            padding-top: 20px; } }
      div.zz-label .brand-row .brand .wpb_content_element {
        margin-bottom: 20px; }
      div.zz-label .brand-row .brand img {
        max-width: 120px;
        margin-bottom: 10px; }

.zz-label .brand-row.rati .brand .wpb_wrapper {
  position: relative;
  top: 5px; }
  @media screen and (min-width: 1024px) {
    .zz-label .brand-row.rati .brand .wpb_wrapper {
      top: 20px; } }

.tnm-text br {
  display: none; }
  @media screen and (min-width: 1024px) {
    .tnm-text br {
      display: inline; } }
.tnm-text.tnm {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    .tnm-text.tnm {
      margin-bottom: 40px; } }
.tnm-text .tnm-row .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }
  @media screen and (min-width: 1024px) {
    .tnm-text .tnm-row .wpb_wrapper {
      flex-flow: row; } }
  @media screen and (min-width: 1024px) {
    .tnm-text .tnm-row .wpb_wrapper .tnm-heading {
      margin-left: 30px; } }
  .tnm-text .tnm-row .wpb_wrapper .tnm-heading h3 {
    font-size: 26px; }
    @media screen and (min-width: 1024px) {
      .tnm-text .tnm-row .wpb_wrapper .tnm-heading h3 {
        font-size: 50px; } }

.tnm-text p {
  max-width: 958px;
  margin: 0 auto 20px;
  color: #6A6A6A;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (min-width: 1024px) {
    .tnm-text p {
      font-size: 24px; } }

div.founders-story {
  margin-bottom: 60px;
  padding: 60px 0 !important; }
  @media screen and (min-width: 1024px) {
    div.founders-story {
      padding: 90px 0 !important; } }
  div.founders-story .wpb_content_element {
    margin-bottom: 0; }
  div.founders-story .box-row {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0 5px; }
    @media screen and (min-width: 1024px) {
      div.founders-story .box-row {
        padding: 75px 0; } }
    div.founders-story .box-row .vc_col-sm-1\/5 {
      width: auto;
      margin: 0 10px; }
      div.founders-story .box-row .vc_col-sm-1\/5 .vc_column-inner {
        position: relative; }
      div.founders-story .box-row .vc_col-sm-1\/5 .round .wpb_wrapper {
        width: 120px;
        height: 120px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%); }
        div.founders-story .box-row .vc_col-sm-1\/5 .round .wpb_wrapper p {
          font-size: 24px;
          font-weight: 700; }
  div.founders-story a {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    opacity: 0; }

.circle, .text-cover {
  width: 325px !important;
  height: 325px !important; }
  @media screen and (min-width: 768px) {
    .circle, .text-cover {
      width: 390px !important;
      height: 390px !important; } }

rs-slides h1 {
  font-size: 30px !important;
  width: 370px !important;
  padding: 0 15px !important;
  width: 325px !important;
  line-height: 1.2 !important; }
  @media screen and (min-width: 768px) {
    rs-slides h1 {
      font-size: 36px !important;
      width: 370px !important; } }
rs-slides p {
  padding: 0 15px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-family: "euphemia", sans-serif !important;
  word-break: break-word;
  width: 325px !important;
  height: auto !important; }
  @media screen and (min-width: 768px) {
    rs-slides p {
      font-size: 18px !important;
      width: 370px !important; } }
rs-slides a {
  font-size: 14px !important; }
  @media screen and (min-width: 768px) {
    rs-slides a {
      font-size: 18px !important; } }

.konte.tparrows {
  display: none !important; }
  @media screen and (min-width: 1024px) {
    .konte.tparrows {
      display: block !important; } }

#rev_slider_9_1_wrapper .hesperiden.tp-bullets {
  display: block !important; }
  @media screen and (min-width: 1024px) {
    #rev_slider_9_1_wrapper .hesperiden.tp-bullets {
      display: none !important; } }

.category-section .vc_column-inner {
  background-size: cover !important;
  background-position: bottom right; }

body div.shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 16px; }
  body div.shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
    max-width: 20px; }

.category-section .category-items > div div.wpb_wrapper {
  padding-top: 10px;
  position: relative;
  z-index: 99; }

.red-heading.red-heading-bg {
  padding: 30px 0; }
  @media screen and (min-width: 1300px) {
    .red-heading.red-heading-bg {
      padding: 50px 0; } }

div.vc_row {
  margin-left: 0;
  margin-right: 0; }

.cstm-logo {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .cstm-logo {
      top: 10px; } }

.slider-heading {
  font-size: 50px !important; }

.slider-subheading {
  font-size: 24px !important; }

.slider-tag {
  font-size: 12px !important; }

.slider-link {
  font-size: 12px !important; }
  .slider-link:after {
    content: "";
    height: 1.5px;
    width: 100%;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0; }

.svg-icon.shopping-cart-icon {
  display: inline-block !important; }
.svg-icon.icon-arrow-left {
  display: none; }

.page-heading {
  padding: 15px 0 15px; }
  .page-heading .wpb_content_element {
    margin-bottom: 0; }
  .page-heading h1 {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0; }
  .page-heading p {
    text-align: center;
    font-size: 20px;
    margin-top: 0; }
  .page-heading.overlap-heading {
    width: 100% !important;
    padding: 15px;
    position: absolute !important;
    left: 0 !important;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    top: 255px; }
    .page-heading.overlap-heading.ati-jewel h1 {
      font-size: 20px; }
      @media screen and (min-width: 1024px) {
        .page-heading.overlap-heading.ati-jewel h1 {
          font-size: 40px; } }
    .page-heading.overlap-heading h1 {
      font-size: 30px;
      font-weight: 600; }
      @media screen and (min-width: 1024px) {
        .page-heading.overlap-heading h1 {
          font-size: 40px; } }

ul.woocs_auto_switcher {
  width: auto;
  height: auto; }

.tparrows {
  border: 1px solid #fff; }

.teaser {
  display: flex;
  align-items: center;
  clear: both;
  flex-flow: column;
  padding-top: 40px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .teaser {
      margin-bottom: 0px;
      padding-top: 90px; } }
  .teaser .vc_col-sm-6 {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .teaser .vc_col-sm-6 {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .teaser {
      flex-flow: row; } }
  .teaser h3 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 26px; }
    @media screen and (min-width: 1024px) {
      .teaser h3 {
        font-size: 40px; } }
  .teaser p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5; }

.image-teaser {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .image-teaser {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .image-teaser .vc_col-sm-6 {
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .image-teaser .vc_col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px; } }
    @media screen and (min-width: 1024px) {
      .image-teaser .vc_col-sm-6 {
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px; } }
    .image-teaser .vc_col-sm-6:last-child {
      margin-bottom: 40px; }
      @media screen and (min-width: 1024px) {
        .image-teaser .vc_col-sm-6:last-child {
          margin-bottom: 0px; } }
  @media screen and (min-width: 1200px) {
    .image-teaser img {
      height: 406px; } }
  .image-teaser .wpb_content_element {
    margin-bottom: 10px; }
  .image-teaser .cst-slider.cst-slider-multislider {
    margin-bottom: 35px; }
    @media screen and (min-width: 600px) {
      .image-teaser .cst-slider.cst-slider-multislider {
        margin-bottom: 0px; } }
    .image-teaser .cst-slider.cst-slider-multislider .wpb_content_element {
      margin-bottom: 0; }
    .image-teaser .cst-slider.cst-slider-multislider figure {
      width: 100%; }
      .image-teaser .cst-slider.cst-slider-multislider figure .vc_single_image-wrapper {
        width: 100%; }
        .image-teaser .cst-slider.cst-slider-multislider figure .vc_single_image-wrapper img {
          width: 100%; }
    .image-teaser .cst-slider.cst-slider-multislider h3 {
      padding: 0;
      position: absolute;
      top: auto;
      bottom: 40px;
      color: #fff;
      left: 15px;
      font-size: 20px;
      padding-right: 30px; }
      @media screen and (min-width: 1024px) {
        .image-teaser .cst-slider.cst-slider-multislider h3 {
          font-size: 26px;
          bottom: 35px;
          bottom: 60px;
          font-size: 40px; } }
    .image-teaser .cst-slider.cst-slider-multislider p {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 22px;
      left: 15px; }
      @media screen and (min-width: 1024px) {
        .image-teaser .cst-slider.cst-slider-multislider p {
          transform: initial;
          font-size: 16px;
          color: #fff;
          bottom: 40px; } }
      .image-teaser .cst-slider.cst-slider-multislider p a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        position: relative; }
        .image-teaser .cst-slider.cst-slider-multislider p a:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: -4px;
          width: 0;
          border-bottom: 2px solid #fff;
          transition: width 0.3s; }
        .image-teaser .cst-slider.cst-slider-multislider p a:hover:after {
          width: 100%;
          left: 0; }
  .image-teaser h3 {
    color: #000;
    top: 270px;
    width: 100%;
    font-weight: 400;
    font-size: 26px;
    font-family: "euphemia", sans-serif !important;
    max-width: 400px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1200px) {
      .image-teaser h3 {
        padding: 0 30px;
        font-size: 30px;
        position: absolute;
        color: #fff; } }
  .image-teaser p {
    font-size: 16px;
    line-height: 1.5; }

body .product-slider {
  padding: 40px 0; }
  @media screen and (min-width: 1200px) {
    body .product-slider {
      padding: 70px 0; } }
  body .product-slider h3 {
    padding-left: 35px;
    font-family: "euphemia", sans-serif !important;
    font-size: 26px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      body .product-slider h3 {
        margin-bottom: 40px;
        font-size: 40px; } }
  body .product-slider .product-summary h3 {
    padding-left: 0; }
  body .product-slider .svg-icon {
    color: #000; }
  body .product-slider button:hover .svg-icon {
    color: #fff; }
body .konte-product-carousel2 ul.products li.product .product-title {
  font-size: 16px;
  line-height: 1.5; }
body .konte-product-carousel2 ul.products li.product .product-price {
  font-size: 20px;
  line-height: 1.5; }
body .konte-product-carousel2 ul.products li.product .add-to-cart {
  font-size: 16px;
  line-height: 1.5; }
body ul.products.slick-slider {
  margin: 0; }
  body ul.products.slick-slider .svg-icon {
    display: block !important; }
body .image-slider-teaser {
  padding: 40px 0 0px;
  margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    body .image-slider-teaser {
      flex-flow: row; } }
  body .image-slider-teaser .vc_col-sm-6 {
    width: 100%;
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      body .image-slider-teaser .vc_col-sm-6 {
        width: 50%; } }
    body .image-slider-teaser .vc_col-sm-6:last-child {
      margin-bottom: 30px; }
      @media screen and (min-width: 600px) {
        body .image-slider-teaser .vc_col-sm-6:last-child {
          margin-bottom: 0px; } }
  body .image-slider-teaser .vc_inner img {
    object-fit: cover; }
  body .image-slider-teaser .widget {
    margin: 0px;
    padding: 0 26px;
    border: 0;
    position: absolute;
    top: calc(100% - 120px); }
    @media screen and (min-width: 1024px) {
      body .image-slider-teaser .widget {
        top: calc(100% - 140px); } }
    body .image-slider-teaser .widget br {
      display: none; }
    body .image-slider-teaser .widget p {
      margin: 0;
      color: #fff;
      font-size: 40px; }
    body .image-slider-teaser .widget a {
      display: block;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      position: relative;
      max-width: 85px; }
      body .image-slider-teaser .widget a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        bottom: -5px;
        right: 0;
        display: inline-block;
        transition: width 0.3s; }
      body .image-slider-teaser .widget a:hover:after {
        width: 100%;
        left: 0; }

.woocommerce div.product .quantity span.qty-button {
  line-height: 50px !important; }

.woocommerce div.product .single_add_to_cart_button.button {
  line-height: 50px !important; }

.woocommerce-badge.new {
  background: #B41630 !important;
  color: #fff !important; }

body .woocs_auto_switcher li a span {
  display: block;
  height: auto;
  text-align: left; }
  body .woocs_auto_switcher li a span div {
    white-space: break-all; }

ul.woocs_auto_switcher li a {
  font-size: 12px; }

.woocommerce div.product.layout-v6 a.add-to-wishlist-button {
  margin: 30px 0 10px;
  border: none; }
  .woocommerce div.product.layout-v6 a.add-to-wishlist-button .button-text {
    font-size: 14px;
    margin-left: 0; }

.woocommerce div.product .product_meta span.label {
  font-size: 14px;
  line-height: 1.5;
  margin-right: 20px;
  min-width: 95px;
  text-transform: capitalize; }

.product_meta a {
  text-transform: capitalize;
  font-size: 14px; }
.product_meta .sku_wrapper span {
  font-size: 14px; }

.teaser .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-breadcrumb.breadcrumbs {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5; }
  .woocommerce-breadcrumb.breadcrumbs a {
    display: inline-block; }
  .woocommerce-breadcrumb.breadcrumbs .delimiter {
    position: relative;
    top: 10px;
    display: inline-block !important; }

.story-title {
  margin-bottom: 50px; }
  .story-title .wpb_content_element {
    margin-bottom: 0; }
  .story-title h1 {
    background-color: #b80029;
    padding: 25px 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-align: center; }

.text-body h2 {
  font-size: 36px;
  font-weight: 400; }
.text-body img {
  width: 195px;
  height: 195px;
  border-radius: 100%; }
.text-body p {
  font-size: 16px;
  line-height: 1.5; }

.cst-heading {
  font-size: 36px;
  font-weight: 400; }

.address-list .konte-info-list li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px; }

.cst-form label, .cst-form input {
  font-size: 14px; }

.cst-form .wpcf7-form .wpcf7-form-control {
  padding: 8px 0; }

.cst-form .wpcf7-form .wpcf7-submit {
  background: #fff;
  color: #B51433;
  transition: all ease 0.3s;
  border: 1px solid #B51433;
  font-weight: 400;
  background: #fff;
  color: #B51433;
  transition: all ease 0.3s;
  border: 1px solid #B51433;
  font-weight: 400;
  width: auto;
  padding: 14px 60px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  line-height: 1.5; }

.cst-form .wpcf7-form .wpcf7-submit:hover {
  background: #B51433;
  color: #fff;
  border: 1px solid #fff; }

.cst-slider button {
  top: 50%;
  position: absolute;
  z-index: 9;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  padding: 0;
  width: 23px;
  height: 27px;
  background-size: contain;
  transform: translateY(-50%); }
  .cst-slider button.slick-prev {
    background: url(./images/arrow-left.png);
    left: 20px; }
  .cst-slider button.slick-next {
    right: 20px;
    background: url(./images/arrow-right.png); }
  .cst-slider button:before {
    color: transparent; }

.konte-product-carousel2 ul.products li.product {
  overflow: hidden; }
  .konte-product-carousel2 ul.products li.product a.add-to-cart {
    transition: all 0.6s;
    z-index: 99;
    bottom: 0; }
    @media screen and (min-width: 1200px) {
      .konte-product-carousel2 ul.products li.product a.add-to-cart {
        bottom: -115px; } }
  .konte-product-carousel2 ul.products li.product span.product-summary {
    transition: all 0.6s;
    z-index: 99; }
    @media screen and (min-width: 1200px) {
      .konte-product-carousel2 ul.products li.product span.product-summary {
        top: -100%;
        opacity: 0; } }
  .konte-product-carousel2 ul.products li.product:hover .product-summary {
    opacity: 1;
    top: 0; }
  @media screen and (min-width: 1200px) {
    .konte-product-carousel2 ul.products li.product:hover a.add-to-cart {
      bottom: 0; } }

.image-teaser .slider-text {
  position: absolute;
  bottom: 40px;
  left: 20px; }
  .image-teaser .slider-text .wpb_content_element {
    margin-bottom: 10px; }
  .image-teaser .slider-text h3 {
    font-size: 20px;
    position: static;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .image-teaser .slider-text h3 {
        padding: 0 40px;
        font-size: 40px; } }
  .image-teaser .slider-text p {
    color: #fff;
    font-weight: 700;
    font-size: 12px; }
    @media screen and (min-width: 1024px) {
      .image-teaser .slider-text p {
        font-size: 16px;
        padding: 0 40px; } }
    .image-teaser .slider-text p a {
      color: #fff;
      position: relative; }
      .image-teaser .slider-text p a:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -4px;
        width: 0;
        border-bottom: 2px solid #fff;
        transition: width 0.3s; }
      .image-teaser .slider-text p a:hover:after {
        width: 100%;
        left: 0; }

.woocommerce-breadcrumb.breadcrumbs span.delimiter {
  top: 5px; }

div.header-account {
  font-size: 14px; }

.header-account .account-links li span.counter {
  right: 0; }

.header-account div.account-links ul {
  padding: 20px; }

.woocommerce-account-login form.register label,
.woocommerce-account-login form.login label,
.woocommerce-account-login form.lost_reset_password label {
  font-size: 14px !important; }

label.woocommerce-form__label-for-checkbox span:before,
label.woocommerce-form__label-for-checkbox span:after {
  top: -0.1em !important; }

.woocommerce-Tabs-panel--description > ul > li {
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 400;
  position: relative; }
  .woocommerce-Tabs-panel--description > ul > li::after {
    content: "";
    background: url(./images/plus.svg);
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px; }
  .woocommerce-Tabs-panel--description > ul > li.toggle::after {
    background: url(./images/minus.svg); }
  .woocommerce-Tabs-panel--description > ul > li:first-child ul {
    display: block; }
  .woocommerce-Tabs-panel--description > ul > li ul {
    max-width: 700px; }
    .woocommerce-Tabs-panel--description > ul > li ul li {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 0;
      color: #838889; }
.woocommerce-Tabs-panel--description li {
  list-style: none;
  font-weight: 400; }
  .woocommerce-Tabs-panel--description li ul {
    cursor: auto;
    padding-left: 10px;
    display: none;
    margin: 10px 0 25px; }

.josefin {
  font-family: 'Josefin Sans', sans-serif !important; }
  .josefin * {
    font-family: 'Josefin Sans', sans-serif !important; }

header.header-sticky--normal.sticky.transparent.text-light {
  background: #fff; }

.category-section .category-items > div p sup {
  top: -0.8em;
  font-size: 35%; }

.category-items {
  position: relative; }
  .category-items .category-items:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    left: 0;
    top: 0; }

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image div img {
  max-width: 80px;
  margin: 10px auto 10px !important;
  display: block; }

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
  max-height: 500px;
  object-fit: contain;
  display: block; }

.woo-variation-gallery-wrapper div.wvg-gallery-thumbnail-image {
  opacity: 1; }
  .woo-variation-gallery-wrapper div.wvg-gallery-thumbnail-image.current-thumbnail img {
    border: 1px solid #000; }

.woocommerce div.product.layout-v6 div.product-toolbar {
  padding-bottom: 45px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-size: 14px; }

.woocommerce div.product span.price {
  font-size: 22px; }

.woocommerce div.product.layout-v6 div.product-share {
  float: left; }

.woocommerce div.product.layout-v6 .product-share span.socials {
  left: -10px;
  top: 6px; }

.woocommerce div.product.layout-v6 .product-share .sharing-icon span {
  font-size: 14px !important;
  text-transform: capitalize !important;
  color: #838889;
  font-weight: 400 !important;
  margin-left: 0 !important; }

.woocommerce div.product.layout-v6 .product-share .sharing-icon svg {
  fill: #838889; }

.product-share.share {
  width: 100%; }

.woocommerce div.product span.amount.price {
  font-size: 22px;
  margin: 15px 0 27px; }

.type-product .slick-arrow:before {
  content: "" !important;
  background-size: contain;
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.type-product .slick-arrow.dashicons-arrow-right-alt2:before {
  content: "\f345" !important; }
.type-product .slick-arrow.dashicons-arrow-left-alt2:before {
  content: "\f341" !important; }

.type-product .quantity svg {
  display: inline-block; }
.type-product .slick-arrow::before {
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.type-product .slick-next:before {
  background-image: url(./images/svg/chevron-right.svg); }
.type-product .slick-prev:before {
  background-image: url(./images/svg/chevron-left.svg); }

.woocommerce-pagination ul .next, .woocommerce-pagination ul .prev {
  display: inline-flex;
  align-items: center; }

ul.products .product-inner:hover div.product-summary {
  transform: initial; }

.self {
  white-space: nowrap; }

.woocommerce div.product.layout-v6 table.variations {
  margin-bottom: 20px; }

.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__summary {
  justify-content: flex-start; }
.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name p {
  margin: 10px 0 0;
  font-size: 13px; }
.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
  font-size: 16px; }
.cart-panel .widget_shopping_cart_content a.remove {
  top: 5px;
  margin-top: 0; }
.cart-panel .widget_shopping_cart_content .variation {
  font-size: 13px;
  margin-bottom: 6px; }
.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
  font-size: 13px; }
.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__qty .label {
  display: inline-block; }
.cart-panel .widget_shopping_cart_content .quantity .current .svg-icon {
  top: auto;
  margin-top: 0; }

body .cart-panel .widget_shopping_cart_content .buttons {
  display: flex;
  margin-bottom: 20px; }
  body .cart-panel .widget_shopping_cart_content .buttons .button {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0 20px; }
    body .cart-panel .widget_shopping_cart_content .buttons .button:last-child {
      margin-bottom: 20px;
      margin-right: 0px; }

.site-main .woocommerce-message, .site-main .woocommerce-info, .site-main .woocommerce-error {
  padding-left: 50px;
  padding-right: 50px; }
.site-main .woocommerce-checkout-review-order-table .product-item .product-name p {
  margin-bottom: 0;
  margin-top: 5px; }
.site-main .woocommerce-checkout-review-order-table .product-item dl.variation {
  margin-top: 5px; }
.site-main .woocommerce-checkout-review-order-table .product-item {
  align-items: flex-start; }
.site-main .woocommerce-checkout-review-order-table .product-item span.product-quantity {
  text-align: center; }
.site-main table.cart th {
  font-weight: 600 !important; }
.site-main .cart-collaterals .cart_totals h2 {
  display: none; }
.site-main .cart-collaterals .cart-subtotal-table th, .site-main .cart-collaterals .order-total-table th {
  font-weight: 600; }

.notifyjs-konte-base .message-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: auto;
  line-height: 6.2px !important; }

form.cart .Wcmlim_container.wcmlim_product {
  width: 100%; }
form.cart .single_add_to_cart_button {
  max-width: 200px; }
form.cart .svg-icon svg {
  width: 14px;
  height: 14px;
  vertical-align: 0; }
form.cart span.qty-button {
  padding-left: 10px !important;
  padding-right: 10px !important; }
form.cart .quantity .qty {
  font-size: 13px !important; }

.login-panel .panel-content form label.woocommerce-form__label span {
  font-size: 14px; }

label.woocommerce-form__label-for-checkbox span:before, label.woocommerce-form__label-for-checkbox span:after {
  top: 0.1em !important; }

.woocommerce-badges {
  display: none; }

table.cart .product-name p, table.cart .product-name a, table.cart .product-name dl {
  width: 100%;
  display: block; }

.woocommerce-Reviews .comment-form .comment-form-cookies-consent.focused label {
  transform: translateY(0px);
  margin-left: 10px; }

.zz-label .brand-row.lie .brand > .vc_column-inner > .wpb_wrapper {
  position: relative;
  top: 0 !important; }
  @media screen and (min-width: 1024px) {
    .zz-label .brand-row.lie .brand > .vc_column-inner > .wpb_wrapper {
      top: -50px !important; } }

.slick-list {
  width: 100%; }

@media screen and (max-width: 1199px) {
  .header-main, .header-bottom {
    display: none !important; } }
@media screen and (min-width: 1199px) {
  .header-mobile {
    display: none !important; } }

.teaser .white {
  margin-bottom: 35px; }
  @media screen and (min-width: 1024px) {
    .teaser .white {
      margin-bottom: 0; } }
  .teaser .white .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 15px !important; }
    @media screen and (min-width: 1024px) {
      .teaser .white .vc_column-inner {
        padding-bottom: 60px !important;
        padding-top: 60px; } }

.product-slider.ati-jewel-slider {
  margin-top: 40px !important; }
  @media screen and (min-width: 1024px) {
    .product-slider.ati-jewel-slider {
      margin-top: 90px !important; } }

.woocommerce-Reviews span.comment-reply-title {
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (min-width: 1024px) {
    .woocommerce-Reviews span.comment-reply-title {
      font-size: 25px; } }

div.woocommerce-additional-fields h3, div.woocommerce-billing-fields h3 {
  font-size: 24px; }
  @media screen and (min-width: 1024px) {
    div.woocommerce-additional-fields h3, div.woocommerce-billing-fields h3 {
      font-size: 36px; } }

form h3#order_review_heading {
  font-size: 24px;
  margin: 30px 0 23px; }
  @media screen and (min-width: 1024px) {
    form h3#order_review_heading {
      margin: 70px 0 23px;
      font-size: 36px; } }

.woocommerce-account-login .login-tabs-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-top: 30px; }
  .woocommerce-account-login .login-tabs-nav .tab-nav:first-child {
    margin-left: 10px; }

.woocommerce-privacy-policy-text p {
  font-size: 12px; }

.woocommerce-account-login .login-tabs-nav span.tab-nav {
  margin-right: 0; }

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex; }

.woocommerce ul.order_details {
  border: 1px solid #e3e7e8;
  display: flex;
  list-style: none;
  padding: 25px 40px 15px; }

.woocommerce ul.order_details li {
  padding-right: 20px;
  flex: 1;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column; }

.woocommerce ul.order_details li strong {
  margin-top: .5rem; }

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: 600; }

.woocommerce-order-details__title {
  font-size: 30px; }

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 30px;
  margin-top: 50px; }

.woocommerce-table__product-name.product-name a {
  display: inline-block;
  margin-right: 10px; }

.woocommerce-table__product-name.product-name strong {
  display: inline-block; }

.woocommerce-table__product-name.product-name .wc-item-meta li {
  display: inline-block; }

.woocommerce-table__product-name.product-name .wc-item-meta li {
  display: inline-block; }

.woocommerce-table__product-name.product-name .wc-item-meta strong {
  margin-top: 0;
  margin-bottom: 0; }

.woocommerce-table__product-name.product-name .wc-item-meta p {
  margin-top: 0;
  margin-bottom: 0; }

.wc_payment_methods .payment_box p:last-child {
  display: flex;
  align-items: center;
  flex-flow: nowrap; }

.wc_payment_methods .payment_box p:last-child label {
  margin-top: 0;
  flex-basis: 100%;
  margin-left: 10px; }

.lost_reset_password .form-row-first {
  padding-right: 0; }

.lost_reset_password .form-row-last {
  padding-left: 0; }

.woocommerce-button.view:hover {
  color: #fff !important; }

.woocommerce .button {
  border: 1px solid #B51433; }

.woocommerce-MyAccount-content {
  color: #000; }

.woocommerce-table__product-name.product-name .wc-item-meta {
  padding-left: 0;
  margin-top: 10px; }

.woocommerce-table__product-name.product-name .wc-item-meta li {
  display: flex;
  align-items: center;
  gap: 10px; }

.woocommerce-info .button {
  border: none;
  border-bottom: 2px solid #000; }

.woocommerce-PaymentMethod .button {
  margin: 5px; }

.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
  border: none;
  border-bottom: 2px solid #000; }

.woocommerce ul.order_details {
  flex-flow: row; }

@media only screen and (max-width: 800px) {
  .woocommerce ul.order_details {
    flex-flow: column;
    padding: 25px 15px 15px; } }
.atum-select-mi {
  width: 100%; }

.atum-select-mi select {
  width: 100%;
  max-width: 320px;
  margin-bottom: 10px;
  padding: 10px 0;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer; }

.atum-select-mi::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: relative;
  top: 15px;
  left: -15px; }

.woocommerce-account-login .login-tabs-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-top: 30px; }

.woocommerce-privacy-policy-text p {
  font-size: 12px; }

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex; }

.woocommerce ul.order_details {
  border: 1px solid #e3e7e8;
  display: flex;
  list-style: none;
  padding: 25px 40px 15px; }

.woocommerce ul.order_details li {
  padding-right: 20px;
  flex: 1;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column; }

.woocommerce ul.order_details li strong {
  margin-top: .5rem; }

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: 600; }

.woocommerce-order-details__title {
  font-size: 30px; }

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 30px;
  margin-top: 50px; }

.woocommerce-table__product-name.product-name a {
  display: inline-block;
  margin-right: 10px; }

.woocommerce-table__product-name.product-name strong {
  display: inline-block; }

.woocommerce-table__product-name.product-name .wc-item-meta li {
  display: inline-block; }

.woocommerce-table__product-name.product-name .wc-item-meta li {
  display: inline-block; }

.woocommerce-table__product-name.product-name .wc-item-meta strong {
  margin-top: 0;
  margin-bottom: 0; }

.woocommerce-table__product-name.product-name .wc-item-meta p {
  margin-top: 0;
  margin-bottom: 0; }

.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
  border: none;
  border-bottom: 2px solid #000; }

.woocommerce ul.order_details {
  flex-flow: row; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
  overflow-x: hidden; }

.konte-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1430px; }
  .konte-container:before {
    content: "";
    display: table;
    table-layout: fixed; }
  .konte-container:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }

.konte-container-fluid {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto; }
  .konte-container-fluid:before {
    content: "";
    display: table;
    table-layout: fixed; }
  .konte-container-fluid:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }

.no-sidebar.single-post .content-area {
  max-width: 750px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.sidebar-left .content-area,
.sidebar-right .content-area {
  width: 65.7894736842%; }
.sidebar-left .widget-area,
.sidebar-right .widget-area {
  width: 34.2105263158%; }
.sidebar-left.single-post .widget-area,
.sidebar-right.single-post .widget-area {
  padding-top: 35px; }
.sidebar-left .konte-container .content-area,
.sidebar-right .konte-container .content-area {
  width: 74.2857142857%; }
.sidebar-left .konte-container .widget-area,
.sidebar-right .konte-container .widget-area {
  width: 25.7142857143%; }

.sidebar-left .content-area {
  float: right; }
.sidebar-left .widget-area {
  float: left;
  padding-right: 60px; }
.sidebar-left .konte-container .widget-area {
  padding-right: 80px; }

.sidebar-right .content-area {
  float: left; }
.sidebar-right .widget-area {
  float: right;
  padding-left: 60px; }
.sidebar-right .konte-container .widget-area {
  padding-left: 80px; }

.empty-sidebar.sidebar-left .content-area,
.empty-sidebar.sidebar-left .widget-area, .empty-sidebar.sidebar-right .content-area,
.empty-sidebar.sidebar-right .widget-area {
  width: auto;
  float: none; }
.empty-sidebar.single-post .content-area {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
.empty-sidebar .entry-header .post-info {
  max-width: 780px; }

.site-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .no-top-spacing .site-content {
    padding-top: 0 !important; }
  .no-bottom-spacing .site-content {
    padding-bottom: 0 !important; }

.header-vertical .site {
  padding-left: 360px; }
.header-vertical .container,
.header-vertical .container-fluid,
.header-vertical .konte-container,
.header-vertical .konte-container-fluid {
  max-width: 100%; }

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.vc_row.vc_column-gap-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .vc_row.vc_column-gap-40 > .vc_column_container {
    padding: 20px 5px; }
.vc_row.vc_column-gap-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .vc_row.vc_column-gap-60 > .vc_column_container {
    padding: 30px 15px; }
.vc_row.vc_column-gap-120 {
  margin-left: -60px;
  margin-right: -50px; }
  .vc_row.vc_column-gap-120 > .vc_column_container {
    padding: 60px 45px; }

.vc_row .vc_col-has-fill > .vc_column-inner,
.vc_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.vc_row.wpb_row.vc_column-gap-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .vc_row.wpb_row.vc_column-gap-20 > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0; }

.vc_row.wpb_row.vc_inner > .vc_column_container {
  padding-top: 0;
  padding-bottom: 0; }

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border-width: 0;
  position: relative; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-title {
  line-height: 1.25; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-title > a {
  padding: 34px 0;
  border-top: 1px solid;
  position: static; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-title > a {
  border-top-width: 0; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  padding: 0 0 32px 0; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon-plus {
  width: 20px;
  height: 20px;
  transition: transform 0.4s; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon-plus {
  transform: rotate(45deg) translate(-35%, -35%); }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-title,
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-body {
  padding-left: 80px; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-title,
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-body {
  padding-right: 195px; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
  background: #fff; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels .vc_tta-panel .vc_tta-panel-title > a {
  color: #161619;
  border-color: #e3e7e8; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-plus:before, .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-plus:after {
  border-color: #cdcfd0; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_active .vc_tta-controls-icon-plus:before, .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_active .vc_tta-controls-icon-plus:after {
  border-color: #161619; }
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_active .vc_tta-controls-icon-plus:after {
  display: block; }

.vc_toggle.vc_toggle_ {
  position: relative;
  margin: 0; }
  .vc_toggle.vc_toggle_ .vc_toggle_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: opacity 0.4s, transform 0.4s; }
    .vc_toggle.vc_toggle_ .vc_toggle_icon:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      border-top: 2px solid; }
    .vc_toggle.vc_toggle_ .vc_toggle_icon:after {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      border-left: 2px solid; }
  .vc_toggle.vc_toggle_.vc_toggle_active .vc_toggle_icon {
    opacity: 1;
    transform: rotate(45deg) translate(-35%, -35%); }
  .vc_toggle.vc_toggle_ .vc_toggle_title,
  .vc_toggle.vc_toggle_ .vc_toggle_content {
    padding-right: 195px; }
  .vc_toggle.vc_toggle_ .vc_toggle_title > h4 {
    line-height: 1.25;
    display: block;
    margin: 0;
    padding: 34px 0 34px 0;
    border-top: 1px solid #e3e7e8; }
  .vc_toggle.vc_toggle_ .vc_toggle_content {
    margin: -10px 0 30px 0; }
    .vc_toggle.vc_toggle_ .vc_toggle_content > :first-child {
      margin-top: 0; }
    .vc_toggle.vc_toggle_ .vc_toggle_content > :last-child {
      margin-bottom: 0; }
  .vc_toggle.vc_toggle_:first-of-type .vc_toggle_title > h4 {
    border-top: 0; }

.konte-pricing-table {
  text-align: center;
  padding: 40px;
  border: 1px solid #e3e7e8;
  background: #fff;
  transition: 0.4s; }
  .konte-pricing-table:hover {
    border-color: transparent;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.konte-pricing-table__image {
  margin: 20px 0; }

.konte-pricing-table__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 8px 0; }

.konte-pricing-table__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #838889; }

.konte-pricing-table__price {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 25px 0 15px 0; }
  .konte-pricing-table__price .currency {
    font-size: 0.4583333333em;
    vertical-align: super; }

.konte-pricing-table__recurrence {
  font-size: 12px;
  font-size: 0.75rem;
  color: #838889; }

.konte-pricing-table__button {
  display: block;
  width: 100%;
  margin-top: 35px; }

.konte-testimonial {
  overflow: hidden;
  display: flex;
  align-items: center; }

.konte-testimonial__photo {
  float: left;
  padding-right: 60px;
  flex: 0 0 auto; }
  .konte-testimonial__photo img {
    display: block;
    width: 200px;
    height: auto; }

.konte-testimonial__content {
  margin-bottom: 30px; }

.konte-testimonial__author {
  line-height: 1; }

.konte-testimonial__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 14px; }

.konte-testimonial__company {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #838889;
  display: block; }

.konte-testimonial__author-separator {
  display: none;
  color: #838889; }

.konte-carousel .konte-testimonial {
  display: flex; }
.konte-carousel .konte-testimonial__photo {
  padding-right: 40px; }
  .konte-carousel .konte-testimonial__photo img {
    width: 120px; }
.konte-carousel .konte-testimonial__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375; }
.konte-carousel .konte-testimonial__name {
  font-size: 16px;
  font-size: 1rem;
  display: inline;
  margin-bottom: 0; }
.konte-carousel .konte-testimonial__company {
  font-size: 10px;
  font-size: 0.625rem;
  display: inline; }
.konte-carousel .konte-testimonial__author-separator {
  display: inline-block;
  margin: 0 9px; }

.konte-testimonial-carousel {
  overflow: hidden;
  display: flex; }

.konte-testimonial-carousel__photos {
  float: left;
  width: 48.9795918367%; }
  .konte-testimonial-carousel__photos img {
    object-fit: cover; }
  .konte-testimonial-carousel__photos .slick-list,
  .konte-testimonial-carousel__photos .slick-track {
    height: 100%; }

.konte-testimonial-carousel__content {
  color: #fff;
  float: left;
  width: 51.0204081633%;
  padding: 63px 120px 40px 100px;
  background: #161619; }
  .konte-testimonial-carousel__content .konte-testimonials-title {
    margin: 0 0 134px 0; }
  .konte-testimonial-carousel__content .konte-testimonial__content {
    line-height: 1.6666666667;
    margin-bottom: 70px; }
  .konte-testimonial-carousel__content .konte-testimonial__company {
    color: #fff; }
  .konte-testimonial-carousel__content .slick-dots {
    margin-top: 100px; }
    .konte-testimonial-carousel__content .slick-dots li {
      margin: 0 10px; }
      .konte-testimonial-carousel__content .slick-dots li:first-child {
        margin-left: 0; }
      .konte-testimonial-carousel__content .slick-dots li:last-child {
        margin-right: 0; }
    .konte-testimonial-carousel__content .slick-dots button {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      text-align: center;
      line-height: 1.6666666667;
      height: auto;
      width: auto;
      min-width: 20px;
      padding: 0 0 3px 0;
      border-bottom: 2px solid transparent; }
      .konte-testimonial-carousel__content .slick-dots button:before {
        display: none; }
    .konte-testimonial-carousel__content .slick-dots .slick-active button {
      border-color: #fff; }

a.button {
  border: none; }

.button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #B51433;
  text-align: center;
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  cursor: pointer;
  transition: 0.4s;
  transition: all ease 0.3s;
  background-color: #fff;
  border: 1px solid #B51433; }
  .button:hover {
    color: #fff;
    background-color: #B51433; }
  .button.large.rounded {
    border-radius: 30px; }
  .button.medium.rounded {
    border-radius: 25px; }
  .button.small {
    line-height: 32px;
    padding: 0 25px; }
    .button.small.rounded {
      border-radius: 16px; }
  .button.rounded {
    border-radius: 20px; }
  .button.alt {
    color: #161619;
    border: 1px solid;
    background: transparent; }
    .button.alt:hover {
      color: #fff;
      border-color: #161619;
      background: #161619; }

.konte-button {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  font-size: 0.9375rem; }
  .konte-button.large {
    font-size: 14px;
    font-size: 0.875rem; }
  .konte-button.button-normal:hover {
    background: #7f8487; }
  .konte-button.button-normal.text-light {
    color: #161619;
    background-color: #fff; }
    .konte-button.button-normal.text-light:hover {
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); }
  .konte-button.button-outline {
    color: #B41630;
    font-weight: 400;
    line-height: 38px;
    border: 1px solid #B41630;
    background: transparent; }
    .konte-button.button-outline.text-light {
      color: #fff; }
    .konte-button.button-outline.large {
      line-height: 58px;
      font-weight: 500; }
    .konte-button.button-outline.medium {
      line-height: 48px; }
    .konte-button.button-outline.small {
      line-height: 32px; }
  .konte-button.button-underline {
    text-transform: none;
    font-weight: 500;
    padding-bottom: 5px; }
    .konte-button.button-underline:after {
      content: "";
      border-bottom: 2px solid;
      position: absolute;
      bottom: 0; }
    .konte-button.button-underline.large {
      font-size: 18px;
      font-size: 1.125rem;
      padding-bottom: 4px; }
    .konte-button.button-underline.medium {
      font-size: 16px;
      font-size: 1rem; }
    .konte-button.button-underline.normal {
      font-size: 14px;
      font-size: 0.875rem;
      padding-bottom: 6px; }
    .konte-button.button-underline.small {
      font-size: 12px;
      font-size: 0.75rem; }
  .konte-button.button-underline.underline-full:after {
    width: 100%;
    left: 0; }
  .konte-button.button-underline.underline-small:after {
    width: 20px;
    transition: width 0.4s; }
  .konte-button.button-underline.underline-left:after {
    left: 0; }
  .konte-button.button-underline.underline-center:after {
    left: 50%;
    transform: translateX(-50%); }
  .konte-button.button-underline.underline-right:after {
    right: 0; }
  .konte-button.button-underline.underline-small:hover:after {
    width: 100%; }
  .konte-button.align-left {
    float: left; }
  .konte-button.align-right {
    float: right; }

.konte-button-wrapper.text-center {
  text-align: center; }

.btn {
  background: #fff;
  color: #B51433;
  border-radius: 0; }
  .btn.no-border {
    border: none; }
  .btn button, .btn a {
    background: #fff !important;
    border: none !important;
    color: #B51433 !important;
    border-radius: 0 !important;
    font-weight: 400;
    border: 1px solid #B51433 !important;
    transition: all 0.3s; }
    .btn button:hover, .btn a:hover {
      background: #B51433 !important;
      color: #fff !important; }

.white {
  color: #fff; }
  .white p {
    color: #fff; }

body .image-slider-teaser .black .widget p {
  color: #000; }

body .image-slider-teaser .black .widget a {
  color: #000; }
  body .image-slider-teaser .black .widget a:after {
    background: #000; }

.teaser .wpb_content_element {
  margin-bottom: 35px; }

span.new.woocommerce-badge {
  background: #B51433 !important;
  color: #fff !important; }

.image-teaser .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
  padding-left: 45px;
  padding-right: 45px; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:first-child {
    padding-left: 0; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child {
    padding-right: 0; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #838889;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  transition: 0.4s; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a:hover {
    color: #161619; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
  color: #161619;
  border-bottom-color: #161619 !important; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel-body {
  border: 0; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
  background-color: transparent; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel-body {
  color: #838889;
  padding: 36px 0; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel-body > .wpb_content_element:first-child > .wpb_wrapper > p:first-child {
    margin-top: 0; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-controls-align-center .vc_tta-panels {
  text-align: center; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab {
  padding: 14px 0;
  position: relative; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab:before, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 2px solid #161619;
    transition: width 0.4s; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab:first-child, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab:first-child {
    margin-top: -14px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab > a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab > a {
  border-bottom-width: 0; }
  .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab > a .vc_tta-title-text, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab > a .vc_tta-title-text {
    transition: transform 0.4s;
    display: inline-block; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active:before, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active:before {
  width: 20px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active .vc_tta-title-text, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active .vc_tta-title-text {
  transform: translateX(30px); }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panel-body {
  padding: 0; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list {
  text-align: left;
  padding-right: 100px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active:before {
  width: 20px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active .vc_tta-title-text {
  transform: translateX(30px); }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-list {
  padding-left: 100px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab:before {
  left: auto;
  right: 0; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active:before {
  width: 20px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active .vc_tta-title-text {
  transform: translateX(-30px); }

.konte-tabs__nav {
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none; }
  .konte-tabs__nav li {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-block;
    margin: 0 25px;
    cursor: pointer; }
    .konte-tabs__nav li:first-child {
      margin-left: 0; }
    .konte-tabs__nav li:last-child {
      margin-right: 0; }
    .konte-tabs__nav li:after {
      border-bottom-width: 2px; }

.konte-tabs__panels {
  position: relative; }

.konte-tabs__panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s; }
  .konte-tabs__panel.active {
    opacity: 1;
    display: block;
    visibility: visible;
    position: static; }

.konte-chart {
  text-align: center;
  position: relative;
  display: inline-block; }
  .konte-chart canvas {
    max-width: 100%; }

.konte-chart__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  transform: translate(-50%, -50%);
  line-height: 32px;
  vertical-align: top; }

.vc_progress_bar.wpb_content_element {
  overflow: hidden; }
  .vc_progress_bar.wpb_content_element .vc_single_bar {
    height: 8px;
    box-shadow: none;
    border-radius: 0;
    background-color: #e3e7e8;
    margin-bottom: 70px;
    margin-top: 30px; }
    .vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
      font-size: 16px;
      font-size: 1rem;
      color: #161619 !important;
      font-weight: 600;
      padding: 0;
      text-shadow: none !important;
      top: -35px; }
    .vc_progress_bar.wpb_content_element .vc_single_bar .vc_label_units {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      text-align: right;
      position: absolute;
      top: -35px;
      right: 0; }
    .vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
      box-shadow: none;
      border-radius: 0;
      background-color: #161619; }

.wpb-js-composer .vc_icon_element {
  font-size: 10px;
  display: inline-block; }

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
  border-width: 1px; }

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
  width: 5em !important;
  height: 5em !important; }

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
  color: #a2a5a6;
  transition: 0.4s; }

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey:hover .vc_icon_element-icon {
  color: #161619; }

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
  border-color: #e3e7e8;
  transition: 0.4s; }
  .wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline:hover {
    border-color: #161619;
    background-color: #161619; }
    .wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline:hover .vc_icon_element-icon {
      color: #fff; }

.konte-message-box {
  color: #fff;
  position: relative;
  padding: 30px 40px 30px 120px;
  margin-bottom: 40px; }
  .konte-message-box .box-content {
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 500; }
    .konte-message-box .box-content p:first-child {
      margin-top: 0; }
    .konte-message-box .box-content p:last-child {
      margin-bottom: 0; }
  .konte-message-box.success {
    background-color: #8ed3af; }
  .konte-message-box.info {
    background-color: #81cfe5; }
  .konte-message-box.danger {
    background-color: #f49090; }
  .konte-message-box.warning {
    background-color: #ffd07d; }
  .konte-message-box.closeable {
    padding-right: 65px; }

.konte-message-box__icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 40px; }

.konte-message-box__content {
  font-size: 20px;
  font-size: 1.25rem; }

.konte-message-box__close {
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 40px;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%); }

.konte-icon-box.box-align-center {
  text-align: center; }
.konte-icon-box.box-align-right {
  text-align: right; }

.konte-icon-box__icon {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 22px; }

.konte-icon-box__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: inherit;
  font-weight: 500;
  margin: 0 0 22px 0; }

.konte-icon-box__content > :first-child {
  margin-top: 0; }
.konte-icon-box__content > :last-child {
  margin-bottom: 0; }

.konte-team-member {
  position: relative;
  margin-bottom: 40px; }
  .konte-team-member img {
    width: 100%;
    height: auto;
    display: block; }

.konte-team-member__info {
  padding: 12px 20px 12px 20px; }

.konte-team-member__name {
  margin: 0; }

.konte-team-member__job {
  font-size: 14px;
  font-size: 0.875rem;
  color: #838889; }

.konte-team-member__socials {
  float: right; }
  .konte-team-member__socials a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #838889;
    margin-left: 20px; }
    .konte-team-member__socials a:hover {
      color: #161619; }
    .konte-team-member__socials a:first-child {
      margin-left: 0; }

.konte-carousel {
  overflow: hidden;
  margin-bottom: 40px; }
  .konte-carousel .slick-list {
    margin-left: -20px;
    margin-right: -20px; }
  .konte-carousel .slick-slide {
    padding: 0 20px;
    position: relative; }

.konte-carousel__slide-index {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  transform: rotate(-90deg) translate(-100%, -50%);
  transform-origin: top left;
  transition: opacity 0.8s, top 0.4s; }
  .indexs-initialized .konte-carousel__slide-index {
    opacity: 1;
    top: 0; }

.konte-carousel__slide-index-number {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 10px; }

.konte-carousel__arrow {
  color: #161619;
  line-height: 38px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid;
  background: transparent;
  position: absolute;
  z-index: 9; }
  .konte-carousel__arrow:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619; }
  .konte-carousel__arrow .svg-icon {
    vertical-align: middle; }

.konte-carousel--arrows-center .slick-prev {
  left: -70px;
  top: 35%; }
.konte-carousel--arrows-center .slick-next {
  right: -70px;
  top: 35%; }

.konte-carousel--arrows-top-right .slick-prev {
  right: 60px;
  top: -115px; }
.konte-carousel--arrows-top-right .slick-next {
  right: 0;
  top: -115px; }

.konte-carousel--dots-left .slick-dots {
  text-align: left;
  margin-left: -7px; }

.konte-carousel--dots-center .slick-dots {
  text-align: center; }

.konte-carousel--dots-right .slick-dots {
  text-align: right;
  margin-right: -7px; }

.konte-carousel--free-mode {
  overflow: visible; }
  .konte-carousel--free-mode .slick-list {
    overflow: visible; }
  .konte-carousel--free-mode .konte-carousel-item__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 36px 0 18px 0; }

.konte-carousel--gap-20 .slick-list {
  margin-left: -10px;
  margin-right: -10px; }
.konte-carousel--gap-20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px; }

.konte-carousel--gap-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
.konte-carousel--gap-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px; }

.konte-carousel--gap-60 .slick-list {
  margin-left: -30px;
  margin-right: -30px; }
.konte-carousel--gap-60 .slick-slide {
  padding-left: 30px;
  padding-right: 30px; }

.konte-carousel--gap-90 .slick-list {
  margin-left: -45px;
  margin-right: -45px; }
.konte-carousel--gap-90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px; }

.konte-carousel-item > a {
  transition: none; }

.konte-carousel-item__title {
  color: inherit;
  margin: 30px 0 12px 0; }

.konte-post-grid {
  margin-left: -20px;
  margin-right: -20px; }
  .konte-post-grid .post {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 40px; }
    .konte-post-grid .post img {
      margin-bottom: 24px;
      width: 100%; }
    .konte-post-grid .post .button {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 38px;
      padding: 0 25px; }
  .konte-post-grid .post-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 5px 0; }
  .konte-post-grid .post-summary {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 1.5;
    /* fallback */
    max-height: 4.5;
    /* fallback */ }
  .konte-post-grid.columns-4 .post {
    width: 25%; }
  .konte-post-grid.columns-gap-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .konte-post-grid.columns-gap-30 .post {
      padding-left: 15px;
      padding-right: 15px; }
  .konte-post-grid.columns-gap-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .konte-post-grid.columns-gap-60 .post {
      padding-left: 30px;
      padding-right: 30px; }

.konte-post-carousel {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px; }
  .konte-post-carousel .post {
    margin-bottom: 0; }
  .konte-post-carousel .slick-list {
    margin-left: -20px;
    margin-right: -20px; }
  .konte-post-carousel .slick-dots {
    margin-top: 45px; }
  .konte-post-carousel.dots-left .slick-dots {
    text-align: left;
    margin-left: -7px; }
  .konte-post-carousel.dots-center .slick-dots {
    text-align: center; }
  .konte-post-carousel.dots-right .slick-dots {
    text-align: right;
    margin-right: -7px; }

.konte-dash {
  display: inline-block; }
  .konte-dash .konte-dash__line {
    display: inline-block;
    width: 20px;
    border-bottom: 2px solid;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .konte-dash .konte-dash__text {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px; }

.vc_custom_heading {
  line-height: 1.3;
  margin: 0; }
  .vc_custom_heading.separated_link {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
  .vc_custom_heading .heading-link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }
  .vc_custom_heading.font-weight-normal {
    font-weight: 400; }
  .vc_custom_heading.font-weight-medium {
    font-weight: 500; }
  .vc_custom_heading.font-weight-bold {
    font-weight: 700; }

.regular-family {
  font-family: "euphemia", sans-serif !important; }

.wpb_text_column .wpb_wrapper > :first-child {
  margin-top: 0; }

.konte-info-list {
  font-size: 14px;
  font-size: 0.875rem; }
  .konte-info-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .konte-info-list li {
    display: flex;
    margin-bottom: 18px; }
  .konte-info-list .info-name {
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 110px; }
  .konte-info-list .info-value,
  .konte-info-list .info-value a {
    color: #838889; }
  .konte-info-list .info-value a:hover {
    color: #000; }

.konte-countdown {
  text-transform: uppercase; }
  .konte-countdown.type-small .konte-countdown__box {
    padding: 0 20px; }
    .konte-countdown.type-small .konte-countdown__box:first-child {
      padding-left: 0; }
    .konte-countdown.type-small .konte-countdown__box:last-child {
      padding-right: 0; }
  .konte-countdown.type-small .time {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 15px; }
  .konte-countdown.type-small .konte-countdown__box-label {
    font-size: 11px;
    font-size: 0.6875rem; }
  .konte-countdown.type-inline {
    display: inline-block; }
    .konte-countdown.type-inline .timers,
    .konte-countdown.type-inline .time,
    .konte-countdown.type-inline .konte-countdown__box,
    .konte-countdown.type-inline .konte-countdown__box-label {
      display: inline; }
    .konte-countdown.type-inline .konte-countdown__box {
      line-height: inherit;
      padding: 0;
      margin-right: 4px; }
    .konte-countdown.type-inline .time {
      padding-bottom: 0; }
    .konte-countdown.type-inline .time,
    .konte-countdown.type-inline .konte-countdown__box-label {
      margin-right: 4px;
      font-weight: 400;
      font-size: inherit; }

.konte-countdown__box {
  line-height: 1;
  display: inline-block;
  padding: 0 35px; }
  .konte-countdown__box:first-child {
    padding-left: 0; }
  .konte-countdown__box:last-child {
    padding-right: 0; }
  .konte-countdown__box .time {
    font-size: 48px;
    font-size: 3rem;
    display: block;
    padding-bottom: 20px; }

.konte-countdown__box-label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  padding-left: 2px; }

.konte-category-banner {
  margin-bottom: 30px; }
  .konte-category-banner span:empty,
  .konte-category-banner h4:empty {
    display: none; }
  .konte-category-banner img {
    display: block; }
  .konte-category-banner.has-sub-image {
    padding-top: 100px; }
    .konte-category-banner.has-sub-image.align-left {
      padding-right: 100px; }
    .konte-category-banner.has-sub-image.align-right {
      padding-left: 100px; }
  .konte-category-banner.align-left .konte-category-banner__category {
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: top right;
    left: -55px; }
  .konte-category-banner.align-left .konte-category-banner__sub-image img {
    transform: translate(50%, -50%);
    float: right; }
  .konte-category-banner.align-right {
    display: flex;
    justify-content: flex-end; }
    .konte-category-banner.align-right .konte-category-banner__category {
      transform: rotate(-90deg);
      transform-origin: top right;
      right: -35px; }
    .konte-category-banner.align-right .konte-category-banner__sub-image img {
      transform: translate(-50%, -50%); }
  .konte-category-banner.title-middle .konte-category-banner__content {
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 30px;
    transform: translate(-50%, -50%); }
  .konte-category-banner.title-middle.has-sub-image .konte-category-banner__content {
    margin-top: 50px; }
  .konte-category-banner.title-middle.align-left {
    padding-right: 35.7664233577%; }
    .konte-category-banner.title-middle.align-left .konte-category-banner__link {
      padding-right: 0;
      display: block; }
    .konte-category-banner.title-middle.align-left .konte-category-banner__content {
      right: 0;
      transform: translate(50%, -50%);
      text-align: right; }
  .konte-category-banner.title-middle.align-right {
    padding-left: 35.7664233577%; }
    .konte-category-banner.title-middle.align-right .konte-category-banner__link {
      padding-left: 0; }
    .konte-category-banner.title-middle.align-right .konte-category-banner__content {
      left: 0; }

.konte-category-banner__link {
  display: inline-block;
  position: relative;
  max-width: 100%; }

.konte-category-banner__category {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0; }

.konte-category-banner__image {
  display: block;
  position: relative; }

.konte-category-banner__sub-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .konte-category-banner__sub-image img {
    max-width: 200px;
    max-height: 200px; }

.konte-category-banner__content {
  display: block; }

.konte-category-banner__title {
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 30px 0 23px 0; }

.konte-category-banner__button {
  display: inline-block;
  position: relative;
  padding-bottom: 4px; }
  .konte-category-banner__button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    border-bottom: 2px solid;
    transition: width 0.4s; }
  .konte-category-banner__button:hover:after {
    width: 100%; }

.konte-banner {
  position: relative;
  overflow: hidden;
  font-size: 10px; }
  .konte-banner a {
    color: inherit;
    display: block;
    overflow: hidden; }
    .konte-banner a:hover {
      color: inherit; }
  .konte-banner img {
    transition: transform 1s;
    display: block;
    width: 100%; }
  .konte-banner .konte-button {
    margin-top: 15px; }
    .konte-banner .konte-button.button-underline {
      text-transform: none; }
      .konte-banner .konte-button.button-underline.large {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400; }
    .konte-banner .konte-button.large {
      margin-top: 25px; }
  .konte-banner.text-position-center .konte-banner__content {
    text-align: center; }
  .konte-banner.text-position-right .konte-banner__content {
    text-align: right;
    left: auto;
    right: 0; }
  .konte-banner.text-position-top-left .konte-banner__content {
    top: 0;
    transform: none; }
  .konte-banner.text-position-top-center .konte-banner__content {
    text-align: center;
    top: 0;
    transform: none; }
  .konte-banner.text-position-top-right .konte-banner__content {
    text-align: right;
    top: 0;
    transform: none; }
  .konte-banner.text-position-bottom-left .konte-banner__content {
    top: auto;
    bottom: 0;
    transform: none; }
  .konte-banner.text-position-bottom-center .konte-banner__content {
    text-align: center;
    top: auto;
    bottom: 0;
    transform: none; }
  .konte-banner.text-position-bottom-right .konte-banner__content {
    text-align: right;
    top: auto;
    bottom: 0;
    transform: none; }
  .konte-banner.color-scheme-light {
    color: #fff; }
  .konte-banner.color-scheme-dark {
    color: #161619; }
  .konte-banner:hover img {
    transform: scale(1.1); }

.konte-banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 50px;
  transform: translate(0, -50%); }

.konte-banner__tagline {
  font-size: 2em;
  display: block; }

.konte-banner__text {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.1333333333;
  display: block; }

.konte-banner__description {
  font-size: 1.4em;
  display: block;
  margin: 0.43em 0 1.43em 0; }

.konte-banner--button-visible-hover .konte-banner__tagline,
.konte-banner--button-visible-hover .konte-banner__text,
.konte-banner--button-visible-hover .konte-banner__description,
.konte-banner--button-visible-hover .konte-button {
  transform: translateY(52px);
  transition: 0.4s; }
.konte-banner--button-visible-hover .konte-button {
  opacity: 0; }
.konte-banner--button-visible-hover:hover .konte-banner__tagline,
.konte-banner--button-visible-hover:hover .konte-banner__text,
.konte-banner--button-visible-hover:hover .konte-banner__description,
.konte-banner--button-visible-hover:hover .konte-button {
  transform: none; }
.konte-banner--button-visible-hover:hover .konte-button {
  opacity: 1;
  transition-delay: 0.1s; }

.konte-banner--font-normal .konte-banner__text {
  font-weight: 400; }

.konte-banner--font-bold .konte-banner__text {
  font-weight: 700; }

.konte-product-carousel ul.products li.product.first {
  clear: none; }
.konte-product-carousel ul.products li.product .price {
  font-size: 0.9375rem;
  font-weight: 400; }
.konte-product-carousel ul.products li.product .button {
  font-size: 0.9375rem;
  font-weight: 400; }
  .konte-product-carousel ul.products li.product .button:first-child {
    font-weight: 400; }
.konte-product-carousel ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.9375rem; }
.konte-product-carousel .slick-list {
  width: 100%; }
.konte-product-carousel .product-carousel-arrow {
  color: inherit;
  line-height: 1;
  position: absolute;
  top: 33%;
  padding: 0;
  border: 0;
  background: transparent; }
  .konte-product-carousel .product-carousel-arrow .svg-icon {
    font-size: 32px;
    font-size: 2rem; }
  .konte-product-carousel .product-carousel-arrow.slick-disabled {
    opacity: 1; }
  .konte-product-carousel .product-carousel-arrow.slick-next {
    right: -175px; }
  .konte-product-carousel .product-carousel-arrow.slick-prev {
    left: -175px; }
.konte-product-carousel .slick-next .icon-arrow-left svg {
  transform: rotate(180deg); }
.konte-product-carousel .slick-dots {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  display: none !important; }

.konte-product-carousel__nav-angle .product-carousel-arrow {
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #161619; }
  .konte-product-carousel__nav-angle .product-carousel-arrow .svg-icon {
    font-size: 16px;
    font-size: 1rem; }
  .konte-product-carousel__nav-angle .product-carousel-arrow:hover {
    color: #ffffff;
    background-color: #161619; }

ul.products li.product .product-summary .price {
  font-size: 0.9375rem;
  font-weight: 400; }
ul.products li.product .product-summary .button {
  font-size: 0.9375rem;
  font-weight: 400;
  border: none; }
  ul.products li.product .product-summary .button:first-child {
    font-weight: 400; }
  ul.products li.product .product-summary .button .icon-eye {
    margin-top: -10px; }
  ul.products li.product .product-summary .button.add-to-wishlist-button {
    display: none; }
ul.products li.product .product-summary .woocommerce-loop-product__title {
  font-size: 0.9375rem; }

ul.products li.product .product-thumbnails--slider span.slick-arrow {
  width: 34px;
  height: 40px; }
  ul.products li.product .product-thumbnails--slider span.slick-arrow svg {
    vertical-align: inherit; }

.category-section {
  display: flex;
  justify-content: space-between; }
  .category-section.vc_row {
    margin: 0;
    display: flex;
    flex-flow: column; }
    @media screen and (min-width: 768px) {
      .category-section.vc_row {
        flex-flow: row; } }
    .category-section.vc_row:before {
      content: none; }
    .category-section.vc_row:before {
      content: none; }
  .category-section .f-large .vc_btn3.vc_btn3-size-md {
    font-size: 18px; }
  .category-section .category-items {
    cursor: pointer;
    margin-bottom: 1.5rem;
    height: 220px; }
    .category-section .category-items:last-child {
      margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
      .category-section .category-items {
        margin-bottom: 0;
        width: calc(100% / 3 - 15px); } }
    @media screen and (min-width: 1024px) {
      .category-section .category-items {
        height: 275px;
        width: calc(100% / 3 - 30px); } }
    .category-section .category-items .wpb_content_element {
      margin-bottom: 1.25rem;
      width: 100%; }
    .category-section .category-items > div {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 1.875rem; }
      .category-section .category-items > div .wpb_wrapper {
        padding-top: 1.875rem; }
      .category-section .category-items > div p {
        font-size: 22px;
        color: #fff; }
        @media screen and (min-width: 1024px) {
          .category-section .category-items > div p {
            font-size: 30px; } }

.shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  background: transparent;
  border: none;
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem; }
  .shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff;
    right: 0;
    transition: width 0.3s; }
  .shop-link a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:after {
    left: 0;
    width: 100%; }

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  float: left;
  width: 100%; }
  .section.grey-section {
    padding-bottom: 3.125rem; }
  .section ul.products .product-inner {
    background: #fff;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1); }

.no-top-spacing .site-content {
  padding-bottom: 0; }

.konte-product-carousel2 .slick-list {
  overflow: visible; }
.konte-product-carousel2 ul.products li.product {
  width: auto;
  max-width: 390px;
  position: relative; }
  .konte-product-carousel2 ul.products li.product .product-link {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative; }
    .konte-product-carousel2 ul.products li.product .product-link:after {
      transition: all 0.3s;
      opacity: 1;
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% );
      height: 100%; }
      @media screen and (min-width: 1200px) {
        .konte-product-carousel2 ul.products li.product .product-link:after {
          opacity: 0; } }
  .konte-product-carousel2 ul.products li.product:hover .product-link:after {
    opacity: 1; }
  .konte-product-carousel2 ul.products li.product img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%; }
  .konte-product-carousel2 ul.products li.product .product-summary {
    text-align: left;
    position: absolute;
    top: 0;
    padding: 30px 20px 40px 20px; }
  .konte-product-carousel2 ul.products li.product .product-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 4px 0; }
  .konte-product-carousel2 ul.products li.product .product-price {
    font-size: 20px;
    font-size: 1.25rem; }
  .konte-product-carousel2 ul.products li.product .add-to-cart {
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0 0 40px 20px; }
.konte-product-carousel2 .slick-slider {
  padding-bottom: 60px; }
.konte-product-carousel2 .slick-next:focus {
  background: inherit;
  color: inherit;
  outline: inherit; }
.konte-product-carousel2 .slick-arrow {
  color: inherit;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: transparent;
  top: auto; }
  .konte-product-carousel2 .slick-arrow .svg-icon {
    font-size: 16px;
    font-size: 1rem; }
  .konte-product-carousel2 .slick-arrow.slick-disabled {
    opacity: 0.5; }
  .konte-product-carousel2 .slick-arrow.slick-next {
    left: 80px; }
    .konte-product-carousel2 .slick-arrow.slick-next:before {
      content: none; }
  .konte-product-carousel2 .slick-arrow.slick-prev {
    left: 20px; }
    .konte-product-carousel2 .slick-arrow.slick-prev:before {
      content: none; }
  .konte-product-carousel2 .slick-arrow:hover {
    color: #fff;
    background-color: #161619; }
.konte-product-carousel2.arrow-light .slick-arrow {
  color: #fff; }
  .konte-product-carousel2.arrow-light .slick-arrow:hover {
    color: #161619;
    border-color: #fff;
    background-color: #fff; }

.konte-product-grid ul.products {
  display: flex;
  flex-wrap: wrap; }
  .konte-product-grid ul.products:before, .konte-product-grid ul.products:after {
    display: none; }
.konte-product-grid.has-heading li.product.first {
  clear: none; }

.konte-product-grid__head {
  position: relative; }
  .konte-product-grid__head:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    border-bottom: 2px solid; }

.konte-product-grid__title {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 1.1428571429;
  margin: 0 0 36px; }

.konte-product-grid__description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }

.konte-product-masonry ul.products {
  display: flex;
  flex-wrap: wrap; }
.konte-product-masonry ul.products li.product {
  width: 25%; }
  .konte-product-masonry ul.products li.product.first {
    clear: none; }
  .konte-product-masonry ul.products li.product .product-thumbnail {
    padding-bottom: 125%; }
    .konte-product-masonry ul.products li.product .product-thumbnail > a,
    .konte-product-masonry ul.products li.product .product-thumbnail > .slick-list {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .konte-product-masonry ul.products li.product .woocommerce-loop-product__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 1.55556em; }
  .konte-product-masonry ul.products li.product:nth-child(10n+2), .konte-product-masonry ul.products li.product:nth-child(10n+6) {
    width: 50%; }
    .konte-product-masonry ul.products li.product:nth-child(10n+2) .product-thumbnail, .konte-product-masonry ul.products li.product:nth-child(10n+6) .product-thumbnail {
      padding-bottom: 135.2941176471%; }

.konte-product-masonry__head .konte-dash {
  line-height: 2px;
  display: block; }

.konte-product-masonry__title {
  font-size: 40px;
  font-size: 2.5rem;
  color: inherit;
  font-weight: 500;
  line-height: 1.5;
  margin: 54px 0 36px;
  word-spacing: 140px; }

.konte-product-tabs .konte-tabs__nav li {
  padding-bottom: 16px; }
.konte-product-tabs .konte-tabs__panels:before, .konte-product-tabs .konte-tabs__panels:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s; }
.konte-product-tabs .konte-tabs__panels:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
.konte-product-tabs .konte-tabs__panels:after {
  top: 150px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid;
  animation: spin infinite 1s linear;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%); }
.konte-product-tabs .konte-tabs__panels.loading {
  min-height: 200px; }
  .konte-product-tabs .konte-tabs__panels.loading:before, .konte-product-tabs .konte-tabs__panels.loading:after {
    visibility: visible;
    z-index: 10;
    opacity: 1; }
  .konte-product-tabs .konte-tabs__panels.loading .konte-tabs__panel {
    opacity: 0; }

.konte-product {
  position: relative; }
  .konte-product:hover img {
    transform: scale(1.1); }
  .konte-product .product-image {
    display: block;
    overflow: hidden; }
  .konte-product img {
    display: block;
    transition: transform 1s; }
  .konte-product .product-cats {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    justify-self: flex-start;
    margin-bottom: auto;
    display: inline-block;
    position: relative;
    padding-left: 30px; }
    .konte-product .product-cats:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 0;
      width: 20px;
      border-top: 2px solid; }
  .konte-product .product-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 3px; }
  .konte-product .product-price {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 35px; }
    .konte-product .product-price del {
      font-size: 16px;
      font-size: 1rem; }
  .konte-product .add-to-cart {
    overflow: hidden;
    display: inline-block; }
    .konte-product .add-to-cart.loading:after {
      width: 20px;
      animation: konteLineRun	infinite linear;
      animation-duration: 1s; }
  .konte-product .added_to_cart {
    display: none; }

.konte-product__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }

.konte-product__hidden-url {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -9999em; }

.konte-cta {
  text-align: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #e3e7e8; }
  .konte-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid;
    margin-left: -1px;
    height: 20px; }
  .konte-cta .button-outline {
    font-weight: 400;
    min-width: 160px; }

.konte-cta__heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0; }

.konte-cta__text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin: 25px 0 45px 0; }

.konte-cta__note {
  font-size: 14px;
  font-size: 0.875rem;
  color: #838889;
  margin: 50px 0 0 0; }

.konte-promotion {
  font-size: 10px;
  text-align: center;
  padding: 30px 10px 35px 10px; }
  .konte-promotion .konte-button {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase; }
    .konte-promotion .konte-button:after {
      border-bottom-width: 1px; }
  .konte-promotion.layout-inline {
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .konte-promotion.layout-inline .konte-promotion__tagline,
    .konte-promotion.layout-inline .konte-promotion__text {
      font-size: 1.4em;
      display: inline-block;
      margin: 0; }
    .konte-promotion.layout-inline .konte-promotion__tagline {
      margin-right: 6px;
      opacity: 0.8; }
      .konte-promotion.layout-inline .konte-promotion__tagline:after {
        content: "-";
        display: inline-block;
        margin-left: 6px; }
    .konte-promotion.layout-inline .konte-button {
      padding-bottom: 0;
      margin-left: 40px; }
      .konte-promotion.layout-inline .konte-button:after {
        width: 0;
        transition: width 0.4s; }
      .konte-promotion.layout-inline .konte-button:hover:after {
        width: 100%; }

.konte-promotion__tagline {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase; }

.konte-promotion__text {
  font-size: 2.4em;
  margin: 25px 0; }

.konte-promotion--has-border {
  border: 1px solid; }

.konte-banner-grid {
  position: relative; }
  .konte-banner-grid .konte-banner-grid__banner {
    width: 50%;
    position: absolute; }
  .konte-banner-grid .konte-banner-grid__banner1 {
    top: 0;
    left: 0;
    height: 59.24170%; }
  .konte-banner-grid .konte-banner-grid__banner2 {
    top: 0;
    right: 0;
    height: 40.758294%; }
  .konte-banner-grid .konte-banner-grid__banner3 {
    bottom: 0;
    left: 0;
    height: 40.758294%; }
  .konte-banner-grid .konte-banner-grid__banner4 {
    bottom: 0;
    right: 0;
    height: 59.24170%; }
  .konte-banner-grid.gap-2 {
    margin: 0 -1px; }
    .konte-banner-grid.gap-2 .konte-banner-grid__banner {
      padding: 1px; }
  .konte-banner-grid.gap-3 {
    margin: 0 -1.5px; }
    .konte-banner-grid.gap-3 .konte-banner-grid__banner {
      padding: 1.5px; }
  .konte-banner-grid.gap-4 {
    margin: 0 -2px; }
    .konte-banner-grid.gap-4 .konte-banner-grid__banner {
      padding: 2px; }
  .konte-banner-grid.gap-5 {
    margin: 0 -2.5px; }
    .konte-banner-grid.gap-5 .konte-banner-grid__banner {
      padding: 2.5px; }
  .konte-banner-grid.gap-6 {
    margin: 0 -3px; }
    .konte-banner-grid.gap-6 .konte-banner-grid__banner {
      padding: 3px; }
  .konte-banner-grid.gap-8 {
    margin: 0 -4px; }
    .konte-banner-grid.gap-8 .konte-banner-grid__banner {
      padding: 4px; }
  .konte-banner-grid.gap-10 {
    margin: 0 -5px; }
    .konte-banner-grid.gap-10 .konte-banner-grid__banner {
      padding: 5px; }
  .konte-banner-grid.gap-20 {
    margin: 0 -10px; }
    .konte-banner-grid.gap-20 .konte-banner-grid__banner {
      padding: 10px; }
  .konte-banner-grid.gap-30 {
    margin: 0 -15px; }
    .konte-banner-grid.gap-30 .konte-banner-grid__banner {
      padding: 15px; }
  .konte-banner-grid.gap-40 {
    margin: 0 -20px; }
    .konte-banner-grid.gap-40 .konte-banner-grid__banner {
      padding: 20px; }

.konte-banner-grid__banner:hover .konte-banner-grid__banner-image {
  transform: scale(1.1); }

.konte-banner-grid__banner-link,
.konte-banner-grid__banner-image {
  display: block;
  height: 100%; }

.konte-banner-grid__banner-link {
  overflow: hidden;
  position: relative; }

.konte-banner-grid__banner-image {
  background-color: #cdcfd0;
  background-repeat: no-repeat;
  transition: transform 1s; }

.konte-banner-grid__banner-content {
  padding: 45px 60px 40px 60px;
  position: absolute;
  max-width: 100%; }
  .konte-banner-grid__banner-content .konte-button {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 3px 0 20px; }
  .text-position-top-left .konte-banner-grid__banner-content {
    top: 0;
    left: 0; }
  .text-position-top-center .konte-banner-grid__banner-content {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  .text-position-top-right .konte-banner-grid__banner-content {
    top: 0;
    right: 0;
    text-align: right; }
  .text-position-left .konte-banner-grid__banner-content {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .text-position-center .konte-banner-grid__banner-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .text-position-right .konte-banner-grid__banner-content {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .text-position-bottom-left .konte-banner-grid__banner-content {
    bottom: 0;
    left: 0; }
  .text-position-bottom-center .konte-banner-grid__banner-content {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  .text-position-bottom-right .konte-banner-grid__banner-content {
    bottom: 0;
    right: 0;
    text-align: right; }

.konte-banner-grid__banner-tagline {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
  margin-bottom: 10px; }

.konte-banner-grid__banner-text {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.7647058824;
  display: block; }

.konte-subscribe-box {
  position: relative; }
  .konte-subscribe-box .mc4wp-form {
    margin-top: 22px; }
  .konte-subscribe-box .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap; }
    .konte-subscribe-box .mc4wp-form-fields input[type="text"],
    .konte-subscribe-box .mc4wp-form-fields input[type="email"],
    .konte-subscribe-box .mc4wp-form-fields select {
      min-width: 0; }
    .konte-subscribe-box .mc4wp-form-fields input {
      flex: 1; }
    .konte-subscribe-box .mc4wp-form-fields button,
    .konte-subscribe-box .mc4wp-form-fields input[type="submit"] {
      flex: 0; }

.konte-subscribe-box__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 6px; }

.konte-subscribe-box__desc {
  font-size: 16px;
  font-size: 1rem; }

.konte-subscribe-box--style2 .konte-subscribe-box__title,
.konte-subscribe-box--style2 .konte-subscribe-box__desc {
  text-align: center; }
.konte-subscribe-box--style2 .konte-subscribe-box__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 20px; }
.konte-subscribe-box--style2 .konte-subscribe-box__desc {
  font-size: 18px;
  font-size: 1.125rem; }
.konte-subscribe-box--style2 .mc4wp-form {
  margin-top: 42px; }
.konte-subscribe-box--style2 .mc4wp-form-fields {
  position: relative; }
  .konte-subscribe-box--style2 .mc4wp-form-fields input[type=text],
  .konte-subscribe-box--style2 .mc4wp-form-fields input[type=email],
  .konte-subscribe-box--style2 .mc4wp-form-fields select {
    margin-right: 0; }
  .konte-subscribe-box--style2 .mc4wp-form-fields button,
  .konte-subscribe-box--style2 .mc4wp-form-fields input[type="submit"] {
    color: inherit;
    position: absolute;
    right: 0;
    padding-left: 10px;
    padding-right: 20px;
    background: transparent; }

.konte-banner-countdown {
  position: relative; }
  .konte-banner-countdown img {
    display: block; }
  .konte-banner-countdown .konte-countdown {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 32px 10px;
    width: 100%; }

.konte-banner-countdown__banner {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 34px; }

.konte-banner-countdown__tagline {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }

.konte-banner-countdown__text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px; }

.konte-instagram > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .konte-instagram > ul li {
    margin: 0; }
    .konte-instagram > ul li:hover {
      opacity: 0.9; }
    .konte-instagram > ul li img {
      display: block; }
.konte-instagram .columns-2 li {
  width: 50%; }
.konte-instagram .columns-3 li {
  width: 33.3333333333%; }
.konte-instagram .columns-4 li {
  width: 25%; }
.konte-instagram .columns-5 li {
  width: 20%; }
.konte-instagram .columns-6 li {
  width: 16.6666666667%; }
.konte-instagram .columns-7 li {
  width: 14.2857142857%; }
.konte-instagram .columns-8 li {
  width: 12.5%; }

.konte-instagram--cropped > ul li img {
  display: none; }
.konte-instagram--cropped > ul li a {
  display: block;
  background: no-repeat center center;
  background-size: cover; }
  .konte-instagram--cropped > ul li a:before {
    content: "";
    display: block;
    padding-top: 100%; }

.konte-instagram-carousel > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative; }
  .konte-instagram-carousel > ul li {
    margin: 0; }
.konte-instagram-carousel .konte-instagram-carousel__arrow {
  color: inherit;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: 1px solid #161619;
  background: transparent;
  width: 40px;
  height: 40px; }
  .konte-instagram-carousel .konte-instagram-carousel__arrow:hover {
    color: #fff;
    background-color: #161619; }
.konte-instagram-carousel .slick-prev {
  left: -175px; }
.konte-instagram-carousel .slick-next {
  right: -175px; }
.konte-instagram-carousel .slick-dots {
  text-align: center;
  margin-top: 40px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-menu {
  display: flex;
  background-color: #B41630;
  padding: 6px 0;
  padding-left: 0; }
  .top-menu .konte-container-fluid {
    width: 100%; }
  .top-menu a {
    color: #fff;
    font-size: 12px; }
  .top-menu ul li {
    list-style: none;
    margin-right: 30px; }
    .top-menu ul li:last-child {
      margin-right: 0; }
  .top-menu ul {
    display: flex;
    margin: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-left: 0;
    margin: 10px 0; }
    @media screen and (min-width: 1024px) {
      .top-menu ul {
        margin: 0;
        justify-content: flex-end; } }
  .top-menu .menu-container {
    display: flex;
    flex-flow: column;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .top-menu .menu-container {
        flex-flow: row; } }
  .top-menu .offer-link {
    text-align: center; }
    .top-menu .offer-link a {
      pointer-events: none; }
    @media screen and (min-width: 1024px) {
      .top-menu .offer-link {
        width: 100%; } }
  .top-menu .menu-top-navigation-menu-container {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .top-menu .menu-top-navigation-menu-container {
        width: 50%;
        position: absolute;
        right: 0;
        top: auto; } }

.nav-menu,
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.nav-menu ul {
  white-space: nowrap;
  position: absolute;
  left: -20px;
  top: 100%;
  opacity: 0;
  padding: 20px 0;
  background: #fff;
  transform: translate(0, 20px);
  transition: transform 0.3s, opacity 0.3s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  pointer-events: none; }
.nav-menu li {
  display: inline-block;
  position: relative; }
  .nav-menu li:hover > ul {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: initial; }
.nav-menu li li {
  text-align: left;
  display: block;
  padding: 15px 40px; }
  .nav-menu li li ul {
    left: 100%;
    top: -20px;
    transform: translate(10px, 0); }
.nav-menu > li {
  padding: 0 17px; }
  .nav-menu > li:first-child {
    padding-left: 0; }
  .nav-menu > li:last-child {
    padding-right: 0; }
.nav-menu a {
  display: block; }
.nav-menu ul a {
  display: inline-block; }

.main-navigation {
  height: 100%; }
  .main-navigation .nav-menu {
    height: 100%;
    display: flex;
    align-items: center; }
    .main-navigation .nav-menu > li {
      height: 100%;
      display: flex;
      align-items: center; }
      .main-navigation .nav-menu > li.current a:after {
        width: 100%; }
  .main-navigation li ul {
    min-width: 180px;
    margin-top: 2px;
    padding: 20px 0;
    left: -40px; }
    .main-navigation li ul:before {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      top: -2px;
      left: 0; }
  .main-navigation li li {
    padding-top: 10px;
    padding-bottom: 10px; }
    .main-navigation li li ul {
      margin: 0 0 0 3px; }
      .main-navigation li li ul:before {
        top: 0;
        left: -3px;
        height: 100%;
        width: 3px; }
  .main-navigation a {
    font-size: 14px;
    position: relative;
    z-index: 100;
    color: #B80029; }
    .main-navigation a:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -4px;
      width: 0;
      border-bottom: 1px solid;
      transition: width 0.3s; }
    .main-navigation a:hover {
      text-decoration: none; }
    .main-navigation a i {
      margin-right: 5px; }
  .main-navigation a:hover:after,
  .main-navigation li.menu-item-has-children:hover > a:after {
    width: 100%;
    left: 0; }
  .text-light .main-navigation a {
    color: #B41630; }
  .text-light .main-navigation li li span,
  .text-light .main-navigation li li a {
    color: #000; }
  .main-navigation .menu-item-mega {
    position: static; }
  .main-navigation .mega-menu {
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.06); }
    .main-navigation .mega-menu:before {
      display: none; }
    .main-navigation .mega-menu ul {
      position: static;
      opacity: 1;
      margin: 0;
      padding: 0;
      min-width: 0;
      box-shadow: none;
      transform: translate(0, 0);
      background: transparent; }
      .main-navigation .mega-menu ul:before {
        display: none; }
    .main-navigation .mega-menu .container-fluid {
      padding-left: 60px;
      padding-right: 60px; }
    .main-navigation .mega-menu .col-1_8 {
      width: 12.5%; }
    .main-navigation .mega-menu .col-1_4 {
      width: 25%; }
    .main-navigation .mega-menu .col-1_3 {
      width: 33.33%; }
    .main-navigation .mega-menu .col-3_8 {
      width: 37.5%; }
    .main-navigation .mega-menu .col-1_2 {
      width: 50%; }
    .main-navigation .mega-menu .col-5_8 {
      width: 62.5%; }
    .main-navigation .mega-menu .col-2_3 {
      width: 66.6666%; }
    .main-navigation .mega-menu .col-3_4 {
      width: 75%; }
    .main-navigation .mega-menu .col-7_8 {
      width: 87.5%; }
    .main-navigation .mega-menu .col-1_1 {
      width: 100%; }
    .main-navigation .mega-menu .hide-title > span,
    .main-navigation .mega-menu .hide-title > a {
      text-indent: -9999em;
      display: block; }
    .main-navigation .mega-menu .hide-link > span,
    .main-navigation .mega-menu .hide-link > a {
      display: none; }
    .main-navigation .mega-menu .hide-link > ul {
      margin-top: -10px; }
    .main-navigation .mega-menu .hide-link > .menu-item-content {
      margin-top: 10px; }
  .main-navigation .mega-menu-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    .main-navigation .mega-menu-container:before {
      content: "";
      display: table;
      table-layout: fixed; }
    .main-navigation .mega-menu-container:after {
      content: "";
      clear: both; }
    .main-navigation .mega-menu-container > ul:after {
      content: "";
      display: block;
      clear: both; }
  .main-navigation ul.mega-menu-main {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap; }
  .main-navigation .mega-sub-menu {
    float: left;
    padding: 30px 20px 23px 20px; }
    .main-navigation .mega-sub-menu li {
      padding: 10px 0; }
    .main-navigation .mega-sub-menu a {
      display: inline-block; }
    .main-navigation .mega-sub-menu > a:after {
      display: none; }
    .main-navigation .mega-sub-menu > a,
    .main-navigation .mega-sub-menu > span {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.875;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
  .main-navigation .container-fluid .mega-menu-main {
    margin-left: -60px;
    margin-right: -60px; }
  .main-navigation .container-fluid .mega-sub-menu {
    padding-left: 60px;
    padding-right: 60px; }
  .main-navigation .caret {
    font-size: 75%;
    margin-left: 4px; }
  .main-navigation .sub-menu .caret {
    display: none; }
  .main-navigation .nav-menu--submenu-has-caret .sub-menu .caret {
    display: initial; }
  .main-navigation .nav-menu--submenu-has-caret .mega-menu .caret {
    display: none; }

.logo-center .header-center-items > .main-navigation .nav-menu {
  justify-content: flex-end; }
.logo-center .header-center-items .site-branding + .main-navigation .nav-menu {
  justify-content: flex-start; }

.header-v8 .nav-menu > li,
.header-v9 .nav-menu > li {
  padding: 0 39px; }
  .header-v8 .nav-menu > li > a,
  .header-v9 .nav-menu > li > a {
    font-size: 20px;
    font-size: 1.25rem; }

.header-vertical .main-navigation {
  width: 100%;
  height: auto; }
  .header-vertical .main-navigation .nav-menu {
    display: block;
    height: auto; }
    .header-vertical .main-navigation .nav-menu > li {
      padding: 20px 0;
      display: block; }
      .header-vertical .main-navigation .nav-menu > li > a {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600; }
        .header-vertical .main-navigation .nav-menu > li > a:after {
          bottom: 50%;
          left: -60px;
          border-bottom-width: 2px; }
      .header-vertical .main-navigation .nav-menu > li:hover > a:after {
        width: 20px; }
  .header-vertical .main-navigation .sub-menu li {
    padding: 12px 0; }
    .header-vertical .main-navigation .sub-menu li li {
      padding: 5px 0; }
      .header-vertical .main-navigation .sub-menu li li:last-child {
        padding-bottom: 0; }
    .header-vertical .main-navigation .sub-menu li.active > a:after {
      width: 0; }
  .header-vertical .main-navigation .sub-menu a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }
  .header-vertical .main-navigation .sub-menu ul a {
    font-size: 14px;
    font-size: 0.875rem; }
  .header-vertical .main-navigation .nav-menu--submenu-flyout li {
    position: static; }
    .header-vertical .main-navigation .nav-menu--submenu-flyout li ul {
      top: 0;
      min-height: 100%;
      left: 100%;
      padding: 0 40px 0 60px;
      margin: 0;
      box-shadow: none;
      transform: translateX(10px);
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .header-vertical .main-navigation .nav-menu--submenu-flyout li:hover > ul {
      transform: none; }
  .header-vertical .main-navigation .nav-menu--submenu-flyout .sub-menu {
    min-width: 200px; }
    .header-vertical .main-navigation .nav-menu--submenu-flyout .sub-menu ul {
      position: static;
      padding: 5px 0 0 20px;
      margin-bottom: -10px;
      visibility: visible;
      opacity: 1;
      transform: none;
      display: none;
      transition: none;
      min-height: 0;
      min-width: 0; }
  .header-vertical .main-navigation .nav-menu--submenu-slidedown li {
    position: relative; }
  .header-vertical .main-navigation .nav-menu--submenu-slidedown .sub-menu {
    position: static;
    padding: 5px 0 0 20px;
    margin-bottom: -10px;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: none;
    transition: none;
    min-height: 0;
    min-width: 0;
    box-shadow: none;
    background: transparent; }

.header-vertical .text-light .main-navigation .nav-menu--submenu-slidedown li li span,
.header-vertical .text-light .main-navigation .nav-menu--submenu-slidedown li li a {
  color: #fff; }

.hamburger-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.hamburger-navigation li {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  padding: 25px 0;
  display: block;
  position: static; }
  .hamburger-navigation li ul {
    white-space: nowrap;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 100%;
    padding: 0 0 0 140px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    transform: translateX(-30px);
    pointer-events: none; }
  .hamburger-navigation li li {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 13px 0; }
    .hamburger-navigation li li ul {
      position: static;
      padding: 10px 0 0 20px;
      visibility: visible;
      opacity: 1;
      transform: none;
      display: none;
      transition: none; }
    .hamburger-navigation li li li {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 0; }
      .hamburger-navigation li li li:last-child {
        padding-bottom: 0; }
    .hamburger-navigation li li a {
      padding-bottom: 4px; }
.hamburger-navigation .menu {
  display: inline-block;
  position: relative;
  height: 100%; }
  .hamburger-navigation .menu > li > a {
    display: block;
    position: relative; }
    .hamburger-navigation .menu > li > a:before {
      content: "";
      display: block;
      width: 0;
      position: absolute;
      left: -50px;
      top: 50%;
      margin-top: -1px;
      border-top: 2px solid;
      transition: width 0.3s; }
  .hamburger-navigation .menu > li > ul {
    padding-top: 14px; }
    .hamburger-navigation .menu > li > ul.open {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
      pointer-events: initial; }
      .hamburger-navigation .menu > li > ul.open ul {
        pointer-events: initial; }
  .hamburger-navigation .menu > li.active > a:before, .hamburger-navigation .menu > li:hover > a:before {
    width: 20px; }
.hamburger-navigation.hover-open li li ul {
  display: block; }
.hamburger-navigation.hover-open .menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial; }
  .hamburger-navigation.hover-open .menu > li:hover > ul ul {
    pointer-events: initial; }

.socials-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none; }
.socials-menu li {
  display: inline-block;
  padding: 0 12px; }
  .socials-menu li:first-child {
    padding-left: 0; }
  .socials-menu li:last-child {
    padding-right: 0; }
.socials-menu a:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: inherit; }
.socials-menu a[href*="facebook.com"]:before {
  content: "\f09a"; }
.socials-menu a[href*="twitter.com"]:before {
  content: "\f099"; }
.socials-menu a[href*="plus.google.com"]:before {
  content: "\f0d5"; }
.socials-menu a[href*="linkedin.com"]:before {
  content: "\f0e1"; }
.socials-menu a[href*="instagram.com"]:before {
  content: "\f16d"; }
.socials-menu a[href*="yelp.com"]:before {
  content: "\f1e9"; }
.socials-menu a[href*="youtube.com"]:before {
  content: "\f167"; }
.socials-menu a[href*="flickr.com"]:before {
  content: "\f16e"; }
.socials-menu a[href*="pinterest.com"]:before {
  content: "\f231"; }
.socials-menu a[href*="github.com"]:before {
  content: "\f09b"; }
.socials-menu a[href*="vimeo.com"]:before {
  content: "\f27d"; }
.socials-menu a[href*="dribbble.com"]:before {
  content: "\f17d"; }
.socials-menu a[href*="wordpress.com"]:before {
  content: "\f19a"; }
.socials-menu a[href*="tumblr.com"]:before {
  content: "\f173"; }
.socials-menu a[href*="codepen.io"]:before {
  content: "\f1cb"; }
.socials-menu a[href*="skype.com"]:before {
  content: "\f17e"; }
.socials-menu a[href*="reddit.com"]:before {
  content: "\f1a1"; }
.socials-menu a[href*="stumbleupon.com"]:before {
  content: "\f1a4"; }
.socials-menu a[href*="pocket.com"]:before {
  content: "\f265"; }
.socials-menu a[href*="foursquare.com"]:before {
  content: "\f180"; }
.socials-menu a[href*="vk.com"]:before {
  content: "\f189"; }
.socials-menu a[href*="weibo.com"]:before {
  content: "\f18a"; }
.socials-menu a[href*="wechat.com"]:before {
  content: "\f1d7"; }
.socials-menu a[href*="behance.net"]:before {
  content: "\f1b4"; }
.socials-menu a[href*="soundcloud.com"]:before {
  content: "\f1be"; }
.socials-menu a[href*="wa.me"]:before,
.socials-menu a[href*="whatsapp.com"]:before {
  content: "\f232"; }
.socials-menu a[href*="amazon.com"]:before {
  content: "\f270"; }
.socials-menu a[href*="snapchat.com"]:before {
  content: "\f2ab"; }
.socials-menu a[href*="t.me"]:before,
.socials-menu a[href*="telegram.org"]:before {
  content: "\f2c6"; }
.socials-menu a[href*="slack.com"]:before {
  content: "\f198"; }

.blog-header-menu {
  text-align: center;
  padding-bottom: 20px; }
  .blog-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .blog-header-menu li {
    display: inline-block;
    margin: 0 30px; }
  .blog-header-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px; }
    .blog-header-menu a:after {
      border-bottom-width: 2px; }
  .blog-header-menu .current-menu-item > a:after {
    width: 100%; }

.topbar-menu a {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 40px; }
.topbar-menu ul {
  padding: 10px 0; }
  .topbar-menu ul li {
    padding: 0; }
  .topbar-menu ul a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #161619;
    text-transform: none;
    line-height: inherit;
    padding: 10px 20px; }
.topbar-menu li li ul {
  top: -10px; }
.topbar-menu li:hover > ul {
  transform: translate(2px, 0); }

.woocommerce div.product.layout-v6 .product-toolbar {
  padding-top: 0px !important;
  padding-bottom: 50px; }

.woocommerce div.product.layout-v6 div.summary {
  clear: both; }
  @media screen and (min-width: 1024px) {
    .woocommerce div.product.layout-v6 div.summary {
      clear: initial;
      padding-left: 60px; } }

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
  margin-right: 10px; }

.woocommerce div.product h1.product_title {
  font-size: 22px; }
  @media screen and (min-width: 1024px) {
    .woocommerce div.product h1.product_title {
      margin-bottom: 0;
      font-size: 30px; } }

.woocommerce .tawcvs-swatches span.swatch-label {
  font-weight: 400;
  color: #000;
  width: 100%;
  min-width: 18px;
  text-align: left; }

.woocommerce div.product p.price {
  margin-top: 35px; }
  .woocommerce div.product p.price::before {
    content: "Deal Price";
    display: block;
    font-size: 14px;
    color: #838889;
    margin-bottom: 5px; }

.woocommerce .tawcvs-swatches .swatch.swatch-label:after {
  bottom: -3px;
  max-width: 35px; }

.woocommerce div.product .price {
  font-size: 18px !important;
  margin: 15px 0 27px; }
  @media screen and (min-width: 1024px) {
    .woocommerce div.product .price {
      font-size: 22px !important; } }

.woocommerce div.product.layout-v6 .swatches-support .variations tr td.label {
  padding-bottom: 0; }

.woocommerce .tawcvs-swatches .swatch.swatch-color {
  width: 35px;
  height: 35px; }

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%; }

.woocommerce div.quantity {
  border-color: #B80029; }
  .woocommerce div.quantity:hover {
    border-color: #B80029; }
  .woocommerce div.quantity .qty-button {
    color: #B80029; }
    .woocommerce div.quantity .qty-button:hover {
      color: #B80029; }
  .woocommerce div.quantity .qty {
    color: #B80029; }

.woocommerce div.product .cart .button.disabled {
  border: 1px solid transparent;
  color: #fff; }

.woocommerce div.product .single_add_to_cart_button.button {
  line-height: 60px;
  border: 0;
  min-width: 200px;
  vertical-align: top;
  border: 1px solid #B80029;
  color: #B80029;
  background: #fff; }
  .woocommerce div.product .single_add_to_cart_button.button:hover {
    border: 1px solid #B80029;
    color: #fff;
    background: #B80029; }

.svg-icon.shopping-cart-icon svg {
  color: #B80029;
  position: relative;
  top: -3px; }

.woocommerce div.product {
  margin-top: 80px; }

@media (min-width: 768px) {
  .vc_col-sm-4 {
    width: 33.33333333%; } }

@media (min-width: 768px) {
  .vc_col-sm-8 {
    width: 66.66666667%; } }

.main-navigation li.current-menu-item a:after {
  width: 100%; }

.mobile-menu-panel .panel .mobile-menu__cart {
  padding: 0; }
.mobile-menu-panel .panel .mobile-menu__wishlist {
  display: none; }
.mobile-menu-panel .panel .mobile-menu__account-logout {
  padding-bottom: 0; }
.mobile-menu-panel .panel .list-dropdown {
  display: none; }
  .mobile-menu-panel .panel .list-dropdown + hr {
    display: none; }
.mobile-menu-panel .panel .mobile-menu__account-dashboard {
  padding: 0; }
.mobile-menu-panel .panel mobile-menu__account-login {
  padding: 0; }

.mobile-menu__search-form .search-icon {
  top: 0.1rem; }

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
/**
 * Breadcrumb
 */
.breadcrumbs {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  display: flex;
  align-items: center; }
  .breadcrumbs a {
    color: #838889; }
    .breadcrumbs a:hover {
      color: #161619; }
  .breadcrumbs .delimiter {
    font-size: inherit;
    vertical-align: baseline;
    margin: 0 2px; }
    .breadcrumbs .delimiter svg {
      vertical-align: bottom; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.post-navigation {
  padding: 30px 0 30px;
  border-bottom: 1px solid #e3e7e8; }
  .post-navigation a {
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center; }
  .post-navigation .nav-titles {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px 0;
    overflow: hidden; }
  .post-navigation .nav-links {
    display: flex; }
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
      display: flex;
      align-items: center;
      word-break: break-word; }
    .post-navigation .nav-links .nav-next {
      justify-content: flex-end; }
    .post-navigation .nav-links .nav-previous + .nav-next {
      border-left: 1px solid #e3e7e8; }
  .post-navigation .nav-previous {
    padding-right: 30px; }
    .post-navigation .nav-previous img {
      margin-right: 20px; }
  .post-navigation .nav-next {
    padding-left: 30px; }
    .post-navigation .nav-next img {
      margin-left: 20px; }

.pagination,
.comments-pagination {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500; }
  .pagination .svg-icon,
  .comments-pagination .svg-icon {
    font-size: 10px;
    font-size: 0.625rem; }
  .pagination .nav-links > a,
  .pagination .nav-links > span,
  .comments-pagination .nav-links > a,
  .comments-pagination .nav-links > span {
    color: #838889;
    text-align: center;
    line-height: 3.3333333333;
    display: inline-block;
    min-width: 3.3333333333em;
    height: 3.3333333333em;
    padding: 0 5px;
    margin-right: 6px;
    border: 1px solid #e3e7e8; }
    .pagination .nav-links > a:last-child,
    .pagination .nav-links > span:last-child,
    .comments-pagination .nav-links > a:last-child,
    .comments-pagination .nav-links > span:last-child {
      margin-right: 0; }
  .pagination .nav-links a:hover,
  .comments-pagination .nav-links a:hover {
    color: #161619;
    border-color: #161619; }
  .pagination .nav-links .current,
  .comments-pagination .nav-links .current {
    color: #fff;
    border-color: #161619;
    background: #161619; }
  .pagination .nav-links .dots,
  .comments-pagination .nav-links .dots {
    border: 0; }
  .pagination .nav-links .next,
  .pagination .nav-links .prev,
  .comments-pagination .nav-links .next,
  .comments-pagination .nav-links .prev {
    padding: 0 20px; }
  .pagination .nav-links .next .svg-icon,
  .comments-pagination .nav-links .next .svg-icon {
    margin-left: 10px; }
  .pagination .nav-links .prev .svg-icon,
  .comments-pagination .nav-links .prev .svg-icon {
    margin-right: 10px; }

.comments-pagination {
  margin-top: 30px; }

.next-posts-navigation {
  text-align: center;
  padding-top: 40px; }
  .next-posts-navigation .nav-links {
    display: inline-block; }
  .next-posts-navigation a {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #e3e7e8;
    vertical-align: middle; }
    .next-posts-navigation a:hover {
      border-color: #161619; }
    .next-posts-navigation a:after {
      content: "";
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px;
      border-radius: 50%;
      border: 1px solid transparent;
      border-top-color: #161619;
      animation: spin 2s linear infinite;
      opacity: 0; }
    .next-posts-navigation a.loading {
      cursor: default; }
      .next-posts-navigation a.loading:hover {
        border-color: #e3e7e8; }
      .next-posts-navigation a.loading:after {
        opacity: 1; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 40px;
  padding: 16px 26px 28px 26px;
  border: 1px solid #e3e7e8;
  /* Make sure select elements fit in widgets. */ }
  .widget.filled {
    border-width: 0; }
  .widget select {
    width: 100%; }
  .widget input,
  .widget select,
  .widget textarea {
    padding: 10px 20px;
    border: 1px solid #161619; }
  .widget ul,
  .widget ol {
    margin-bottom: 0; }
  .widget ul {
    list-style: none;
    padding-left: 0; }
  .widget ol {
    padding-left: 16px; }
  .widget li {
    padding: 10px 0; }
  .widget th,
  .widget td {
    border-color: #cdcfd0; }
  .widget .tagcloud {
    margin: -5px; }
    .widget .tagcloud a {
      color: #838889;
      font-size: 10px !important;
      font-weight: 600;
      text-transform: uppercase;
      margin: 5px 3px 4px 3px;
      padding: 7px 15px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #e3e7e8;
      background-color: transparent;
      transition: all 0.5s; }
      .widget .tagcloud a:hover {
        color: #fff;
        background-color: #161619; }
  .widget .mc4wp-form {
    font-size: 14px;
    font-size: 0.875rem; }
    .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;
      font-size: 1rem;
      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; }
    .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-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.875;
  margin: 0 0 20px;
  padding: 0 0 13px;
  border-bottom: 2px solid; }

.widget_search .search-form {
  position: relative; }
.widget_search .search-field {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  padding: 20px 60px 20px 20px;
  border: 1px solid #161619; }
.widget_search .search-submit {
  color: #161619;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  background: transparent; }
  .widget_search .search-submit svg {
    vertical-align: -0.25em; }

.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_archive ul ul,
  .widget_categories ul ul {
    padding-left: 20px;
    margin-top: 10px;
    border-top: 1px solid #e3e7e8; }
    .widget_archive ul ul li:last-child,
    .widget_categories ul ul li:last-child {
      padding-bottom: 0; }
.widget_archive li,
.widget_categories li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e7e8; }
  .widget_archive li:last-child,
  .widget_categories li:last-child {
    border-bottom: 0; }
  .widget_archive li .posts-count,
  .widget_categories li .posts-count {
    font-size: 12px;
    font-size: 0.75rem;
    color: #838889;
    float: right;
    margin-top: 5px; }

.konte-instagram-widget .instagram-feed {
  margin: -3px; }
.konte-instagram-widget ul {
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }
.konte-instagram-widget li {
  float: left;
  width: 33.3333%;
  margin: 0;
  padding: 3px; }
.konte-instagram-widget img {
  display: block; }
.konte-instagram-widget .columns-2 li {
  width: 50%; }
.konte-instagram-widget .columns-4 li {
  width: 25%; }
.konte-instagram-widget .instagram-feed--cropped li a {
  display: block;
  background: no-repeat center center;
  background-size: cover; }
  .konte-instagram-widget .instagram-feed--cropped li a:before {
    content: "";
    display: block;
    padding-top: 100%; }
.konte-instagram-widget .instagram-feed--cropped img {
  display: none; }

.konte-popular-posts-widget ul {
  margin: -15px 0; }
.konte-popular-posts-widget li {
  transition: 0.4s;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #ebebeb;
  position: relative; }
  .konte-popular-posts-widget li:last-child {
    border-bottom: 0; }
.konte-popular-posts-widget .no {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #cdcfd0;
  line-height: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-right: 1px solid #e3e7e8; }
.konte-popular-posts-widget .post-summary {
  padding-left: 15px;
  max-width: 100%; }
.konte-popular-posts-widget .post-cats {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .konte-popular-posts-widget .post-cats a {
    color: #828d91; }
.konte-popular-posts-widget .post-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.posts-slider-widget .cat-links {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 16px 0 12px; }
.posts-slider-widget .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0; }
.posts-slider-widget .slick-arrow {
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 60px;
  width: 30px;
  height: 40px;
  opacity: 0;
  background: #fff;
  transition: opacity 0.4s;
  cursor: pointer;
  z-index: 1; }
  .posts-slider-widget .slick-arrow .slick-disabled {
    opacity: 0; }
.posts-slider-widget .slick-next {
  right: 0; }
.posts-slider-widget .slick-prev {
  left: 0; }
.posts-slider-widget .posts-slider:hover .slick-arrow {
  opacity: 1; }

.social-links-widget .social-links {
  overflow: hidden;
  margin: -5px; }
.social-links-widget a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px;
  border-radius: 50%;
  background-color: #cdcfd0; }
.social-links-widget .facebook {
  background-color: #306199; }
.social-links-widget .twitter {
  background-color: #26c4f1; }
.social-links-widget .google-plus {
  background-color: #dd4f43; }
.social-links-widget .tumblr {
  background-color: #36465d; }
.social-links-widget .pinterest {
  background-color: #cb2027; }
.social-links-widget .linkedin {
  background-color: #0077b5; }
.social-links-widget .flickr {
  background-color: #ff0084; }
.social-links-widget .instagram {
  background-color: #e1306c; }
.social-links-widget .dribbble {
  background-color: #ea4c89; }
.social-links-widget .behance {
  background-color: #1769ff; }
.social-links-widget .stumbleupon {
  background-color: #eb4924; }
.social-links-widget .github {
  background-color: #333; }
.social-links-widget .youtube {
  background-color: #ff0000; }
.social-links-widget .vimeo {
  background-color: #1ab7ea; }
.social-links-widget .houzz {
  background-color: #7ac142; }
.social-links-widget .rss {
  background-color: #f26522; }

.fullscreen-widgets .widget {
  padding: 0;
  border: 0; }
.fullscreen-widgets .widget-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 0;
  border-bottom: 0; }
.fullscreen-widgets .menu > li > a {
  font-size: 32px;
  font-size: 2rem; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.topbar {
  font-size: 14px;
  font-size: 0.875rem;
  height: 40px;
  position: relative;
  z-index: 1500; }
  .topbar .konte-container-fluid {
    display: flex;
    align-items: center;
    height: 100%; }
    .topbar .konte-container-fluid:before, .topbar .konte-container-fluid:after {
      display: none; }
  .topbar.dark {
    background-color: #000; }
  .topbar.light {
    background-color: #e3e7e8; }
  .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 .list-dropdown ul:before {
      content: "";
      position: absolute;
      top: -13px;
      left: 0;
      width: 100%;
      height: 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; }

.header-main {
  border-bottom: 1px solid #BDBDBD; }

.site-header .konte-container-fluid {
  display: flex;
  align-items: center;
  height: 100%; }
.site-header.transparent {
  position: absolute;
  width: 100%;
  z-index: 999; }
  .site-header.transparent.transparent-hover {
    transition: 0.25s;
    background: #fff; }
  .site-header.transparent.transparent-hover.text-dark:hover {
    background: #fff; }

.header-main {
  height: 120px; }

.header-contents {
  position: relative; }

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

.header-left-items {
  flex: 1;
  text-align: left;
  justify-content: flex-start; }
  .header-left-items > * {
    margin-right: 30px; }
    .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-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: 30px; }
    .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; }

.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-v8 .header-main,
.header-v9 .header-main {
  padding-top: 25px; }

.header-v10 .header-main .header-left-items {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 360px;
  padding-left: 60px;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
.header-v10.light .header-main .header-left-items {
  background-color: #fff; }
.header-v10.dark .header-main .header-left-items {
  background-color: #161619; }
.header-v10.dark .header-main .header-right-items,
.header-v10.dark .header-main .header-right-items a {
  color: #161619; }
.header-v10.dark .header-main .header-right-items .counter {
  color: #fff;
  background-color: #161619; }
.header-v10.transparent {
  position: fixed;
  right: 0;
  width: auto; }
  .header-v10.transparent.transparent-hover:hover {
    background: transparent !important; }
  .header-v10.transparent .header-main .header-left-items {
    color: #161619; }
    .header-v10.transparent .header-main .header-left-items a {
      color: #161619; }
  .header-v10.transparent .logo-dark {
    opacity: 1; }
  .header-v10.transparent .logo-light {
    opacity: 0; }
.header-v10.header-sticky--normal {
  position: fixed;
  right: 0;
  width: auto; }
.header-v10 .header-main .site-branding {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 60px;
  display: flex;
  align-items: center; }
.header-v10 .header-main .logo {
  vertical-align: middle;
  display: inline-block; }
.header-v10 .header-main .main-navigation {
  margin-left: 0; }

.admin-bar .header-v10 .header-main .header-left-items {
  top: 32px; }

@media screen and (max-width: 992px) {
  .header-v10 .header-main .header-left-items {
    display: none;
    width: 0; } }
.header-sticky--normal,
.header-sticky--smart {
  position: absolute;
  width: 100%; }

.header-sticky--normal.sticky {
  position: fixed;
  top: 0;
  z-index: 1500;
  width: 100%; }
  .header-sticky--normal.sticky.transparent.text-dark {
    background-color: rgba(255, 255, 255, 0.8); }
  .header-sticky--normal.sticky.transparent.text-light {
    background-color: rgba(0, 0, 0, 0.7); }

.header-sticky--smart {
  position: fixed;
  z-index: 1400; }
  .topbar + .header-sticky--smart {
    position: absolute; }
  .header-sticky--smart.headroom--not-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1400; }
    .header-sticky--smart.headroom--not-top.transparent.text-dark {
      background-color: rgba(255, 255, 255, 0.8); }
    .header-sticky--smart.headroom--not-top.transparent.text-light {
      background-color: rgba(0, 0, 0, 0.7); }

.admin-bar .header-sticky--normal.sticky,
.admin-bar .header-sticky--smart.headroom--not-top {
  top: 32px; }

.headroom {
  will-change: transform;
  transition: transform 250ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.site-header.transparent + .site-header-space {
  display: none; }
  .page-template-flex-posts .site-header.transparent + .site-header-space {
    display: block; }

.header-mobile {
  height: 60px; }
  .header-mobile .konte-container-fluid {
    display: flex;
    align-items: center;
    height: 100%; }
  .header-mobile button {
    line-height: inherit;
    padding: 0;
    background: transparent; }
  .header-mobile.logo-center .mobile-menu-hamburger,
  .header-mobile.logo-center .mobile-header-icons {
    flex: 1; }
  .header-mobile.logo-left .site-branding {
    flex: 1;
    padding: 0 15px; }

.mobile-header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .mobile-header-icons > * {
    margin-left: 25px; }

.mobile-menu-panel hr.divider {
  min-height: 1px;
  margin: 15px 0; }
.mobile-menu-panel .header-mobile {
  flex-shrink: 0; }
.mobile-menu-panel .list-dropdown .dropdown {
  float: right;
  margin-top: 2px; }
  .mobile-menu-panel .list-dropdown .dropdown .current {
    font-weight: 400; }
    .mobile-menu-panel .list-dropdown .dropdown .current:before, .mobile-menu-panel .list-dropdown .dropdown .current:after {
      display: none; }

.mobile-menu__search-form label {
  display: block;
  position: relative; }
.mobile-menu__search-form .search-icon {
  position: absolute;
  left: 0; }
.mobile-menu__search-form .search-field {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  padding: 13px 0 13px 30px;
  border-bottom-width: 1px; }

.mobile-menu__nav ul {
  margin: 0;
  list-style: none;
  line-height: 1.2; }
.mobile-menu__nav .menu {
  padding: 0; }
  .mobile-menu__nav .menu > li {
    padding: 15px 0; }
.mobile-menu__nav .sub-menu {
  padding-left: 30px;
  margin-top: 30px;
  border-left: 1px solid #e3e7e8;
  display: none; }
  .mobile-menu__nav .sub-menu > li {
    padding: 15px 0; }
    .mobile-menu__nav .sub-menu > li:first-child {
      padding-top: 0; }
    .mobile-menu__nav .sub-menu > li:last-child {
      padding-bottom: 0; }
    .mobile-menu__nav .sub-menu > li > a {
      font-size: 16px;
      font-size: 1rem; }
  .mobile-menu__nav .sub-menu :first-child {
    padding-top: 0; }
  .mobile-menu__nav .sub-menu ul li {
    padding: 10px 0; }
  .mobile-menu__nav .sub-menu ul a {
    font-size: 14px;
    font-size: 0.875rem; }
.mobile-menu__nav .current-menu-ancestor > .sub-menu,
.mobile-menu__nav .current-menu-item > .sub-menu {
  display: block; }

.mobile-menu__cart-icon,
.mobile-menu__wishlist-icon {
  float: right;
  margin-top: 4px; }
  .mobile-menu__cart-icon .counter,
  .mobile-menu__wishlist-icon .counter {
    vertical-align: 4px; }

.site-branding {
  flex: 0 1 auto;
  position: relative;
  z-index: 100; }
  .site-branding .logo {
    position: relative;
    display: block;
    line-height: 1; }
    .site-branding .logo:hover {
      text-decoration: none; }
    .site-branding .logo img {
      display: inline-block;
      vertical-align: middle; }
    .site-branding .logo svg {
      fill: currentColor;
      vertical-align: middle; }
  .site-branding .logo-light {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }

.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; }
  .header-search .search-icon {
    line-height: 1;
    cursor: pointer;
    position: relative;
    top: -6px;
    z-index: 1; }
  .header-search .svg-icon svg {
    fill: #B80029; }
  .header-search .search-field {
    font-size: 1.4rem;
    border-width: 0 0 1px 0;
    border-color: transparent;
    padding: 6px 0 6px 25px;
    width: 75%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    background: transparent; }
    .header-search .search-field:focus, .header-search .search-field.focused {
      border-color: inherit;
      width: 100%; }
    .header-search .search-field::-webkit-input-placeholder {
      color: inherit; }
    .header-search .search-field::-moz-placeholder {
      color: inherit; }
    .header-search .search-field:-ms-input-placeholder {
      color: inherit; }
    .header-search .search-field:-moz-placeholder {
      color: inherit; }
  .header-search .quick-links {
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    padding: 25px 40px;
    background: #fff;
    z-index: 200;
    pointer-events: none;
    box-shadow: 2px 3px 18px 0 rgba(0, 0, 0, 0.12);
    transform: translate(0, 75px);
    transition: transform 0.5s, opacity 0.4s; }
    .header-search .quick-links.open {
      opacity: 1;
      transform: translate(0, 55px);
      pointer-events: initial;
      transition-delay: 0.4s; }
    .header-search .quick-links .label {
      font-size: 14px;
      font-size: 0.875rem;
      color: #a2a5a6;
      display: block;
      margin: 0 0 10px; }
    .header-search .quick-links ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .header-search .quick-links li {
      padding: 5px 0; }
      .header-search .quick-links li a {
        color: #161619;
        font-size: 16px;
        font-size: 1rem; }
  .header-search.icon {
    flex-basis: 20px; }
    .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.icon .quick-links {
      width: 300px;
      flex-basis: 300px; }
  .header-search.icon-modal .search-icon {
    left: auto; }
  .header-search.form .search-icon {
    left: -4px; }
  .header-search.form .search-field {
    width: 200px; }
    .header-search.form .search-field:focus, .header-search.form .search-field.focused {
      width: 300px; }
  .header-search.form .quick-links {
    width: 300px; }

.dark .header-search.icon .search-field:focus, .dark .header-search.icon .search-field.focused {
  background-color: #161619; }

.light .header-search.icon .search-field:focus, .light .header-search.icon .search-field.focused {
  color: #161619;
  background-color: #fff; }

.transparent .header-search.icon .search-field {
  border-bottom: 0; }
  .transparent .header-search.icon .search-field:focus, .transparent .header-search.icon .search-field.focused {
    border-radius: 15px;
    color: #161619;
    background-color: #fff; }

.transparent .header-right-items .header-search.icon .search-field:focus, .transparent .header-right-items .header-search.icon .search-field.focused {
  padding-left: 15px;
  margin-right: -5px; }

.transparent .header-left-items .header-search.icon .search-field:focus, .transparent .header-left-items .header-search.icon .search-field.focused {
  padding-left: 30px;
  padding-right: 15px;
  margin-left: -5px; }

.header-left-items .header-search.form:not(:last-child), .header-right-items .header-search.form, .header-center-items .header-search.form {
  width: 300px; }
  .transparent .header-left-items .header-search.form:not(:last-child) .search-field,
  .transparent .header-right-items .header-search.form .search-field,
  .transparent .header-center-items .header-search.form .search-field {
    border-radius: 15px;
    color: #161619;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 0;
    background-color: #fff; }
  .transparent .header-left-items .header-search.form:not(:last-child) .search-icon,
  .transparent .header-right-items .header-search.form .search-icon,
  .transparent .header-center-items .header-search.form .search-icon {
    left: 5px; }

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

.header-center-items .header-search.form {
  text-align: left; }

.header-account {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  font-size: 1.4rem; }
  .header-account > a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    color: #B80029; }
    .header-account > a:hover {
      text-decoration: none; }
  .header-account .account-links {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 180px;
    opacity: 0;
    padding: 51px 0 0 0;
    z-index: 100;
    pointer-events: none;
    transform: translate(0, 20px);
    transition: transform 0.5s, opacity 0.4s; }
    .header-account .account-links ul {
      text-align: left;
      list-style: none;
      margin: 0;
      padding: 30px 40px;
      background: #fff;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
    .header-account .account-links li {
      padding: 5px 0;
      position: relative; }
      .header-account .account-links li .counter {
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%); }
    .header-account .account-links a {
      color: #161619; }
    .header-account .account-links .counter {
      color: #fff;
      background: #161619; }
  .header-account:hover .account-links {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: initial; }

.header-cart > a,
.header-wishlist > a {
  display: block;
  line-height: 1;
  white-space: nowrap; }
.header-cart .counter,
.header-wishlist .counter {
  vertical-align: 0.3em;
  background: #B41630;
  color: #fff;
  font-size: 11px; }

.header-left-items .header-cart {
  margin-left: -4px; }

.header-right-items .header-cart {
  margin-left: 26px;
  margin-top: -8px; }

.shopping-cart-icon--image {
  display: inline-block;
  position: relative; }
  .shopping-cart-icon--image .icon-light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .text-light .shopping-cart-icon--image .icon-light {
    opacity: 1; }
  .text-light .shopping-cart-icon--image .icon-dark {
    opacity: 0; }

.hamburger-menu {
  cursor: pointer; }
  .hamburger-menu .hamburger-box {
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    width: 20px;
    height: 12px;
    padding: 0;
    border: 0;
    background: transparent; }
    .hamburger-menu .hamburger-box .hamburger-inner {
      position: absolute;
      top: 50%;
      left: 0;
      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 .22s, opacity 0.2s ease, width 0.2s ease; }
      .hamburger-menu .hamburger-box .hamburger-inner:after {
        bottom: -5px;
        transition: bottom 0.2s ease .22s, transform 0.2s ease, width 0.2s ease; }
  .hamburger-menu .menu-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    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 .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 .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: #000; }

.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: fixed;
    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 #e3e7e8; }
      .hamburger-fullscreen .social-icons a:hover {
        color: #161619;
        border-color: #161619; }
  .hamburger-fullscreen .fullscreen-footer {
    font-size: 14px;
    font-size: 0.875rem;
    color: #686b6c;
    padding: 10px 0 50px 0;
    margin-top: 0;
    justify-self: flex-end; }
  .hamburger-fullscreen .currency {
    margin-right: 40px; }
  .hamburger-fullscreen .menu > li,
  .hamburger-fullscreen .widget,
  .hamburger-fullscreen .currency,
  .hamburger-fullscreen .language {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeOut; }
  .hamburger-fullscreen.open .menu > li,
  .hamburger-fullscreen.open .widget,
  .hamburger-fullscreen.open .currency,
  .hamburger-fullscreen.open .language {
    animation-name: fadeIn; }
  .hamburger-fullscreen.content-animation-fade.open .menu > li,
  .hamburger-fullscreen.content-animation-fade.open .widget,
  .hamburger-fullscreen.content-animation-fade.open .currency,
  .hamburger-fullscreen.content-animation-fade.open .language {
    animation-duration: 0.85s; }
  .hamburger-fullscreen.content-animation-slide .menu > li,
  .hamburger-fullscreen.content-animation-slide .widget,
  .hamburger-fullscreen.content-animation-slide .currency,
  .hamburger-fullscreen.content-animation-slide .language {
    animation-name: fadeOutUp; }
  .hamburger-fullscreen.content-animation-slide.open .menu > li,
  .hamburger-fullscreen.content-animation-slide.open .widget,
  .hamburger-fullscreen.content-animation-slide.open .currency,
  .hamburger-fullscreen.content-animation-slide.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 10px 200px;
  display: flex;
  flex-direction: column;
  overflow: auto; }
  .hamburger-screen-content .hamburger-navigation {
    padding: 100px 0 0 0;
    flex: 1; }
  .hamburger-screen-content .fullscreen-widgets {
    padding: 100px 100px 0 0;
    flex: 1;
    width: auto; }
  .hamburger-screen-content .list-dropdown .current {
    color: #000; }
  .hamburger-screen-content .ps__rail-y {
    right: auto !important;
    left: 0; }

.campaign-bar {
  padding: 40px 0; }

.site-header.transparent ~ .campaign-bar {
  display: none; }

.site-header.light ~ .campaign-bar {
  padding-top: 0; }

.campaign-bar__campaigns {
  display: flex;
  margin-left: -20px;
  margin-right: -20px; }
  .campaign-bar__campaigns .konte-promotion {
    flex: 1;
    margin: 0 20px;
    background-position: center center;
    background-size: cover; }
  .campaign-bar__campaigns .konte-promotion--standard .konte-promotion__text {
    font-size: 3.2em;
    font-weight: 600;
    text-transform: uppercase; }
  .campaign-bar__campaigns .konte-button.text-dark {
    color: #fff; }

.header-social-icons {
  font-size: 16px;
  font-size: 1rem; }

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header .page-title {
  margin: 0; }

.blog-header {
  margin: -13px 0 0 0; }
  .blog-header + .site-content-container {
    margin-top: 60px; }

.blog-search-form {
  position: relative; }
  .blog-search-form .search-icon {
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -12px; }
  .blog-search-form .search-field {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    padding-bottom: 7px;
    border-color: transparent; }
    .blog-search-form .search-field:focus {
      border-color: #161619; }
    .blog-search-form .search-field::-webkit-input-placeholder {
      color: inherit; }
    .blog-search-form .search-field::-moz-placeholder {
      color: inherit; }
    .blog-search-form .search-field:-ms-input-placeholder {
      color: inherit; }
    .blog-search-form .search-field:-moz-placeholder {
      color: inherit; }

.blog-header-content {
  padding: 20px 0 52px 0; }
  .blog-header-content .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
  .blog-header-content .header-title {
    font-size: 44px;
    font-size: 2.75rem;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0; }
    .blog-header-content .header-title span {
      display: inline-block;
      vertical-align: -0.1363636364em; }
  .blog-header-content .social-icons {
    text-align: right; }
    .blog-header-content .social-icons ul {
      width: 100%; }
  .blog-header-content .blog-search-form,
  .blog-header-content .social-icons {
    display: flex;
    flex: 1;
    align-items: center; }

.blog-header-title {
  text-align: center;
  background-color: #838889;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 130px 115px 130px;
  margin: 0 0 60px; }
  .blog-header-title .page-title {
    font-size: 120px;
    font-size: 7.5rem;
    font-weight: 600;
    line-height: 1;
    color: inherit; }

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

.hentry {
  margin: 0 0 40px; }
  .hentry.page {
    margin-bottom: 0; }

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

.entry-header .cat-links {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px 0; }
  .entry-header .cat-links a {
    color: #161619; }
  .entry-header .cat-links:before {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    top: 7px;
    border-top: 2px solid; }
.entry-header .post-info {
  padding-top: 35px;
  position: relative; }
.entry-header .entry-thumbnail {
  position: relative; }
  .entry-header .entry-thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 1270px;
    height: 140px;
    background: #fff; }
  .entry-header .entry-thumbnail img {
    display: block;
    margin: 0 auto; }
  .entry-header .entry-thumbnail + .post-info {
    margin-top: -140px; }

.post-thumbnail {
  position: relative; }
  .post-thumbnail img {
    display: block; }
  .post-thumbnail .post-format-icon {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.6); }
    .post-thumbnail .post-format-icon svg {
      vertical-align: -12px; }

.no-sidebar .entry-header .entry-thumbnail:after {
  width: 1170px; }
.no-sidebar .entry-header .post-info {
  width: 780px; }

.entry-title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.1666666667;
  margin: 0 0 20px; }

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #838889;
  font-weight: 500;
  text-transform: uppercase; }
  .entry-meta a {
    color: #838889; }
    .entry-meta a:hover {
      color: #161619; }
  .entry-meta svg {
    fill: #838889; }
  .entry-meta .svg-icon {
    margin-right: 6px; }
  .entry-meta .icon-share,
  .entry-meta .icon-comment {
    vertical-align: top;
    display: inline-block; }
  .entry-meta .posted-on,
  .entry-meta .total-shares {
    margin-right: 26px; }

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

.entry-content {
  margin-top: 40px;
  margin-bottom: 20px; }
  .entry-content > :first-child {
    margin-top: 0; }
  .entry-content li,
  .entry-content dd {
    margin-bottom: 6px; }

.post-password-form [type=submit] {
  color: #161619;
  padding: 2px 5px;
  border-bottom: 2px solid #e3e7e8;
  line-height: inherit;
  background: transparent; }
  .post-password-form [type=submit]:hover {
    border-color: #161619; }

.page-links {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  clear: both;
  margin: 0 0 1.5em; }
  .page-links a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 6px;
    border-bottom: 2px solid #e3e7e8; }
    .page-links a:last-child {
      margin-right: 0; }
    .page-links a:hover {
      border-bottom-color: #161619; }

.entry-footer .tags-links {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e7e8; }
  .entry-footer .tags-links a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #838889;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    margin: 0 6px 10px 0;
    border: 1px solid #e3e7e8; }
    .entry-footer .tags-links a:hover {
      color: #161619;
      border-color: #161619; }
.entry-footer .social-share {
  margin-top: 30px; }

.social-share a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  padding: 10px 30px;
  background: #838889; }
  .social-share a i {
    margin-right: 20px;
    width: 14px;
    text-align: center; }
.social-share .toggle-socials {
  cursor: pointer;
  color: #838889;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid;
  position: relative;
  vertical-align: top;
  transition: 0.4s; }
  .social-share .toggle-socials .icon-plus {
    vertical-align: bottom; }
  .social-share .toggle-socials:hover {
    color: #161619; }
    .social-share .toggle-socials:hover svg {
      fill: #161619; }
    .social-share .toggle-socials:hover .social-list {
      opacity: 1;
      z-index: 1;
      transform: translateX(0); }
.social-share .social-list {
  text-align: left;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: -1px;
  padding-left: 10px;
  z-index: -1;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.4s; }
  .social-share .social-list a {
    display: block; }
.social-share .facebook {
  background-color: #306199; }
.social-share .twitter {
  background-color: #26c4f1; }
.social-share .googleplus {
  background-color: #dd4f43; }
.social-share .pinterest {
  background-color: #bd081c; }
.social-share .tumblr {
  background-color: #35465c; }
.social-share .reddit {
  background-color: #5f99cf; }
.social-share .linkedin {
  background-color: #0077b5; }
.social-share .stumbleupon {
  background-color: #eb4924; }
.social-share .digg {
  background-color: #005be2; }
.social-share .vk {
  background-color: #45668e; }
.social-share .telegram {
  background-color: #0088cc; }
.social-share .email {
  background-color: #b7b7b7; }

.author-info {
  min-height: 140px;
  padding: 30px;
  background: #f3f5f6; }
  .author-info .author-vcard,
  .author-info .author-description,
  .author-info .author-socials {
    padding-left: 110px; }
  .author-info .author-vcard {
    position: relative; }
  .author-info .avatar {
    border-radius: 50%;
    position: absolute;
    left: 0; }
  .author-info .author-name {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block; }
  .author-info .author-description {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px; }
  .author-info .author-socials {
    font-size: 14px;
    font-size: 0.875rem; }
    .author-info .author-socials a {
      margin-right: 20px; }
      .author-info .author-socials a:last-child {
        margin-right: 0; }
  .author-info + .comments-area {
    margin-top: 40px; }

.related-posts {
  padding: 33px 0 25px 0; }
  .related-posts h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .related-posts h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0; }
  .related-posts img {
    display: block; }
  .related-posts .post-thumbnail {
    display: block;
    margin-bottom: 15px; }

.single-post article.post {
  border-bottom: 1px solid #e3e7e8; }
  .single-post article.post[class*="tag-"] {
    border-bottom: 0; }
  .single-post article.post + .post-navigation {
    margin-top: -40px; }
  .single-post article.post + .related-posts {
    margin-top: -40px; }
  .single-post article.post + .comments-area {
    margin-top: -41px; }

.single-post.post-shareable article.post {
  border-bottom: 0; }
  .single-post.post-shareable article.post + .comments-area {
    margin-top: auto;
    border-top: 0; }

.hfeed .hentry {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .hfeed .hentry .post-thumbnail {
    width: 360px;
    max-width: 50%;
    margin-right: 40px; }
    .hfeed .hentry .post-thumbnail img {
      display: block; }
    .hfeed .hentry .post-thumbnail + .entry {
      width: auto; }
  .hfeed .hentry .entry {
    padding-bottom: 36px;
    border-bottom: 1px solid #e3e7e8;
    flex: 1;
    width: 100%; }
  .hfeed .hentry.has-post-thumbnail .entry {
    min-height: 210px;
    padding-bottom: 18px; }
  .hfeed .hentry .cat-links {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 0;
    margin-bottom: 10px;
    top: -4px; }
    .hfeed .hentry .cat-links:before {
      display: none; }
  .hfeed .hentry .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 15px; }
    .hfeed .hentry .entry-title a:hover {
      box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #161619; }
  .hfeed .hentry .entry-summary {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    line-height: 1.375;
    max-height: 2.75em;
    overflow: hidden; }
    .hfeed .hentry .entry-summary p {
      margin: 0; }
  .hfeed .hentry .entry-footer {
    margin-top: 10px; }
  .hfeed .hentry .entry-meta {
    display: flex; }
  .hfeed .hentry .posted-on {
    flex: 1; }
  .hfeed .hentry .total-shares,
  .hfeed .hentry .comments-link {
    display: none; }
  .hfeed .hentry.post-large {
    display: block; }
    .hfeed .hentry.post-large .post-thumbnail {
      width: 100%;
      max-width: 100%;
      float: none;
      margin-bottom: 15px;
      margin-right: 0;
      display: block; }
    .hfeed .hentry.post-large .cat-links {
      top: auto;
      margin-bottom: 15px; }
    .hfeed .hentry.post-large .entry {
      margin-left: 0;
      min-height: 0;
      padding-bottom: 36px; }
    .hfeed .hentry.post-large .entry-summary {
      max-height: none; }
    .hfeed .hentry.post-large .entry-footer {
      margin-top: 20px; }
    .hfeed .hentry.post-large .total-shares,
    .hfeed .hentry.post-large .comments-link {
      display: inline; }
  .hfeed .hentry.sticky {
    position: relative; }
    .hfeed .hentry.sticky:first-child {
      margin-top: 15px; }
    .hfeed .hentry.sticky .entry {
      border-bottom: 0;
      position: relative; }
    .hfeed .hentry.sticky .post-thumbnail {
      position: relative; }
    .hfeed .hentry.sticky:before {
      content: "";
      position: absolute;
      top: -15px;
      bottom: -15px;
      left: -15px;
      right: -15px;
      background: #fff;
      box-shadow: 0 4px 22px -2px rgba(0, 0, 0, 0.1); }

.blog-grid .site-main {
  margin-left: -15px;
  margin-right: -15px; }

.blog-grid .hentry {
  display: block; }
  .blog-grid .hentry.col-md-6:nth-child(2n+1) {
    clear: left; }
  .blog-grid .hentry.col-md-4:nth-child(3n+1) {
    clear: left; }
  .blog-grid .hentry .post-thumbnail {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px;
    margin-right: 0; }
  .blog-grid .hentry .entry {
    min-height: 0; }
  .blog-grid .hentry.sticky:before {
    left: 0;
    right: 0; }

.hfeed.blog-grid .hentry .post-thumbnail + .entry {
  margin-left: 0; }

.blog-grid .content-area .navigation {
  clear: both; }

.featured-content {
  margin-bottom: 60px; }
  .featured-content.posts-carousel:first-child {
    margin-top: -60px; }
  .featured-content.posts-carousel .konte-container {
    width: auto;
    padding-left: 0;
    padding-right: 0; }

.featured-content-carousel {
  height: 790px;
  overflow: hidden; }
  .featured-content-carousel .featured-item {
    height: 790px;
    position: relative;
    background: #838889 no-repeat center center;
    background-size: cover; }
    .featured-content-carousel .featured-item.loading {
      background-image: url("images/loading.svg");
      background-size: auto; }
      .featured-content-carousel .featured-item.loading .entry-header {
        opacity: 0;
        transition: opacity 0.4s; }
  .featured-content-carousel .entry-header {
    color: #fff;
    padding: 60px 130px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
    .featured-content-carousel .entry-header a {
      color: #fff; }
  .featured-content-carousel .cat-links {
    margin-bottom: 15px; }
  .featured-content-carousel .entry-title {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
    padding-right: 20%; }
  .featured-content-carousel .read-more {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    border: 1px solid; }
    .featured-content-carousel .read-more:hover {
      color: #161619;
      border-color: #fff;
      background: #fff; }
  .featured-content-carousel .slick-arrow {
    color: #fff;
    text-align: center;
    line-height: 34px;
    position: absolute;
    bottom: 60px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s; }
    .featured-content-carousel .slick-arrow svg {
      vertical-align: middle; }
    .featured-content-carousel .slick-arrow:hover {
      color: #161619;
      border-color: #fff;
      background: #fff; }
  .featured-content-carousel .slick-next {
    right: 130px; }
  .featured-content-carousel .slick-prev {
    right: 190px; }
  .featured-content-carousel.carousel:hover .slick-arrow {
    opacity: 1; }
  .featured-content-carousel.carousel .slick-arrow {
    color: #161619;
    bottom: 50%;
    margin-top: 20px;
    border-color: #fff;
    background: #fff;
    opacity: 0;
    transition: 0.5s; }
    .featured-content-carousel.carousel .slick-arrow.slick-disabled {
      opacity: 0; }
  .featured-content-carousel.carousel .slick-next {
    right: 0; }
  .featured-content-carousel.carousel .slick-prev {
    left: 0;
    right: auto; }
  .featured-content-carousel.carousel .entry-header {
    text-align: center;
    padding: 40px 110px; }
  .featured-content-carousel.carousel .cat-links {
    padding-left: 0;
    margin-bottom: 8px;
    transform: translateY(55px);
    transition: 0.5s; }
    .featured-content-carousel.carousel .cat-links::before {
      display: none; }
  .featured-content-carousel.carousel .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-right: 0;
    margin-bottom: 0;
    transform: translateY(55px);
    transition: 0.5s; }
  .featured-content-carousel.carousel .read-more {
    margin-top: 15px;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s; }
  .featured-content-carousel.carousel .featured-item:hover .cat-links,
  .featured-content-carousel.carousel .featured-item:hover .entry-title,
  .featured-content-carousel.carousel .featured-item:hover .read-more {
    opacity: 1;
    transform: translateY(0); }

.featured-posts {
  padding-top: 42px;
  margin-bottom: 60px; }
  .featured-posts h2 {
    font-weight: 400;
    text-align: center;
    margin: 0 0 22px; }
  .featured-posts .posts {
    padding-bottom: 32px; }
  .featured-posts .post-thumbnail {
    display: block;
    margin-bottom: 13px; }
  .featured-posts .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 5px; }
  .featured-posts .posted-on {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase; }
    .featured-posts .posted-on a {
      color: #838889; }
      .featured-posts .posted-on a:hover {
        color: #161619; }

.featured-content + .featured-posts {
  margin-top: -17px;
  padding-top: 0; }

.flex-posts {
  margin: -15px; }
  .flex-posts .flex-post--custom.right-item {
    display: flex;
    justify-content: flex-end; }
  .flex-posts .flex_post {
    margin-bottom: 140px; }
  .flex-posts .flex-posts-page-title {
    margin-bottom: 150px; }
  .flex-posts + .next-posts-navigation {
    margin-top: -50px;
    margin-bottom: 120px;
    padding-top: 0; }

.flex_post {
  width: 50%;
  padding: 15px;
  float: left;
  position: relative;
  visibility: hidden; }
  .flex_post .mc4wp-form input[type=text],
  .flex_post .mc4wp-form input[type=email],
  .flex_post .mc4wp-form select {
    min-width: 340px; }
  .flex_post.konteFadeInUp {
    visibility: visible; }

.flex-post-background img {
  max-width: 200%; }

.flex-post-background + .flex-post-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.flex-tags {
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
  display: inline-block;
  position: absolute;
  left: -33px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem; }

.flex-post-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  margin: 9px 0 7px 0; }

.flex-post-content {
  position: relative; }
  .flex-post-content .read-more {
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 2px; }
    .flex-post-content .read-more:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 20px;
      border-bottom: 2px solid;
      transition: width 0.4s; }
    .flex-post-content .read-more:hover:after {
      width: 100%; }

.flex-post--standard .flex-post-content > :last-child {
  margin-bottom: 0; }
.flex-post--standard .flex-tags + * {
  margin-top: 0; }

.flex-post--custom.thumbnail-portrait.right-item {
  padding-left: 17.8832%; }
.flex-post--custom.thumbnail-portrait.left-item {
  padding-right: 17.8832%; }
.flex-post--custom.thumbnail-landscape.right-item {
  padding-left: 7.6642%; }
.flex-post--custom.thumbnail-landscape.left-item {
  padding-right: 7.6642%; }
.flex-post--custom.thumbnail-square.right-item {
  padding-left: 14.9635%; }
.flex-post--custom.thumbnail-square.left-item {
  padding-right: 14.9635%; }

.flex-post--instagram {
  display: flex;
  justify-content: center; }
  .flex-post--instagram .flex-post-content {
    max-width: 400px; }
    .flex-post--instagram .flex-post-content img {
      display: block;
      border: 10px solid #ead9bf;
      margin-bottom: 20px; }
  .flex-post--instagram .instagram-caption {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px; }
  .flex-post--instagram .instagram-username {
    font-size: 14px;
    font-size: 0.875rem; }
    .flex-post--instagram .instagram-username i {
      font-size: 20px;
      font-size: 1.25rem;
      vertical-align: -0.1em;
      margin-right: 6px; }

.flex-post--post .flex-post-content {
  max-width: 580px; }
.flex-post--post .post-thumbnail img {
  display: block;
  margin-bottom: 17px; }
.flex-post--post .cat-links a {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase; }
.flex-post--post .post-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0; }
.flex-post--post .post-summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 15px; }
.flex-post--post.right-item {
  display: flex;
  justify-content: flex-end; }

.sticky-socials {
  position: fixed;
  left: 60px;
  bottom: 60px; }
  .sticky-socials li {
    display: block;
    padding: 0;
    margin-top: 10px; }
    .sticky-socials li:first-child {
      margin-top: 0; }
  .sticky-socials a {
    color: #a2a5a6;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3e7e8; }
    .sticky-socials a:hover {
      color: #fff;
      border-color: #161619;
      background-color: #161619; }

.sticky-scrolldown {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: #a2a5a6;
  position: fixed;
  right: 60px;
  bottom: 60px;
  transform: rotate(-90deg) translate(100%, 0);
  transform-origin: right bottom;
  cursor: pointer;
  transition: color 0.4s; }
  .sticky-scrolldown:hover {
    color: #161619; }
  .sticky-scrolldown .svg-icon {
    font-size: 32px;
    vertical-align: middle; }

.portfolio-project {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .portfolio-project .alignwide {
    max-width: 1400px;
    width: 1400px;
    margin-left: calc( -1400px/2 + 100%/2);
    margin-right: calc( -1400px/2 + 100%/2); }

@media (min-width: 600px) {
  .portfolio-project .wp-block-gallery {
    margin-top: 54px; }
    .portfolio-project .wp-block-gallery .blocks-gallery-image,
    .portfolio-project .wp-block-gallery .blocks-gallery-item {
      width: calc( (100% - 60px) / 2 );
      margin-right: 60px;
      margin-bottom: 60px; }
      .portfolio-project .wp-block-gallery .blocks-gallery-image:last-child,
      .portfolio-project .wp-block-gallery .blocks-gallery-item:last-child {
        margin-right: 0; }
    .portfolio-project .wp-block-gallery + .wp-block-gallery {
      margin-top: 0; }
  .portfolio-project .wp-block-gallery.columns-2 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc( (100% - 60px * 1) / 2 ); }
  .portfolio-project .wp-block-gallery.columns-3 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc( (100% - 60px * 2) / 3 ); }
  .portfolio-project .wp-block-gallery.columns-4 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc( (100% - 60px * 3) / 4 ); }
  .portfolio-project .wp-block-gallery.columns-5 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc( (100% - 60px * 4) / 5 ); }
  .portfolio-project .wp-block-gallery.columns-6 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc( (100% - 60px * 5) / 6 ); }
  .portfolio-project .wp-block-gallery.columns-7 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc( (100% - 60px * 6) / 7 ); }
  .portfolio-project .wp-block-gallery.columns-8 .blocks-gallery-image,
  .portfolio-project .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc( (100% - 60px * 7) / 8 ); }
  .portfolio-project .wp-block-image {
    margin-top: 54px;
    margin-bottom: 54px; } }
.project-meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 46px; }
  .project-meta > p {
    margin: 0 0 8px;
    display: flex; }
  .project-meta .project-meta__label {
    min-width: 70px; }
  .project-meta .project-meta__value {
    flex: 1;
    padding-left: 35px; }

.project-footer {
  margin-bottom: 60px; }

.project-navigation {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0;
  border-top: 1px solid #e3e7e8; }
  .project-navigation a {
    font-size: 18px;
    font-size: 1.125rem; }
  .project-navigation img {
    width: 100px; }
  .project-navigation .project-navigation__summary > span {
    display: block; }
  .project-navigation .project-types {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #838889;
    margin-top: 5px; }

.related-projects {
  padding: 40px 0;
  border-top: 1px solid #e3e7e8; }
  .related-projects h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px 0; }
  .related-projects .projects {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap; }
  .related-projects .project {
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px; }
    .related-projects .project h3 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      margin: 30px 0 0 0; }
  .related-projects .project-types {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0; }
    .related-projects .project-types a {
      color: #838889; }
      .related-projects .project-types a:hover {
        color: #161619; }

.portfolio-project--layout-v1 .project-title {
  text-align: center; }

.portfolio-project--layout-v2 .project-header {
  background-color: #e3e7e8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.portfolio-project--layout-v2 .project-header__container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .portfolio-project--layout-v2 .project-header__container > * {
    max-width: 50%; }
.portfolio-project--layout-v2 .project-title {
  font-weight: 400; }
.portfolio-project--layout-v2 .project-meta {
  margin-top: 18px;
  margin-bottom: 46px; }
.portfolio-project--layout-v2 .project-content {
  margin-top: 110px; }

.project-layout-v2 .site-content {
  padding-top: 0; }

.portfolio-archive .site-content {
  padding-top: 0; }
.portfolio-archive .pagination {
  margin-bottom: 60px; }

.portfolio-page-header {
  padding: 60px 0; }
  .portfolio-page-header strong {
    font-weight: 700; }
  .portfolio-page-header p {
    margin: 0.55em 0; }

.portfolio-page-header__container > :first-child {
  margin-top: 0; }
.portfolio-page-header__container > :last-child {
  margin-bottom: 0; }

.post-type-archive-portfolio .portfolio-page-header--page_content {
  padding-bottom: 90px; }

.portfolio-page-header--page_title {
  text-align: center;
  padding: 54px 0 74px; }
  .portfolio-page-header--page_title .page-title {
    font-weight: 600; }
  .portfolio-page-header--page_title + .site-content-container .portfolio-filter,
  .portfolio-page-header--page_title + .site-content-container .navigation {
    text-align: center; }

.portfolio-filter {
  padding: 60px 0; }
  .portfolio-filter a {
    color: #838889;
    font-weight: 500;
    display: inline-block;
    margin-right: 60px; }
    .portfolio-filter a:last-child {
      margin-right: 0; }
  .portfolio-filter a:hover,
  .portfolio-filter a.active {
    color: #161619; }

.portfolio-projects {
  margin-left: -40px;
  margin-right: -40px; }
  .portfolio-projects .hentry {
    float: left;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 72px; }
  .portfolio-projects .project-header .project-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 22px;
    margin-bottom: 8px; }
  .portfolio-projects .project-types {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0; }
    .portfolio-projects .project-types a {
      color: #838889; }
      .portfolio-projects .project-types a:hover {
        color: #161619; }
  .portfolio-projects.loading {
    position: relative;
    min-height: 200px; }
    .portfolio-projects.loading .loading-screen {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 40; }
    .portfolio-projects.loading .spinner, .portfolio-projects.loading .wpcf7-form span.ajax-loader:before, .wpcf7-form .portfolio-projects.loading span.ajax-loader:before {
      color: #161619;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 160px;
      transform: translate(-50%, 0); }
    .portfolio-projects.loading ~ .navigation {
      opacity: 0; }

.portfolio-projects--columns-2 .project-header .project-title {
  font-size: 34px;
  font-size: 2.125rem; }
.portfolio-projects--columns-2 .project-types {
  font-size: 18px;
  font-size: 1.125rem; }

.portfolio-projects--columns-3 {
  margin-left: -20px;
  margin-right: -20px; }
  .portfolio-projects--columns-3 .hentry {
    width: 33.333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 32px; }
  .portfolio-projects--columns-3 .entry-title {
    font-size: 24px;
    font-size: 1.5rem; }

.portfolio-projects--grid {
  display: flex;
  flex-wrap: wrap; }
  .portfolio-projects--grid + .navigation {
    text-align: center;
    margin-top: 60px;
    margin-top: 60px;
    padding-top: 0; }

.next-projects-navigation {
  margin-bottom: 60px; }

.single-page-header {
  position: relative;
  text-align: center; }
  .single-page-header .entry-thumbnail {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .single-page-header .entry-thumbnail .konte-map {
      height: 100% !important; }
  .single-page-header .scroll {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(-90deg) translate(0, 50%);
    transform-origin: 0 100%;
    padding-left: 55px;
    cursor: pointer; }
    .single-page-header .scroll:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 35px;
      border-bottom: 2px solid; }
  .single-page-header .entry-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 30px; }
  .single-page-header .entry-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0 8.3333%;
    margin: 0; }
  .single-page-header.title-none .entry-thumbnail:after, .single-page-header.title-above .entry-thumbnail:after {
    width: calc((100% - 1170px) / 2 + 1170px);
    height: 160px;
    left: 0; }
  .single-page-header.title-none + .site-content-container, .single-page-header.title-above + .site-content-container {
    margin-top: -85px;
    position: relative; }
  .single-page-header.title-above .page-titles {
    padding-top: 65px;
    padding-bottom: 70px; }
  .single-page-header.title-front {
    background: no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 50px; }
    .single-page-header.title-front .page-titles {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      z-index: 2;
      transform: translateY(-50%); }
    .single-page-header.title-front .entry-title,
    .single-page-header.title-front .entry-subtitle {
      color: inherit; }
    .single-page-header.title-front .entry-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .single-page-header.title-front .entry-thumbnail:after {
        display: none; }

.page .page .entry-header {
  text-align: center;
  margin-bottom: 70px; }
.page .page .entry-title {
  font-size: 35px;
  font-weight: 400; }
.page .page .entry-subtitle {
  font-weight: 400;
  padding-left: 16.6667%;
  padding-right: 16.6667%; }
.page .page > .entry-content:first-child {
  margin-top: 0; }
.page .page .entry-content {
  margin-bottom: 0; }

.page-template-split .site-content {
  padding-top: 0;
  padding-bottom: 0; }
.page-template-split .site-content-container,
.page-template-split .content-area,
.page-template-split .site-main,
.page-template-split .split-page {
  height: 100%; }
.page-template-split .split-page {
  overflow: hidden;
  position: relative;
  height: 100vh; }
.page-template-split .page.has-post-thumbnail.title-above {
  margin-top: 0; }
.page-template-split .split-page-featured {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
  .page-template-split .split-page-featured .entry-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0; }
  .page-template-split .split-page-featured .konte-map {
    height: 100% !important; }
  .page-template-split .split-page-featured .entry-thumbnail {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .page-template-split .split-page-featured .entry-thumbnail:after {
      display: none; }
.page-template-split .split-page-content {
  height: 100%;
  padding: 170px 0 100px 0; }
  .page-template-split .split-page-content .konte-container {
    display: flex;
    align-items: center;
    height: 100%; }
  .page-template-split .split-page-content .entry-content {
    width: 50%;
    max-height: 100%;
    overflow: hidden;
    padding-left: 110px;
    float: right;
    margin: 0 0 0 50%;
    position: relative; }
    .page-template-split .split-page-content .entry-content.ps--active-y {
      height: 100%; }
  .page-template-split .split-page-content .ps__rail-x {
    display: none; }
  .page-template-split .split-page-content .wpcf7-submit {
    width: auto;
    padding: 0 40px;
    min-width: 265px; }
.page-template-split .content-left .split-page-featured .entry-header {
  left: auto;
  right: 0; }
.page-template-split .content-left .split-page-content .entry-content {
  float: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 110px; }
.page-template-split .footer-main .divider {
  display: none; }

.video-background {
  max-width: none;
  position: relative;
  z-index: 0;
  opacity: 0; }

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.search .site-content {
  padding-top: 0; }
.search.woocommerce .site-content {
  padding-top: 60px; }
.search .page-header {
  padding: 30px 0; }
  .search .page-header .page-title {
    font-size: 30px;
    font-size: 1.875rem; }
.search .site-main article.product {
  margin-bottom: 40px; }
  .search .site-main article.product .post-thumbnail {
    float: left;
    width: 360px;
    max-width: 50%; }
    .search .site-main article.product .post-thumbnail img {
      display: block; }
    .search .site-main article.product .post-thumbnail + .entry {
      margin-left: 400px; }
  .search .site-main article.product .entry {
    min-height: 210px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e7e8; }
  .search .site-main article.product .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 15px; }
    .search .site-main article.product .entry-title a:hover {
      box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #161619; }
  .search .site-main article.product .entry-summary {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    line-height: 1.375;
    max-height: 2.75em;
    overflow: hidden; }
    .search .site-main article.product .entry-summary p {
      margin: 0; }

.maintenance-mode .site-header,
.maintenance-mode .site-header-space,
.maintenance-mode .site-footer,
.maintenance-mode .single-page-header {
  display: none; }
.maintenance-mode .maintenance-header {
  display: block; }
.maintenance-mode .split-page-content {
  padding-top: 100px;
  padding-bottom: 100px; }
.maintenance-mode .site-content {
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh; }
.maintenance-mode .site-content-container,
.maintenance-mode .content-area,
.maintenance-mode .site-main,
.maintenance-mode .split-page {
  height: 100%; }

.maintenance-layout-split .site-content-container,
.maintenance-layout-split .content-area,
.maintenance-layout-split .site-main,
.maintenance-layout-split .split-page {
  height: 100%; }
.maintenance-layout-split .split-page-featured {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
  .maintenance-layout-split .split-page-featured .entry-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    overflow: hidden; }
  .maintenance-layout-split .split-page-featured .entry-thumbnail {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .maintenance-layout-split .split-page-featured .entry-thumbnail:after {
      display: none; }
.maintenance-layout-split .split-page-content {
  height: 100%;
  padding: 100px 0; }
  .maintenance-layout-split .split-page-content .konte-container {
    display: flex;
    align-items: center;
    height: 100%; }
  .maintenance-layout-split .split-page-content .entry-content {
    width: 50%;
    max-height: 100%;
    overflow: hidden;
    padding-right: 85px;
    float: left;
    margin: 0;
    position: relative; }
    .maintenance-layout-split .split-page-content .entry-content.ps--active-y {
      height: 100%; }

.maintenance-layout-fullscreen {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .maintenance-layout-fullscreen .site-main {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0; }
  .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: 45px 0; }
  .maintenance-header .header-items {
    width: 100%;
    justify-content: space-between; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  padding: 140px 0; }
  .error-404 .error-title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-left: 40px; }
    .error-404 .error-title:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      display: block;
      width: 20px;
      border-bottom: 2px solid; }
  .error-404 .page-title {
    line-height: 1;
    margin: 25px 0; }
  .error-404 .page-content {
    font-size: 24px;
    font-size: 1.5rem; }
    .error-404 .page-content p {
      margin: 20px 0 30px; }
    .error-404 .page-content .button {
      padding-right: 100px; }
      .error-404 .page-content .button .svg-icon {
        vertical-align: -5px;
        margin-right: 35px; }

.error404 .footer-extra,
.error404 .footer-widgets,
.error404 .footer-instagram,
.error404 .footer-main .divider {
  display: none; }
.error404 .site-footer.light {
  border-top: 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  padding: 0;
  border-top: 1px solid #e3e7e8; }
  .page .comments-area {
    margin-top: 40px; }
  .comments-area p.no-comments {
    margin-top: 40px;
    background-color: transparent; }

.comments-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 37px 0 55px 0; }

.comment-list {
  margin: 37px 0 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e3e7e8; }
  .comment-list .children {
    list-style: none;
    margin-left: 30px; }
  .comment-list > .comment:first-child article {
    border: none;
    padding-top: 0; }

.comment article {
  padding: 30px 0 21px;
  border-top: 1px solid #e3e7e8; }
.comment .comment-meta {
  position: relative;
  padding-left: 60px; }
  .comment .comment-meta:before, .comment .comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed; }
  .comment .comment-meta:after {
    clear: both; }
.comment .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0; }
.comment .comment-author {
  float: left; }
  .comment .comment-author .fn {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }
  .comment .comment-author .says {
    display: none; }
.comment .comment-metadata {
  float: right; }
  .comment .comment-metadata a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #838889; }
    .comment .comment-metadata a:hover {
      color: #161619; }
  .comment .comment-metadata .edit-link {
    margin-left: 10px; }
.comment .comment-content {
  font-size: 16px;
  font-size: 1rem;
  color: #838889;
  padding: 5px 0 0;
  margin-left: 60px; }
  .comment .comment-content p:first-child {
    margin-top: 0; }
  .comment .comment-content p:last-child {
    margin-bottom: 0; }
  .comment .comment-content ul {
    margin-bottom: 1em; }
.comment .reply {
  margin-left: 60px;
  margin-top: 10px; }
.comment .comment-edit-link,
.comment .comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase; }
.comment .comment-reply-link {
  display: inline-block; }

.pingback {
  font-size: 16px;
  font-size: 1rem;
  margin: 30px 0; }

.bypostauthor {
  display: block; }

.comment-respond {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 40px; }
  .comment-respond .comment-reply-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px; }
    .comment-respond .comment-reply-title small {
      float: right; }
  .comment-respond .comment-form {
    margin-left: -15px;
    margin-right: -15px; }
    .comment-respond .comment-form > p {
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 0 20px; }
    .comment-respond .comment-form .comment-notes {
      margin-bottom: 32px; }
    .comment-respond .comment-form textarea,
    .comment-respond .comment-form input[type=text],
    .comment-respond .comment-form input[type=email] {
      width: 100%;
      padding: 13px 17px;
      border: 1px solid #161619;
      transition: none; }
      .comment-respond .comment-form textarea:focus,
      .comment-respond .comment-form input[type=text]:focus,
      .comment-respond .comment-form input[type=email]:focus {
        border-width: 2px; }
    .comment-respond .comment-form textarea {
      height: 100px;
      display: block; }
    .comment-respond .comment-form input[type=text],
    .comment-respond .comment-form input[type=email] {
      height: 50px; }
  .comment-respond .comment-notes {
    color: #838889; }
    .comment-respond .comment-notes .required {
      color: #838889; }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    width: 50%;
    float: left; }
  .comment-respond .form-submit {
    clear: both; }
    .comment-respond .form-submit button,
    .comment-respond .form-submit input[type=submit] {
      width: 100%; }

.comment-respond .form-submit input[type=submit] {
  width: auto;
  background-color: #fff;
  border: 1px solid #B80029;
  color: #B80029;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: normal;
  height: 49px;
  transition: all .2s ease-in-out;
  min-width: 155px; }
  .comment-respond .form-submit input[type=submit]:hover {
    background-color: #B80029;
    color: #fff; }

.cart-collaterals .checkout-button {
  line-height: 47px !important; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 50px; }
  .site-footer.light {
    background: #B51433; }
    .site-footer.light > .footer-main:first-child > .footer-container:first-child .divider {
      display: none; }
  .site-footer .social-links-widget .social-links {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display: flex;
    flex-flow: column; }
  .site-footer .social-links-widget a {
    font-size: 16px; }
  .site-footer .social-links-widget .social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
  .site-footer .sub-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px; }
    @media screen and (min-width: 1024px) {
      .site-footer .sub-footer {
        padding: 15px 0; } }
    .site-footer .sub-footer p {
      font-size: 12px; }
  .site-footer p, .site-footer a, .site-footer li, .site-footer h3 {
    color: #fff; }
  .site-footer .konte-container-fluid {
    padding: 0; }
  .site-footer .main-footer-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .site-footer .main-footer-area {
        padding-left: 0;
        display: flex; } }
    .site-footer .main-footer-area .vc_col-sm-4, .site-footer .main-footer-area .vc_col-sm-8 {
      padding-left: 0;
      padding-right: 0; }
  .site-footer .fatfooter {
    display: flex;
    flex-flow: column; }
    @media screen and (min-width: 1024px) {
      .site-footer .fatfooter {
        flex-flow: row; } }
    .site-footer .fatfooter .widget-title {
      border: none;
      font-size: 14px;
      margin-bottom: 0; }
    .site-footer .fatfooter .widget-area {
      margin-right: 70px;
      min-width: 150px; }
    .site-footer .fatfooter p {
      font-size: 14px;
      line-height: 1.5;
      margin-top: 0; }
    .site-footer .fatfooter ul.menu {
      padding-left: 0;
      margin-bottom: 30px; }
      .site-footer .fatfooter ul.menu li {
        font-size: 14px;
        list-style: none;
        line-height: 1.5;
        margin-bottom: 10px; }
        .site-footer .fatfooter ul.menu li a {
          color: #fff;
          position: relative; }
          .site-footer .fatfooter ul.menu li a:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -4px;
            width: 0;
            border-bottom: 1px solid;
            transition: width 0.3s; }
        .site-footer .fatfooter ul.menu li:hover a::after {
          width: 100%;
          left: 0; }
  .site-footer .ident-area {
    max-width: 300px; }
    .site-footer .ident-area p {
      font-size: 14px;
      color: #fff;
      line-height: 1.5; }
  .site-footer.dark {
    color: #838889; }
  .site-footer.transparent {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999; }
  .site-footer .mc4wp-form {
    max-width: 800px; }
    .site-footer .mc4wp-form .mc4wp-form-fields {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
    .site-footer .mc4wp-form input,
    .site-footer .mc4wp-form select,
    .site-footer .mc4wp-form textarea,
    .site-footer .mc4wp-form button {
      margin-top: 0;
      margin-right: 0;
      padding: 0;
      width: auto;
      border: 0;
      border-bottom: 2px solid #e3e7e8;
      background: transparent; }
      .site-footer .mc4wp-form input:focus,
      .site-footer .mc4wp-form select:focus,
      .site-footer .mc4wp-form textarea:focus,
      .site-footer .mc4wp-form button:focus {
        border-color: #161619; }
    .site-footer .mc4wp-form input,
    .site-footer .mc4wp-form select {
      height: 50px; }
    .site-footer .mc4wp-form input[type=text],
    .site-footer .mc4wp-form input[type=email],
    .site-footer .mc4wp-form select,
    .site-footer .mc4wp-form textarea {
      flex: 1; }
    .site-footer .mc4wp-form input[type=button],
    .site-footer .mc4wp-form input[type=submit],
    .site-footer .mc4wp-form input[type=reset],
    .site-footer .mc4wp-form button {
      color: #161619;
      font-weight: 500;
      line-height: 50px;
      padding-left: 0;
      padding-right: 0; }
    .site-footer .mc4wp-form input[type=email]:first-child + input[type=submit]:last-child {
      position: absolute;
      right: 0;
      border-bottom: 0; }
  .site-footer.text-light .mc4wp-form input,
  .site-footer.text-light .mc4wp-form select,
  .site-footer.text-light .mc4wp-form textarea {
    color: #fff;
    border-color: #838889; }
    .site-footer.text-light .mc4wp-form input:focus,
    .site-footer.text-light .mc4wp-form select:focus,
    .site-footer.text-light .mc4wp-form textarea:focus {
      border-color: #fff; }
  .site-footer.text-light .widget-title {
    color: #fff; }

.header-vertical .site-footer.transparent {
  left: 0;
  padding-left: 360px; }

.footer-extra,
.footer-widgets,
.footer-instagram {
  padding: 50px 0; }
  .footer-extra:first-child,
  .footer-widgets:first-child,
  .footer-instagram:first-child {
    padding-top: 65px; }

.footer-extra {
  font-size: 16px;
  font-size: 1rem; }

.footer-widgets {
  font-size: 14px;
  font-size: 0.875rem; }
  .footer-widgets .footer-widgets-area {
    padding-left: 40px;
    padding-right: 40px; }
    .footer-widgets .footer-widgets-area:first-child {
      padding-left: 15px; }
    .footer-widgets .footer-widgets-area:last-child {
      padding-right: 15px; }
  .footer-widgets .widget {
    padding: 0;
    border: 0; }
    .footer-widgets .widget:last-child {
      margin-bottom: 0; }
    .footer-widgets .widget ul {
      margin-top: -5px; }
    .footer-widgets .widget li {
      padding: 15px 0; }
    .footer-widgets .widget ol > li:last-child,
    .footer-widgets .widget ul > li:last-child {
      padding-bottom: 0; }
    .footer-widgets .widget a {
      line-height: 1;
      position: relative;
      display: inline-block;
      padding-bottom: 8px;
      padding-bottom: 0;
      line-height: inherit; }
      .footer-widgets .widget a:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        border-bottom: 1px solid;
        transition: width 0.4s; }
      .footer-widgets .widget a:hover:after, .footer-widgets .widget a.active:after {
        width: 100%;
        left: 0; }
      .footer-widgets .widget a:after {
        bottom: -4px; }
  .footer-widgets .social-links-widget a {
    line-height: 32px; }
  .footer-widgets .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    border-bottom: 0;
    padding-bottom: 0; }
    .footer-widgets .widget-title + ul {
      margin-top: -15px; }

.footer-widgets-flex .row {
  display: flex;
  justify-content: space-between; }
  .footer-widgets-flex .row:before, .footer-widgets-flex .row:after {
    display: none; }
.footer-widgets-flex .footer-widgets-area {
  width: auto; }
  .footer-widgets-flex .footer-widgets-area:last-child {
    text-align: right; }

.footer-instagram .instagram-feed {
  overflow: hidden;
  position: relative; }
  .footer-instagram .instagram-feed ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
  .footer-instagram .instagram-feed li {
    float: left;
    width: 12.5%;
    transition: 0.5s; }
  .footer-instagram .instagram-feed li:hover {
    opacity: 0.9; }
  .footer-instagram .instagram-feed img {
    display: block; }
  .footer-instagram .instagram-feed.columns-6 li {
    width: 16.6666666667%; }
  .footer-instagram .instagram-feed .profile-link {
    font-size: 14px;
    font-size: 0.875rem;
    color: #161619;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px; }
    .footer-instagram .instagram-feed .profile-link span {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      padding: 5px;
      transform: translateY(-50%);
      word-break: break-all; }
    .footer-instagram .instagram-feed .profile-link:hover {
      opacity: 0.9; }
.footer-instagram + .footer-main {
  margin-top: -50px; }

.footer-instagram--cropped .instagram-feed li a {
  display: block;
  background: no-repeat center center;
  background-size: cover; }
  .footer-instagram--cropped .instagram-feed li a:before {
    content: "";
    display: block;
    padding-top: 100%; }
.footer-instagram--cropped .instagram-feed li img {
  display: none; }

.footer-main {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 40px 0 35px; }
  .footer-main .footer-container {
    display: flex;
    position: relative; }
  .footer-main .divider {
    flex: 1;
    margin-top: -40px; }
  .footer-main .footer-items {
    display: flex;
    flex-direction: column; }
    .footer-main .footer-items > * {
      margin-top: auto;
      margin-bottom: 75px; }
      .footer-main .footer-items > *:last-child {
        margin-bottom: 0; }
  .footer-main .footer-left,
  .footer-main .footer-right {
    flex: 1; }
  .footer-main .switchers .list-dropdown {
    margin-left: 40px; }
    .footer-main .switchers .list-dropdown:first-child {
      margin-left: 0; }
  .footer-main .footer-center {
    text-align: center;
    justify-content: center; }
  .footer-main .footer-right {
    text-align: right;
    justify-content: flex-end; }
  .footer-main.items-horizontal .footer-items {
    flex-direction: row; }
    .footer-main.items-horizontal .footer-items > * {
      margin: 0; }
  .footer-main.items-horizontal .footer-left > * {
    margin-right: 40px; }
    .footer-main.items-horizontal .footer-left > *:last-child {
      margin-right: 0; }
  .footer-main.items-horizontal .footer-right > * {
    margin-left: 40px; }
    .footer-main.items-horizontal .footer-right > *:first-child {
      margin-left: 0; }
  .footer-main.items-horizontal .footer-center {
    margin: 0 20px; }

.gotop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 999;
  width: 40px;
  height: 40px;
  color: #838889;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  border: 1px solid;
  display: none;
  transition: color 0.4s, background 0.4s; }
  .gotop:hover {
    color: #fff;
    border-color: #161619;
    background: #161619; }
  .gotop .svg-icon {
    transform: rotate(180deg); }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #f49090;
  width: fit-content;
  font-size: 12px;
  border: none;
  margin: 0;
  padding: 10px; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 6em; }

p.wp-block-subhead {
  color: #838889;
  opacity: 1; }

.has-small-font-size {
  font-size: 12px;
  font-size: 0.75rem; }

.has-medium-font-size {
  font-size: 24px;
  font-size: 1.5rem; }

.has-large-font-size {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25; }

.has-huge-font-size {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.25; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 100px; }
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0 100px;
  border-left: 4px solid; }
  .wp-block-quote.is-style-large:before, .wp-block-quote.is-large:before {
    display: none; }
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
    font-size: inherit; }

.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  margin: 0; }

.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #cdcfd0;
  border: 0;
  padding: 1.6em; }
  .wp-block-code code {
    font-size: inherit;
    font-family: inherit;
    background: transparent; }

.wp-block-pullquote blockquote:before {
  display: none; }
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  padding-left: 30px;
  padding-right: 30px; }

.wp-block-separator {
  margin: 1.5em auto;
  border-bottom: 0;
  clear: both; }

.wp-block-gallery {
  margin-bottom: 0; }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: calc( (100% - 20px) / 2 );
    margin-right: 20px;
    margin-bottom: 20px; }

.wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px; }
  .wp-block-image img {
    display: block; }

.wp-block-gallery + .wp-block-image {
  margin-top: 0; }

.wp-block-image + .wp-block-image {
  margin-top: 20px; }

@media (min-width: 600px) {
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: calc( (100% - 40px) / 2 );
    margin-right: 40px;
    margin-bottom: 40px; }

  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc( (100% - 40px * 1) / 2 ); }

  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc( (100% - 40px * 2) / 3 ); }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc( (100% - 40px * 3) / 4 ); }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc( (100% - 40px * 4) / 5 ); }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc( (100% - 40px * 5) / 6 ); }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc( (100% - 40px * 6) / 7 ); }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc( (100% - 40px * 7) / 8 ); }

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 -20px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 20px; }
  .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-10 .gallery-item {
    max-width: 10%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Laptop with HiDPI screen
--------------------------------------------------------------*/
@media (max-width: 1440px) {
  .konte-container {
    width: auto;
    max-width: 100%;
    margin-left: 45px;
    margin-right: 45px; }

  .no-sidebar.page .alignwide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .featured-content.posts-carousel .konte-container {
    margin-left: 0;
    margin-right: 0; }

  .flex-post-background img {
    max-width: 100%; }

  .konte-product-carousel .product-carousel-arrow.slick-prev {
    left: -60px; }
  .konte-product-carousel .product-carousel-arrow.slick-next {
    right: -60px; }

  .konte-instagram-carousel .slick-prev {
    left: -80px; }
  .konte-instagram-carousel .slick-next {
    right: -80px; }

  .konte-product-grid__title {
    font-size: 60px;
    font-size: 3.75rem; }

  .header-vertical .site {
    padding-left: 280px; }

  .header-vertical .site-footer.transparent {
    padding-left: 280px; }

  .sticky-socials,
  .sticky-scrolldown {
    display: none !important; }

  .konte-product-masonry ul.products li.product:nth-child(10n+2) .product-thumbnail,
  .konte-product-masonry ul.products li.product:nth-child(10n+6) .product-thumbnail {
    padding-bottom: 136.29412%; } }
/*--------------------------------------------------------------
## Laptop with MDPI screen
--------------------------------------------------------------*/
@media (max-width: 1280px) {
  .no-sidebar .alignwide {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .featured-content-carousel.carousel .entry-header {
    padding-left: 40px;
    padding-right: 40px; }

  .konte-product-masonry ul.products li.product .product-thumbnail {
    background: #fff; }

  .konte-product-masonry ul.products li.product .product-thumbnail {
    padding-bottom: 124%; }

  .konte-product-grid__title {
    font-size: 54px;
    font-size: 3.375rem; } }
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .header-v10 {
    background: transparent; }

  .header-mobile {
    display: none; }

  .mobile-menu-panel {
    display: none !important; } }
@media (max-width: 1199px) {
  .konte-container,
  .konte-container-fluid {
    margin-left: 25px;
    margin-right: 25px; }

  .header-vertical .site,
  .header-vertical .site-footer.transparent {
    padding-left: 0 !important; }

  .header-main,
  .header-bottom {
    display: none; }

  .header-v10.transparent {
    width: 100%;
    position: absolute; }

  .header-v10 .site-branding {
    height: auto; }

  .entry-header .entry-thumbnail:after {
    position: static;
    width: auto;
    height: auto;
    background: transparent; }
  .entry-header .entry-thumbnail + .post-info {
    margin-top: 0; }

  .social-share a {
    padding-left: 15px;
    padding-right: 15px; }

  .blog-header-menu li {
    margin-left: 20px;
    margin-right: 20px; }

  .blog-header-title {
    padding-left: 30px;
    padding-right: 30px; }

  .blog-header-title .page-title {
    font-size: 90px;
    font-size: 5.625rem; }

  .featured-content-carousel .entry-header {
    padding: 60px; }
  .featured-content-carousel .slick-next {
    right: 60px; }
  .featured-content-carousel .slick-prev {
    right: 120px; }

  .hfeed .hentry.post-large {
    display: block; }
  .hfeed .hentry .post-thumbnail {
    margin-right: 30px;
    flex-shrink: 0; }
  .hfeed .hentry .post-thumbnail + .entry {
    margin-left: 0; }
  .hfeed .hentry .entry {
    min-height: 0; }
  .hfeed .hentry .entry-title {
    font-size: 26px;
    font-size: 1.625rem; }

  .search .site-main article.product {
    display: flex; }
    .search .site-main article.product .post-thumbnail {
      margin-right: 30px;
      flex-shrink: 0; }
    .search .site-main article.product .post-thumbnail + .entry {
      margin-left: 0; }
    .search .site-main article.product .entry {
      min-height: 0; }
    .search .site-main article.product .entry-title {
      font-size: 26px;
      font-size: 1.625rem; }

  .blog-grid .hentry {
    display: block; }
    .blog-grid .hentry .post-thumbnail {
      margin-right: 0; }
    .blog-grid .hentry .entry-title {
      font-size: 22px;
      font-size: 1.375rem; }

  .hfeed.sidebar-left .hentry:before,
  .hfeed.sidebar-right .hentry:before {
    content: "";
    display: table;
    table-layout: fixed; }
  .hfeed.sidebar-left .hentry:after,
  .hfeed.sidebar-right .hentry:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }

  .single-page-header.title-none + .site-content-container,
  .single-page-header.title-above + .site-content-container {
    margin-top: 40px; }

  .page-template-split .split-page-content .entry-content {
    padding-left: 60px; }
  .page-template-split .content-left .split-page-content .entry-content {
    padding-right: 60px; }

  .flex_post .mc4wp-form input[type=text],
  .flex_post .mc4wp-form input[type=email],
  .flex_post .mc4wp-form select {
    margin-right: 0;
    margin-bottom: 10px; }

  .flex-post-title {
    font-size: 30px;
    font-size: 1.875rem; }

  .portfolio-projects .hentry {
    display: block; }

  .konte-category-banner.align-left .konte-category-banner__category {
    left: -25px; }
  .konte-category-banner.align-right .konte-category-banner__category {
    right: -5px; }

  .konte-category-banner__title {
    font-size: 34px;
    font-size: 2.125rem; }

  .konte-product-grid__title {
    font-size: 46px;
    font-size: 2.875rem; }

  .konte-banner-grid__banner-content {
    padding: 30px 40px 40px 40px; }

  .konte-banner__content {
    padding: 30px; }

  .konte-carousel__slide-index {
    display: none; }

  .konte-carousel--free-mode .slick-slide {
    max-width: 992px; }

  .konte-product-masonry ul.products li.product .product-thumbnail {
    padding-bottom: 122.5%; }

  .footer-menu > li {
    padding: 0 15px; }

  .offscreen-panel .panel-header,
  .offscreen-panel .panel-content {
    padding-left: 40px;
    padding-right: 40px; }
  .offscreen-panel .panel-header {
    padding-top: 35px; }
  .offscreen-panel .button-close {
    right: 38px;
    top: 28px; }

  .modal .modal-header {
    padding: 30px 40px; }
  .modal .button-close {
    right: 38px;
    top: 28px; }

  .search-modal .search-form .search-field {
    font-size: 24px;
    font-size: 1.5rem; }
  .search-modal .quick-links {
    padding-bottom: 30px; }

  .popup-modal .popup-modal-content {
    min-height: 0; }

  .split-page-content .konte-countdown.type-full .timers {
    display: flex;
    justify-content: space-between; }
  .split-page-content .konte-countdown.type-full .konte-countdown__box {
    padding-left: 0;
    padding-right: 0; }

  .gotop {
    right: 40px;
    bottom: 40px; } }
/*--------------------------------------------------------------
## iPad Portrait
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .footer-widgets-flex .footer-widgets-area.col-md-4 {
    max-width: 33.33%; } }
@media (max-width: 991px) {
  .container {
    width: auto;
    margin-left: 25px;
    margin-right: 25px; }

  .konte-container,
  .konte-container-fluid {
    margin-left: 25px;
    margin-right: 25px; }

  .sidebar-left .content-area,
  .sidebar-left .widget-area,
  .sidebar-right .content-area,
  .sidebar-right .widget-area {
    width: 100%;
    float: none; }
  .sidebar-left .widget-area,
  .sidebar-right .widget-area {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0; }
  .sidebar-left .konte-container .content-area,
  .sidebar-left .konte-container .widget-area,
  .sidebar-right .konte-container .content-area,
  .sidebar-right .konte-container .widget-area {
    width: 100%; }
  .sidebar-left .konte-container .widget-area,
  .sidebar-right .konte-container .widget-area {
    padding-left: 0;
    padding-right: 0; }

  .header-vertical .site {
    padding-left: 0 !important; }

  .blog-header-content .header-title {
    font-size: 30px;
    font-size: 1.875rem; }

  .campaign-bar__campaigns {
    display: block; }
    .campaign-bar__campaigns .konte-promotion {
      margin-bottom: 20px; }
      .campaign-bar__campaigns .konte-promotion:last-child {
        margin-bottom: 0; }

  .blog-header-menu li {
    margin-left: 15px;
    margin-right: 15px; }
    .blog-header-menu li:first-child {
      margin-left: 0; }
    .blog-header-menu li:last-child {
      margin-right: 0; }

  .blog-header-title {
    padding-left: 10px;
    padding-right: 10px; }
    .blog-header-title .page-title {
      font-size: 60px;
      font-size: 3.75rem; }

  .featured-content-carousel .entry-header {
    padding: 40px; }
  .featured-content-carousel .entry-title {
    font-size: 30px;
    font-size: 1.875rem; }
  .featured-content-carousel .slick-next {
    right: 40px;
    bottom: 40px; }
  .featured-content-carousel .slick-prev {
    right: 100px;
    bottom: 40px; }
  .featured-content-carousel.carousel .entry-header {
    padding: 20px; }

  .featured-posts .posts {
    display: flex;
    flex-wrap: wrap; }
    .featured-posts .posts .post {
      margin-bottom: 30px; }

  .blog-grid .hentry.col-md-4:nth-child(3n+1) {
    clear: none; }
  .blog-grid .hentry.col-sm-6:nth-child(2n+1) {
    clear: left; }

  .no-sidebar .entry-header .post-info,
  .no-sidebar.single-post .content-area {
    width: auto; }

  .social-share {
    position: relative; }
    .social-share .toggle-socials {
      position: static; }
    .social-share .social-list {
      top: 100%;
      width: 100%;
      padding: 0 10px 10px 10px;
      left: -10px;
      transform: translateY(10px);
      white-space: normal;
      background: #fff; }
      .social-share .social-list a {
        display: inline-block;
        margin: 20px 20px 0 0; }

  .posts-slider-widget .post-thumbnail img {
    width: 100%;
    height: auto; }

  .page .page .entry-title,
  .single-page-header .entry-title {
    font-size: 55px;
    font-size: 3.4375rem; }

  .page .page .entry-subtitle,
  .single-page-header .page-titles .entry-subtitle {
    padding-left: 0;
    padding-right: 0; }

  .konte-testimonial-carousel {
    flex-wrap: wrap; }

  .konte-testimonial-carousel__photos,
  .konte-testimonial-carousel__content {
    width: 100%; }

  .konte-testimonial-carousel__content {
    padding: 40px; }
    .konte-testimonial-carousel__content .konte-testimonials-title {
      margin-bottom: 30px; }
    .konte-testimonial-carousel__content .konte-testimonial__content {
      margin-bottom: 25px; }
    .konte-testimonial-carousel__content .slick-dots {
      margin-top: 40px; }

  .page-template-split .split-page {
    height: auto !important; }
  .page-template-split .split-page-featured {
    position: static;
    height: 50vh; }
    .page-template-split .split-page-featured .entry-header {
      position: relative;
      width: 100%; }
  .page-template-split .split-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto; }
    .page-template-split .split-page-content .konte-container {
      height: auto; }
    .page-template-split .split-page-content .entry-content {
      max-height: none;
      width: 100%;
      margin: 0;
      padding: 0;
      float: none; }
  .page-template-split .content-left .split-page-content .entry-content {
    padding-right: 0; }
  .page-template-split .site-footer {
    position: static; }

  .maintenance-layout-split .split-page-featured {
    display: none; }
  .maintenance-layout-split .split-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%; }
    .maintenance-layout-split .split-page-content .konte-container {
      min-height: 100%; }
    .maintenance-layout-split .split-page-content .entry-content {
      max-height: none;
      width: 100%;
      margin: 0;
      padding: 0;
      float: none; }

  .vc_toggle.vc_toggle_ .vc_toggle_title,
  .vc_toggle.vc_toggle_ .vc_toggle_content {
    padding-right: 60px; }

  .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-title,
  .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-body {
    padding-right: 60px; }

  .flex-posts-page-title h1 {
    font-size: 48px;
    font-size: 3rem; }

  .flex-post-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25; }

  .portfolio-page-header--page_content {
    padding-bottom: 60px; }

  .portfolio-page-header--page_title {
    padding-bottom: 54px; }

  .portfolio-projects {
    margin-left: -20px;
    margin-right: -20px; }
    .portfolio-projects .hentry {
      width: 50%;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 32px; }

  .portfolio-project--layout-v2 .project-header__container > * {
    max-width: 100%; }

  .konte-category-banner {
    margin-bottom: 60px;
    padding: 0 20px; }
    .konte-category-banner.has-sub-image {
      padding-top: 60px; }
      .konte-category-banner.has-sub-image.align-left {
        padding-right: 60px; }
      .konte-category-banner.has-sub-image.align-right {
        padding-left: 60px; }
    .konte-category-banner.align-left .konte-category-banner__sub-image img {
      transform: translate(60px, -60px);
      float: right; }
    .konte-category-banner.align-right .konte-category-banner__sub-image img {
      transform: translate(-60px, -60px); }
    .konte-category-banner.title-middle .konte-category-banner__content {
      position: static;
      padding: 0;
      transform: none; }
    .konte-category-banner.title-middle.has-sub-image .konte-category-banner__content {
      margin-top: 0; }
    .konte-category-banner.title-middle.align-left {
      padding-right: 50px; }
      .konte-category-banner.title-middle.align-left .konte-category-banner__content {
        transform: none; }
    .konte-category-banner.title-middle.align-right {
      padding-left: 50px; }
      .konte-category-banner.title-middle.align-right .konte-category-banner__link {
        padding-left: 0; }

  .konte-category-banner__sub-image img {
    max-width: 180px;
    max-height: 180px; }

  .konte-category-banner__title {
    font-size: 28px;
    font-size: 1.75rem; }

  .vc_row.vc_column-gap-40,
  .vc_row.vc_column-gap-60,
  .vc_row.vc_column-gap-120 {
    margin-left: -15px;
    margin-right: -15px; }
    .vc_row.vc_column-gap-40 > .vc_column_container,
    .vc_row.vc_column-gap-60 > .vc_column_container,
    .vc_row.vc_column-gap-120 > .vc_column_container {
      padding: 30px 0; }

  .konte-post-grid.columns-gap-60 {
    margin-left: -20px;
    margin-right: -20px; }
    .konte-post-grid.columns-gap-60 .post {
      padding-left: 20px;
      padding-right: 20px; }

  .konte-subscribe-box .mc4wp-form-fields {
    flex-direction: column; }
    .konte-subscribe-box .mc4wp-form-fields input {
      flex: 0;
      width: 100%;
      margin: 0 0 15px 0; }
      .konte-subscribe-box .mc4wp-form-fields input:last-child {
        margin-bottom: 0; }
    .konte-subscribe-box .mc4wp-form-fields button,
    .konte-subscribe-box .mc4wp-form-fields input[type=submit] {
      width: auto; }

  .konte-subscribe-box__title {
    font-size: 36px;
    font-size: 2.25rem; }

  .konte-product-grid ul.products li.product {
    width: 50%; }

  .konte-product-grid__title {
    font-size: 56px;
    font-size: 3.5rem; }

  .konte-banner__text {
    font-size: 2.6em; }

  .konte-carousel--free-mode .slick-slide {
    max-width: 690px; }

  .konte-carousel--gap-40 .slick-list,
  .konte-carousel--gap-60 .slick-list,
  .konte-carousel--gap-90 .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  .konte-carousel--gap-40 .slick-slide,
  .konte-carousel--gap-60 .slick-slide,
  .konte-carousel--gap-90 .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }

  .konte-product-masonry ul.products {
    height: auto !important; }
    .konte-product-masonry ul.products li.product {
      width: 50%;
      position: static !important; }
      .konte-product-masonry ul.products li.product:nth-child(2n+1):last-child {
        display: none; }
      .konte-product-masonry ul.products li.product .product-inner .product-thumbnail {
        padding-bottom: 0; }
      .konte-product-masonry ul.products li.product .product-thumbnail > a,
      .konte-product-masonry ul.products li.product .product-thumbnail > .slick-list {
        position: relative;
        top: 0;
        transform: none; }

  .konte-product-masonry__title {
    font-size: 56px;
    font-size: 3.5rem; }

  .konte-post-grid .post,
  .konte-post-grid.columns-4 .post {
    width: 50%; }

  .konte-post-grid .post:nth-child(2n+1):last-child {
    display: none; }

  .konte-instagram > ul li {
    width: 25% !important; }

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

  .footer-widgets .footer-widgets-area {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px; }
    .footer-widgets .footer-widgets-area:last-child {
      margin-bottom: 0; }

  .footer-widgets-flex .row {
    flex-wrap: wrap; }
  .footer-widgets-flex .footer-widgets-area {
    width: 50%; }
    .footer-widgets-flex .footer-widgets-area:last-child {
      text-align: left; }

  .footer-instagram .instagram-feed li {
    width: 25%; }
    .footer-instagram .instagram-feed li:nth-child(n+9) {
      display: none; }
  .footer-instagram .instagram-feed.columns-6 li {
    width: 25%; }

  .footer-main .footer-container {
    flex-direction: column; }
  .footer-main .divider {
    flex: 0; }
  .footer-main .footer-items {
    justify-content: center;
    text-align: center;
    padding: 10px 0; }
  .footer-main .footer-left {
    order: 2; }
  .footer-main .footer-right {
    justify-content: center; }

  .popup-modal .mc4wp-form-fields {
    flex-wrap: wrap; }
    .popup-modal .mc4wp-form-fields > * {
      margin: 0 0 15px 0; }
  .popup-modal input,
  .popup-modal button,
  .popup-modal textarea,
  .popup-modal select {
    width: 100%; }
  .popup-modal input[type=text],
  .popup-modal input[type=email],
  .popup-modal select {
    margin-right: 0; } }
/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media (max-width: 782px) {
  .admin-bar .mobile-menu-panel {
    top: 46px;
    bottom: 0;
    height: auto; } }
@media (max-width: 767px) {
  .has-small-font-size {
    font-size: 12px;
    font-size: 0.75rem; }

  .has-medium-font-size {
    font-size: 20px;
    font-size: 1.25rem; }

  .has-large-font-size {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }

  .has-huge-font-size {
    font-size: 48px;
    font-size: 3rem; }

  .alignleft,
  .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }

  .konte-container,
  .konte-container-fluid {
    margin-left: 5px;
    margin-right: 5px; }

  .topbar {
    display: none; }
    .topbar.topbar-mobile {
      display: block; }
    .topbar .topbar-items {
      width: 100%;
      display: none; }

  .topbar-left-items > * {
    margin-right: 20px; }

  .topbar-right-items > * {
    margin-left: 20px; }

  .topbar-mobile--keep-left .topbar-left-items {
    display: block; }

  .topbar-mobile--keep-right .topbar-right-items {
    display: block;
    justify-content: flex-start;
    text-align: left; }

  .topbar-mobile--keep-both .topbar-items {
    display: block; }

  .topbar-menu > li {
    padding: 0 10px; }

  .popup-modal .popup-image {
    display: none; }

  .blog-header-content {
    padding-top: 0; }
    .blog-header-content .blog-search-form,
    .blog-header-content .social-icons {
      display: none; }
    .blog-header-content .header-title {
      text-align: center;
      width: 100%; }

  .blog-header-menu {
    display: none; }

  .entry-title {
    font-size: 40px;
    font-size: 2.5rem; }

  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 40px; }

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

  .social-share a {
    margin-bottom: 10px; }
    .social-share a i {
      margin-right: 0; }
    .social-share a span {
      display: none; }
  .social-share .social-list {
    left: 0;
    padding-left: 0;
    padding-right: 0; }

  .author-info {
    padding: 20px; }
    .author-info .author-vcard {
      display: none; }
    .author-info .author-description,
    .author-info .author-socials {
      padding-left: 0; }

  .post-navigation .nav-links img {
    display: none; }

  .related-posts .post {
    margin-bottom: 30px; }
    .related-posts .post:last-child {
      margin-bottom: 0; }

  .comment-list .children {
    margin-left: 0;
    padding-left: 0; }
  .comment-list .depth-1 > .children {
    padding-left: 30px;
    margin-left: 30px; }

  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    width: 100%; }

  .blog-header-title {
    padding-top: 100px;
    padding-bottom: 70px; }
    .blog-header-title .page-title {
      font-size: 42px;
      font-size: 2.625rem; }

  .featured-content-carousel .entry-header {
    padding: 20px; }
  .featured-content-carousel .entry-title {
    margin-bottom: 0;
    padding-right: 0; }
  .featured-content-carousel .read-more {
    display: none; }
  .featured-content-carousel .slick-arrow {
    display: none !important; }

  .featured-content-carousel.carousel .cat-links,
  .featured-content-carousel.carousel .entry-title {
    transform: none; }

  .hfeed .hentry,
  .search .site-main article.product {
    display: block; }
    .hfeed .hentry .post-thumbnail,
    .search .site-main article.product .post-thumbnail {
      display: block;
      width: auto;
      max-width: none;
      float: none;
      margin-right: 0;
      margin-bottom: 30px; }
      .hfeed .hentry .post-thumbnail img,
      .search .site-main article.product .post-thumbnail img {
        width: 100%; }

  .page .page .entry-header {
    margin-bottom: 40px; }

  .page .page .entry-title,
  .single-page-header .entry-title {
    font-size: 40px;
    font-size: 2.5rem; }

  .single-page-header .entry-subtitle {
    font-size: 18px;
    font-size: 1.125rem; }

  .single-page-header.title-above .page-titles {
    padding-top: 30px;
    padding-bottom: 40px; }

  .page-template-split .split-page-content .wpcf7-submit {
    width: 100%; }

  .maintenance-mode .site-content {
    height: auto; }
  .maintenance-mode .mc4wp-form {
    text-align: center; }
    .maintenance-mode .mc4wp-form input[type=text],
    .maintenance-mode .mc4wp-form input[type=email],
    .maintenance-mode .mc4wp-form input[type=submit],
    .maintenance-mode .mc4wp-form button,
    .maintenance-mode .mc4wp-form select {
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }

  .related-projects .project {
    width: 100%;
    margin-bottom: 40px; }
    .related-projects .project:last-child {
      margin-bottom: 0; }

  .konte-countdown.type-full .timers {
    display: flex;
    justify-content: space-between; }
  .konte-countdown.type-full .konte-countdown__box {
    padding-left: 0;
    padding-right: 0; }

  .konte-message-box {
    padding-left: 60px;
    padding-right: 20px; }
    .konte-message-box.closeable {
      padding-right: 35px; }

  .konte-message-box__icon {
    left: 10px; }

  .konte-message-box__close {
    right: 10px; }

  .konte-tabs__nav {
    margin-bottom: 40px; }
    .konte-tabs__nav li {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 15px; }

  .konte-product-tabs__tabs {
    white-space: nowrap;
    overflow-x: auto; }
    .konte-product-tabs__tabs::-webkit-scrollbar {
      display: none; }

  .konte-product-grid__title {
    font-size: 34px;
    font-size: 2.125rem; }

  .konte-testimonial {
    display: block;
    text-align: center; }

  .konte-testimonial__photo {
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
    display: inline-block;
    max-width: 80px;
    border-radius: 50%;
    overflow: hidden; }

  .konte-carousel .konte-testimonial {
    display: block; }

  .konte-carousel .konte-testimonial__photo {
    padding-right: 0; }

  .konte-post-grid .post,
  .konte-post-grid.columns-4 .post {
    width: 100%; }

  .konte-post-grid .post:nth-child(2n+1):last-child {
    display: block; }

  .flex_post {
    width: 100%;
    float: none;
    padding: 20px !important;
    margin: 0 0 40px 0 !important; }
    .flex_post .flex-post-background {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 100%; }
      .flex_post .flex-post-background img {
        max-height: 100%; }
    .flex_post .flex-tags {
      font-size: 11px;
      font-size: 0.6875rem;
      left: -24px; }
    .flex_post .mc4wp-form input[type=text],
    .flex_post .mc4wp-form input[type=email],
    .flex_post .mc4wp-form select {
      width: 100%;
      min-width: 0; }
    .flex_post .mc4wp-form input[type=submit],
    .flex_post .mc4wp-form input[type=reset],
    .flex_post .mc4wp-form button {
      width: 100%; }

  .flex-post-background + .flex-post-content {
    position: relative;
    top: auto;
    transform: none; }

  .flex-posts-page-title h1 {
    font-size: 40px;
    font-size: 2.5rem; }

  .flex-post-title {
    margin: 15px 0 13px 0; }

  .flex-post-content .read-more {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 9px; }

  .flex-posts {
    margin: 0; }
    .flex-posts .flex-posts-page-title {
      margin-bottom: 95px !important; }
    .flex-posts + .next-posts-navigation {
      margin-top: 80px;
      margin-bottom: 0;
      clear: both; }

  .flex-post--custom.thumbnail-portrait.right-item {
    padding-left: 20px; }
  .flex-post--custom.thumbnail-portrait.left-item {
    padding-right: 20px; }
  .flex-post--custom.thumbnail-landscape.right-item {
    padding-left: 20px; }
  .flex-post--custom.thumbnail-landscape.left-item {
    padding-right: 20px; }
  .flex-post--custom.thumbnail-square.right-item {
    padding-left: 20px; }
  .flex-post--custom.thumbnail-square.left-item {
    padding-right: 20px; }

  .project-navigation .nav-links a {
    flex-direction: column; }
  .project-navigation .nav-links .nav-previous,
  .project-navigation .nav-links .nav-next {
    align-items: flex-start; }
  .project-navigation .nav-links .nav-previous a {
    align-items: flex-start; }
  .project-navigation .nav-links .nav-next a {
    align-items: flex-end;
    flex-direction: column-reverse; }
  .project-navigation .nav-links img {
    display: block;
    margin-bottom: 10px; }
  .project-navigation .nav-links .project-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25; }

  .portfolio-page-header {
    padding-top: 40px;
    padding-bottom: 40px; }

  .portfolio-filter {
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
    .portfolio-filter::-webkit-scrollbar {
      display: none; }
    .portfolio-filter a {
      margin-right: 40px; }

  .portfolio-projects {
    margin-left: 0;
    margin-right: 0; }
    .portfolio-projects .hentry {
      width: 100%;
      float: none;
      padding-left: 0;
      padding-right: 0; }

  .konte-category-banner.has-sub-image {
    padding-top: 20px; }
    .konte-category-banner.has-sub-image.align-left {
      padding-right: 20px; }
    .konte-category-banner.has-sub-image.align-right {
      padding-left: 20px; }
  .konte-category-banner.title-middle.align-left {
    padding-right: 20px; }
  .konte-category-banner.title-middle.align-right {
    padding-left: 20px; }
  .konte-category-banner.align-left .konte-category-banner__category {
    left: -21px; }
  .konte-category-banner.align-left .konte-category-banner__sub-image img {
    transform: translate(20px, -20px); }
  .konte-category-banner.align-right .konte-category-banner__category {
    right: auto;
    left: -21px;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: top right; }
  .konte-category-banner.align-right .konte-category-banner__sub-image img {
    transform: translate(-20px, -20px); }

  .konte-category-banner__sub-image img {
    max-width: 130px;
    max-height: 130px; }

  .konte-category-banner__category {
    font-size: 11px;
    font-size: 0.6875rem; }

  .konte-category-banner__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 24px 0 15px 0; }

  .konte-category-banner__button {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 9px; }

  .vc_row.vc_column-gap-40 > .vc_column_container,
  .vc_row.vc_column-gap-60 > .vc_column_container,
  .vc_row.vc_column-gap-120 > .vc_column_container {
    padding-top: 20px;
    padding-bottom: 20px; }

  h2.vc_custom_heading {
    font-size: 30px;
    font-size: 1.875rem; }

  h3.vc_custom_heading {
    font-size: 24px;
    font-size: 1.5rem; }

  .konte-banner .konte-button.button-underline {
    font-size: 1.6em; }

  .konte-banner__content {
    padding: 20px; }

  .konte-banner__tagline {
    font-size: 1.2em; }

  .konte-banner__text {
    font-size: 2.4em; }

  .konte-banner__description {
    font-size: 1.6em; }

  .konte-product-grid ul.products li.konte-product-grid__head {
    width: 100%;
    padding-bottom: 30px; }
  .konte-product-grid li.product:nth-child(2n+1):last-child {
    display: none; }
  .konte-product-grid li.product:nth-child(2n+1):first-child {
    display: block; }
  .konte-product-grid.has-heading li.product:nth-child(2n):last-child {
    display: none; }
  .konte-product-grid.has-heading li.product:nth-child(2n):first-of-type {
    display: block; }
  .konte-product-grid.has-heading li.product:nth-child(2n+1):last-child {
    display: block; }

  .konte-product-grid__title {
    font-size: 36px;
    font-size: 2.25rem; }

  .konte-product__wrapper {
    padding: 20px; }

  .konte-product-masonry__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 27px 0 10px 0; }

  .konte-promotion__text {
    font-size: 2em;
    margin-top: 0; }

  .konte-banner-grid .konte-banner-grid__banner {
    width: 100%; }
  .konte-banner-grid .konte-banner-grid__banner1 {
    height: 29.5857988166%; }
  .konte-banner-grid .konte-banner-grid__banner2 {
    top: 29.5857988166%;
    height: 20.3550295858%; }
  .konte-banner-grid .konte-banner-grid__banner3 {
    height: 20.3550295858%; }
  .konte-banner-grid .konte-banner-grid__banner4 {
    top: 49.9408284024%;
    bottom: auto;
    height: 29.5857988166%; }

  .konte-banner-grid__banner-content {
    padding: 16px 30px 30px; }
    .konte-banner-grid__banner-content .konte-button {
      font-size: 16px;
      font-size: 1rem; }

  .konte-banner-grid__banner-image {
    background-size: cover; }

  .konte-banner-grid__banner-text {
    font-size: 32px;
    font-size: 2rem; }

  .konte-product-carousel ul.products li.product {
    margin-bottom: 5px; }

  .konte-product-carousel2 .slick-arrow.slick-prev {
    left: 10px; }
  .konte-product-carousel2 .slick-arrow.slick-next {
    left: 60px; }

  .konte-icon-box__icon,
  .konte-icon-box__title {
    margin-bottom: 10px; }

  .box-align-center .konte-icon-box__title {
    font-size: 24px !important;
    margin-bottom: 12px; }

  .konte-icon-box__content {
    font-size: 16px;
    font-size: 1rem; }

  .konte-carousel .konte-carousel__arrow {
    display: none !important; }
  .konte-carousel .konte-carousel-item {
    max-width: 384px; }

  .konte-carousel--gap-40 .slick-list,
  .konte-carousel--gap-60 .slick-list,
  .konte-carousel--gap-90 .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
  .konte-carousel--gap-40 .slick-slide,
  .konte-carousel--gap-60 .slick-slide,
  .konte-carousel--gap-90 .slick-slide {
    padding-left: 10px;
    padding-right: 10px; }

  .konte-carousel--free-mode {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    .konte-carousel--free-mode .konte-carousel-item__title {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 10px 0; }
    .konte-carousel--free-mode .konte-carousel-item .konte-button {
      font-size: 16px;
      font-size: 1rem; }

  .konte-product-carousel2 ul.products li.product .product-summary {
    padding: 15px 20px 0 10px; }
  .konte-product-carousel2 ul.products li.product .add-to-cart {
    margin-left: 10px;
    margin-bottom: 20px; }
  .konte-product-carousel2 ul.products li.product .product-title {
    font-size: 18px;
    font-size: 1.125rem; }
  .konte-product-carousel2 ul.products li.product .product-price {
    font-size: 16px;
    font-size: 1rem; }

  .konte-promotion.layout-inline {
    text-align: center;
    display: block; }
    .konte-promotion.layout-inline .konte-promotion__text {
      display: block;
      margin-bottom: 5px; }
    .konte-promotion.layout-inline .konte-button {
      margin-left: 0; }

  .konte-cta {
    padding-top: 32px;
    padding-bottom: 14px; }
    .konte-cta:before {
      display: none; }

  .konte-cta__content {
    padding-left: 40px;
    padding-right: 40px; }

  .konte-cta__text {
    margin: 20px 0 30px 0; }

  .konte-cta__note {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 16px; }

  .konte-instagram > ul li {
    width: 50% !important; }

  .footer-extra {
    padding: 20px 0; }

  .footer-extra:first-child,
  .footer-widgets:first-child,
  .footer-instagram:first-child {
    padding-top: 30px; }

  .footer-widgets {
    padding-bottom: 0; }
    .footer-widgets .widget li {
      padding: 10px 0; }

  .footer-instagram .instagram-feed li {
    width: 50% !important; }
    .footer-instagram .instagram-feed li:nth-child(n+5) {
      display: none; }

  .footer-main .footer-items {
    display: block; }
    .footer-main .footer-items > * {
      margin-bottom: 30px; }

  .offscreen-panel .button-close {
    top: 16px;
    right: 20px; }
    .offscreen-panel .button-close .menu-text {
      display: none; }
  .offscreen-panel .panel-header,
  .offscreen-panel .panel-content {
    padding-left: 20px;
    padding-right: 20px; }
  .offscreen-panel .panel-header {
    padding: 21px 20px; }
    .offscreen-panel .panel-header h3 {
      font-size: 20px;
      font-size: 1.25rem; }
  .offscreen-panel .panel-content {
    padding-top: 20px; }

  .modal .modal-header {
    padding: 20px; }
    .modal .modal-header h3 {
      font-size: 20px;
      font-size: 1.25rem; }
  .modal .button-close {
    top: 18px;
    right: 18px; }
    .modal .button-close .menu-text {
      display: none; }

  .search-modal .modal-content,
  .search-modal .modal-footer {
    padding-left: 20px;
    padding-right: 20px; }
  .search-modal .search-result {
    padding-top: 40px; }
  .search-modal .quick-links .label {
    font-size: 12px;
    font-size: 0.75rem; }
  .search-modal .quick-links .links {
    display: flex;
    flex-wrap: wrap; }
    .search-modal .quick-links .links li {
      font-size: 12px;
      font-size: 0.75rem;
      width: 50%;
      margin-right: 0;
      padding: 5px 0; }

  .gotop {
    right: 20px;
    bottom: 20px; } }
@media (max-width: 600px) {
  .admin-bar .header-sticky--normal.sticky,
  .admin-bar .header-sticky--smart.headroom--not-top {
    top: 0; } }
/*--------------------------------------------------------------
## Small screen mobile
--------------------------------------------------------------*/
@media (max-width: 414px) {
  .konte-product-carousel2 ul.products li.product {
    max-width: 280px; }

  .mobile-menu-panel .header-mobile {
    display: block;
    opacity: 0;
    transition: opacity 0.2s linear 0.4s; }
  .mobile-menu-panel.open .header-mobile {
    opacity: 1; }
  .mobile-menu-panel .panel {
    width: 100%; } }

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