@charset "UTF-8";
/* Minxin */
:root {
  --bodyLineHeight: 1.7;
  --bodyFontSize: 17px;
}

@keyframes navigation_menu_top {
  0% {
    visibility: hidden;
    margin-top: 8px;
    opacity: 0;
  }
  100% {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_li {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes vertical_menu {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes navigation_bottom {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 15px, 0);
  }
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*  Text shadow 1 */
@keyframes animation_text_shadow {
  from {
    text-shadow: none;
  }
  to {
    text-shadow: 0 0 30px #fff;
  }
}

/*  Text shadow 2 */
@keyframes animation_text_shadow2 {
  from {
    text-shadow: none;
  }
  to {
    text-shadow: 0 0 10px #fff;
  }
}

/* Added Add to Cart */
@keyframes slide-out {
  0% {
    transform: translateX(-300px);
  }
  50% {
    transform: translateX(-300px);
  }
  75% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(20px);
  }
}

@keyframes slide-in {
  0% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(-300px);
  }
  75% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(-300px);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show_message {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hidden_message {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  to {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Base Css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 50px !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: inherit;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
}

html,
body {
  max-width: 100vw;
  font-size: var(--bodyFontSize);
}

body {
  color: #535353;
  line-height: var(--bodyLineHeight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {color: inherit;text-decoration: none;transition: all 300ms ease;}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus,
*,
*:active,
a:focus,
a:active,
a {
  outline: 0 !important;
  border-color: #ccc;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
  font-family: inherit;
}

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

h1,
.h1 {
  margin-bottom: 0.625rem;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}

h1 strong,
.h1 strong {
  font-weight: 400;
}

h2,
.h2 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.125rem;
  }
}

h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

h6 {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

ul,
ol,
dl,
pre {
  margin-top: 0;
  margin-bottom: 30px;
}

p {
  margin-bottom: 15px;
}

b,
strong {
  font-weight: bold;
}

dt {
  margin-bottom: 5px;
  color: #444;
  font-weight: 500;
}

dd {
  margin-bottom: 15px;
  margin-left: 15px;
}

ul {
  margin-left: 22px;
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  margin-left: 22px;
  list-style-type: decimal;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 15px;
}

li {
  padding: 5px 0;
}

big {
  font-size: 125%;
}

small {
  font-size: smaller;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace, serif;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

code,
kbd {
  padding: 3px 5px;
  border-radius: 3px;
  background: #f5f5f5;
}

pre {
  padding: 15px 20px;
  border: 1px solid #e2e4e7;
  border-radius: 4px;
  color: #23282d;
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 14px;
  white-space: pre-wrap;
}

var,
cite,
em {
  font-style: italic;
}

cite {
  font-weight: 500;
}

option {
  padding: 5px 8px;
  font-size: 1rem;
}

img,
embed,
object {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  display: block;
}

figure {
  max-width: 100%;
  margin: 0 0 30px;
}

figcaption {
  font-size: 0.8125rem;
  text-align: center;
}

blockquote,
.blockquote {
  position: relative;
  z-index: 1;
  min-height: 50px;
  margin: 0 0 20px;
  padding: 80px 30px 30px;
  color: #444;
  font-size: 20px;
}

blockquote p,
.blockquote p {
  line-height: 1.4;
}

blockquote p:last-child,
.blockquote p:last-child {
  margin: 0;
}

blockquote cite,
.blockquote cite {
  margin-top: 15px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}

table th,
table td {
  padding: 8px;
  border-right: 1px solid #ebebeb;
}

table th {
  color: #444;
}

tbody th,
tbody td {
  border-bottom: 1px solid #ebebeb;
}

thead th,
thead td {
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
}

p:empty {
  display: none;
}

.text-field,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  height: 40px;
  font-weight: normal;
}

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"],
select,
textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline: none;
  outline-offset: 0;
  background: none;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  vertical-align: middle;
  transition: border-color 300ms ease-in-out;
}

select {
  position: relative;
  padding-right: 26px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 3px top 50%;
  background-size: auto 18px;
  filter: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

.textarea,
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  padding: 10px 15px;
  resize: vertical;
}

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

button {
  overflow: visible;
}

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

.added_to_cart,
.btn,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  outline: 0;
  color: #3e3e3e;
  background-color: #fff;
  box-shadow: none;
  text-shadow: none;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

button[disabled],
input[disabled],
.disabled {
  opacity: 0.6 !important;
  cursor: not-allowed;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding: 0;
  color: inherit;
  font-family: inherit;
  text-transform: none;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 5px;
  vertical-align: baseline;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.w-full {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fa,
[class*="fa-"] {
  font-family: "FontAwesome" !important;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0;
}

.k-d-flex {
  display: flex;
}

.k-d-block {
  display: block;
}

.k-d-inline-block {
  display: inline-block;
}

.k-flex-columns {
  flex-direction: column;
}

.k-flex-row {
  flex-direction: row;
}

.k-flex-nowrap {
  flex-wrap: nowrap;
}

.k-flex-wrap {
  flex-wrap: wrap;
}

.k-align-start {
  align-items: flex-start;
}

.k-align-center {
  align-items: center;
}

.k-align-end {
  align-items: flex-end;
}

.k-justify-center {
  justify-content: center;
}

.k-justify-start {
  justify-content: flex-start;
}

.k-justify-end {
  justify-content: flex-end;
}

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

.k-text-left {
  text-align: left;
}

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

.k-f-inherit {
  font-family: inherit !important;
}

.k-f-400 {
  font-weight: 400;
}

.k-f-bold {
  font-weight: 700;
}

.k-pointer {
  cursor: pointer;
}

#wrapper {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  scroll-behavior: smooth;
}

body.has_preloader #wrapper {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.container {
  max-width: 1150px;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.screen-reader-text:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #444;
  background-color: #eee;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */
}

.gallery {
  display: inline-block;
  width: 100%;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.gallery-item a {
  border-bottom: none !important;
}

.gallery-item img {
  margin: 0 auto;
}

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

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

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

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

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

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

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

.gallery-caption {
  padding-top: 10px;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  text-align: left;
}

.alignright {
  float: right;
  margin-left: 1rem;
  text-align: right;
}

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

img.alignleft,
figure.alignleft {
  margin-right: 15px;
  margin-bottom: 15px;
}

img.alignright,
figure.alignright {
  margin-bottom: 15px;
  margin-left: 15px;
}

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

.alignfull {
  width: calc(100vw - 20px);
  max-width: 100vw;
  margin-left: calc(50% - 50vw + 8px);
}

/* Custom */
@font-face {
  font-family: futura-pt;
  src: url("fonts/FuturaPT-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura-pt;
  src: url("fonts/FuturaPT-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura-pt;
  src: url("fonts/FuturaPT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.select2.select2-container--default {
  height: 40px;
}

.select2.select2-container--default .select2-selection {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: none;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  vertical-align: middle;
}

.select2.select2-container--default .select2-selection:focus {
  outline: 0;
}

.select2.select2-container--default .select2-selection--single {
  height: 40px;
  padding: 0 15px;
  line-height: 38px;
  text-align: left;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline;
  padding-right: 0 !important;
  padding-left: 0 !important;
  color: inherit;
  line-height: 1.4;
}

.select2.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 10px !important;
  background-repeat: no-repeat;
  background-position: right 1px top 50%;
  background-size: auto 18px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  top: 10px;
  right: 35px;
  color: #bbb;
}

.select2.select2-container--default .select2-selection--multiple {
  min-height: 40px;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin-bottom: 9px;
  padding: 0 15px;
  color: inherit;
}

.select2-dropdown {
  border-color: #ebebeb;
}

.flickity-viewport {
  width: 100% !important;
}

.flickity-slider > div:not(.w-full) {
  width: 100%;
  margin: 0;
}

.is-dragging .flickity-slider {
  pointer-events: none;
}

.flickity-enabled {
  overflow: hidden;
}

.flickity-enabled button.flickity-prev-next-button {
  visibility: hidden;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-top: -20px;
  opacity: 0;
  color: #222;
  background: transparent;
  transition: all 0.25s ease;
  pointer-events: none;
}

.flickity-enabled button.flickity-prev-next-button:hover, .flickity-enabled button.flickity-prev-next-button:focus {
  background-color: transparent;
  box-shadow: none;
}

.flickity-enabled button.flickity-prev-next-button.next {
  right: 10px;
  transform: translateX(50px);
}

.flickity-enabled button.flickity-prev-next-button.previous {
  left: 10px;
  transform: translateX(-50px);
}

@media only screen and (max-width: 991px) {
  .flickity-enabled button.flickity-prev-next-button.next, .flickity-enabled button.flickity-prev-next-button.previous {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: visible;
  }
}

.flickity-enabled:hover button.flickity-prev-next-button.next, .flickity-enabled:hover button.flickity-prev-next-button.previous {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: visible;
}

.tooltip {
  display: block;
  position: absolute;
  z-index: 1070;
  opacity: 0;
  text-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
  filter: alpha(opacity=0);
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
  text-align: center;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  z-index: 150;
  top: 50%;
  left: 50%;
  width: 10em;
  margin: -1em 0 0 -5em;
  background: #fff;
  box-shadow: 0 0 10px #888;
  line-height: 2em;
  text-align: center;
}

.easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 1s;
  animation: stuckFadeIn 0.6s;
  animation-delay: 1s;
  pointer-events: none;
}

.easyzoom-flyout img {
  width: auto !important;
  max-width: none !important;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

body button.mfp-close {
  position: fixed;
  z-index: 1046;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  outline: none;
  opacity: 0;
  color: #fff;
  background-color: #000;
  box-shadow: none;
  font-family: Arial, monospace;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(50%) translateZ(1px);
}

.mfp-ready .mfp-close {
  opacity: 0.6;
  transform: translateY(0) translateZ(1px);
}

.mfp-content .mfp-close {
  position: absolute;
  background-color: transparent;
}

.mfp-close-btn-in .quick-view-popup .mfp-close {
  color: #000 !important;
}

/* Video 360 */
.threesixty {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  cursor: -webkit-grab;
}

.threesixty .threesixty_images {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
}

.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
}

.threesixty .threesixty_images img.current-image {
  visibility: visible;
}

.threesixty .spinner {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  color: #000;
  background: #fff;
  line-height: 60px;
  text-align: center;
}

.threesixty .spinner span {
  display: block;
  line-height: 60px;
  text-align: center;
}

.threesixty .nav_bar {
  position: absolute;
  z-index: 11;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 50%;
  margin-left: -60px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.threesixty .nav_bar a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 40px;
  text-align: center;
}

.threesixty .nav_bar a::before {
  font-family: "simple-line-icons";
  font-size: 20px;
}

.threesixty .nav_bar a.nav_bar_play::before {
  content: "\e071";
}

.threesixty .nav_bar a.nav_bar_stop::before {
  content: "\e072";
}

.threesixty .nav_bar a.nav_bar_previous::before {
  content: "\e605";
}

.threesixty .nav_bar a.nav_bar_next::before {
  content: "\e606";
}

/* html */
.threesixty:-webkit-full-screen {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
  background: #fff;
}

.threesixty:-moz-full-screen {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
  background: #fff;
}

@media (min-width: 1200px) {
  .wrapper-layout-wide .container {
    width: 95%;
    max-width: 1600px;
  }
  .wrapper-layout-boxed #wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
  }
  .wrapper-layout-boxed .container {
    width: 100%;
    max-width: 1160px;
  }
  .wrapper-layout-boxed .is-sticky.sticky-header,
  .wrapper-layout-boxed .main-navigation .menu-item-full-width .sub-menu-dropdown {
    right: auto;
    left: auto;
    width: 100vw;
    max-width: 1200px;
  }
}

.kft-lazyload {
  background-color: #ced4da;
}

.kft-lazyload.kft-lqip {
  filter: blur(20px);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 0.25s filter linear;
}

.kft-lazyload-disabled {
  background-color: transparent;
  animation: none;
}

/* Custom Scrollbar */
body ::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  background: #e1e1e1;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 1.5px;
  background: #555;
}

body .pswp__bg {
  background-color: rgba(0, 0, 0, 0.7);
}

/*  Close popup */
.kft-close-popup {
  visibility: hidden;
  position: fixed;
  z-index: 400;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3));
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.has-mobile-menu .kft-close-popup,
.off-canvans-cart-open .kft-close-popup {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.25s ease, visibility 0s ease;
}

@media (max-width: 991px) {
  .kft-close-popup {
    top: -150px;
    height: calc(100vh + 300px);
  }
}

.kft-video {
  overflow: hidden;
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding: 0;
  padding-bottom: 56.25%;
}

.kft-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.kft-has-dropdown.is-dropdown .kft-nav-dropdown {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(0);
}

.kft-nav-dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 500;
  top: 100%;
  right: 0;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  color: #222;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  list-style: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(10px);
}

.kft-nav-dropdown li {
  padding: 0;
}

.kft-nav-dropdown li a {
  display: inline-block;
  width: 100%;
  padding: 8px 18px;
  color: #222 !important;
  word-break: break-word;
}

.kft-nav-dropdown li a:hover {
  background-color: #e5e5e5;
}

.kft-flex-row {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.kft-flex-col {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.kft-flex-col--left {
  justify-content: flex-start;
  margin-left: -10px;
}

.kft-flex-col--right {
  justify-content: flex-end;
  margin-right: -10px;
}

.kft-flex-col--center {
  flex: 1 1 0%;
}

.kft-flex-col--mobile {
  flex: 1 1 auto;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}

.kft-flex-col.no-gutter {
  margin: 0;
}

.kft-flex-mobile--left {
  flex: 1 1 0%;
  justify-content: flex-start;
  margin-left: -10px;
}

.kft-flex-mobile--right {
  flex: 1 1 0%;
  justify-content: flex-end;
  margin-right: -10px;
}

@media (min-width: 1025px) {
  .kft-hidden-lg {
    display: none;
  }
}

@media (max-width: 1025px) {
  .kft-visible-lg {
    display: none;
  }
}

/* Header */
/* Header Sticky */
.admin-bar .sticky-header {
  top: 32px;
}

.sticky-header {
  visibility: hidden;
  position: fixed;
  z-index: 300;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease, visibility 0.1s ease;
  pointer-events: none;
}

.sticky-header.is-sticky {
  visibility: visible;
  opacity: 1;
  animation: stuckMoveDown 0.3s ease;
  pointer-events: visible;
}

.sticky-header .logo-sticky {
  display: block !important;
}

.sticky-header .header-wrapper {
  height: 56px;
}

.sticky-header .header-wrapper .main-navigation {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.sticky-header .header-wrapper .main-navigation .menu > li.item-level-0 > a {
  display: flex;
  height: 56px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  align-items: center;
}

.sticky-header .header-wrapper .kft-header-search {
  position: relative;
  z-index: 9;
}

.sticky-header .header-wrapper .kft-header-search .header-search-button > a {
  display: flex;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.sticky-header .header-wrapper .kft-header-search .header-search-button > a::before {
  color: #333;
  font-family: "lanzo-icon";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  content: "\e904";
  transition: opacity 0.3s ease;
}

.kft-flex-col .logo-wrap,
.kft-flex-col div.kft-header-search,
.kft-flex-col .header-account .a.login,
.kft-flex-col .header-account .login-btn,
.kft-flex-col a.tini-wishlist,
.kft-flex-col .kft-header-cart a.kft_cart {
  padding-right: 10px;
  padding-left: 10px;
}

.kft-flex-col > .kft-header-search {
  flex: 1 1 auto;
}

.header-content a.tini-wishlist,
.header-content a.login,
.header-content .login-btn,
.header-content a.kft_cart,
.header-content .mobile-nav > a,
.sticky-header a.tini-wishlist,
.sticky-header a.login,
.sticky-header .login-btn,
.sticky-header a.kft_cart,
.sticky-header .mobile-nav > a {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 40px;
  color: #222;
  font-weight: 400;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

/*.header-content a.kft_cart::before,
.sticky-header a.kft_cart::before {
  font-family: "FontAwesome" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "f07a";
  speak: none;
  /* Better Font Rendering =========== */
 /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}*/

.header-content a.kft_cart > span.cart-number,
.sticky-header a.kft_cart > span.cart-number {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 3px;
  margin-left: -24px;
  padding: 3px 7px;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.header-content a.tini-wishlist,
.sticky-header a.tini-wishlist {
  position: relative;
  font-size: 0;
}

.header-content a.tini-wishlist:hover, .header-content a.tini-wishlist:focus,
.sticky-header a.tini-wishlist:hover,
.sticky-header a.tini-wishlist:focus {
  color: inherit;
}

.header-content a.tini-wishlist::after,
.sticky-header a.tini-wishlist::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*.header-content a.tini-wishlist::before,
.sticky-header a.tini-wishlist::before {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
 /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 24px;
}*/

.header-content a.tini-wishlist > span,
.sticky-header a.tini-wishlist > span {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 3px;
  margin-left: -22px;
  padding: 3px 7px;
  border-radius: 14px;
  color: #fff;
  background: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.header-content a.tini-wishlist.loading,
.sticky-header a.tini-wishlist.loading {
  width: 44px;
}

.header-content a.tini-wishlist.loading::before,
.sticky-header a.tini-wishlist.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 26px !important;
  height: 26px !important;
  margin-top: -13px;
  margin-left: -13px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

.header-content a.tini-wishlist.loading::before,
.sticky-header a.tini-wishlist.loading::before {
  z-index: -1;
}

.header-content .mobile-nav > a,
.sticky-header .mobile-nav > a {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  justify-content: flex-start;
}

.kft-main-header .logo-sticky {
  display: none !important;
}

/* Header Overlap */
body.header-overlap .kft-main-header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  background: transparent;
}

body.header-color-light .site-header .main-navigation .item-level-0 > a,
body.header-color-light .site-header .header-search-button > a,
body.header-color-light .site-header .header-wishlist > a::before,
body.header-color-light .site-header .kft-shoppping-cart .kft_cart,
body.header-color-light .site-header .mobile-nav a,
body.header-color-light .site-header .main-navigation .item-level-0.menu-item-has-children > a::after {
  color: #fff !important;
}

body.header-color-dark .site-header .main-navigation .item-level-0 > a,
body.header-color-dark .site-headerr .header-search-button > a,
body.header-color-dark .site-header .header-wishlist > a::before,
body.header-color-dark .site-header .kft-shoppping-cart .kft_cart,
body.header-color-dark .site-header .mobile-nav a,
body.header-color-dark .site-header .main-navigation .item-level-0.menu-item-has-children > a::after {
  color: #000 !important;
}

.site-header.header-mobile-left .kft-flex-mobile--left {
  flex: 0;
}

.site-header.header-mobile-left .kft-flex-mobile--center {
  margin-right: auto;
  text-align: left;
  justify-content: flex-start;
}

.site-header.header-mobile-right .kft-flex-mobile--left {
  flex: 0;
  order: 1;
  padding-left: 20px;
}

.site-header.header-mobile-right .kft-flex-mobile--center {
  flex: 1 1 auto;
  text-align: left;
  justify-content: flex-start;
}

.header-banner {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  justify-content: center;
}

.header-banner__inner {
  width: 100%;
  padding: 0;
}

.header-banner__close {
  display: flex;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 30px;
  align-items: center;
  justify-content: center;
}

.header-banner__close:hover {
  opacity: 0.8;
}

.header-banner__close::after {
  color: #fff;
  font-size: 30px;
  content: "×";
}

.header-banner__content > :last-child {
  margin-bottom: 0;
}

.admin-bar .header-banner {
  top: 32px;
}

.header-banner-show #wrapper {
  transition: margin-top 0.6s ease 0.2s;
}

.header-banner-hide #wrapper {
  margin-top: 0 !important;
  transition: margin-top 0.6s ease 0.2s;
}

.header-toggle {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

.header-toggle a {
  font-size: 0;
  line-height: 1;
}

.header-toggle a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.header-sidebar {
  display: flex;
  visibility: hidden;
  overflow: hidden;
  flex-direction: column;
  position: fixed !important;
  z-index: 600;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 360px;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
}

.header-sidebar__header {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.header-sidebar__header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-sidebar__header--inner .logo > .logo-sticky {
  display: none;
}

.header-sidebar__header--inner .logo img {
  height: 20px;
  max-height: 100%;
}

.header-sidebar__header--inner .close-popup {
  display: flex;
  margin: 0;
  font-size: 0;
  text-align: right;
  cursor: pointer;
  align-items: center;
}

.header-sidebar__header--inner .close-popup::before {
  color: #000;
  font-family: none;
  font-size: 36px;
  line-height: 20px;
  content: "×";
}

.header-sidebar__content {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: stretch;
}

.header-sidebar__content--inner {
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
}

.header-sidebar__content .sidebar-widget {
  visibility: hidden;
  opacity: 0;
}

/* Header v1 */
.header-layout1 {
  /* Vertical Menu */
}

.header-layout1 .header-content {
  padding: 35px 0;
}

.header-layout1 .header-content .kft-flex-col--left {
  flex-basis: 25%;
}

.header-layout1 .header-content .header-account {
  margin-right: 10px;
  margin-left: 10px;
}

.header-layout1 .navigation-wrapper {
  margin-bottom: -1px;
  border-bottom: 1px solid #eee;
}

.header-layout1 .navigation-wrapper .main-navigation .menu > .item-level-0 > a {
  padding: 12px 15px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-layout1 .header-account a.login > span,
.header-layout1 .header-account .login-btn > span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.header-layout1 .kft-vertical-navigation .vertical-menu-heading {
  font-size: 13px;
}

.header-layout1 .kft-vertical-navigation .vertical-menu-dropdown {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header-layout1 .kft-vertical-navigation:hover .vertical-menu-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.header-layout2 .header-content {
  padding: 0;
  border-bottom: 1px solid #eee;
}

.header-layout2 .logo-wrap {
  padding-right: 30px;
}

/*.header-layout2 a.kft_cart::before {
  color: #444;
}*/

.header-layout2 .header-account {
  margin-right: 0px;
  margin-left: 0px;
}

.header-layout2 .header-account a.login > span,
.header-layout2 .header-account .login-btn > span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.header-layout2 .main-navigation {
  flex: 1 1 auto;
  text-align: center;
}

.header-layout2 .main-navigation .menu > .item-level-0 > a {
  display: flex;
  flex-direction: row;
  height: 80px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  align-items: center;
}

.header-layout2 .main-navigation .menu > .item-level-0.menu-item-has-children > a::after {
  color: inherit;
}

.header-layout2 .main-navigation > div > ul {
  background: transparent;
  text-align: center;
}

.header-layout2 .kft-header-search {
  position: relative;
  z-index: 9;
}

.header-layout2 .kft-header-search .kft_search_products {
  display: flex;
  position: relative;
  height: 42px;
  border-left: none;
  flex: 1;
}

.header-layout2 .kft-header-search .header-search-button > a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #333;
}

/*.header-layout2 .kft-header-search .header-search-button > a::before {
  color: #222;
  font-family: "kft-icon";
  font-size: 22px;
  font-weight: 400;
  content: "\e86f";
  transition: opacity 0.3s ease;
}*/

.header-layout2 .kft-header-search .header-search-button .search-form-wrapper {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(-15px);
  pointer-events: none;
}

.header-layout2 .kft-header-search .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(0);
  pointer-events: visible;
}

.header-layout2 .kft-header-search .select-category {
  display: none;
}

.header-layout2 .kft-header-search .search-submit {
  position: relative;
}

.header-layout2 .kft-header-search .search-field {
  border: 1px solid #e5e5e5;
}

.header-layout2 .kft-header-search .kft-live-search-results {
  right: 0;
  margin-top: 0;
}

.vertical-menu-heading {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: center;
}

.vertical-menu-heading > i {
  padding-right: 10px;
  font-size: 16px;
}

.vertical-menu li a i {
  margin-right: 10px;
  font-size: 20px;
}

.vertical-menu .item-level-0 {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.vertical-menu .item-level-0:last-child {
  border-bottom: none;
}

.vertical-menu .item-level-0 > a {
  display: block;
  position: relative;
  padding: 12px 20px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.vertical-menu .item-level-0 > a:hover {
  background-color: #f7f7f7;
}

.vertical-menu .item-level-0.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  margin-left: 0;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  content: "\f105";
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown {
  min-width: 270px;
  border: none;
  background-color: #fff;
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown ul {
  min-width: 270px;
  margin: 0;
  border: 1px solid rgba(129, 129, 129, 0.2);
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown li {
  position: relative;
  margin: 0;
  padding: 0;
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown li a {
  display: block;
  padding: 12px 18px;
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown li.menu-item-has-children > a::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  font-size: 10px;
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-menu-dropdown li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.vertical-menu .item-level-0.menu-simple-dropdown .sub-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  background-color: #fff;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  animation: vertical_menu 0.25s ease;
}

.vertical-menu .item-level-0.menu-mega-dropdown.menu-item-has-children {
  position: static;
}

.vertical-menu .item-level-0.menu-mega-dropdown .sub-sub-menu {
  margin-left: 0;
}

.vertical-menu .item-level-0.is-hover .sub-menu-dropdown {
  visibility: visible;
  z-index: 999;
  opacity: 1;
  pointer-events: visible;
}

.vertical-menu.vertical-menu-dropdown {
  visibility: visible;
  position: absolute;
  z-index: 200;
  right: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  transition: opacity 0.2s ease, visibility 0s ease 0.2s, top 0.2s ease;
  pointer-events: visible;
}

.vertical-menu.vertical-menu-dropdown .menu {
  margin-bottom: 0;
  margin-left: 0;
  border: 1px solid rgba(129, 129, 129, 0.2);
}

.vertical-menu .sub-menu-dropdown {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  border: 1px solid rgba(129, 129, 129, 0.2);
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  animation: vertical_menu 0.25s ease;
  pointer-events: none;
}

.top-bar {
  border-bottom: 1px solid #eee;
}

.top-bar__left--content {
  padding-right: 10px;
  padding-left: 10px;
}

.top-bar__center--content {
  text-align: center;
  flex: 1 1 auto;
}

.top-bar__right--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}

.top-bar__store > a {
  margin-right: 15px;
}

.top-bar__store > a:last-child {
  margin-right: 0;
}

.top-bar__social > a {
  margin-right: 15px;
}

.top-bar__social > a:last-child {
  margin-right: 0;
}

.kft-header-language {
  position: relative;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
}

.kft-header-language__active {
  display: flex;
  flex-direction: row;
  height: 40px;
  line-height: 1;
  align-items: center;
}

/*.kft-header-language__active::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
 /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 400;
}*/

.kft-header-language i.icon-image {
  margin-right: 5px;
}

#comments {
  clear: both;
  margin-top: 35px;
  padding: 20px 0 50px;
}

/* Comment list */
.comment-list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.comment-list li::before {
  display: none;
}

.comment-list .comment-content {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: stretch;
}

.comment-list .comment-content > * {
  position: relative;
  z-index: 2;
}

.comment-list .comment-content .comment-author {
  position: relative;
  z-index: 2;
  margin-right: 15px;
  font-size: 13px;
}

.comment-list .comment-content .comment-author .says {
  display: none;
}

.comment-list .comment-content .comment-author .avatar {
  padding: 2px;
  border-radius: 50%;
}

.comment-list .comment-content .comment-box {
  flex: 1;
}

.comment-list .comment-content .comment-box > strong {
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.comment-list .comment-content .comment-box .comment-excerpt > ul,
.comment-list .comment-content .comment-box .comment-excerpt > ol {
  margin-bottom: 30px;
}

.comment-list .comment-content .comment-box .comment-excerpt ul,
.comment-list .comment-content .comment-box .comment-excerpt ol {
  margin-left: 22px;
}

.comment-list .comment-content .comment-box .comment-meta {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  background-color: transparent;
}

.comment-list .comment-content .comment-box .comment-meta .fn {
  margin-left: 20px;
}

.comment-list .comment-content .comment-box .comment-meta a {
  color: #444;
}

.comment-list .comment-content .comment-box .comment-meta .reply {
  float: right;
  font-weight: 500;
}

.comment-list .comment-content .comment-box .comment-meta time {
  color: #999;
}

.comment-list .comment-content .comment-box .comment-meta .comment-reply-link {
  position: relative;
}

/* Class 'comment-area' */
.comments-area {
  text-align: left;
}

.comments-area .comments-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-area .comment-reply-title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-area .comment-reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 80%;
  font-weight: 400;
}

.comments-area .comment-respond {
  margin-top: 20px;
}

.comments-area .children {
  margin: 0;
  margin-top: 20px;
  margin-left: 30px;
  padding: 0;
  border-top: 1px dashed #ddd;
  list-style: none;
}

.comments-area .children .comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.comments-area .comment {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.comments-area .comment .comment-respond {
  margin-top: 40px;
}

.comments-area .pingback {
  margin-top: 15px;
  margin-bottom: 15px;
}

.comments-area .pingback a {
  font-weight: 600;
}

.comments-area .logged-in-as > a:last-child {
  color: #000;
  font-weight: 600;
}

/* Comment form */
.comment-form {
  display: flex;
  flex-direction: row;
  width: auto;
  margin-right: -10px;
  margin-left: -10px;
  flex-wrap: wrap;
}

.comment-form .comment-form-comment,
.comment-form .comment-notes,
.comment-form .comment-form-rating,
.comment-form .form-submit,
.comment-form .comment-form-cookies-consent {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.comment-form .comment-form-cookies-consent {
  display: flex;
  margin-top: 5px;
  align-items: flex-start;
  flex-wrap: nowrap;
  line-height: 1.4;
}

.comment-form .comment-form-cookies-consent > input {
  margin-top: 5px;
}

.comment-form .comment-form-rating,
.comment-form > p {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 1 1 220px;
}

.comment-form .form-submit {
  margin-top: 20px;
}

.comment-form .form-submit input[type="submit"] {
  padding: 12px 18px;
  color: #fff;
}

/* Orther */
.comment-metadata {
  position: absolute;
  z-index: 9;
  top: 76px;
  margin-left: 145px;
  color: #444;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  margin-left: 1em;
  color: #222;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
  border-radius: 50%;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.kft-pagination ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  list-style: none;
}

.kft-pagination ul li {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  color: #222;
}

.kft-pagination ul li .page-numbers {
  display: inline-flex;
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 100%;
  color: inherit;
  justify-content: center;
  align-items: center;
}

.kft-pagination ul li .page-numbers.current, .kft-pagination ul li .page-numbers:hover {
  color: #fff;
}

.kft-pagination ul li .page-numbers.next::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kft-pagination ul li .page-numbers.prev::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.search-results .t-error,
body.search-no-results .t-error {
  display: flex;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 25px 20px;
  color: #fff;
  background-color: #d48282;
  font-size: 100%;
  align-items: center;
  list-style-type: none;
}

body.search-results .t-error::before,
body.search-no-results .t-error::before {
  order: -1;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

body.search-results .t-error > a,
body.search-no-results .t-error > a {
  margin-left: auto;
  border: none;
  order: 2;
}

/* Breadcrumb */
.kft-breadcrumb {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  background-color: #0e0e0e;
  align-items: center;
  /* Layout 1 */
  /* Layout 2 */
}

.kft-breadcrumb > .container {
  z-index: 2;
}

.kft-breadcrumb .breadcrumb-title-inner h1 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content {
  color: #fff;
  font-size: 1rem;
  line-height: 2.1875rem;
}

.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content > a {
  color: rgba(255, 255, 255, 0.75);
}

.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content > a:hover {
  color: #fff;
}

.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content a,
.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content span {
  margin: 0;
  opacity: 1;
}

.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content .divider {
  margin: 0 10px;
  font-size: 0.625rem;
}

.kft-breadcrumb.breadcrumb-layout1 .breadcrumb-title-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.kft-breadcrumb.breadcrumb-layout1 .breadcrumb-title-inner h1 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.kft-breadcrumb.breadcrumb-layout2 .breadcrumb-title-inner {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  justify-content: space-between;
}

.post-501 .post-nav-links {
  display: inline-block;
  width: 100%;
}

.post-501 .post-page-numbers {
  padding: 0 5px;
}

.page-links .post-page-numbers {
  display: inline-flex;
  box-sizing: content-box;
  width: 35px;
  height: 35px;
  margin: 0;
  border: none;
  border-radius: 100%;
  color: inherit;
  justify-content: center;
  align-items: center;
}

.page-links .post-page-numbers.current {
  color: #fff;
}

.post-password-form p:last-child {
  display: flex;
  align-items: flex-end;
}

.post-password-form p input[type="submit"] {
  height: 40px;
  margin-left: 10px;
  padding: 0 20px;
  color: #fff;
  background: #222;
}

article.blog-post-default {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
  article.blog-post-default {
    margin-bottom: 40px;
  }
}

article.blog-post-default .entry-header {
  display: block;
  border: none;
}

article.blog-post-default .entry-header .post-thumbnail {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

article.blog-post-default .entry-header .post-thumbnail__inner {
  display: block;
}

article.blog-post-default .entry-header .post-thumbnail__inner:not(.gallery) img {
  transition: all 0.5s ease;
  transform: scale(1);
}

article.blog-post-default .entry-header .post-thumbnail:hover .post-thumbnail__inner {
  display: block;
}

article.blog-post-default .entry-header .post-thumbnail:hover .post-thumbnail__inner:not(.gallery) img {
  transform: scale(1.1);
}

article.blog-post-default .entry-header .post-thumbnail .kft-video {
  overflow: hidden;
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding: 0;
  padding-bottom: 56.25%;
}

article.blog-post-default .entry-header .post-thumbnail .kft-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

article.blog-post-default .entry-content {
  padding: 10px 0 10px 30px;
}

@media only screen and (max-width: 767px) {
  article.blog-post-default .entry-content {
    padding: 30px 0 0 0;
  }
}

article.blog-post-default .entry-content .cats-link {
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

article.blog-post-default .entry-content .cats-link span {
  color: #999;
  font-weight: 400;
}

article.blog-post-default .entry-content .cats-link span a {
  color: #777;
}

article.blog-post-default .entry-content .entry-title {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  word-wrap: break-word;
}

article.blog-post-default .entry-content .entry-title a {
  color: #222;
  font-weight: 600;
  word-break: break-word;
}

article.blog-post-default .entry-content .sticky-post {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  background: red;
  font-size: 0.6875rem;
  line-height: 1.4;
  text-transform: uppercase;
}

article.blog-post-default .entry-content .author {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

article.blog-post-default .entry-content .author a {
  color: #999;
}

article.blog-post-default .entry-content .author img {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  border-radius: 50%;
}

article.blog-post-default .entry-content .author + .comment::before {
  margin: 0 0.3125rem;
  content: "-";
}

article.blog-post-default .entry-content .date-time {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

article.blog-post-default .entry-content .date-time + .author::before {
  margin: 0 0.3125rem;
  content: "-";
}

article.blog-post-default .entry-content .entry-summary {
  display: inline-block;
  width: 100%;
  line-height: 1.7;
}

article.blog-post-default .entry-content .entry-summary .blog-content {
  color: #777;
  font-weight: 400;
}

article.blog-post-default .entry-content .entry-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25rem;
}

article.blog-post-default .entry-content .comment {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

article.blog-post-default .entry-content .button-readmore {
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}

article.blog-post-default .entry-content .button-readmore:hover {
  opacity: 0.8;
}

article.blog-post-default.style-2 {
  margin-bottom: 0;
  border: none;
}

article.blog-post-default.style-2 .entry-content {
  padding: 20px 0 10px 0;
}

article.format-quote {
  overflow: hidden;
  padding: 20px 30px;
  background: rgba(194, 194, 194, 0.2);
}

article blockquote {
  margin: 0;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 4px solid;
}

article .blockquote-meta {
  padding: 0 20px;
}

body.single-post article.post-item .entry-header, body.attachment article.post-item .entry-header {
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}

body.single-post article.post-item .entry-header figure, body.attachment article.post-item .entry-header figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

body.single-post article.post-item .entry-header .post-title-wrapper, body.attachment article.post-item .entry-header .post-title-wrapper {
  position: relative;
  z-index: 100;
  margin-bottom: 30px;
  padding: 0;
  color: #444;
  text-align: center;
}

body.single-post article.post-item .entry-header .post-title-wrapper .cats-link, body.attachment article.post-item .entry-header .post-title-wrapper .cats-link {
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body.single-post article.post-item .entry-header .post-title-wrapper .cats-link > .cat-links, body.attachment article.post-item .entry-header .post-title-wrapper .cats-link > .cat-links {
  padding: 5px 10px;
  color: #fff;
  background: #222;
}

body.single-post article.post-item .entry-header .post-title-wrapper .cats-link > .cat-links a:hover, body.attachment article.post-item .entry-header .post-title-wrapper .cats-link > .cat-links a:hover {
  color: inherit;
  text-decoration: underline;
}

body.single-post article.post-item .entry-header .post-title-wrapper .entry-title, body.attachment article.post-item .entry-header .post-title-wrapper .entry-title {
  margin-bottom: 1.25rem;
  color: #222;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

body.single-post article.post-item .entry-header .post-title-meta, body.attachment article.post-item .entry-header .post-title-meta {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-post article.post-item .entry-header .post-title-meta .date-time, body.attachment article.post-item .entry-header .post-title-meta .date-time {
  margin-right: 0.375rem;
  color: #777;
  font-size: 1rem;
  font-weight: 400;
}

body.single-post article.post-item .entry-header .post-title-meta .date-time + .author::before, body.attachment article.post-item .entry-header .post-title-meta .date-time + .author::before {
  margin-right: 0.375rem;
  content: "-";
}

body.single-post article.post-item .entry-header .post-title-meta .author, body.attachment article.post-item .entry-header .post-title-meta .author {
  margin-right: 0.375rem;
  color: #777;
  font-size: 1rem;
  font-weight: 400;
}

body.single-post article.post-item .entry-header .post-title-meta .author + .comment::before, body.attachment article.post-item .entry-header .post-title-meta .author + .comment::before {
  margin-right: 0.375rem;
  content: "-";
}

body.single-post article.post-item .entry-header .post-title-meta .comment, body.attachment article.post-item .entry-header .post-title-meta .comment {
  margin-right: 0.375rem;
  color: #777;
  font-size: 1rem;
  font-weight: 400;
}

body.single-post article.post-item .entry-content, body.attachment article.post-item .entry-content {
  padding: 0;
}

body.single-post article.post-item .entry-content .entry-summary, body.attachment article.post-item .entry-content .entry-summary {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.7;
}

body.single-post article.post-item .entry-content .footer-single-post, body.attachment article.post-item .entry-content .footer-single-post {
  display: flex;
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px dashed #ebebeb;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

body.single-post article.post-item .entry-content .footer-single-post .tags-link, body.attachment article.post-item .entry-content .footer-single-post .tags-link {
  padding-top: 10px;
  text-align: left;
}

body.single-post article.post-item .entry-content .footer-single-post .tags-link > span:first-child, body.attachment article.post-item .entry-content .footer-single-post .tags-link > span:first-child {
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}

body.single-post article.post-item .entry-content .footer-single-post .tags-link > span:last-child, body.attachment article.post-item .entry-content .footer-single-post .tags-link > span:last-child {
  font-size: 0;
}

body.single-post article.post-item .entry-content .footer-single-post .tags-link > span:last-child a, body.attachment article.post-item .entry-content .footer-single-post .tags-link > span:last-child a {
  margin-right: 5px;
  padding: 0 0.3125rem;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body.single-post article.post-item .entry-content .footer-single-post .tags-link > span:last-child a::before, body.attachment article.post-item .entry-content .footer-single-post .tags-link > span:last-child a::before {
  content: "#";
}

body.single-post article.post-item .entry-content .post-share, body.attachment article.post-item .entry-content .post-share {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 10px;
}

body.single-post article.post-item .entry-content .post-share .social-sharing, body.attachment article.post-item .entry-content .post-share .social-sharing {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

body.single-post article.post-item .entry-content .post-share .social-sharing li, body.attachment article.post-item .entry-content .post-share .social-sharing li {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}

body.single-post article.post-item .entry-content .post-share .social-sharing li a, body.attachment article.post-item .entry-content .post-share .social-sharing li a {
  border-radius: 100%;
  color: #fff;
}

body.single-post article.post-item .entry-content .post-share .social-sharing li a i, body.attachment article.post-item .entry-content .post-share .social-sharing li a i {
  color: #fff;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .facebook a, body.attachment article.post-item .entry-content .post-share .social-sharing .facebook a {
  background-color: #365493;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .twitter a, body.attachment article.post-item .entry-content .post-share .social-sharing .twitter a {
  background-color: #3cf;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .instagram a, body.attachment article.post-item .entry-content .post-share .social-sharing .instagram a {
  background-color: #8a3ab9;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .google-plus a, body.attachment article.post-item .entry-content .post-share .social-sharing .google-plus a {
  background-color: #d44132;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .youtube a, body.attachment article.post-item .entry-content .post-share .social-sharing .youtube a {
  background-color: #cb2027;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .pinterest a, body.attachment article.post-item .entry-content .post-share .social-sharing .pinterest a {
  background-color: #cb2027;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .linkedin a, body.attachment article.post-item .entry-content .post-share .social-sharing .linkedin a {
  background-color: #4875b4;
}

body.single-post article.post-item .entry-content .post-share .social-sharing .reddit a, body.attachment article.post-item .entry-content .post-share .social-sharing .reddit a {
  background-color: #cee3f8;
}

body.single-post .entry-author, body.attachment .entry-author {
  display: flex;
  padding: 40px;
  background-color: #f5f5f5;
  text-align: left;
  justify-content: flex-start;
}

body.single-post .entry-author .author-avatar img, body.attachment .entry-author .author-avatar img {
  border-radius: 100%;
}

body.single-post .entry-author .author-desc, body.attachment .entry-author .author-desc {
  margin-left: 30px;
  text-align: left;
  flex: 1 1 0%;
}

body.single-post .entry-author .author-desc .author-name, body.attachment .entry-author .author-desc .author-name {
  margin: 0 0 15px 0;
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}

body.single-post .entry-author .author-desc .author-bio, body.attachment .entry-author .author-desc .author-bio {
  margin-bottom: 1.25rem;
}

body.single-post .nav-single-post, body.attachment .nav-single-post {
  display: flex;
  margin-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  body.single-post .nav-single-post, body.attachment .nav-single-post {
    flex-wrap: wrap;
  }
  body.single-post .nav-single-post .back-to-blog, body.attachment .nav-single-post .back-to-blog {
    display: none;
  }
}

body.single-post .nav-single-post a, body.attachment .nav-single-post a {
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  align-items: center;
}

body.single-post .nav-single-post .order-posts, body.attachment .nav-single-post .order-posts {
  max-width: 50%;
  text-align: left;
  flex: 0 1 50%;
}

body.single-post .nav-single-post .order-posts a, body.attachment .nav-single-post .order-posts a {
  justify-content: flex-start;
}

body.single-post .nav-single-post .order-posts i, body.attachment .nav-single-post .order-posts i {
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  body.single-post .nav-single-post .order-posts, body.attachment .nav-single-post .order-posts {
    max-width: 100%;
    margin-bottom: 10px;
    flex: 0 0 100%;
  }
}

body.single-post .nav-single-post .newer-posts, body.attachment .nav-single-post .newer-posts {
  max-width: 50%;
  text-align: right;
  flex: 0 1 50%;
}

body.single-post .nav-single-post .newer-posts a, body.attachment .nav-single-post .newer-posts a {
  justify-content: flex-end;
}

body.single-post .nav-single-post .newer-posts i, body.attachment .nav-single-post .newer-posts i {
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  body.single-post .nav-single-post .newer-posts, body.attachment .nav-single-post .newer-posts {
    max-width: 100%;
    margin-bottom: 10px;
    flex: 0 0 100%;
  }
}

body.single-post .nav-single-post .back-to-blog a span, body.attachment .nav-single-post .back-to-blog a span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  color: #666;
  font-size: 0;
  line-height: 30px;
  text-align: center;
}

body.single-post .nav-single-post .back-to-blog a span::before, body.attachment .nav-single-post .back-to-blog a span::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
}

body.single-post .related-posts > h3, body.attachment .related-posts > h3 {
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body.single-post .related-posts > h3 a, body.attachment .related-posts > h3 a {
  color: #222;
}

body.single-post .related-posts .entry-title, body.attachment .related-posts .entry-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

body.single-post .related-posts .entry-title > a, body.attachment .related-posts .entry-title > a {
  color: #222;
}

body.single-post .related-posts .date-time, body.attachment .related-posts .date-time {
  margin-bottom: 10px;
}

body.single-post .related-posts .entry-info p, body.attachment .related-posts .entry-info p {
  margin-bottom: 15px;
}

body.single-post .related-posts .button-readmore, body.attachment .related-posts .button-readmore {
  color: #222;
  font-weight: bold;
}

body:not(.kft-dynamic-css).single-post .breadcrumb-title {
  display: none !important;
}

body:not(.kft-dynamic-css).single-post .entry-header {
  margin-bottom: 0 !important;
}

body.page .entry-content .page-links {
  clear: both;
  padding-top: 2.5rem;
}

body.page.content-layout-full .single-comments-container {
  border-top: 1px solid;
}

body.page.content-layout-boxed .single-comments-container > .row {
  border-top: 1px solid;
}

.error404 .site-main {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.error404 .page-header {
  border: none;
}

.error404 .page-header h2 {
  font-size: 120px;
  font-weight: 600;
}

.error404 .page-content p {
  margin-bottom: 20px;
}

.error404 .page-content h2 {
  margin-bottom: 20px;
  font-weight: 600;
}

.error404 .page-content .search-form {
  max-width: 400px;
}

.woocommerce table.wishlist_table {
  font-size: 13px;
  text-align: justify;
}

.woocommerce table.wishlist_table .product-name {
  text-align: left;
}

.woocommerce table.wishlist_table tbody td.product-thumbnail {
  width: 126px;
}

.woocommerce table.wishlist_table tr td.product-blog-image a {
  max-width: 101px;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
  display: block !important;
  margin: 0;
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
  color: #fff;
}

.woocommerce table.wishlist_table tfoot td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce table.wishlist_table tfoot .yith-wcwl-share {
  display: flex;
  align-items: flex-end;
}

.woocommerce table.wishlist_table tfoot .yith-wcwl-share h4 {
  margin: 0;
  padding-right: 10px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  body.woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: table-cell !important;
  }
}

@media (max-width: 549px) {
  body.woocommerce-wishlist table.wishlist_table .product-remove {
    width: 5%;
  }
  body.woocommerce-wishlist table.wishlist_table .product-name {
    width: 45%;
  }
  body.woocommerce-wishlist table.wishlist_table .product-stock-status {
    width: 20%;
  }
  body.woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 30%;
  }
}

form.cart {
  margin-bottom: 30px;
}

form.cart .quantity {
  display: inline-flex;
  margin-right: 10px;
  vertical-align: middle;
  flex-flow: row nowrap;
  align-items: center;
}

form.cart .quantity.hidden {
  display: none;
}

form.cart .quantity input.qty {
  width: 34px;
  height: 50px;
  margin: 0;
  padding: 0;
  border-color: #999;
  border-right: 0;
  border-left: 0;
  text-align: center;
}

form.cart .quantity input[type="button"] {
  width: 28px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 1px solid #999;
  color: inherit;
  background: transparent;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

form.cart .quantity input[type="button"].minus {
  border-right: none;
}

form.cart .quantity input[type="button"].plus {
  border-left: none;
}

.shop_table .product-quantity {
  font-weight: normal;
}

.shop_table .product-quantity .quantity {
  display: inline-flex;
  flex-flow: row nowrap;
}

.shop_table .product-quantity .quantity.hidden {
  display: none;
}

.shop_table .product-quantity .quantity input.qty {
  width: 34px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-right: 0;
  border-left: 0;
  text-align: center;
}

.shop_table .product-quantity .quantity input[type="button"] {
  width: 28px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #ebebeb;
  color: inherit;
  background: transparent;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.star-rating {
  display: inline-block;
  position: relative;
  width: 78px;
  height: 18px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 3px;
}

.star-rating::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome" !important;
  content: "\f006\f006\f006\f006\f006";
}

.star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  padding-top: 20px;
}

.star-rating span::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005\f005";
}

p.stars {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 15px;
}

p.stars span {
  display: flex;
  flex-flow: row nowrap;
  line-height: 1;
}

p.stars a {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 15px;
  border-bottom: none;
  text-decoration: none;
  text-indent: -999em;
  transition: none;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome" !important;
  text-indent: 0;
  content: "\f006";
  transition: all 0.3s ease;
}

p.stars a:hover ~ a::before {
  color: #c4b583 !important;
}

p.stars:hover a::before {
  color: #c4b583 !important;
  content: "\f005";
}

p.stars:hover a:hover ~ a::before {
  color: #999 !important;
  content: "\f006";
}

p.stars.selected a.active::before {
  color: #c4b583 !important;
  content: "\f005";
}

p.stars.selected a.active ~ a::before {
  color: #999 !important;
  content: "\f006";
}

p.stars.selected a:not(.active)::before {
  color: #c4b583 !important;
  content: "\f005";
}

.woocommerce-pagination {
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.woocommerce-pagination > ul {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.woocommerce-pagination li {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  list-style: none;
}

.woocommerce-pagination li .page-numbers {
  display: inline-flex;
  min-width: 2.25rem;
  min-height: 2.25rem;
  margin: 0;
  margin-right: 0.3125rem;
  padding: 0 0.625rem;
  border: none;
  border-radius: 100%;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.875rem;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination li .page-numbers.current, .woocommerce-pagination li .page-numbers:hover {
  color: #fff;
}

.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  display: flex;
  font-size: 0;
}

.woocommerce-pagination .prev::before,
.woocommerce-pagination .next::before {
  font-family: "simple-line-icons";
  font-size: 0.875rem;
  line-height: 1;
}

.woocommerce-pagination .prev::before {
  content: "\e605";
}

.woocommerce-pagination .next::before {
  content: "\e606";
}

.archive-loop-footer {
  text-align: center;
}

.lanzo-products-load-more {
  padding: 8px 20px;
  border: 2px solid #e9e9e9;
  color: #222;
  font-size: 0.8125rem;
  font-weight: 600;
}

.lanzo-products-load-more.loading {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.page-load-status {
  display: none;
  text-align: center;
}

.page-load-status p {
  display: block;
  padding: 0.4375rem;
  background: #f7f7f7;
  font-size: 1rem;
}

.page-load-status .spinner {
  position: relative;
  padding: 0;
  background: transparent;
  font-size: 0;
}

.page-load-status .spinner::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

.price {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: inherit;
  line-height: 1.5rem;
}

.price del {
  position: relative;
  text-decoration: none;
}

.price del::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-color: inherit;
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  transform: rotate(-20deg);
}

.price del + ins {
  margin-left: 0.625rem;
  text-decoration: none;
}

.woocommerce-breadcrumb {
  margin-bottom: 50px;
  font-size: 0.875rem;
  text-align: left;
}

.woocommerce-breadcrumb .delimiter {
  margin: 0 10px;
}

.kft-woo-breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.kft-woo-breadcrumbs__content {
  color: #222;
}

.kft-woo-breadcrumbs__content a:hover {
  color: #222;
}

.kft-woo-breadcrumbs__content > * {
  color: #999;
}

.kft-woo-breadcrumbs__divider {
  margin: 0 6px;
}

.woocommerce-store-notice {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 16px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.woocommerce-store-notice__dismiss-link {
  visibility: hidden;
  position: absolute;
  right: 10px;
  font-size: 0;
}

.woocommerce-store-notice__dismiss-link::after {
  visibility: visible;
  font-family: "simple-line-icons";
  font-size: 18px;
  font-weight: normal;
  content: "\e082";
}

section.shop-content {
  /* Product List View */
  /* No Product Found */
}

section.shop-content .archive-loop-header {
  display: flex;
  position: relative;
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  /* Notice */
  /* Shop Sidebar */
  /* Grid - List Navigation */
  /* Ordering */
  /* WC Result Count */
  /* Shop per Page */
}

section.shop-content .archive-loop-header .woocommerce-notices-wrapper {
  width: 100%;
  flex-basis: 100%;
}

section.shop-content .archive-loop-header .shop-sidebar-btn {
  display: none;
}

section.shop-content .archive-loop-header .shop-sidebar-btn > span {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

section.shop-content .archive-loop-header .shop-sidebar-btn > span::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
}

@media only screen and (max-width: 991px) {
  section.shop-content .archive-loop-header .shop-sidebar-btn {
    display: block;
  }
}

section.shop-content .archive-loop-header .grid_list_nav {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}

section.shop-content .archive-loop-header .grid_list_nav > a {
  display: inline-flex;
  position: relative;
  z-index: 1;
  margin: 0 15px 0 0;
  color: #999;
  font-size: 0;
  font-weight: 300;
  line-height: 1;
  align-items: center;
}

section.shop-content .archive-loop-header .grid_list_nav > a::before {
  color: inherit;
  font-family: "simple-line-icons";
  font-size: 16px;
}

section.shop-content .archive-loop-header .grid_list_nav > a.active {
  color: #222;
  font-weight: bold;
}

section.shop-content .archive-loop-header .grid_list_nav > a#grid::before {
  content: "\e06a";
}

section.shop-content .archive-loop-header .grid_list_nav > a#list::before {
  font-size: 18px;
  content: "\e601";
}

section.shop-content .archive-loop-header .grid_list_nav > a > span {
  display: none;
}

section.shop-content .archive-loop-header .woocommerce-ordering {
  display: inline-flex;
  flex-flow: row wrap;
  position: relative;
  width: auto;
  margin: 0;
  align-items: center;
  justify-content: center;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  max-width: 210px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby::after {
  font-family: "simple-line-icons";
  font-size: 10px;
  content: "\e604";
  transition: all 300ms ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby > li {
  height: 100%;
  padding: 0;
  cursor: pointer;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby > li .orderby-current {
  display: inline-flex;
  height: 100%;
  padding-right: 10px;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.7;
  transition: all 200ms ease 0s;
  align-items: center;
  justify-content: flex-start;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby ul.dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 5;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 240px;
  margin: 0;
  padding: 0;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25);
  list-style: none;
  transition: all 200ms ease 0s;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby ul.dropdown li {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0;
  list-style: none;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby ul.dropdown li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 8px 15px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby ul.dropdown li:first-child a {
  border-width: 0;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby:hover::after {
  transform: rotate(180deg);
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
  list-style: none;
}

section.shop-content .archive-loop-header .woocommerce-ordering .orderby:hover ul.dropdown a:hover, section.shop-content .archive-loop-header .woocommerce-ordering .orderby:hover ul.dropdown a.current {
  color: #fff;
  background: #222;
}

@media only screen and (max-width: 991px) {
  section.shop-content .archive-loop-header .woocommerce-ordering {
    margin-right: 0;
    margin-left: auto;
  }
}

section.shop-content .archive-loop-header .woocommerce-result-count {
  display: inline-flex;
  display: none;
  flex-flow: row wrap;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

section.shop-content .archive-loop-header .kft-products-per-page {
  display: inline-flex;
  flex-direction: row;
  margin-right: 30px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}

section.shop-content .archive-loop-header .kft-products-per-page > span {
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
}

section.shop-content .archive-loop-header .kft-products-per-page .per-page-options {
  position: relative;
  margin-left: 5px;
  padding-right: 4px;
}

section.shop-content .archive-loop-header .kft-products-per-page .per-page-options > a {
  display: inline-flex;
  padding: 0 5px;
  color: #999;
  align-items: center;
}

section.shop-content .archive-loop-header .kft-products-per-page .per-page-options > a:hover, section.shop-content .archive-loop-header .kft-products-per-page .per-page-options > a.chosen {
  color: #222;
}

section.shop-content .archive-loop-header .kft-products-per-page .per-page-options .per-page-divider:last-child {
  display: none;
}

section.shop-content .archive-loop-header .kft-filters-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-left: 30px;
}

section.shop-content .archive-loop-header .kft-filters-button a {
  color: #222;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5rem;
}

section.shop-content .archive-loop-header .kft-filters-button a::before {
  margin-right: 5px;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 991px) {
  section.shop-content .archive-loop-header .kft-products-per-page,
  section.shop-content .archive-loop-header .woocommerce-result-count,
  section.shop-content .archive-loop-header .grid_list_nav {
    display: none;
  }
  section.shop-content .archive-loop-header .kft-filters-button {
    margin-left: 0;
  }
}

section.shop-content .woocommerce .products.list .product {
  display: flex;
  flex-direction: row;
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  align-items: stretch;
}

section.shop-content .woocommerce .products.list .product:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

section.shop-content .woocommerce .products.list .product__images {
  max-width: 270px;
  flex: 0 0 auto;
  margin-right: 15px;
}

section.shop-content .woocommerce .products.list .product__images .kft-add-to-cart {
  display: none;
}

section.shop-content .woocommerce .products.list .product__meta {
  padding-left: 20px;
  border-left: none;
  text-align: left;
  flex: 1 1 auto;
}

section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons {
  display: block;
}

section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .kft-add-to-cart {
  display: inline-block;
  position: relative;
}

section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .kft-add-to-cart a {
  padding: 7px 20px;
  border: none;
  color: #fff;
  background: #222;
  line-height: 1.875rem;
  text-align: center;
}

section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .kft-add-to-cart a::before {
  display: none;
}

section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .quickview,
section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .yith-wcwl-add-to-wishlist,
section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .compare,
section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .kft-wishlist,
section.shop-content .woocommerce .products.list .product__meta .kft-product-buttons .kft-compare {
  display: none;
}

section.shop-content .woocommerce .products.list .product__meta .color-swatches {
  display: none;
}

section.shop-content .woocommerce .products.list .product .star-rating {
  margin-right: 0;
  margin-left: 0;
}

section.shop-content .woocommerce .products.list .product .star-rating a {
  color: #444;
}

section.shop-content .woocommerce .products.list .product h3.product-name {
  margin: 10px 0 5px;
  color: #222;
  font-size: 1.25rem;
  font-weight: 600;
}

section.shop-content .woocommerce .products.list .product .product-categories {
  margin-bottom: 10px;
}

section.shop-content .woocommerce .products.list .product .short-description {
  display: block !important;
  margin-top: 17px;
  margin-bottom: 25px;
  line-height: 24px;
}

section.shop-content .woocommerce-product-search {
  position: relative;
}

section.shop-content .woocommerce-product-search label {
  display: none;
}

section.shop-content .woocommerce-product-search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 50px;
  padding: 0;
  border: none;
  color: #777;
  background-color: transparent;
  font-size: 0;
  font-weight: 400;
}

section.shop-content .woocommerce-product-search button[type="submit"]::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
}

body.shop-loading .shop-content {
  visibility: visible;
  position: relative;
}

body.shop-loading .shop-content::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 36px !important;
  height: 36px !important;
  margin-top: -18px;
  margin-left: -18px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.shop-loading .shop-content::before {
  z-index: 200;
  top: 0;
  margin-top: 60px;
}

body.shop-loading .shop-content::after {
  display: block !important;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  content: "";
}

.kft-filter-sidebar .kft-filters-content {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.kft-filter-sidebar .kft-close-popup {
  visibility: visible;
  opacity: 1;
}

.kft-filters-content {
  display: flex;
  visibility: hidden;
  overflow: hidden;
  flex-direction: column;
  position: fixed !important;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  width: 340px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translate3d(-340px, 0, 0);
}

.kft-filters-content .filter-content {
  overflow-y: auto;
  padding-top: 30px;
}

.kft-filters-content .filter-content .sidebar-widget {
  padding-right: 30px;
  padding-left: 30px;
}

.lanzo-active-filters {
  display: flex;
  margin-top: -10px;
  margin-right: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.lanzo-active-filters .lanzo-clear-filter {
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
}

.lanzo-active-filters .lanzo-clear-filter__content {
  display: inline-flex;
  height: 36px;
  padding: 0 16px;
  border-radius: 20px;
  color: #fff;
  background: #222;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.lanzo-active-filters .lanzo-clear-filter__content::after{
  padding-right: 6px;
  font-size: 18px;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.lanzo-active-filters .widget_layered_nav_filters h2 {
  display: none;
}

.lanzo-active-filters .widget_layered_nav_filters ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lanzo-active-filters .widget_layered_nav_filters ul li {
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
}

.lanzo-active-filters .widget_layered_nav_filters ul li a {
  display: inline-flex;
  height: 36px;
  padding: 0 16px;
  border-radius: 20px;
  color: #fff;
  background: #222;
  font-size: 0.875rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

.lanzo-active-filters .widget_layered_nav_filters ul li a::before {
  padding-right: 6px;
  font-size: 18px;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close-sidebar {
  display: flex;
  position: relative;
  padding-right: 45px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}

.close-sidebar > span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.close-sidebar::before {
  position: absolute;
  right: -1px;
  bottom: 0;
  left: -1px;
  height: 2px;
  background: #e5e5e5;
  content: "";
}

.close-sidebar::after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: auto;
  left: auto;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  content: "×";
}

.close-sidebar:hover, .close-sidebar:focus {
  color: inherit;
}

body .woocommerce .products {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

body .woocommerce .products::after {
  display: block;
  clear: both;
  content: "";
}

body .woocommerce .products .product {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body .woocommerce .products > .list-categories {
  width: 100%;
}

body .woocommerce.columns-1 .product,
body .woocommerce.columns-1 .product-category {
  max-width: 100%;
  flex-basis: 100%;
}

body .woocommerce.columns-2 .product,
body .woocommerce.columns-2 .product-category {
  max-width: 50%;
  flex-basis: 50%;
}

body .woocommerce.columns-3 .product,
body .woocommerce.columns-3 .product-category {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

body .woocommerce.columns-4 .product,
body .woocommerce.columns-4 .product-category {
  max-width: 25%;
  flex-basis: 25%;
}

body .woocommerce.columns-5 .product,
body .woocommerce.columns-5 .product-category {
  max-width: 20%;
  flex-basis: 20%;
}

body .woocommerce.columns-6 .product,
body .woocommerce.columns-6 .product-category {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

body .woocommerce.columns-7 .product,
body .woocommerce.columns-7 .product-category {
  max-width: 14.2857142857%;
  flex-basis: 14.2857142857%;
}

body .woocommerce.columns-8 .product,
body .woocommerce.columns-8 .product-category {
  max-width: 12.5%;
  flex-basis: 12.5%;
}

@media (max-width: 1024px) {
  body .woocommerce.columns-3 .product,
  body .woocommerce.columns-3 .product-category {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  body .woocommerce.columns-4 .product,
  body .woocommerce.columns-4 .product-category {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  body .woocommerce.columns-5 .product,
  body .woocommerce.columns-5 .product-category {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  body .woocommerce.columns-6 .product,
  body .woocommerce.columns-6 .product-category {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  body .woocommerce.columns-7 .product,
  body .woocommerce.columns-7 .product-category {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  body .woocommerce.columns-8 .product,
  body .woocommerce.columns-8 .product-category {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (max-width: 575px) {
  body .woocommerce.columns-3 .product,
  body .woocommerce.columns-3 .product-category {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body .woocommerce.columns-4 .product,
  body .woocommerce.columns-4 .product-category {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body .woocommerce.columns-5 .product,
  body .woocommerce.columns-5 .product-category {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body .woocommerce.columns-6 .product,
  body .woocommerce.columns-6 .product-category {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body .woocommerce.columns-7 .product,
  body .woocommerce.columns-7 .product-category {
    max-width: 50%;
    flex: 0 0 50%;
  }
  body .woocommerce.columns-8 .product,
  body .woocommerce.columns-8 .product-category {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

div.products .product {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

div.products .product__images {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.siway-cross-sells div.products .product__images > a > img,
.up-sells div.products .product__images > a > img {
  border-style: solid;
  border-width: thin;
}

div.products .product__images > a > img {
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  pointer-events: visible;
  width: 100%;
}
/* modify opacity: 0!important; 19/05/2023 */
div.products .product__images > a .hover-image {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

div.products .product__images .product-labels {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  text-align: center;
  align-items: center;
}

div.products .product__images .product-labels > span {
  display: inline-flex;
  clear: both;
  overflow: hidden;
  min-width: 46px;
  min-height: 46px;
  padding: 0.375rem;
  border-radius: 100%;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

div.products .product__images .product-labels > span.featured {
  background-color: rgba(251, 57, 57, 0.8);
}

div.products .product__images .product-labels > span.onsale {
  z-index: 1;
  background: #62ce96;
}

div.products .product__images .product-labels > span.onsale + .featured {
  z-index: 0;
  margin-top: -5px;
}

div.products .product__images .product-labels > span.out-of-stock {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b5b5b5;
  text-transform: inherit;
}

div.products .product__images .kft-product-buttons {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  transform: translate3d(-50%, 120%, 0);
  flex-wrap: nowrap;
  /** YITH Wishlist */
}

div.products .product__images .kft-product-buttons a.compare,
div.products .product__images .kft-product-buttons a.kft-compare,
div.products .product__images .kft-product-buttons a.kft-wishlist,
div.products .product__images .kft-product-buttons a.quickview,
div.products .product__images .kft-product-buttons .kft-add-to-cart > a,
div.products .product__images .kft-product-buttons .yith-wcwl-add-button .add_to_wishlist,
div.products .product__images .kft-product-buttons .yith-wcwl-wishlistaddedbrowse a,
div.products .product__images .kft-product-buttons .yith-wcwl-wishlistexistsbrowse a {
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  color: #222;
  background-color: #fff;
  font-size: 0;
  font-weight: 400;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

div.products .product__images .kft-product-buttons .kft-wishlist:hover, div.products .product__images .kft-product-buttons .kft-wishlist.added {
  color: #fff;
  background: #222;
}

div.products .product__images .kft-product-buttons .kft-wishlist::before {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
}

div.products .product__images .kft-product-buttons .kft-wishlist.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

div.products .product__images .kft-product-buttons .kft-wishlist.loading:hover::before {
  border-color: #fff;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist {
  margin: 0;
  padding: 0;
  font-size: 0;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > img {
  display: none !important;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist::before {
  font-family: "lanzo-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist:hover {
  color: #fff;
  background: #222;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist {
  position: relative;
  transition: all 0ms ease;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:hover::before {
  border-color: #fff;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  align-items: center;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback,
div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
  display: none;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  color: #fff;
  background-color: #222;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before,
div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before {
  font-family: "lanzo-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1;
}

div.products .product__images .kft-product-buttons .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}

div.products .product__images .kft-product-buttons .compare:hover, div.products .product__images .kft-product-buttons .compare.added,
div.products .product__images .kft-product-buttons .kft-compare:hover,
div.products .product__images .kft-product-buttons .kft-compare.added {
  color: #fff;
  background: #222;
}

div.products .product__images .kft-product-buttons .compare::before,
div.products .product__images .kft-product-buttons .kft-compare::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
}

div.products .product__images .kft-product-buttons .compare.loading::before,
div.products .product__images .kft-product-buttons .kft-compare.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

div.products .product__images .kft-product-buttons .compare.loading:hover::before,
div.products .product__images .kft-product-buttons .kft-compare.loading:hover::before {
  border-color: #fff;
}

div.products .product__images .kft-product-buttons .quickview:hover {
  color: #fff;
  background: #222;
}

div.products .product__images .kft-product-buttons .quickview::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
}

div.products .product__images .kft-product-buttons .quickview.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

div.products .product__images .kft-product-buttons .quickview.loading:hover::before {
  border-color: #fff;
}

div.products .product__images .kft-product-buttons .kft-add-to-cart > a:hover {
  color: #fff;
  background: #222;
}

div.products .product__images .kft-product-buttons .kft-add-to-cart > a span {
  display: none;
}

div.products .product__images .kft-product-buttons .kft-add-to-cart > a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
}

div.products .product__images .kft-product-buttons .kft-add-to-cart > a.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

div.products .product__images .kft-product-buttons .kft-add-to-cart > a.loading:hover::before {
  border-color: #fff;
}

div.products .product__images .kft-product-buttons .kft-add-to-cart .added_to_cart {
  display: none;
}

div.products .product__images:hover > a .hover-image {
  visibility: visible;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: visible;
}

div.products .product__meta {
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

div.products .product__meta .product-title {
  margin-bottom: 5px;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

div.products .product__meta .product-title a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

div.products .product__meta .price {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

div.products .product__meta .product-categories {
  margin-bottom: 5px;
}

div.products .product__meta .product-categories a {
  color: #888;
}

div.products .product__meta .color-swatches {
  display: flex;
  margin: 0;
  margin-top: 10px;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}

div.products .product__meta .color-swatches .color-swatch:not(.color-text) {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 8px;
  border-radius: 100%;
  background-size: cover;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

div.products .product__meta .color-swatches .color-swatch:not(.color-text).chosen::after {
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 1px solid #444;
  border-radius: 100%;
  content: "";
}

div.products .product__meta .kft-product-buttons {
  display: none;
}

div.products .product:hover .product__images .kft-product-buttons {
  transition: all 0.3s ease;
  transform: translate3d(-50%, -20px, 0);
}

@media only screen and (max-width: 575px) {
  body.single-product .woocommerce-message,
  body.single-product .woocommerce-error,
  .quick-view-wrapper .woocommerce-message,
  .quick-view-wrapper .woocommerce-error {
    margin-bottom: 0 !important;
  }
}

body.single-product .product .entry-summary,
.quick-view-wrapper .product .entry-summary {
  /** YITH */
}

body.single-product .product .entry-summary a.kft-wishlist,
.quick-view-wrapper .product .entry-summary a.kft-wishlist {
  display: inline-flex;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: left;
  vertical-align: middle;
  text-transform: inherit;
}

body.single-product .product .entry-summary a.kft-wishlist::before,
.quick-view-wrapper .product .entry-summary a.kft-wishlist::before {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
}

body.single-product .product .entry-summary a.kft-wishlist.loading::before,
.quick-view-wrapper .product .entry-summary a.kft-wishlist.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.single-product .product .entry-summary a.kft-wishlist.loading::before,
.quick-view-wrapper .product .entry-summary a.kft-wishlist.loading::before {
  position: relative !important;
  top: auto;
  right: 5px;
  left: auto;
  width: 16px !important;
  height: 16px !important;
  margin: 0;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  color: #222;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  text-align: left;
  vertical-align: middle;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > img,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > img {
  display: none !important;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist {
  display: flex;
  transition: all 0ms ease;
  align-items: center;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist::before,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 0.875rem;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist {
  padding-left: 5px;
  transition: all 0ms ease;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist::before,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist::before,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist::before {
  position: relative !important;
  top: auto;
  right: 5px;
  left: auto;
  margin: 0;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  display: flex;
  align-items: center;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
  display: inline-flex;
  align-items: center;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback::before,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  font-size: 0.875rem;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: flex !important;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
  display: flex;
  font-size: 0;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback::before,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 0.875rem;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback + a,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback + a {
  display: block;
  padding-left: 5px;
}

body.single-product .product .entry-summary .yith-wcwl-add-to-wishlist + .clear,
.quick-view-wrapper .product .entry-summary .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}

body.single-product .product .entry-summary a.compare,
body.single-product .product .entry-summary a.kft-compare,
.quick-view-wrapper .product .entry-summary a.compare,
.quick-view-wrapper .product .entry-summary a.kft-compare {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: left;
  vertical-align: middle;
  text-transform: inherit;
}

body.single-product .product .entry-summary a.compare:hover,
body.single-product .product .entry-summary a.kft-compare:hover,
.quick-view-wrapper .product .entry-summary a.compare:hover,
.quick-view-wrapper .product .entry-summary a.kft-compare:hover {
  background-color: transparent;
}

body.single-product .product .entry-summary a.compare::before,
body.single-product .product .entry-summary a.kft-compare::before,
.quick-view-wrapper .product .entry-summary a.compare::before,
.quick-view-wrapper .product .entry-summary a.kft-compare::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

body.single-product .product .entry-summary a.compare > i,
body.single-product .product .entry-summary a.kft-compare > i,
.quick-view-wrapper .product .entry-summary a.compare > i,
.quick-view-wrapper .product .entry-summary a.kft-compare > i {
  margin-right: 5px;
  font-weight: inherit;
}

body.single-product .product .entry-summary a.compare.loading::before,
body.single-product .product .entry-summary a.kft-compare.loading::before,
.quick-view-wrapper .product .entry-summary a.compare.loading::before,
.quick-view-wrapper .product .entry-summary a.kft-compare.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.single-product .product .entry-summary a.compare.loading::before,
body.single-product .product .entry-summary a.kft-compare.loading::before,
.quick-view-wrapper .product .entry-summary a.compare.loading::before,
.quick-view-wrapper .product .entry-summary a.kft-compare.loading::before {
  position: relative !important;
  top: auto;
  right: 5px;
  left: auto;
  width: 16px !important;
  height: 16px !important;
  margin: 0;
}

@media (max-width: 1024px) {
  body.single-product .product .entry-summary a.compare,
  body.single-product .product .entry-summary a.kft-compare,
  .quick-view-wrapper .product .entry-summary a.compare,
  .quick-view-wrapper .product .entry-summary a.kft-compare {
    display: none;
  }
}

body.single-product .product .entry-summary .stock,
.quick-view-wrapper .product .entry-summary .stock {
  margin: 0;
  margin-bottom: 10px;
  color: #777;
  font-size: 0.9375rem;
  line-height: 1rem;
}

body.single-product .product .entry-summary.summary,
.quick-view-wrapper .product .entry-summary.summary {
  float: left;
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  body.single-product .product .entry-summary.summary,
  .quick-view-wrapper .product .entry-summary.summary {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}

body.single-product .product .entry-summary .product-share,
.quick-view-wrapper .product .entry-summary .product-share {
  position: relative;
  padding: 0;
}

body.single-product .product .entry-summary .product-share-title,
.quick-view-wrapper .product .entry-summary .product-share-title {
  display: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
}

body.single-product .product .entry-summary .product-share .social-sharing,
.quick-view-wrapper .product .entry-summary .product-share .social-sharing {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  justify-content: flex-start;
}

body.single-product .product .entry-summary .product-share .social-sharing li,
.quick-view-wrapper .product .entry-summary .product-share .social-sharing li {
  margin: 0;
  margin-right: 7px;
  padding: 0;
}

body.single-product .product .entry-summary .product-share .social-sharing li a,
.quick-view-wrapper .product .entry-summary .product-share .social-sharing li a {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #777;
  border-radius: inherit;
  border-radius: 100%;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

body.single-product .product .entry-summary .product-share .social-sharing li a i,
.quick-view-wrapper .product .entry-summary .product-share .social-sharing li a i {
  color: #777;
}

body.single-product .product .entry-summary .product-share .social-sharing li:last-child,
.quick-view-wrapper .product .entry-summary .product-share .social-sharing li:last-child {
  margin-right: 0;
}

body.single-product .product .entry-summary .product-meta,
.quick-view-wrapper .product .entry-summary .product-meta {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 8px;
  border-top: 1px solid #ebebeb;
}

body.single-product .product .entry-summary .product-meta .product-single-cats,
body.single-product .product .entry-summary .product-meta .product-single-tags,
body.single-product .product .entry-summary .product-meta .product-sku,
.quick-view-wrapper .product .entry-summary .product-meta .product-single-cats,
.quick-view-wrapper .product .entry-summary .product-meta .product-single-tags,
.quick-view-wrapper .product .entry-summary .product-meta .product-sku {
  margin-right: 20px;
  margin-bottom: 6px;
}

body.single-product .product .entry-summary .product-meta .product-single-cats > span,
body.single-product .product .entry-summary .product-meta .product-single-tags > span,
.quick-view-wrapper .product .entry-summary .product-meta .product-single-cats > span,
.quick-view-wrapper .product .entry-summary .product-meta .product-single-tags > span {
  font-size: 0.9375rem;
}

body.single-product .product .entry-summary .product-meta .product-single-cats > span:first-child,
body.single-product .product .entry-summary .product-meta .product-single-tags > span:first-child,
.quick-view-wrapper .product .entry-summary .product-meta .product-single-cats > span:first-child,
.quick-view-wrapper .product .entry-summary .product-meta .product-single-tags > span:first-child {
  margin-right: 4px;
  color: #777;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

body.single-product .product .entry-summary .product-meta__start,
.quick-view-wrapper .product .entry-summary .product-meta__start {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

body.single-product .product .entry-summary .product-meta .product-sku,
.quick-view-wrapper .product .entry-summary .product-meta .product-sku {
  margin-right: auto;
  color: #777;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

body.single-product .product .entry-summary .product-meta .product-sku .sku,
.quick-view-wrapper .product .entry-summary .product-meta .product-sku .sku {
  margin-right: 4px;
  color: inherit;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 400;
}

body.single-product .product .entry-summary .size-guide-btn,
.quick-view-wrapper .product .entry-summary .size-guide-btn {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: left;
  vertical-align: middle;
  text-transform: inherit;
}

body.single-product .product .entry-summary .size-guide-btn i,
.quick-view-wrapper .product .entry-summary .size-guide-btn i {
  margin-right: 3px;
}

body.single-product .product .entry-summary .price,
body.single-product .product .entry-summary span.price,
.quick-view-wrapper .product .entry-summary .price,
.quick-view-wrapper .product .entry-summary span.price {
  margin: 0 0 15px;
  color: #222;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: inherit;
  line-height: 1.4;
}

body.single-product .product .entry-summary .price del::before,
body.single-product .product .entry-summary span.price del::before,
.quick-view-wrapper .product .entry-summary .price del::before,
.quick-view-wrapper .product .entry-summary span.price del::before {
  border-top-width: 2px;
}

body.single-product .product .entry-summary .countdown-timer,
.quick-view-wrapper .product .entry-summary .countdown-timer {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  line-height: 23px;
}

body.single-product .product .entry-summary .countdown-timer > div,
.quick-view-wrapper .product .entry-summary .countdown-timer > div {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  margin-right: 15px;
  color: #222;
  background: transparent !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
}

body.single-product .product .entry-summary .countdown-timer > div .number,
.quick-view-wrapper .product .entry-summary .countdown-timer > div .number {
  font-size: 18px;
  font-weight: 600;
}

body.single-product .product .entry-summary .countdown-timer > div .countdown-meta,
.quick-view-wrapper .product .entry-summary .countdown-timer > div .countdown-meta {
  font-size: 13px;
}

body.single-product .product .product_title,
.quick-view-wrapper .product .product_title {
  margin-bottom: 0.625rem;
  color: #000;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

body.single-product .product .woocommerce-product-details__short-description,
.quick-view-wrapper .product .woocommerce-product-details__short-description {
  margin-bottom: 1.25rem;
  color: #666;
  line-height: 1.7;
}

body.single-product .product .woocommerce-product-details__short-description > p:last-of-type,
.quick-view-wrapper .product .woocommerce-product-details__short-description > p:last-of-type {
  margin-bottom: 0;
}

body.single-product .product form.cart,
.quick-view-wrapper .product form.cart {
  visibility: visible;
  clear: both;
  overflow: hidden;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

body.single-product .product form.cart .add_to_cart_wrapper,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

body.single-product .product form.cart .add_to_cart_wrapper.stripe-button,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper.stripe-button {
  flex-direction: column;
}

body.single-product .product form.cart .add_to_cart_wrapper.stripe-button .quantity,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper.stripe-button .quantity {
  order: 3;
}

body.single-product .product form.cart .add_to_cart_wrapper.stripe-button .single_add_to_cart_button,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper.stripe-button .single_add_to_cart_button {
  order: 4;
}

body.single-product .product form.cart .add_to_cart_wrapper.stripe-button #wc-stripe-payment-request-button-separator + .single_add_to_cart_button,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper.stripe-button #wc-stripe-payment-request-button-separator + .single_add_to_cart_button {
  width: 75%;
  margin-top: -37px;
  margin-bottom: 2.5rem;
  margin-left: 4.5rem;
}

body.single-product .product form.cart .add_to_cart_wrapper.stripe-button #wc-stripe-payment-request-wrapper,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper.stripe-button #wc-stripe-payment-request-wrapper {
  clear: both;
  width: 100%;
  padding-top: 0;
  order: 1;
}

body.single-product .product form.cart .add_to_cart_wrapper.stripe-button #wc-stripe-payment-request-button-separator,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper.stripe-button #wc-stripe-payment-request-button-separator {
  clear: both;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  order: 2;
}

body.single-product .product form.cart .add_to_cart_wrapper .bundle_wrap,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper .bundle_wrap {
  width: 100%;
}

body.single-product .product form.cart .add_to_cart_wrapper .bundle_button,
.quick-view-wrapper .product form.cart .add_to_cart_wrapper .bundle_button {
  display: flex;
  width: 100%;
}

body.single-product .product form.cart .button,
body.single-product .product form.cart p.cart a,
.quick-view-wrapper .product form.cart .button,
.quick-view-wrapper .product form.cart p.cart a {
  display: inline-flex;
  float: none;
  position: relative;
  height: 50px;
  padding: 0 50px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

body.single-product .product form.cart p.cart a::before,
.quick-view-wrapper .product form.cart .button::before,
.quick-view-wrapper .product form.cart p.cart a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "+";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  font-size: 1.125rem;
  font-weight: 400;
  vertical-align: middle;
}

body.single-product .product form.cart .button.loading::before,
body.single-product .product form.cart p.cart a.loading::before,
.quick-view-wrapper .product form.cart .button.loading::before,
.quick-view-wrapper .product form.cart p.cart a.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.single-product .product form.cart .button.loading::before,
body.single-product .product form.cart p.cart a.loading::before,
.quick-view-wrapper .product form.cart .button.loading::before,
.quick-view-wrapper .product form.cart p.cart a.loading::before {
  position: relative;
  top: 4px;
  left: auto;
  border-color: #fff;
}

body.single-product .product form.cart .button:hover,
body.single-product .product form.cart p.cart a:hover,
.quick-view-wrapper .product form.cart .button:hover,
.quick-view-wrapper .product form.cart p.cart a:hover {
  color: #fff !important;
  background-color: #222 !important;
}

body.single-product .product form.cart .added_to_cart,
.quick-view-wrapper .product form.cart .added_to_cart {
  display: none;
  margin-left: 10px;
  padding: 11px 20px;
  border: 2px solid #e5e5e5;
  font-size: 0.875rem;
  line-height: 1;
}

body.single-product .product form.cart .added_to_cart:hover,
.quick-view-wrapper .product form.cart .added_to_cart:hover {
  border-color: #222;
  color: #fff;
  background: #222;
}

body.single-product .product .woocommerce-product-rating,
.quick-view-wrapper .product .woocommerce-product-rating {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: center;
}

body.single-product .product .woocommerce-product-rating .star-rating,
.quick-view-wrapper .product .woocommerce-product-rating .star-rating {
  margin-top: 0;
  margin-right: 5px;
}

body.single-product .product .woocommerce-product-rating .woocommerce-review-link,
.quick-view-wrapper .product .woocommerce-product-rating .woocommerce-review-link {
  opacity: 0.8;
  color: #777;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

body.single-product .product .woocommerce-product-rating .woocommerce-review-link:hover,
.quick-view-wrapper .product .woocommerce-product-rating .woocommerce-review-link:hover {
  opacity: 1;
}

body.single-product .product .product-labels,
.quick-view-wrapper .product .product-labels {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  text-align: center;
  align-items: center;
}

body.single-product .product .product-labels > span,
.quick-view-wrapper .product .product-labels > span {
  display: inline-flex;
  clear: both;
  overflow: hidden;
  min-width: 46px;
  min-height: 46px;
  padding: 0.375rem;
  border-radius: 100%;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

body.single-product .product .product-labels > span.featured,
.quick-view-wrapper .product .product-labels > span.featured {
  background-color: rgba(251, 57, 57, 0.8);
}

body.single-product .product .product-labels > span.onsale,
.quick-view-wrapper .product .product-labels > span.onsale {
  z-index: 1;
  background: #62ce96;
}

body.single-product .product .product-labels > span.onsale + .featured,
.quick-view-wrapper .product .product-labels > span.onsale + .featured {
  z-index: 0;
  margin-top: -5px;
}

body.single-product .product .product-labels > span.out-of-stock,
.quick-view-wrapper .product .product-labels > span.out-of-stock {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b5b5b5;
  text-transform: inherit;
}

body.single-product .product .woocommerce-tabs,
.quick-view-wrapper .product .woocommerce-tabs {
  display: inline-block;
  float: none;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

body.single-product .product .woocommerce-tabs ul.tabs,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

body.single-product .product .woocommerce-tabs ul.tabs li,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs li {
  position: relative;
  margin: 0 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  transition: 0.3s ease all;
}

body.single-product .product .woocommerce-tabs ul.tabs li:first-child,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}

body.single-product .product .woocommerce-tabs ul.tabs li a,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  margin: 0;
  padding: 8px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s;
}

body.single-product .product .woocommerce-tabs ul.tabs li.active > a,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs li.active > a {
  color: #000;
  font-weight: 600;
}

body.single-product .product .woocommerce-tabs ul.tabs li.active::after,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs li.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #000;
  content: "";
}

body.single-product .product .woocommerce-tabs ul.tabs:after, body.single-product .product .woocommerce-tabs ul.tabs:before,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs:after,
.quick-view-wrapper .product .woocommerce-tabs ul.tabs:before {
  content: "";
  margin: auto;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content {
  clear: both;
  margin: 0;
  border: none;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .alura-wc-tab-accordion-title,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .alura-wc-tab-accordion-title {
  display: none;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes {
  margin-bottom: 0;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content > p:last-of-type,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content > p:last-of-type {
  margin-bottom: 0;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr {
  border: none;
  vertical-align: middle;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr th,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr th {
  color: inherit;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr td,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr th,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr td,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr th {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  text-transform: none;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr td p,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr th p,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr td p,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr th p {
  margin: 0;
  padding: 0;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr:last-child td,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr:last-child th,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr:last-child td,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .shop_attributes tr:last-child th {
  border: 1px solid #e5e5e5;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments {
  max-width: 50%;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 1 50%;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .woocommerce-Reviews-title,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .woocommerce-noreviews,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .woocommerce-noreviews {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist {
  margin: 0;
  list-style-type: none;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment {
  margin-bottom: 1.25rem;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .avatar,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .avatar,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .avatar,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text p.meta,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text p.meta {
  margin: 0;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__author,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text p.meta .woocommerce-review__author,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__author,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text p.meta .woocommerce-review__author {
  color: #222;
  font-size: 0.9375rem;
  font-weight: bold;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__published-date,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text p.meta .woocommerce-review__published-date,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__published-date,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text p.meta .woocommerce-review__published-date {
  font-size: 0.875rem;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description {
  font-size: 0.9375rem;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description p,
body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description p,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description p,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description p {
  margin-bottom: 0;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment-text,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .commentlist .comment-text {
  display: flex;
  flex-direction: column;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .woocommerce-pagination > ul,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments .woocommerce-pagination > ul {
  justify-content: flex-start;
  list-style: none;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper {
  max-width: 50%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 1 50%;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
  display: block;
  margin-bottom: 20px;
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form {
  padding: 0;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form label,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form label {
  margin-right: 10px;
  font-size: 0.9375rem;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-notes,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-notes {
  font-size: 0.9375rem;
  line-height: 1.4;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating {
  margin-bottom: 10px;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars {
  font-size: 1.125rem;
  line-height: 1.7px;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars a,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars a {
  width: 20px;
  height: 20px;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form > p,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form > p {
  margin-bottom: 10px;
}

body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .form-submit,
.quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper #review_form .form-submit {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments,
  body.single-product .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper,
  .quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #comments,
  .quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content .woocommerce-Reviews #review_form_wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion ul.tabs,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion ul.tabs {
  display: none;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.25s ease;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:after,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:after {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 15px;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title.active,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title.active {
  color: #000;
  font-weight: 600;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title.active:after,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title.active:after {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:hover, body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:focus,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:hover,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:focus {
  color: inherit;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-content,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-content {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
}

body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-content .woocommerce-Tabs-panel,
.quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-content .woocommerce-Tabs-panel {
  padding-bottom: 20px;
}

body.single-product .product .product-gallery,
.quick-view-wrapper .product .product-gallery {
  float: left;
  overflow: hidden;
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}

body.single-product .product .product-gallery .product-images-wrapper,
.quick-view-wrapper .product .product-gallery .product-images-wrapper {
  position: relative;
  margin-bottom: 15px;
}

body.single-product .product .product-gallery .product-images-wrapper .images,
.quick-view-wrapper .product .product-gallery .product-images-wrapper .images {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.single-product .product .product-gallery .product-images-wrapper img,
.quick-view-wrapper .product .product-gallery .product-images-wrapper img {
  width: 100%;
  opacity: 1;
}

body.single-product .product .product-gallery .thumbnails .product-thumbnails.row,
.quick-view-wrapper .product .product-gallery .thumbnails .product-thumbnails.row {
  min-width: 100%;
  min-height: 100px;
  margin-right: -8px;
  margin-left: -8px;
}

body.single-product .product .product-gallery .thumbnails .product-thumbnails.row .thumbnail-image,
.quick-view-wrapper .product .product-gallery .thumbnails .product-thumbnails.row .thumbnail-image {
  padding-right: 8px;
  padding-left: 8px;
}

body.single-product .product .product-gallery .thumbnails .product-thumbnails.row .thumbnail-image a,
.quick-view-wrapper .product .product-gallery .thumbnails .product-thumbnails.row .thumbnail-image a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(0);
}

@media screen and (min-width: 992px) {
  body.single-product .product .product-gallery .thumbnails.vertical-thumbnail,
  .quick-view-wrapper .product .product-gallery .thumbnails.vertical-thumbnail {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
    order: -1;
  }
  body.single-product .product .product-gallery .thumbnails.vertical-thumbnail::-webkit-scrollbar,
  .quick-view-wrapper .product .product-gallery .thumbnails.vertical-thumbnail::-webkit-scrollbar {
    display: none;
  }
  body.single-product .product .product-gallery .thumbnails.vertical-thumbnail .flickity-viewport,
  body.single-product .product .product-gallery .thumbnails.vertical-thumbnail .flickity-slider,
  .quick-view-wrapper .product .product-gallery .thumbnails.vertical-thumbnail .flickity-viewport,
  .quick-view-wrapper .product .product-gallery .thumbnails.vertical-thumbnail .flickity-slider {
    overflow: visible !important;
    position: relative !important;
    height: auto !important;
    transform: none !important;
  }
  body.single-product .product .product-gallery .thumbnails.vertical-thumbnail .thumbnail-image,
  .quick-view-wrapper .product .product-gallery .thumbnails.vertical-thumbnail .thumbnail-image {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin-left: 1px;
    padding: 0 0 15px !important;
  }
  body.single-product .product .product-gallery .thumbnails.vertical-thumbnail .thumbnail-image:last-child,
  .quick-view-wrapper .product .product-gallery .thumbnails.vertical-thumbnail .thumbnail-image:last-child {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  body.single-product .product .product-gallery,
  .quick-view-wrapper .product .product-gallery {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  body.single-product .product .product-gallery > div,
  .quick-view-wrapper .product .product-gallery > div {
    margin: 0;
    padding: 0;
  }
}

body.single-product .product.product-type-external .add_to_cart_wrapper,
.quick-view-wrapper .product.product-type-external .add_to_cart_wrapper {
  margin-bottom: 30px;
}

body.single-product .product.product-type-grouped .group_table,
.quick-view-wrapper .product.product-type-grouped .group_table {
  border: none;
  table-layout: fixed;
}

body.single-product .product.product-type-grouped .group_table tr,
.quick-view-wrapper .product.product-type-grouped .group_table tr {
  border: none;
}

body.single-product .product.product-type-grouped .group_table tr td,
.quick-view-wrapper .product.product-type-grouped .group_table tr td {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  vertical-align: middle;
}

body.single-product .product.product-type-grouped .group_table tr td:first-child,
.quick-view-wrapper .product.product-type-grouped .group_table tr td:first-child {
  padding-left: 0;
  text-align: left;
}

body.single-product .product.product-type-grouped .group_table tr td:last-child,
.quick-view-wrapper .product.product-type-grouped .group_table tr td:last-child {
  padding-right: 0;
  text-align: right;
}

body.single-product .product.product-type-grouped .group_table tr td.product-quantity,
.quick-view-wrapper .product.product-type-grouped .group_table tr td.product-quantity {
  width: 140px;
}

body.single-product .product.product-type-grouped .group_table tr td a.product_type_external, body.single-product .product.product-type-grouped .group_table tr td a.product_type_simple, body.single-product .product.product-type-grouped .group_table tr td a.product_type_variable,
.quick-view-wrapper .product.product-type-grouped .group_table tr td a.product_type_external,
.quick-view-wrapper .product.product-type-grouped .group_table tr td a.product_type_simple,
.quick-view-wrapper .product.product-type-grouped .group_table tr td a.product_type_variable {
  position: relative;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  color: #222;
  background-color: #eee;
  font-size: 0;
  text-align: center;
}

body.single-product .product.product-type-grouped .group_table tr td a.product_type_variable::before,
.quick-view-wrapper .product.product-type-grouped .group_table tr td a.product_type_variable::before {
  margin: 0;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in-out 0.4s;
}

body.single-product .product.product-type-grouped .group_table tr td a.product_type_external::before,
.quick-view-wrapper .product.product-type-grouped .group_table tr td a.product_type_external::before {
  margin: 0;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in-out 0.4s;
}

body.single-product .product.product-type-grouped .group_table tr td.product-name label,
.quick-view-wrapper .product.product-type-grouped .group_table tr td.product-name label {
  padding: 0;
}

body.single-product .product.product-type-grouped .group_table tr td.product-name label a,
.quick-view-wrapper .product.product-type-grouped .group_table tr td.product-name label a {
  color: inherit;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}

body.single-product .product.product-type-grouped .group_table tr td.price,
.quick-view-wrapper .product.product-type-grouped .group_table tr td.price {
  margin-bottom: 0;
  color: #222;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: right;
}

body.single-product .product.product-type-grouped .group_table tr td.price .stock,
.quick-view-wrapper .product.product-type-grouped .group_table tr td.price .stock {
  margin: 0;
  color: #999;
  font-weight: normal;
}

body.single-product .product.product-type-variable .variations_form .variations,
.quick-view-wrapper .product.product-type-variable .variations_form .variations {
  position: relative;
  margin-bottom: 0;
  border: none;
}

body.single-product .product.product-type-variable .variations_form .variations tr,
.quick-view-wrapper .product.product-type-variable .variations_form .variations tr {
  border: none;
}

body.single-product .product.product-type-variable .variations_form .variations td,
.quick-view-wrapper .product.product-type-variable .variations_form .variations td {
  padding: 0;
  padding-bottom: 20px;
  border: none;
  vertical-align: middle;
}

body.single-product .product.product-type-variable .variations_form .variations td.label label,
.quick-view-wrapper .product.product-type-variable .variations_form .variations td.label label {
  margin-right: 20px;
  margin-bottom: 0;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 400;
  white-space: nowrap;
  text-transform: capitalize;
}



body.single-product .product.product-type-variable .variations_form .variations td.value,
.quick-view-wrapper .product.product-type-variable .variations_form .variations td.value {
  position: relative;
  width: 100%;
}

body.single-product .product.product-type-variable .variations_form .variations td.value select,
.quick-view-wrapper .product.product-type-variable .variations_form .variations td.value select {
  display: inline-block;
  max-width: 260px;
}

body.single-product .product.product-type-variable .variations_form .variations td.value .reset_variations,
.quick-view-wrapper .product.product-type-variable .variations_form .variations td.value .reset_variations {
  display: inline-flex !important;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  color: #444;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  align-items: center;
}

body.single-product .product.product-type-variable .variations_form .variations td.value .reset_variations::before,
.quick-view-wrapper .product.product-type-variable .variations_form .variations td.value .reset_variations::before {
  font-family: inherit;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "×";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 20px;
  font-weight: 400;
}

body.single-product .product.product-type-variable .variations_form .woocommerce-variation-price,
.quick-view-wrapper .product.product-type-variable .variations_form .woocommerce-variation-price {
  margin-bottom: 20px;
}

body.single-product .product.product-type-variable .variations_form .single_variation_wrap,
.quick-view-wrapper .product.product-type-variable .variations_form .single_variation_wrap {
  width: 100%;
  margin-top: 10px;
}

body.single-product .product.product-type-variable .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
.quick-view-wrapper .product.product-type-variable .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  width: 100%;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  vertical-align: top;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option {
  margin-right: 15px;
  margin-bottom: 5px;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option a,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option a {
  display: inline-block;
  position: relative;
  min-width: 24px;
  min-height: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option a:hover,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option a:hover {
  color: #000;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.color > a,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.color > a {
  border-radius: 100%;
  font-size: 0;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.color[data-variation="white"] > a,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.color[data-variation="white"] > a {
  border: 1px solid #000;
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.selected.color a::after,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.selected.color a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #222;
  content: "";
}

body.single-product .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.selected:not(.color) a,
.quick-view-wrapper .product.product-type-variable .variations_form .kft-product-attribute .variation-product__option.selected:not(.color) a {
  border-bottom: 2px solid #222;
}

body.single-product .kft-nav-product > a,
.quick-view-wrapper .kft-nav-product > a {
  display: inline-block;
  position: fixed;
  z-index: 10;
  z-index: 4;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #e5e5e5;
  text-align: center;
}

body.single-product .kft-nav-product > a.prev,
.quick-view-wrapper .kft-nav-product > a.prev {
  left: 50px;
}

body.single-product .kft-nav-product > a.prev .nav-product,
.quick-view-wrapper .kft-nav-product > a.prev .nav-product {
  right: auto;
  left: 40px;
}

body.single-product .kft-nav-product > a.next,
.quick-view-wrapper .kft-nav-product > a.next {
  right: 50px;
}

body.single-product .kft-nav-product > a.next .nav-product,
.quick-view-wrapper .kft-nav-product > a.next .nav-product {
  right: 40px;
}

body.single-product .kft-nav-product a:hover .nav-product,
.quick-view-wrapper .kft-nav-product a:hover .nav-product {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}

body.single-product .kft-nav-product a .nav-product,
.quick-view-wrapper .kft-nav-product a .nav-product {
  display: flex;
  align-items: center;
  visibility: hidden;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 250px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  line-height: 20px;
  text-align: left;
  transition: all 0.25s ease;
  transform: translateY(-25px);
  pointer-events: none;
}

body.single-product .kft-nav-product > a.prev::before,
.quick-view-wrapper .kft-nav-product > a.prev::before {
  content: "\e605";
}

body.single-product .kft-nav-product > a::before,
.quick-view-wrapper .kft-nav-product > a::before {
  font-family: "simple-line-icons";
  font-weight: 300;
  line-height: 40px;
}

body.single-product .kft-nav-product > a.next::before,
.quick-view-wrapper .kft-nav-product > a.next::before {
  content: "\e606";
}

body.single-product .kft-nav-product a .nav-product .product-image,
.quick-view-wrapper .kft-nav-product a .nav-product .product-image {
  width: 80px;
}

body.single-product .kft-nav-product a .nav-product .product-description,
.quick-view-wrapper .kft-nav-product a .nav-product .product-description {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  flex: 1;
}

body.single-product .kft-nav-product a .nav-product .product-description .product-title,
.quick-view-wrapper .kft-nav-product a .nav-product .product-description .product-title {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  color: #444;
  font-size: 16px;
  font-weight: normal;
}

.woocommerce .cross-sells,
.woocommerce section.related,
.woocommerce section.upsells,
.woocommerce-page .cross-sells,
.woocommerce-page section.related,
.woocommerce-page section.upsells {
  margin-bottom: 30px;
}

.woocommerce .cross-sells .products,
.woocommerce section.related .products,
.woocommerce section.upsells .products,
.woocommerce-page .cross-sells .products,
.woocommerce-page section.related .products,
.woocommerce-page section.upsells .products {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.woocommerce .cross-sells .products .product,
.woocommerce section.related .products .product,
.woocommerce section.upsells .products .product,
.woocommerce-page .cross-sells .products .product,
.woocommerce-page section.related .products .product,
.woocommerce-page section.upsells .products .product {
  width: 100%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
}

@media only screen and (max-width: 991px) {
  .woocommerce .cross-sells .products .product,
  .woocommerce section.related .products .product,
  .woocommerce section.upsells .products .product,
  .woocommerce-page .cross-sells .products .product,
  .woocommerce-page section.related .products .product,
  .woocommerce-page section.upsells .products .product {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce .cross-sells .products .product,
  .woocommerce section.related .products .product,
  .woocommerce section.upsells .products .product,
  .woocommerce-page .cross-sells .products .product,
  .woocommerce-page section.related .products .product,
  .woocommerce-page section.upsells .products .product {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.woocommerce .cross-sells > h2,
.woocommerce section.related > h2,
.woocommerce section.upsells > h2,
.woocommerce-page .cross-sells > h2,
.woocommerce-page section.related > h2,
.woocommerce-page section.upsells > h2 {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.5px;
	
}

/* (c) Joyce. */
body.woocommerce-cart .cart-content .cart-collaterals .cart_totals {
  padding: 20px;
  border: 1px dashed #e5e5e5;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals h2 {
  margin: 0;
  margin-bottom: 0.625rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table {
  margin-bottom: 0;
  border: none;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr th {
  width: 60px;
  padding-right: 70px;
  color: #222;
  vertical-align: top;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr td {
  color: #777;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr td,
body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
  color: #222;
  font-weight: bold;
  text-align: right;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.cart-discount td {
  color: #222;
  font-weight: 600;
  text-align: right;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.cart-discount .woocommerce-remove-coupon {
  display: inline-block;
  width: 100%;
  color: inherit;
  font-size: 0.75rem;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping ul#shipping_method {
  margin: 0;
  list-style: none;
  list-style-type: none;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination {
  margin: 20px 0;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination > strong {
  color: #222;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid #444;
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 15px;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p.form-row {
  margin-bottom: 20px;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .select2 {
  margin-bottom: 0;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .input-text:focus {
  background: none;
  box-shadow: none;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 20px;
  border: 1px solid;
  background: none;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button:hover {
  color: #fff;
  background: #222;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.order-total {
  border-bottom: 0;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.order-total td,
body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.order-total th {
  padding: 20px 0 20px;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  color: #222;
  font-size: 1rem;
  text-align: right;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout > a {
  display: inline-flex;
  width: 100%;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout > a.checkout-button {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout > a.checkout-button:hover {
  background: #222;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout > a.continue-shopping {
  color: #fff;
  background: #222;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout > a.continue-shopping:hover {
  background: rgba(0, 0, 0, 0.7);
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons {
  text-align: center;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
  padding: 10px 0;
  text-align: center;
}

body.woocommerce-cart .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons a {
  display: block;
}

@media only screen and (max-width: 991px) {
  body.woocommerce-cart .cart-content .woocommerce-cart-content-inner {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form.processing .blockUI::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px;
  margin-left: -15px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .shop_table {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form input:not(.button) {
  background: none;
  box-shadow: none;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form input:not(.button):focus {
  background: none;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form thead th {
  padding: 10px 12px;
  border: none;
  border-bottom: 2px solid #ebebeb;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item {
  position: relative;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-remove a.remove {
  display: block;
  font-size: 16px;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-remove a.remove:hover {
  color: #222;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-thumbnail .wp-post-image {
  transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: transform;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-thumbnail a {
  display: block;
  width: 100%;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-thumbnail a img {
  width: 80px;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-name {
  color: #222;
  font-weight: bold;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-name dl.variation {
  font-size: 0.875rem;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-name dl.variation dt {
  font-weight: normal;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .product-subtotal small {
  display: none;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form tr.cart_item .mobile-cart-price {
  margin: 0;
  padding: 0;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions {
  position: relative;
  margin-top: 20px;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions button {
  outline: none;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions .coupon {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 0;
  align-items: center;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions .coupon label {
  display: none;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions .coupon #coupon_code {
  max-width: 230px;
  margin: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions .coupon #coupon_code {
    max-width: 100%;
  }
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions .coupon input[name="apply_coupon"] {
  height: 40px;
  margin: 0;
  padding: 0 1.25rem;
  color: #fff;
  background-color: #222;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
}

body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions input[name="update_cart"] {
  height: 40px;
  padding: 0 1.25rem;
  color: #222;
  background-color: #e5e5e5;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  body.woocommerce-cart .cart-content .woocommerce-cart-content-inner .woocommerce-cart-form .actions input[name="update_cart"] {
    width: 100%;
    margin-bottom: 20px;
  }
}

body.woocommerce-cart .woocommerce .cart-empty {
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px;
  color: #222;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  align-items: center;
  background: transparent;
}

body.woocommerce-cart .woocommerce .cart-empty::before {
  display: inline-flex;
  width: 100%;
  min-height: 140px;
  margin-bottom: 20px;
  background-image: url(../images/cart-empty.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

body.woocommerce-cart .woocommerce .return-to-shop {
  display: flex;
  justify-content: center;
}

body.woocommerce-cart .woocommerce .return-to-shop a {
  border-radius: 4px;
  color: #222;
  background: transparent;
  transition: all 0.3 ease;
}

body.woocommerce-cart .woocommerce .return-to-shop a:hover {
  color: #fff;
  background: #222;
}

body.woocommerce-cart .cross-sells {
  margin-top: 30px;
}

body.woocommerce-cart .woocommerce .cart_totals.calculated_shipping.processing .blockUI::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px;
  margin-left: -15px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.woocommerce-checkout .woocommerce .woocommerce-info {
  margin: 0;
  padding-bottom: 20px;
  color: inherit;
  color: #222;
  background: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  justify-content: center;
}

body.woocommerce-checkout .woocommerce .woocommerce-info:last-of-type {
  padding-top: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-info::before {
  display: none;
}

body.woocommerce-checkout .woocommerce .checkout_coupon {
  position: relative;
  max-width: 450px;
  margin: 10px auto 60px;
  text-align: center;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p:not(.form-row) {
  margin-bottom: 0.9375rem;
  color: #999;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row {
  display: inline-block;
  float: none;
  width: auto;
  margin-bottom: 0;
  vertical-align: top;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row .input-text {
  width: 100%;
  min-width: 240px;
  height: 40px;
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row .input-text:focus {
  background: none;
  box-shadow: none;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row-last {
  width: auto;
  height: 40px;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row-last .button {
  width: auto;
  height: 40px;
  padding: 0 1rem;
  outline: none;
  color: #fff;
  background: #222;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login {
  position: relative;
  max-width: 450px;
  margin: 10px auto 30px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.03);
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login > p {
  margin-bottom: 0.9375rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login__rememberme {
  margin-top: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login__rememberme span {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login__submit {
  width: 100%;
  margin-top: 10px;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login__submit:hover {
  color: #fff;
  background: #222;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
  float: right;
  margin-top: -100px;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
  font-size: 0.875rem;
  line-height: 1.4;
}

body.woocommerce-checkout .woocommerce form.checkout {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.woocommerce-checkout .woocommerce form.checkout::after {
  display: block;
  clear: both;
  content: "";
}

body.woocommerce-checkout .woocommerce form.checkout #order_review_heading {
  font-size: 1.25rem;
}

body.woocommerce-checkout .woocommerce .form-row {
  margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce .form-row label {
  color: #222;
  font-size: 0.9375rem;
  font-weight: 400;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields > h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row {
  position: relative;
  margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row input,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row select,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .select2,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row input,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row select,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row .select2 {
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .required,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row .required {
  border-bottom: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field.form-row-first::before, body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field.form-row-last::before, body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated.form-row-first::before, body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated.form-row-last::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-invalid-required-field.form-row-first::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-invalid-required-field.form-row-last::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated.form-row-first::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated.form-row-last::before {
  width: calc(100% - 10px);
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-invalid-required-field::before {
  width: 100%;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated::before {
  width: 100%;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row-wide,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row-wide {
  clear: both;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row-first,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row-first {
  float: left;
  width: 50%;
  padding-right: 10px;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row-last,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row-last {
  float: left;
  width: 50%;
  padding-left: 10px;
}

body.woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

body.woocommerce-checkout .woocommerce .woocommerce-account-fields p.create-account {
  margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields > h3 {
  font-size: 1.125rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields > h3 label {
  cursor: pointer;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table {
  margin-bottom: 20px;
  border: none;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table .blockUI::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px;
  margin-left: -15px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr th,
body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr td {
  border-right: none;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr th {
  padding: 10px auto;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td {
  padding-top: 15px;
  padding-bottom: 15px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
  padding-right: 10px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td dl.variation {
  margin-top: 8px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td dl.variation dt {
  float: left;
  clear: both;
  margin: 0 5px 0 0;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td dl.variation dd {
  float: left;
  margin: 0 5px 0 0;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping td,
body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping th {
  border-bottom: 1px solid #ebebeb;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping td {
  padding-top: 15px;
  padding-bottom: 15px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping th {
  padding-top: 25px;
  padding-bottom: 15px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method {
  margin: 0;
  list-style: none;
  list-style-type: none;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li input {
  margin-bottom: 10px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal .amount {
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total td,
body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total th {
  padding-top: 15px;
  padding-bottom: 15px;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total td strong {
  color: #222;
  font-size: 16px;
  font-weight: bold;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment a:hover,
body.woocommerce-checkout .woocommerce #order_review a:hover {
  border-bottom: 2px solid transparent !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .blockUI.blockOverlay::before,
body.woocommerce-checkout .woocommerce #order_review .blockUI.blockOverlay::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px;
  margin-left: -15px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods,
body.woocommerce-checkout .woocommerce #order_review .payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .woocommerce-notice,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .woocommerce-notice {
  font-size: inherit;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method:last-child,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method input,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method input {
  display: inline;
  position: relative !important;
  top: 0 !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method input.input-radio,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method input.input-radio {
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method > label,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method > label {
  display: inline !important;
  margin-left: 6px;
  padding-left: 0 !important;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box {
  padding: 1.5rem 33px 0;
  color: #888;
  font-size: 15px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box > p,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box > p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box > div > p,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box > div > p {
  margin-bottom: 1rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .wc-payment-form .form-row,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box .wc-payment-form .form-row {
  margin-bottom: 1.5rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .wc-payment-form .form-row label,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box .wc-payment-form .form-row label {
  padding: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .woocommerce-validated,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box .woocommerce-validated {
  margin-bottom: 0 !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .woocommerce-validated input,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method .payment_box .woocommerce-validated input {
  margin: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal label,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_paypal label {
  width: calc(100% - 40px);
  margin-right: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal label img,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_paypal label img {
  display: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal label a,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_paypal label a {
  float: right;
  position: relative;
  top: 6px;
  border-bottom: 2px solid;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppec_paypal .payment_method_stripe > div,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_ppec_paypal .payment_method_stripe > div {
  margin-top: 8px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe .payment_box > div > p,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_stripe .payment_box > div > p {
  margin-bottom: 1.5rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe .payment_box .StripeElement,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_stripe .payment_box .StripeElement {
  margin-bottom: 1.5rem !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box > div > p,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box > div > p {
  margin-bottom: 1.5rem;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box fieldset > p,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box fieldset > p {
  margin-bottom: 1.5rem !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box .form-row input,
body.woocommerce-checkout .woocommerce #order_review .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box .form-row input {
  width: 100%;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions {
  margin-bottom: 30px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h1,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h2,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h3,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h4,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h5,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h6,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions b,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions strong,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions i,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions span,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions a,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions li,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions address,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions tr,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions th,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions dt,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions dd,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions dl,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions code,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions pre,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions img,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions blockquote,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions div,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions h1,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions h2,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions h3,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions h4,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions h5,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions h6,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions b,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions strong,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions i,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions span,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions a,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions li,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions address,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions tr,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions td,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions th,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions dt,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions dd,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions dl,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions code,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions pre,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions img,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions blockquote,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions div {
  font-size: 13px !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-privacy-policy-text {
  margin-top: 1rem;
  padding-right: 10%;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .wc-terms-and-conditions label,
body.woocommerce-checkout .woocommerce #order_review .place-order .wc-terms-and-conditions label {
  cursor: pointer;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .wc-terms-and-conditions label input,
body.woocommerce-checkout .woocommerce #order_review .place-order .wc-terms-and-conditions label input {
  margin-right: 20px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-link,
body.woocommerce-checkout .woocommerce #order_review .place-order .woocommerce-terms-and-conditions-link {
  display: inline-block;
  border-bottom: 2px solid;
  text-transform: capitalize;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button,
body.woocommerce-checkout .woocommerce #order_review .place-order .button {
  width: 100%;
  height: 44px;
  padding: 0;
  color: #fff;
  background: #444;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button:hover,
body.woocommerce-checkout .woocommerce #order_review .place-order .button:hover {
  background-color: #222;
}

body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table th {
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #ebebeb;
}

body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child .product-total {
  color: #222;
  font-size: 110%;
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-pay #order_review .button {
  border-radius: 2px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  background: #222;
}

body.woocommerce-checkout.woocommerce-order-pay #order_review .button:hover {
  opacity: 0.8;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 1.875rem;
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong {
  color: #222;
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details strong {
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  margin-bottom: 60px;
  font-size: 1.5rem;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-size: 1.25rem;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px dashed #e5e5e5;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 20px;
  color: #222;
  font-size: 150%;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  margin-bottom: 0;
  border: none;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th {
  padding: 10px 0 20px;
  border-right: none;
  border-left: none;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th {
  color: #222;
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td {
  padding-right: 20px;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta {
  margin: 0;
  list-style-type: none;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta li {
  margin-bottom: 0;
  line-height: inherit;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta li p {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: inherit;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta li .wc-item-meta-label {
  font-weight: 400;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
  vertical-align: top;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td span, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(2) td span {
  color: #222;
  font-size: 1.25rem;
  font-weight: 600;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax span, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(2) td .includes_tax span {
  font-size: 0.9375rem;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
  padding-bottom: 0;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details > h2 {
  margin-bottom: 1.25rem;
  font-size: 150%;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p {
  margin-bottom: 0;
  line-height: inherit;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  max-width: 100%;
  flex: 0 0 50%;
}

@media only screen and (max-width: 575px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {
  margin-bottom: 15px;
  font-size: 150%;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
  font-style: normal;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address p {
  margin-bottom: 0;
  line-height: inherit;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column.woocommerce-column--1 {
  width: 50%;
}

.track_order {
  display: flex;
  flex-direction: row;
  margin-right: -8px;
  margin-left: -8px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.track_order > p {
  padding-right: 8px;
  padding-left: 8px;
}

.track_order .form-row-first,
.track_order .form-row-last {
  flex: 1 1 100%;
  margin-bottom: 30px;
}

.track_order p:first-child {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  font-weight: 400;
  flex: 1 1 100%;
  text-align: center;
}

.track_order p.form-row:last-of-type {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  flex: 1 1 100%;
}

.track_order .button {
  padding: 10px 30px;
  color: #fff;
  background: #222;
}

.woocommerce-account .woocommerce p.form-row {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce p.form-row button[type="submit"] {
  height: 40px;
  padding: 0 20px;
  color: #fff;
  background: #222;
  width: 100%;
  height: 2.75rem;
  margin-top: 0;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce p.form-row button[type="submit"]:hover {
  opacity: 0.8;
}

.woocommerce-account #customer_login.col2-set {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.woocommerce-account #customer_login.col2-set .u-column1,
.woocommerce-account #customer_login.col2-set .u-column2 {
  max-width: 50%;
  flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
  .woocommerce-account #customer_login.col2-set .u-column1,
  .woocommerce-account #customer_login.col2-set .u-column2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.woocommerce-account #customer_login.col2-set .u-column1 h2,
.woocommerce-account #customer_login.col2-set .u-column2 h2 {
  margin-bottom: 1.875rem;
  padding: 0;
  font-size: 1.375rem;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 {
  margin-right: 0;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login {
  position: relative;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  display: inline-flex;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login .woocommerce-form__label-for-checkbox span {
  display: inline-flex;
  vertical-align: middle;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login .woocommerce-LostPassword {
  position: absolute;
  right: 0;
  bottom: 80px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login .woocommerce-LostPassword a {
  display: inline-block;
  line-height: 1.4;
}

.woocommerce-account #customer_login.col2-set .u-column1.col-1 .woocommerce-form-login .woocommerce-LostPassword a:hover {
  border-color: transparent;
}

.woocommerce-account #customer_login.col2-set .u-column2.col-2 .register .woocommerce-privacy-policy-text p {
  margin-bottom: 20px;
}

.woocommerce-account #customer_login.col2-set .u-column2.col-2 .register .form-row .woocommerce-password-strength {
  font-weight: bold;
}

.woocommerce-account .woocommerce::after {
  display: block;
  clear: both;
  content: "";
}

.woocommerce-account .woocommerce ul.products {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-my-account-inner {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  max-width: 33.33%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33%;
}

@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .account-user {
  margin-bottom: 1.25rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .account-user .account-image img {
  overflow: hidden;
  border-radius: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .account-user .account-name {
  margin-left: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .account-user .account-id {
  color: #777;
  font-weight: 400;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  width: 100%;
  padding: 12px 20px 12px 10px;
  color: #222;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  align-items: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  margin-right: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #222;
  background: #f5f5f5;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dokan a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  max-width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66%;
}

@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th {
  font-size: 100%;
  font-weight: 600;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p strong {
  font-weight: normal;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p > a {
  color: #222;
  font-weight: 600;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers {
  text-align: left;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button {
  display: inline-flex;
  padding-top: 10px;
  border: 0;
  background: none;
  font-size: 0.8125rem;
  text-transform: uppercase;
  align-items: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button::after {
  font-size: 1rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--next {
  padding-left: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--next::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--previous {
  padding-right: 10px;
  padding-left: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--previous::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-number > a {
  padding-right: 20px;
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions {
  padding: 10px;
  text-align: left;
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .button {
  display: flex;
  height: 40px;
  padding: 0 20px;
  border: 0;
  background: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .button::before {
  padding-right: 6px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tbody th {
    display: none;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr {
    display: block;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-number a {
    padding-right: 0;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions a {
    display: inline-flex;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td::before {
    float: left;
    color: #222;
    font-weight: 600;
    content: attr(data-title) ": ";
  }
  .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.product-remove::before, .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.actions::before {
    display: none;
  }
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p mark {
  background: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads__title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details__title {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
  margin-bottom: 40px;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child td,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child th, .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:nth-last-child(2) td,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:nth-last-child(2) th {
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child td span,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child th span, .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:nth-last-child(2) td span,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:nth-last-child(2) th span {
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child td .includes_tax span,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child th .includes_tax span, .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:nth-last-child(2) td .includes_tax span,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:nth-last-child(2) th .includes_tax span {
  font-size: 100%;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child {
  border-bottom: 0;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child th,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr th {
  vertical-align: top;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td {
  padding: 8px;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td.woocommerce-table__product-name .wc-item-meta {
  margin: 10px 0 0 0;
  list-style-type: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td.woocommerce-table__product-name .wc-item-meta li {
  margin-bottom: 0;
  line-height: inherit;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td.woocommerce-table__product-name .wc-item-meta li p {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: inherit;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td a {
  color: inherit;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td .wc-item-downloads {
  margin: 0;
  list-style: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table__product-name a:hover {
  color: #222;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order-again {
  display: none;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h3 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
}

@media only screen and (max-width: 575px) {
  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-style: normal;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address p {
  margin-bottom: 0;
  line-height: inherit;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .customer_details tbody tr th {
  padding: 1.5rem 1.875rem 1.5rem 0;
}

.woocommerce-account .woocommerce-table--order-downloads thead tr th {
  padding: 8px;
}

.woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-product a {
  color: inherit;
}

.woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-file a.button {
  display: flex;
  padding: 8px 0;
  border: 0;
  border-radius: 2px;
  background: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-file a.button::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  font-size: 1.125rem;
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tr {
    display: block;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tr td {
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: flex-end;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tr td.download-file a {
    display: inline-flex;
    align-items: center;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tr td.download-file a:last-of-type {
    justify-content: flex-end;
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-table--order-downloads.shop_table_responsive tr td::before {
    margin-right: auto;
    color: #222;
    font-weight: 600;
    content: attr(data-title) ": ";
  }
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row span em {
  font-style: normal;
}

.woocommerce-account.woocommerce-edit-account .edit-account fieldset legend {
  margin-bottom: 0.625rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}

.woocommerce-account.woocommerce-edit-account .edit-account .button {
  color: #fff;
  background: #222;
}

.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content > p {
  margin-bottom: 30px;
}

.woocommerce-account.woocommerce-edit-address .addresses {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address {
  max-width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
}

@media only screen and (max-width: 575px) {
  .woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address-title > h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address-title .edit {
  display: flex;
  margin-bottom: 0.625rem;
  color: #444;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  align-items: center;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address-title .edit::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address address {
  font-style: normal;
}

.woocommerce-account.woocommerce-edit-address form > h3 {
  display: none;
}

.woocommerce-account.woocommerce-edit-address .button {
  height: 40px;
  padding: 0 20px;
  color: #fff;
  background: #222;
}

.woocommerce-account.woocommerce-edit-address .button:hover {
  opacity: 0.8;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods {
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod:last-child {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod input {
  top: 0 !important;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod label {
  line-height: 1.7;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box {
  padding: 1.5rem 33px 0;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box > p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box > div > p {
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa > div > p {
  margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa fieldset {
  padding: 0 !important;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa fieldset > p {
  margin-bottom: 1.5rem !important;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa .form-row input {
  width: 100%;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form .form-row {
  margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form .form-row label {
  padding: 0;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error {
  display: flex;
  position: relative;
  margin: 0;
  padding: 1.5625rem 0;
  color: #a94442;
  background-color: #ebcccc;
  font-size: 0.875rem;
  line-height: 1.125rem;
  list-style-type: none;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error p {
  width: 100%;
  margin-bottom: 0;
  padding-right: 30px;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error li {
  width: 100%;
  margin-bottom: 0;
  line-height: 19px;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-validated {
  margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-validated input {
  margin: 0;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
  max-width: 450px;
  margin: 0 auto;
}

.woocommerce-info {
  display: flex;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 25px 20px;
  color: #fff;
  background-color: #6ebfc7;
  font-size: 100%;
  align-items: center;
  list-style-type: none;
}

.woocommerce-info::before {
  order: -1;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.woocommerce-info > a {
  margin-left: auto;
  border: none;
  order: 2;
}

.woocommerce-info::before {
  position: inherit;
}

.woocommerce-info a {
  margin-right: 10px;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #fff;
  background: none;
}

.woocommerce-info a:hover {
  color: #fff;
}

.woocommerce-info a:focus, .woocommerce-info a:active {
  background-color: transparent;
}

.woocommerce-info a::after {
  display: block;
  width: 100%;
  height: 1px;
  content: none;
}

.woocommerce-info .showcoupon,
.woocommerce-info .showlogin {
  margin-left: 5px;
  color: #fff;
}

.woocommerce-info .showcoupon:hover,
.woocommerce-info .showlogin:hover {
  color: #222;
}

.woocommerce-info .showcoupon {
  margin-right: 0;
  color: #777;
}

.woocommerce-message {
  display: flex;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 25px 20px;
  color: #fff;
  background-color: #62ce96;
  font-size: 100%;
  align-items: center;
  list-style-type: none;
  margin-bottom: 30px;
  font-weight: 600;
}

.woocommerce-message::before {
  order: -1;
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.woocommerce-message > a {
  margin-left: auto;
  border: none;
  order: 2;
}

.woocommerce-message::before {
  position: inherit;
  font-size: 1.125rem;
  font-weight: 400;
}

.woocommerce-message .restore-item {
  padding-bottom: 0;
}

.woocommerce-message a,
.woocommerce-message button,
.woocommerce-message .button {
  display: inline;
  width: auto;
  padding: 0;
  border-bottom: 2px solid #fff;
  color: #fff !important;
  background: none;
  font-size: 100%;
  line-height: 1.4;
  text-transform: inherit;
}

.woocommerce-message a:hover,
.woocommerce-message button:hover,
.woocommerce-message .button:hover {
  color: #fff;
  background-color: transparent !important;
}

.woocommerce-message a:focus, .woocommerce-message a:active,
.woocommerce-message button:focus,
.woocommerce-message button:active,
.woocommerce-message .button:focus,
.woocommerce-message .button:active {
  background-color: transparent;
}

@media only screen and (max-width: 575px) {
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-message a,
  .woocommerce-message button,
  .woocommerce-message .button {
    margin-top: 15px;
    margin-left: 0;
  }
  .woocommerce-message::before {
    display: none;
  }
}

.woocommerce > .woocommerce-error,
.site-main > .woocommerce-error,
.woocommerce-notices-wrapper > .woocommerce-error,
.kft-mailchimp-subcriber__inner > .woocommerce-error,
.checkout-login-coupon-wrapper > .woocommerce-error,
.added-to-cart-message > .woocommerce-error {
  display: flex;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 25px 20px;
  color: #fff;
  background-color: #d48282;
  font-size: 100%;
  align-items: center;
  list-style-type: none;
  margin-bottom: 30px;
  font-weight: 600;
}

.woocommerce > .woocommerce-error::before,
.site-main > .woocommerce-error::before,
.woocommerce-notices-wrapper > .woocommerce-error::before,
.kft-mailchimp-subcriber__inner > .woocommerce-error::before,
.checkout-login-coupon-wrapper > .woocommerce-error::before,
.added-to-cart-message > .woocommerce-error::before {
  order: -1;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.woocommerce > .woocommerce-error > a,
.site-main > .woocommerce-error > a,
.woocommerce-notices-wrapper > .woocommerce-error > a,
.kft-mailchimp-subcriber__inner > .woocommerce-error > a,
.checkout-login-coupon-wrapper > .woocommerce-error > a,
.added-to-cart-message > .woocommerce-error > a {
  margin-left: auto;
  border: none;
  order: 2;
}

.woocommerce > .woocommerce-error::before,
.site-main > .woocommerce-error::before,
.woocommerce-notices-wrapper > .woocommerce-error::before,
.kft-mailchimp-subcriber__inner > .woocommerce-error::before,
.checkout-login-coupon-wrapper > .woocommerce-error::before,
.added-to-cart-message > .woocommerce-error::before {
  font-size: 1.125rem;
  font-weight: 400;
}

.woocommerce > .woocommerce-error li,
.site-main > .woocommerce-error li,
.woocommerce-notices-wrapper > .woocommerce-error li,
.kft-mailchimp-subcriber__inner > .woocommerce-error li,
.checkout-login-coupon-wrapper > .woocommerce-error li,
.added-to-cart-message > .woocommerce-error li {
  width: 100%;
  margin-bottom: 0;
}

.woocommerce > .woocommerce-error li:not(:first-child),
.site-main > .woocommerce-error li:not(:first-child),
.woocommerce-notices-wrapper > .woocommerce-error li:not(:first-child),
.kft-mailchimp-subcriber__inner > .woocommerce-error li:not(:first-child),
.checkout-login-coupon-wrapper > .woocommerce-error li:not(:first-child),
.added-to-cart-message > .woocommerce-error li:not(:first-child) {
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce > .woocommerce-error li a,
.woocommerce > .woocommerce-error li button,
.woocommerce > .woocommerce-error li .button,
.site-main > .woocommerce-error li a,
.site-main > .woocommerce-error li button,
.site-main > .woocommerce-error li .button,
.woocommerce-notices-wrapper > .woocommerce-error li a,
.woocommerce-notices-wrapper > .woocommerce-error li button,
.woocommerce-notices-wrapper > .woocommerce-error li .button,
.kft-mailchimp-subcriber__inner > .woocommerce-error li a,
.kft-mailchimp-subcriber__inner > .woocommerce-error li button,
.kft-mailchimp-subcriber__inner > .woocommerce-error li .button,
.checkout-login-coupon-wrapper > .woocommerce-error li a,
.checkout-login-coupon-wrapper > .woocommerce-error li button,
.checkout-login-coupon-wrapper > .woocommerce-error li .button,
.added-to-cart-message > .woocommerce-error li a,
.added-to-cart-message > .woocommerce-error li button,
.added-to-cart-message > .woocommerce-error li .button {
  display: inline;
  width: auto;
  padding: 0;
  border-bottom: 2px solid #fff;
  color: #fff !important;
  background: none;
  font-size: 100%;
  line-height: 1.4;
  text-transform: inherit;
}

.woocommerce > .woocommerce-error li a:hover,
.woocommerce > .woocommerce-error li button:hover,
.woocommerce > .woocommerce-error li .button:hover,
.site-main > .woocommerce-error li a:hover,
.site-main > .woocommerce-error li button:hover,
.site-main > .woocommerce-error li .button:hover,
.woocommerce-notices-wrapper > .woocommerce-error li a:hover,
.woocommerce-notices-wrapper > .woocommerce-error li button:hover,
.woocommerce-notices-wrapper > .woocommerce-error li .button:hover,
.kft-mailchimp-subcriber__inner > .woocommerce-error li a:hover,
.kft-mailchimp-subcriber__inner > .woocommerce-error li button:hover,
.kft-mailchimp-subcriber__inner > .woocommerce-error li .button:hover,
.checkout-login-coupon-wrapper > .woocommerce-error li a:hover,
.checkout-login-coupon-wrapper > .woocommerce-error li button:hover,
.checkout-login-coupon-wrapper > .woocommerce-error li .button:hover,
.added-to-cart-message > .woocommerce-error li a:hover,
.added-to-cart-message > .woocommerce-error li button:hover,
.added-to-cart-message > .woocommerce-error li .button:hover {
  color: #fff;
  background-color: transparent !important;
}

.woocommerce > .woocommerce-error li a:focus, .woocommerce > .woocommerce-error li a:active,
.woocommerce > .woocommerce-error li button:focus,
.woocommerce > .woocommerce-error li button:active,
.woocommerce > .woocommerce-error li .button:focus,
.woocommerce > .woocommerce-error li .button:active,
.site-main > .woocommerce-error li a:focus,
.site-main > .woocommerce-error li a:active,
.site-main > .woocommerce-error li button:focus,
.site-main > .woocommerce-error li button:active,
.site-main > .woocommerce-error li .button:focus,
.site-main > .woocommerce-error li .button:active,
.woocommerce-notices-wrapper > .woocommerce-error li a:focus,
.woocommerce-notices-wrapper > .woocommerce-error li a:active,
.woocommerce-notices-wrapper > .woocommerce-error li button:focus,
.woocommerce-notices-wrapper > .woocommerce-error li button:active,
.woocommerce-notices-wrapper > .woocommerce-error li .button:focus,
.woocommerce-notices-wrapper > .woocommerce-error li .button:active,
.kft-mailchimp-subcriber__inner > .woocommerce-error li a:focus,
.kft-mailchimp-subcriber__inner > .woocommerce-error li a:active,
.kft-mailchimp-subcriber__inner > .woocommerce-error li button:focus,
.kft-mailchimp-subcriber__inner > .woocommerce-error li button:active,
.kft-mailchimp-subcriber__inner > .woocommerce-error li .button:focus,
.kft-mailchimp-subcriber__inner > .woocommerce-error li .button:active,
.checkout-login-coupon-wrapper > .woocommerce-error li a:focus,
.checkout-login-coupon-wrapper > .woocommerce-error li a:active,
.checkout-login-coupon-wrapper > .woocommerce-error li button:focus,
.checkout-login-coupon-wrapper > .woocommerce-error li button:active,
.checkout-login-coupon-wrapper > .woocommerce-error li .button:focus,
.checkout-login-coupon-wrapper > .woocommerce-error li .button:active,
.added-to-cart-message > .woocommerce-error li a:focus,
.added-to-cart-message > .woocommerce-error li a:active,
.added-to-cart-message > .woocommerce-error li button:focus,
.added-to-cart-message > .woocommerce-error li button:active,
.added-to-cart-message > .woocommerce-error li .button:focus,
.added-to-cart-message > .woocommerce-error li .button:active {
  background-color: transparent;
}

.woocommerce-NoticeGroup-checkout {
  display: flex;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 25px 20px;
  color: #fff;
  background-color: #d48282;
  font-size: 100%;
  align-items: center;
  list-style-type: none;
  margin-bottom: 30px;
}

.woocommerce-NoticeGroup-checkout::before {
  order: -1;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.woocommerce-NoticeGroup-checkout > a {
  margin-left: auto;
  border: none;
  order: 2;
}

.woocommerce-NoticeGroup-checkout::before {
  font-size: 1.125rem;
  font-weight: 400;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  width: 100%;
  margin: 0;
  padding-right: 20px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  width: 100%;
  margin-bottom: 0;
  line-height: 1.7;
  list-style: none;
}

.archive .products .woocommerce-de_price_taxrate {
  margin-top: -1.4rem;
}

.archive .shipping_de.shipping_de_string {
  margin-bottom: 0;
}

.minicart .jde_hint {
  padding: 0 40px;
}

.single-product .wgm-extra-costs-eu {
  margin-bottom: 1.2em;
}

.single-product .shipping_de.shipping_de_string {
  margin-bottom: 42px;
}

.woocommerce-checkout .order-total .includes_tax,
.woocommerce-cart .order-total .includes_tax {
  font-size: 11px;
}

.single-product .wcppec-checkout-buttons {
  overflow: hidden;
  margin: 0 0 2em 0;
  text-align: right;
}

.single-product .wcppec-checkout-buttons__button {
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
  margin: 0;
  padding: 0.5rem 0 0.4rem 0 !important;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
  list-style: none;
}

.woocommerce-checkout .stripe-pf-right {
  padding-left: 5px;
}

/* Widget */
h4.widget-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar-widget {
  overflow: hidden;
  margin-bottom: 45px;
}

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

.sidebar-widget ul {
  margin: 0;
  border: none;
  list-style: none;
}

.sidebar-widget ul li {
  border: 0;
}

.sidebar-widget ul li + li {
  margin-top: -1px;
}

.sidebar-widget ul li ul {
  position: relative;
  margin: 0 0 -1px;
  padding: 0;
}

.sidebar-heading {
  display: none;
}

body.is-show-sidebar #sidebar {
  transform: translateX(0);
}

body.is-show-sidebar .kft-close-popup {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.25s ease, visibility 0s ease;
}

@media only screen and (max-width: 991px) {
  body #sidebar {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    max-width: none;
    margin: 0 !important;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(300px);
    flex-basis: auto;
  }
  body #sidebar .sidebar-heading {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
    flex: 0 0 auto;
    justify-content: flex-end;
    align-items: center;
  }
  body #sidebar .sidebar-heading > a {
    display: flex;
    position: relative;
    padding-right: 23px;
    color: #222;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    justify-content: flex-end;
    align-items: center;
  }
  body #sidebar .sidebar-heading > a::after {
    position: absolute;
    right: 0;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    content: "×";
  }
  body #sidebar .sidebar-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
  }
  body #sidebar .sidebar-content__inner {
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 30px;
  }
  body #sidebar .sidebar-content .sidebar-widget {
    padding-right: 30px;
    padding-left: 30px;
  }
}

body .sidebar-fixed-btn {
  display: none;
}

@media only screen and (max-width: 991px) {
  body .sidebar-fixed-btn {
    display: flex;
    position: fixed;
    z-index: 390;
    top: 35%;
    right: 0;
    width: 50px;
    height: 35px;
    border-left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  }
  body .sidebar-fixed-btn > a {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: 10px;
    border-radius: 100%;
    background: #fff;
    justify-content: flex-end;
    align-items: center;
  }
}

body.single-post #sidebar,
body .blog.home #sidebar {
  margin-top: 30px;
}

.widget_calendar table {
  margin-bottom: 0;
  border: 1px solid #ebebeb;
}

.widget_calendar table caption {
  padding: 10px 0;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.widget_calendar table th,
.widget_calendar table td {
  border: 0;
  text-align: center;
}

.widget_calendar table th a,
.widget_calendar table td a {
  color: inherit;
}

.widget_calendar table tbody tr > td {
  font-size: 0.875rem;
}

.widget_calendar table tbody tr > td a {
  border-bottom: 1px solid;
  font-weight: bold;
}

.widget_calendar table tfoot tr > td {
  text-align: left;
}

.widget_calendar table tfoot tr > td#next {
  text-align: right;
}

.widget_calendar table th {
  padding-right: 0;
  font-size: 0.875rem;
}

.widget_calendar table tr {
  border: none;
}

.widget_calendar table td {
  padding: 0.3rem;
}

.widget_calendar table td#today {
  position: relative;
  color: #fff;
}

.widget_calendar table td#today::after {
  position: absolute;
  top: 1px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
}

.widget_calendar table a {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

body:not(.kft-dynamic-css) .site-footer > .widget-column > .container {
  padding: 0;
}

body:not(.kft-dynamic-css) .site-footer .widget {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 25%;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
  body:not(.kft-dynamic-css) .site-footer .widget {
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.kft-dynamic-css) .site-footer .widget {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  body:not(.kft-dynamic-css) .site-footer .widget {
    max-width: 100%;
  }
}

body:not(.kft-dynamic-css) .site-footer .widget .widgettitle {
  margin-bottom: 20px;
  color: #222;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body:not(.kft-dynamic-css) .site-footer .widget ul,
body:not(.kft-dynamic-css) .site-footer .widget ol {
  list-style-type: none;
}

body:not(.kft-dynamic-css) .site-footer .widget > ul,
body:not(.kft-dynamic-css) .site-footer .widget ol {
  margin: 0;
  padding: 0;
}

.widget_archive .screen-reader-text {
  display: none;
}

.widget_archive ul li:not(:last-child) {
  margin: 0 0 10px;
}

.widget_archive ul li ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

.widget_archive ul li > .count {
  margin-left: 0.25rem;
  font-size: 11px;
}

.widget_categories .screen-reader-text {
  display: none;
}

.widget_categories li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0;
}

.widget_categories li .children {
  margin-left: 10px;
}

.widget_categories li a {
  color: #777;
  font-size: 1rem;
}

.widget_categories li a:hover {
  color: #444;
}

.widget_meta li {
  margin-bottom: 0.5rem;
}

.widget_meta li abbr {
  border-bottom: 1px dashed;
}

.widget_text .textwidget p {
  margin-bottom: 16px;
}

.widget_text .textwidget p:last-of-type {
  margin-bottom: 0;
}

.widget_text .textwidget ul {
  margin-left: 1.25rem;
  list-style: inherit;
}

.widget_text .textwidget ul,
.widget_text .textwidget ol,
.widget_text .textwidget dl {
  margin-bottom: 2rem;
  list-style-position: outside;
}

.widget_text .textwidget ul li,
.widget_text .textwidget ol li,
.widget_text .textwidget dl li {
  margin: 0 0 8px;
}

.widget_search .search-form input[type="search"] {
  padding-right: 50px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.widget_rss .widget-title,
.widget_rss .widgettitle {
  display: flex;
}

.widget_rss .rsswidget {
  display: block;
  margin-right: 6px;
  margin-bottom: 5px;
  color: #222;
  color: inherit;
  font-weight: 600;
}

.widget_rss ul > li {
  margin: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.5;
}

.widget_rss ul > li:first-child {
  padding-top: 0;
  border-top: none;
}

.widget_rss ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.widget_rss ul > li .rss-date {
  display: block;
  margin-bottom: 8px;
  padding: 0;
  color: #999;
  font-size: 14px;
}

.widget_rss ul > li .rss-date::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "\f073";
}

.widget_rss ul > li .rssSummary {
  margin-bottom: 10px;
}

.widget_rss ul > li cite {
  padding: 0;
  font-size: inherit;
  text-transform: none;
}

.widget_recent_comments .recentcomments {
  color: #777;
}

.widget_recent_comments .recentcomments::before {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.widget_recent_comments .recentcomments .comment-author-link + a {
  color: #222;
  font-weight: 400;
}

.widget_pages ul li:not(:last-child) {
  margin: 0 0 10px;
}

.widget_pages ul li ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

.widget_pages ul .page_item {
  margin: 0 0 8px;
}

.widget_nav_menu ul li:not(:last-child) {
  margin: 0 0 10px;
}

.widget_nav_menu ul li ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

.widget_tag_cloud .tagcloud .tag-cloud-link {
  display: inline-flex;
  margin: 0 7px 10px 0;
  padding: 9px 12px;
  border: 1px solid #e5e5e5;
  color: #333;
  background: transparent;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.widget_tag_cloud .tagcloud .tag-cloud-link .tag-link-count {
  margin-left: 2px;
}

.widget_tag_cloud .tagcloud .tag-cloud-link:hover {
  color: #fff;
}

/* Mini Cart (Dropdown, Sidebar) */
.kft-shoppping-cart {
  position: relative;
  font-size: 0.9375rem;
}

.kft-shoppping-cart .has-dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: auto;
  width: 320px;
  margin-right: 0;
  padding: 10px 0 20px 20px;
  border: 1px solid #ddd;
  opacity: 0;
  background: #fff;
  box-shadow: 0 4px 13px -3px #808080;
  text-align: left;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(10px);
  pointer-events: none;
}

.kft-shoppping-cart .has-dropdown .woocommerce.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget {
  overflow-y: auto;
  max-height: 40vh;
  padding: 0;
  padding-right: 15px;
}

.kft-shoppping-cart .has-dropdown .woocommerce.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
  width: 100%;
}

.kft-shoppping-cart .has-dropdown .woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total {
  margin-right: 20px;
}

.kft-shoppping-cart .has-dropdown .woocommerce.widget_shopping_cart p.woocommerce-mini-cart__buttons {
  margin-right: 20px;
  margin-bottom: 0;
}

.kft-shoppping-cart.is-dropdown .has-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}

/* List Cart Product */
.woocommerce.widget_shopping_cart div.widget_shopping_cart_content ul.product_list_widget {
  margin: 0;
  padding: 0 15px;
  padding-right: 20px;
  list-style: none;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item {
  overflow: hidden;
  position: relative;
  min-height: 90px;
  margin: 0;
  padding: 15px 20px 5px 75px !important;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.33;
  vertical-align: top;
  list-style: none;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item a.remove {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 0;
  left: auto;
  width: auto;
  height: auto;
  padding: 0;
  color: #999;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 0;
  text-indent: 0;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item a:not(.remove) {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0;
  font-weight: normal;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item img {
  float: none !important;
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: 50% 50%;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content p.woocommerce-mini-cart__buttons > a {
  display: block;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: inherit;
  color: #000;
  background-color: #ebebeb;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content p.woocommerce-mini-cart__buttons > a.checkout {
  color: #fff;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content p.woocommerce-mini-cart__buttons > a:hover {
  color: #fff;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content p.woocommerce-mini-cart__buttons > a:not(.checkout) {
  margin-bottom: 10px;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content p.total {
  display: flex;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce.widget_shopping_cart div.widget_shopping_cart_content p.total strong {
  color: #000;
  font-weight: 600;
}

.off-canvans-cart-open .cart-popup {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: visible;
}

/* Cart Sidebar */
.cart-popup {
  display: flex;
  visibility: hidden;
  overflow: hidden;
  flex-direction: column;
  position: fixed !important;
  z-index: 600;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateX(100%);
  pointer-events: none;
  align-items: stretch;
}

.cart-popup .cart-popup-title {
  display: flex;
  flex-direction: row;
  padding: 20px;
  border-bottom: 2px solid #e5e5e5;
  align-items: center;
  justify-content: space-between;
}

.cart-popup .cart-popup-title .title-cart {
  margin: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.cart-popup .cart-popup-title .close-cart {
  display: flex;
  position: relative;
  min-width: 40px;
  height: 100%;
  padding-right: 25px;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
}

.cart-popup .cart-popup-title .close-cart::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  color: #000;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  content: "×";
}

.cart-popup .woocommerce.widget_shopping_cart {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: stretch;
  flex: 1 1 auto;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: stretch;
  justify-content: space-between;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content .widget-shopping-cart-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content .widget-shopping-cart-list .widget-shopping-cart-scroll {
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: none;
  padding-right: 0;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content .widget-shopping-cart-button {
  margin-bottom: 20px;
  flex: 0 0 auto;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content .widget-shopping-cart-button > p {
  margin: 0;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.cart-popup .woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message::before {
  display: block;
  margin-bottom: 20px;
  color: #d6d6d6;
  font-family: "simple-line-icons";
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  content: "\e04e";
}

.widget_theme_ecommerce_info {
  display: flex;
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-title {
  display: flex;
  align-items: center;
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-title .ecommerce-info-widget-icon {
  margin-right: 16px;
  font-size: 1.5rem;
  line-height: 1;
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-title .widget-title {
  margin-bottom: 4px;
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-subtitle {
  padding-left: 2.5rem;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list {
  margin: 0;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term > a {
  display: inline-block;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term > .count {
  font-size: 11px;
  line-height: 1.5;
}

.widget_layered_nav .woocommerce-widget-layered-nav-dropdown ul li {
  height: 35px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: 2.5;
}

.widget_layered_nav .woocommerce-widget-layered-nav-dropdown ul .select2-selection__clear {
  margin-top: 0;
}

.woocommerce.widget_price_filter .widget-title {
  padding-bottom: 10px;
}

.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 1.5rem;
}

.woocommerce.widget_price_filter .price_slider_amount {
  text-align: left;
}

.woocommerce.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  padding-top: 0.0625rem;
  font-size: 0.9375rem;
}

.woocommerce.widget_price_filter .price_slider_amount .price_label span {
  display: inline-block;
}

.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  color: #000;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  color: #222;
  background: transparent;
}

.woocommerce.widget_price_filter .ui-slider {
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  text-align: left;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -8px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50px;
  outline: none;
  background: #444;
  cursor: ew-resize;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: 0;
  border-radius: 1em;
  background: #444;
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  z-index: 0;
  border: 0;
  background: #e3e7e8;
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content::before {
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 3px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content::after {
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 3px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}

.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}

.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.3125rem;
}

.woocommerce.widget_rating_filter .wc-layered-nav-rating .star-rating {
  transition: all 0.5s;
}

.woocommerce.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 13px;
}

.woocommerce.widget_recent_reviews .product_list_widget {
  margin: 0;
}

.woocommerce.widget_recent_reviews .product_list_widget li {
  overflow: hidden;
  position: relative;
  min-height: 90px;
  padding: 10px 10px 15px 75px !important;
  vertical-align: top;
  list-style: none;
}

.woocommerce.widget_recent_reviews .product_list_widget li img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.woocommerce.widget_recent_reviews .product_list_widget li .product-title,
.woocommerce.widget_recent_reviews .product_list_widget li .star-rating {
  display: block;
  margin-bottom: 5px;
}

.woocommerce.widget_recently_viewed_products .product_list_widget {
  margin: 0;
  padding: 0;
}

.woocommerce.widget_recently_viewed_products .product_list_widget li {
  display: flex;
  margin: 0;
  padding: 10px 0;
  flex-wrap: wrap;
}

.woocommerce.widget_recently_viewed_products .product_list_widget li .kft-widget-image {
  padding-right: 15px;
}

.woocommerce.widget_recently_viewed_products .product_list_widget li .kft-widget-image img {
  width: 60px;
}

.woocommerce.widget_recently_viewed_products .product_list_widget li .kft-meta-widget {
  flex: 1;
}

.woocommerce.widget_recently_viewed_products .product_list_widget li .kft-meta-widget .product-categories {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
}

.woocommerce.widget_recently_viewed_products .product_list_widget li .kft-meta-widget > a {
  color: #444;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.product-filter-by-color ul {
  display: flex;
  margin: 0;
  margin-right: -8px;
  margin-left: -8px;
  padding: 0;
  border: none;
  flex-wrap: wrap;
}

.product-filter-by-color ul li {
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
}

.product-filter-by-color ul li a {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  margin: 0;
  align-items: center;
}

.product-filter-by-color ul li a > span {
  display: none;
}

.product-filter-by-color ul li a > div {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.product-filter-by-color ul li a[title="White"] > div {
  border: 1px solid #666;
}

.product-filter-by-color ul li .count {
  display: none;
}

.product-filter-by-color ul li > a:hover::before {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "kft-icon" !important;
  font-size: 14px;
  font-weight: 700;
  content: "\f17b";
  align-items: center;
  justify-content: center;
}

.product-filter-by-color ul li > a:hover[title="White"]::before {
  color: #000;
}

.product-filter-by-color ul li.chosen a::before {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "kft-icon" !important;
  font-size: 14px;
  font-weight: 700;
  content: "\f17b";
  align-items: center;
  justify-content: center;
}

.product-filter-by-color ul li.chosen a[title="White"]::before {
  color: #000;
}

.kft-blogs-widget {
  overflow: hidden;
  position: relative;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget {
  width: 100%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.9375rem;
  padding: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-thumbnail__inner {
  display: block;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  min-height: 100%;
  margin-right: 0.9375rem;
  flex: 0 0 auto;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-thumbnail__inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-meta-widget {
  color: #999;
  line-height: 1.4;
  flex: 1 1 auto;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-meta-widget > .post-title {
  display: block;
  margin-bottom: 0.625rem;
  color: #444;
  font-weight: 400;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-meta-widget > .post-meta {
  display: flex;
  align-items: center;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-meta-widget > .post-meta .date-time {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-meta-widget > .post-meta .date-time + .author::before {
  margin: 0 0.375rem;
  content: "-";
}

.kft-blogs-widget .kft_blog_widget ul.post_list_widget > li .post-meta-widget > .post-meta .author {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.kft-product-widgets__item .product-list-widget {
  margin: 0;
}

.kft-product-widgets__item .product-list-widget li {
  margin: 0;
  margin-bottom: 0.75rem;
  padding: 0;
}

.kft-product-widgets__item .product-list-widget li .product-widget-image {
  max-width: 100px;
  padding-right: 10px;
}

.kft-product-widgets__item .product-list-widget li .product-meta-widget .product-title {
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.kft-product-widgets__item .product-list-widget li .product-meta-widget .kft-product-buttons {
  display: none !important;
}

.mc4wp-form > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.mc4wp-form > div p {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.mc4wp-form > div p > input[type="email"] {
  padding: 0;
  border: none;
  border-bottom: 1px solid #222;
  color: #222;
  text-align: center;
}

.mc4wp-form > div p > input[type="email"]:-ms-input-placeholder {
  color: #777;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mc4wp-form > div p > input[type="email"]::-ms-input-placeholder {
  color: #777;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mc4wp-form > div p > input[type="email"]::placeholder {
  color: #777;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mc4wp-form > div p > input[type="submit"] {
  display: block;
  width: 100%;
  color: #fff;
  background: #222;
}

.mc4wp-form > div p > input[type="submit"]:hover {
  opacity: 0.8;
}

.kft-instagram-widget .row {
  margin-right: -5px;
  margin-left: -5px;
}

.kft-instagram-widget .row .item {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.kft-instagram-widget .row .kft-instagram__datas {
  font-size: inherit;
}

.kft-instagram-widget .row .kft-instagram__likes + .kft-instagram__comments {
  margin-left: 10px;
}

.kft-instagram .item > a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 1;
  vertical-align: middle;
}

.kft-instagram .item > a::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  transition: opacity 0.3s ease;
}

.kft-instagram .item > a:hover::after {
  opacity: 1;
}

.kft-instagram .item > a:hover .kft-instagram__datas {
  visibility: visible;
  opacity: 1;
}

.kft-instagram__datas {
  display: flex;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  color: #fff;
  font-size: 24px;
  transition: opacity, visibility 0.3s ease;
  transform: translate3d(-50%, -50%, 0);
  justify-content: center;
}

.kft-instagram__likes::before {
  margin-right: 5px;
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kft-instagram__likes + .kft-instagram__comments {
  margin-left: 20px;
}

.kft-instagram__comments::before {
  margin-right: 5px;
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kft-instagram__type {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.kft-instagram__type-video {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAACu1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjIyM6OjoAAAAhISEAAABAQEAAAAAAAAAAAACOjo4AAACJiYkAAAAAAAAAAAB7e3sAAAAAAAAAAAA8PDwAAAAPDw86OjoAAAAVFRUAAAAAAAAAAAANDQ1paWkAAAAAAAAAAAAAAAASEhIAAAAREREAAAAhISGAgIAAAAAbGxtXV1cgICAAAAAKCgoAAAAdHR0AAAAwMDAAAACAgIAAAAAuLi4AAAANDQ0AAAAAAABlZWUAAAAEBAQAAABtbW0AAAB4eHh+fn54eHh8fHyxsbF8fHx+fn57e3uAgICLi4uJiYmYmJiYmJicnJygoKCMjIyXl5fJycmWlpbLy8vMzMy8vLyVlZW2tra0tLSzs7OOjo56enpycnKtra3Y2NjZ2dmenp58fHyDg4OHh4e4uLh8fHy2trbDw8O+vr6ysrKvr6+3t7eJiYnQ0NDU1NSsrKzQ0NDV1dXR0dG1tbW3t7e6urrExMTFxcXLy8u8vLzIyMi8vLzHx8fGxsbR0dHZ2dnLy8vU1NTExMTX19fa2trV1dXR0dHV1dXW1tbNzc3V1dW+vr7b29vd3d3KysrQ0NDa2trd3d3Y2Njk5OTNzc3S0tLh4eHx8fHV1dXi4uLk5OTs7Ozk5OTs7Ozp6enx8fHz8/Pw8PDz8/Pu7u7v7+/y8vLq6urv7+/x8fH39/fy8vLz8/P39/f4+Pjx8fH19fX39/fy8vL29vb39/f39/fy8vL19fX39/f29vb09PT7+/v39/f4+Pj6+vr7+/v6+vr7+/v8/Pz5+fn8/Pz8/Pz9/f39/f3+/v79/f3+/v7+/v7+/v7////+/v7////+/v7///////9qA5TLAAAA6HRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhYWFxcYGBkaGxscHB0eHx8gISIiIyMjJCQlJicnJygpKisrLCwtLi4vLy8wMTM0NDU1NjY3ODk5Oj4/QUFCREVGR0hIS0xNT1BRUlRXWltdXV9hYmRmZ2lqa2xtbnBwcXR1dXV2d3d3eXp8fH19fX5+fn+AgIKCg4SGhoiIioqMjY2SlJaZm52dn6OlqausrKytsbO0tbW2t7e7u8DAxc7Oz8/Q0NDS1NXb3Nzc3d7e3t/g4eLj5eXn6urr6+/w8fHx8vP19vf5+vr7/Pz9/f7+vhMoswAAA/tJREFUWMPtlvd3FFUUx/eVeW92ZnbZwgaHcTeu2ThZRyUbnKiIFRUxlqixYu8Ve1cUS7D33gv2DnZFAXvvhUgUIiHfP8Mf9iTMm92UicdfOLm/3ns+t777biw2IeMTwoSgTAhGxk0g5oWnpdOnX2ASUlcdkOEIdON/+ufPH+jbiNbaEKqnGmzbcRzbbkjptK4Tbk5278fq1bjHzZqchPn63GUYlGVz9TpOiJiy8N2eqkXP2wunCNWG0MzHWC+fZ2vDIHzq4oAJFk9V4iCU54NqFLRwzQm1blBMcK0V9EOoVlTUpU030UionbkPVMRbk4NuCBMlRe2d8kqShOP8Q0X8mueBMAiTzYq67Yw1OaVvhGpNKgEDTZqKcBV1+zw4lKpxVp388OI1Tw5mGxxSwmWLgth2HvJMRUgXwEvnHdy57znfPH3x5QBcORJixlko8DqISy595tszd9vvwHNfHRUx82wUuFJwPpTq4xc9/xMAwJVcLWd/sFIjIQalP4zIrwhov2i/si+vIpgs/R5qaklJhIn0ccsHBmP49CT/ha/sMKLwvop4r6AgqGbkvJ06Og/o6urq3Gf3meevfSgdKqfI3qoibskqTaVMGJNyu1y2oLu7e8FVN73c987mcR56Ata0JUHCki0sTbXgIp7Y+o01AIC1Xz+4paWxkIGemX7n0pXrAGDdyqW3T8/oqhNCudCTdnPZ28rzWoo5S3L1rRImjHSTP2v2nI6OObNn+U1pI7RBCaGMC90wLcuyTEOXahDVOI1kJmc7+bxj5zJJQ3Bas7go40JIKaUUGmfh7UgoF7phJRLJZCJhGXotIRYjhFLGq8JqCFUXWtVFXR+DDMoYY5RSMoyeMcY5Y4zS+mt+DL/AaBYTMiEb7B1G/uP8E2Zmbdt2HMexbTtrRj/oCDGv612/WHuvtyghhEZC0Nyq4HLubWCaldlMjj0jQnkBAL6778QT7voMABqtHe/9ZFWGRkBoRQBv7ll23ZZdXwNQsn8E4LAxh0GYaAK+37u8/8OPHeLtsRwouwBC58EoCFkCHmg76Bfgz2NbbwQqrQBQ1Fg0xKmtjwDAs61HAW1+zSE0CoLLEnCy9ygAPFc+AvC3QfiKGQvi7pZDe4C/j3evAPwZANAieTTElzs0H/7UomPc7T4aNwKv71z2vPL2iwD4ld8iJsJkCQBW3Hz0kVd/CABtjYc98fNfeREF0agOuJdtKE7ba1KUporsbcFndoedTFiWqUcYLaqZtue3+5VKpeK3+56TiOtSCh5hwCmXRjKdyaRSqVQ6k06autA452zszyxGKJdxwzRNwzBN04hLbdgDYfiVQ4eOj6HzI+L+Gzo+Rjw//u/1uyHIv1JTY2p4BzTuAAAAAElFTkSuQmCC");
  background-position: 0 -34px;
}

.kft-instagram__type-carousel_album {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAACu1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjIyM6OjoAAAAhISEAAABAQEAAAAAAAAAAAACOjo4AAACJiYkAAAAAAAAAAAB7e3sAAAAAAAAAAAA8PDwAAAAPDw86OjoAAAAVFRUAAAAAAAAAAAANDQ1paWkAAAAAAAAAAAAAAAASEhIAAAAREREAAAAhISGAgIAAAAAbGxtXV1cgICAAAAAKCgoAAAAdHR0AAAAwMDAAAACAgIAAAAAuLi4AAAANDQ0AAAAAAABlZWUAAAAEBAQAAABtbW0AAAB4eHh+fn54eHh8fHyxsbF8fHx+fn57e3uAgICLi4uJiYmYmJiYmJicnJygoKCMjIyXl5fJycmWlpbLy8vMzMy8vLyVlZW2tra0tLSzs7OOjo56enpycnKtra3Y2NjZ2dmenp58fHyDg4OHh4e4uLh8fHy2trbDw8O+vr6ysrKvr6+3t7eJiYnQ0NDU1NSsrKzQ0NDV1dXR0dG1tbW3t7e6urrExMTFxcXLy8u8vLzIyMi8vLzHx8fGxsbR0dHZ2dnLy8vU1NTExMTX19fa2trV1dXR0dHV1dXW1tbNzc3V1dW+vr7b29vd3d3KysrQ0NDa2trd3d3Y2Njk5OTNzc3S0tLh4eHx8fHV1dXi4uLk5OTs7Ozk5OTs7Ozp6enx8fHz8/Pw8PDz8/Pu7u7v7+/y8vLq6urv7+/x8fH39/fy8vLz8/P39/f4+Pjx8fH19fX39/fy8vL29vb39/f39/fy8vL19fX39/f29vb09PT7+/v39/f4+Pj6+vr7+/v6+vr7+/v8/Pz5+fn8/Pz8/Pz9/f39/f3+/v79/f3+/v7+/v7+/v7////+/v7////+/v7///////9qA5TLAAAA6HRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhYWFxcYGBkaGxscHB0eHx8gISIiIyMjJCQlJicnJygpKisrLCwtLi4vLy8wMTM0NDU1NjY3ODk5Oj4/QUFCREVGR0hIS0xNT1BRUlRXWltdXV9hYmRmZ2lqa2xtbnBwcXR1dXV2d3d3eXp8fH19fX5+fn+AgIKCg4SGhoiIioqMjY2SlJaZm52dn6OlqausrKytsbO0tbW2t7e7u8DAxc7Oz8/Q0NDS1NXb3Nzc3d7e3t/g4eLj5eXn6urr6+/w8fHx8vP19vf5+vr7/Pz9/f7+vhMoswAAA/tJREFUWMPtlvd3FFUUx/eVeW92ZnbZwgaHcTeu2ThZRyUbnKiIFRUxlqixYu8Ve1cUS7D33gv2DnZFAXvvhUgUIiHfP8Mf9iTMm92UicdfOLm/3ns+t777biw2IeMTwoSgTAhGxk0g5oWnpdOnX2ASUlcdkOEIdON/+ufPH+jbiNbaEKqnGmzbcRzbbkjptK4Tbk5278fq1bjHzZqchPn63GUYlGVz9TpOiJiy8N2eqkXP2wunCNWG0MzHWC+fZ2vDIHzq4oAJFk9V4iCU54NqFLRwzQm1blBMcK0V9EOoVlTUpU030UionbkPVMRbk4NuCBMlRe2d8kqShOP8Q0X8mueBMAiTzYq67Yw1OaVvhGpNKgEDTZqKcBV1+zw4lKpxVp388OI1Tw5mGxxSwmWLgth2HvJMRUgXwEvnHdy57znfPH3x5QBcORJixlko8DqISy595tszd9vvwHNfHRUx82wUuFJwPpTq4xc9/xMAwJVcLWd/sFIjIQalP4zIrwhov2i/si+vIpgs/R5qaklJhIn0ccsHBmP49CT/ha/sMKLwvop4r6AgqGbkvJ06Og/o6urq3Gf3meevfSgdKqfI3qoibskqTaVMGJNyu1y2oLu7e8FVN73c987mcR56Ata0JUHCki0sTbXgIp7Y+o01AIC1Xz+4paWxkIGemX7n0pXrAGDdyqW3T8/oqhNCudCTdnPZ28rzWoo5S3L1rRImjHSTP2v2nI6OObNn+U1pI7RBCaGMC90wLcuyTEOXahDVOI1kJmc7+bxj5zJJQ3Bas7go40JIKaUUGmfh7UgoF7phJRLJZCJhGXotIRYjhFLGq8JqCFUXWtVFXR+DDMoYY5RSMoyeMcY5Y4zS+mt+DL/AaBYTMiEb7B1G/uP8E2Zmbdt2HMexbTtrRj/oCDGv612/WHuvtyghhEZC0Nyq4HLubWCaldlMjj0jQnkBAL6778QT7voMABqtHe/9ZFWGRkBoRQBv7ll23ZZdXwNQsn8E4LAxh0GYaAK+37u8/8OPHeLtsRwouwBC58EoCFkCHmg76Bfgz2NbbwQqrQBQ1Fg0xKmtjwDAs61HAW1+zSE0CoLLEnCy9ygAPFc+AvC3QfiKGQvi7pZDe4C/j3evAPwZANAieTTElzs0H/7UomPc7T4aNwKv71z2vPL2iwD4ld8iJsJkCQBW3Hz0kVd/CABtjYc98fNfeREF0agOuJdtKE7ba1KUporsbcFndoedTFiWqUcYLaqZtue3+5VKpeK3+56TiOtSCh5hwCmXRjKdyaRSqVQ6k06autA452zszyxGKJdxwzRNwzBN04hLbdgDYfiVQ4eOj6HzI+L+Gzo+Rjw//u/1uyHIv1JTY2p4BzTuAAAAAElFTkSuQmCC");
  background-position: 0 0;
}

.about-me-sidebar .about-me-wg {
  text-align: center;
}

.about-me-sidebar .about-me-wg > img {
  max-width: 120px;
  margin-bottom: 1.875rem;
  border-radius: 100%;
}

.about-me-sidebar .about-me-wg > h3 {
  margin-bottom: 1.25rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.kft-product-categories-widget .product-categories-wg li {
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
}

.kft-product-categories-widget .product-categories-wg li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #777;
}

.kft-product-categories-widget .product-categories-wg li a .count {
  display: inline-flex;
  min-width: 24px;
  min-height: 20px;
  margin-left: auto;
  padding: 4px;
  border-radius: 4px;
  color: #222;
  background: #f3f3f3;
  font-size: 0.875rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.kft-product-categories-widget .product-categories-wg li:last-child {
  margin-bottom: 0;
}

.kft-recent-comments-widget .recent-comments-meta {
  display: flex;
}

.kft-recent-comments-widget .recent-comments-meta .avatar img {
  max-width: 80px;
  margin-right: 15px;
}

.kft-recent-comments-widget .comment-desc {
  margin-top: 20px;
  margin-bottom: 5px;
}

/* Gutenberg */
.wp-block-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-image figcaption {
  margin-top: 10px;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 1rem 5%;
  color: #fff;
}

.wp-block-cover .wp-block-cover-text > a {
  color: #fff;
}

.wp-block-cover__inner-container p a {
  color: #fff;
}

.blog-content > .wp-block-cover:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-quote.is-style-large p,
.wp-block-pullquote p {
  font-size: 1.25rem !important;
  font-style: italic;
  line-height: 1.625 !important;
}

.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-block-quote {
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 15px;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.625;
}

.wp-block-quote cite {
  text-transform: inherit;
}

.wp-block-button {
  outline: none;
  text-decoration: none;
}

.wp-block-button__link {
  font-size: 0.9375rem;
}

.wp-block-button__link:not(.has-background) {
  background-color: #222;
}

.wp-block-button__link:not(.has-text-color) {
  color: white;
}

.wp-block-button__link:hover {
  color: white;
  background: #222;
  cursor: pointer;
}

.wp-block-button__link:focus {
  outline: thin dotted;
  outline-offset: -4px;
  color: white;
  background: #111;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #222;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #222;
}

figure.wp-block-gallery {
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

figure.wp-block-gallery.alignwide {
  margin-right: calc(-75vw / 2 + 100% / 2);
  margin-left: calc(-75vw / 2 + 100% / 2);
}

figure.wp-block-gallery.alignleft {
  margin-right: 1rem;
}

figure.wp-block-gallery.alignright {
  margin-left: 1rem;
}

.wp-block-latest-comments__comment {
  font-size: 16px;
}

.wp-block-latest-comments__comment-date {
  font-size: 14px;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
}

.editor-styles-wrapper [data-block] li {
  padding: 5px 0;
}

.wp-block-embed,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-tag-cloud,
.wp-block-rss,
.wp-block-group,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-search,
.wp-block-button {
  margin-bottom: 30px;
}

.wp-block-columns {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 782px){
  .wp-block-column:not(:first-child) {
      margin-left: 2em;
  }
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-code {
  background: #fff;
}

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

.wp-block-file .wp-block-file__button {
  margin-bottom: 0;
  padding: 12px 24px;
  color: #fff !important;
}

.wp-block-file .wp-block-file__button:hover {
  color: #fff !important;
}

.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories {
  margin-left: 0;
}

.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li {
  list-style-type: none;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-archives .wp-block-latest-posts__post-date,
.wp-block-categories .wp-block-latest-posts__post-date {
  margin-bottom: 0;
}

.wp-block-latest-posts .count,
.wp-block-archives .count,
.wp-block-categories .count {
  margin-left: 3px;
}

.wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 0;
}

.wp-block-embed .responsive-embed {
  position: initial;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 56.25% !important;
}

p.has-drop-cap:not(:focus)::first-letter {
  margin: 0.05em 0.2em 0.05em 0 !important;
}

pre.wp-block-verse {
  white-space: pre-wrap;
}

p.wp-block-subhead {
  font-style: normal;
}

.wp-block-code code {
  border: 0;
  background: transparent;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5rem;
}

.wp-block-archives select {
  width: auto;
}

.wp-block-search__label {
  color: #333;
  font-weight: 400;
}

.wp-block-search__input {
  width: auto !important;
}

.wp-block-search__button {
  padding: 0 20px;
  color: #fff;
  background: #222;
  line-height: 40px;
}

.wp-block-categories select {
  width: auto;
}

.wp-block-calendar table {
  text-align: center;
}

.wp-block-calendar table tfoot {
  border: 1px solid #ebebeb;
}

.kft-blogs__item > article {
  max-width: none !important;
  margin-bottom: 30px;
  padding: 0 !important;
}

.kft-blogs__image {
  overflow: hidden;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

.kft-blogs__category {
  margin-bottom: 0.9375rem;
  color: #444;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.kft-blogs__title h4 {
  margin: 0;
  line-height: 1.4;
}

.kft-blogs__title a {
  text-decoration: inherit;
}

.kft-blogs__date {
  margin-bottom: 20px;
  color: #777;
  font-size: 0.9375rem;
}

.kft-blogs__excerpt {
  margin-bottom: 15px;
}

.kft-blogs__excerpt p:last-child {
  margin-bottom: 0;
}

.kft-blogs.style-1 .kft-blogs__image img {
  object-fit: cover;
  object-position: center;
  max-height: 300px;
}

.kft-blogs.style-1 .kft-blogs__category {
  margin-bottom: 10px;
}

.kft-blogs.style-1 .kft-blogs__title {
  margin-bottom: 15px;
}

.kft-blogs.style-1 .kft-blogs__title-inner {
  line-height: 26px;
}

.kft-blogs.style-1 .kft-blogs__title a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.kft-blogs.style-1 .kft-blogs__post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kft-blogs.style-1 .kft-blogs__excerpt {
  margin-bottom: 18px;
  color: #444;
}

.kft-blogs.style-1 .kft-blogs__readmore {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.kft-blogs.style-1 .kft-blogs__readmore > a {
  line-height: 1;
}

.kft-blogs.style-1 .kft-blogs__readmore > a::after {
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "...";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  font-size: 20px;
}

.kft-blogs.style-1 .kft-blogs__readmore > a:hover::after {
  opacity: 1;
}

.kft-blogs.style-1 .kft-blogs__date {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #777;
  font-size: 0.875rem;
}

.kft-blogs.style-1 .kft-blogs__date::before {
  margin-right: 4px;
  font-family: "kft-icon";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kft-blogs.style-1 .kft-blogs__author {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.kft-blogs.style-1 .kft-blogs__author:hover > a {
  color: #222;
}

.kft-blogs.style-2 article {
  position: relative;
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
  margin: 0;
}

.kft-blogs.style-2 article:hover .kft-blogs__image::after {
  opacity: 0.8;
  background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
}

.kft-blogs.style-2 .kft-blogs__item {
  margin-bottom: 30px;
}

.kft-blogs.style-2 .kft-blogs__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  pointer-events: none;
}

.kft-blogs.style-2 .kft-blogs__image::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
}

.kft-blogs.style-2 .kft-blogs__image img {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.kft-blogs.style-2 .kft-blogs__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
  padding: 30px;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.kft-blogs.style-2 .kft-blogs__category {
  margin-bottom: 0.9375rem;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.kft-blogs.style-2 .kft-blogs__category a:hover {
  opacity: 0.8;
  color: inherit;
}

.kft-blogs.style-2 .kft-blogs__title {
  margin-bottom: 0.9375rem;
}

.kft-blogs.style-2 .kft-blogs__title a {
  color: #fff;
  font-size: 1.375rem;
}

.kft-blogs.style-2 .kft-blogs__readmore {
  margin-top: 0.9375rem;
}

.kft-blogs.style-2 .kft-blogs__readmore a {
  position: relative;
  color: #fff;
}

.kft-blogs.style-2 .kft-blogs__readmore a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #3cefff;
  content: "";
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}

.kft-blogs.style-2 .kft-blogs__readmore a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.kft-blogs.style-2 .kft-blogs__post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kft-blogs.style-2 .kft-blogs__date {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.kft-blogs.style-2 .kft-blogs__date + .kft-blogs__author::before {
  margin: 0 0.375rem;
  content: "-";
}

.kft-blogs.style-2 .kft-blogs__author {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.kft-blogs.style-2 .kft-blogs__author:hover > a {
  opacity: 0.8;
  color: #fff;
}

.kft-blogs.style-3 article {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.kft-blogs.style-3 .kft-blogs__image {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
}

.kft-blogs.style-3 .kft-blogs__image > a {
  display: block;
  overflow: hidden;
  width: 100%;
}

.kft-blogs.style-3 .kft-blogs__image > a > img {
  transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.kft-blogs.style-3 .kft-blogs__image:hover > a > img {
  transform: scale(1.04, 1.04);
}

@media only screen and (max-width: 767px) {
  .kft-blogs.style-3 .kft-blogs__image {
    flex: 0 0 100%;
  }
}

.kft-blogs.style-3 .kft-blogs__content {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
  .kft-blogs.style-3 .kft-blogs__content {
    flex: 0 0 100%;
  }
}

.kft-blogs.style-3 .kft-blogs__category {
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.kft-blogs.style-3 .kft-blogs__title {
  margin-bottom: 10px;
}

.kft-blogs.style-3 .kft-blogs__title a {
  font-size: 1.5rem;
}

.kft-blogs.style-3 .kft-blogs__post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.kft-blogs.style-3 .kft-blogs__date {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.kft-blogs.style-3 .kft-blogs__date + .kft-blogs__author::before {
  margin: 0 0.375rem;
  content: "-";
}

.kft-blogs.style-3 .kft-blogs__author {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.kft-blogs.style-3 .kft-blogs__excerpt {
  margin-bottom: 25px;
}

.kft-blogs.style-3 .kft-blogs__readmore a {
  padding: 8px 15px;
  color: #fff;
  background: #000;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

/* Modules */
/* Search Form Default */
.search-form {
  position: relative;
}

.search-form > label {
  display: none;
}

.search-form input[type="search"] {
  border: none;
  box-shadow: 0 0 5px #ccc;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 50px;
  padding: 0;
  border: none;
  color: #777;
  background-color: transparent;
  font-size: 0;
  font-weight: 400;
}

.search-form .search-submit::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: "simple-line-icons";
  font-size: 16px;
  line-height: 20px;
  content: "\e090";
}

/* Ajax Search */
.kft-header-search .searchform {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.kft-header-search .select-category {
  width: auto;
  padding-left: 15px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.kft-header-search .kft_search_products {
  display: flex;
  position: relative;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-left: none;
  flex: 1;
}

.kft-header-search .kft_search_products .search-field {
  border: none;
  font-size: 1rem;
  line-height: 20px;
}

.kft-header-search .kft_search_products .search-submit {
  position: relative;
  margin: 0;
  padding: 0 12px;
  border: none;
  color: #000;
}

.kft-header-search .kft_search_products .search-submit::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kft-header-search .kft_search_products .kft-live-search-results {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 30px;
  left: 0;
  margin-top: 1px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.kft-header-search .kft_search_products .kft-live-search-results .kft-list-products {
  overflow: auto;
  position: relative;
  width: 100%;
  max-height: 45vh;
  margin: 0;
  padding: 0;
}

.kft-header-search .kft_search_products .kft-live-search-results .kft-list-products li {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #e5e5e5;
  align-items: stretch;
}

.kft-header-search .kft_search_products .kft-live-search-results .kft-list-products li .search-form-wrapper-image {
  max-width: 70px;
  margin-right: 15px;
  flex: 0 0 auto;
}

.kft-header-search .kft_search_products .kft-live-search-results .kft-list-products li .search-form-wrapper-meta.product__meta {
  text-align: left;
  flex: 1 1 auto;
}

.kft-header-search .kft_search_products .kft-live-search-results .kft-list-products li .search-form-wrapper-meta.product__meta .product-title {
  display: block;
}

.kft-header-search .kft_search_products .kft-live-search-results .kft-list-products li .search-form-wrapper-meta.product__meta .product-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.kft-header-search .kft_search_products .kft-live-search-results .view-all a {
  display: block;
  padding: 5px 0;
  color: #fff;
  background-color: #222;
  text-align: center;
}

.kft-header-search .kft_search_products .kft-live-search-results .no-result {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
}

/* Loading Search */
.kft_search_products.loading .search-submit::after {
  opacity: 0;
}

.kft_search_products.loading .search-submit::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

.kft-open-search .off-canvas-search {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.off-canvas-search {
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 330px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  transform: translateY(-100%);
}

.off-canvas-search__inner {
  margin-top: 40px;
  padding: 0 100px 30px 100px;
}

.off-canvas-search__inner .close-popup {
  margin-bottom: 20px;
  font-size: 0;
  text-align: right;
  cursor: pointer;
}

.off-canvas-search__inner .close-popup::before {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  content: "×";
}

.off-canvas-search__inner .search-txt {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  color: #222;
  font-size: 1.3125rem;
  font-weight: 400;
}

.off-canvas-search__inner form.searchform {
  position: relative;
  margin: 0;
  padding: 0 10px;
  border: none;
}

.off-canvas-search__inner form.searchform .kft_search_products {
  position: relative;
}

.off-canvas-search__inner .search-field {
  height: 76px;
  padding: 0;
  border: none;
  border-bottom: 2px solid #ebebeb;
  color: #222;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.off-canvas-search__inner .search-field:-ms-input-placeholder {
  font-size: 1.875rem;
  font-weight: 400;
}

.off-canvas-search__inner .search-field::-ms-input-placeholder {
  font-size: 1.875rem;
  font-weight: 400;
}

.off-canvas-search__inner .search-field::placeholder {
  font-size: 1.875rem;
  font-weight: 400;
}

.off-canvas-search__inner .search-submit {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 76px;
  margin: 0;
  margin-top: -3px;
  padding: 0 30px;
  border: none;
  color: #000;
}

.off-canvas-search__inner .search-submit::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.off-canvas-search__inner .kft-live-search-results {
  display: none;
  position: relative;
  height: 100%;
  min-height: 50vh;
  margin-top: 40px;
  margin-right: 30px;
  margin-left: 30px;
}

.off-canvas-search__inner .kft-live-search-results .kft-list-products {
  display: flex;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}

.off-canvas-search__inner .kft-live-search-results .kft-list-products li {
  max-width: 16.66%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66%;
}

.off-canvas-search__inner .kft-live-search-results .kft-list-products li .product__meta {
  margin-top: 15px;
  text-align: center;
}

.off-canvas-search__inner .kft-live-search-results .kft-list-products li .product__meta > a {
  display: block;
  width: 100%;
}

/* Search on Mobile */
.kft-mobile-navigation .search-form-wrapper {
  position: relative;
  z-index: 2;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}

.kft-mobile-navigation .search-form-wrapper form {
  display: inline;
}

.kft-mobile-navigation .search-form-wrapper .select-category {
  display: none;
}

.kft-mobile-navigation .search-form-wrapper .kft_search_products {
  position: relative;
}

.kft-mobile-navigation .search-form-wrapper .kft_search_products.loading .search-submit::after {
  opacity: 0;
}

.kft-mobile-navigation .search-form-wrapper .kft_search_products.loading .search-submit::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

.kft-mobile-navigation .search-form-wrapper input[type="text"] {
  height: 65px;
  padding: 0 50px 0 18px;
  border: 1px solid #e5e5e5;
}

.kft-mobile-navigation .search-form-wrapper .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 65px;
  padding: 0;
  background-color: transparent;
  line-height: 65px;
}

.kft-mobile-navigation .search-form-wrapper .search-submit::after {
  font-family: "simple-line-icons";
  font-size: 20px;
  line-height: 65px;
  content: "\e090";
}

.kft-mobile-navigation .kft-live-search-results {
  position: relative !important;
  margin-top: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}

.kft-mobile-navigation .kft-live-search-results .no-result {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products {
  overflow-y: auto;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products li {
  display: flex;
  position: relative;
  padding: 10px 18px;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: default;
  align-items: center;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products li:last-child {
  border-bottom: none;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products li .search-form-wrapper-image {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products li .search-form-wrapper-meta {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-left: 5px;
  text-align: left;
  flex: 1;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products li .search-form-wrapper-meta .product-name {
  display: inline-block;
  width: 100%;
}

.kft-mobile-navigation .kft-live-search-results .kft-list-products li .search-form-wrapper-meta .product-name::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.admin-bar .kft-mobile-navigation .search-form-wrapper {
  padding-top: 46px;
}

/* Search No Result */
.search-no-results .alert {
  padding-left: 0;
}

.tooltip-inner {
  max-width: 200px;
  height: 30px;
  padding: 0 10px !important;
  border-radius: 0 !important;
  color: #fff;
  background-color: #000;
  line-height: 30px;
  text-align: center;
}

.main-navigation {
  display: block;
  clear: both;
  text-align: center;
  flex: 1 1 auto;
  text-align: left;
}

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

.main-navigation ul li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  color: #666;
  font-size: 1.0625rem;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
}

.main-navigation ul.sub-menu li {
  display: block;
  padding: 10px 15px;
}

.main-navigation .sub-menu-dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 380;
  top: 100%;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: left;
  transition: opacity 0.25s ease, visibility 0s ease, transform 0.15s ease;
  transform: translateY(10px);
  pointer-events: none;
}

.main-navigation .item-level-0 {
  display: inline-block;
  position: relative;
  padding: 0 6px;
}

.main-navigation .item-level-0 > a {
  padding: 6px 15px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-navigation .item-level-0.menu-item-has-children > a::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-size: 10px;
  font-weight: 400;
}

.main-navigation .item-level-0.menu-item-has-children.is-hover .sub-menu-dropdown {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: visible;
}

.main-navigation .item-level-0.has-bg-images .sub-menu {
  background-color: #fff;
  background-clip: border-box;
  background-size: cover;
}

.main-navigation .item-level-0.has-bg-images ul {
  background-color: transparent !important;
}

.main-navigation .nav-link span {
  padding-left: 5px;
}

.main-navigation .sub-menu {
  margin: 0;
  padding: 10px 0;
}

.main-navigation .menu-simple-dropdown .sub-menu-dropdown {
  background: #fff;
}

.main-navigation .menu-simple-dropdown .sub-menu-dropdown .sub-menu {
  width: 270px;
}

.main-navigation .menu-simple-dropdown .sub-menu-dropdown .sub-menu li {
  position: relative;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.main-navigation .menu-simple-dropdown .sub-menu-dropdown .menu-item-has-children > a::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  font-size: 10px;
}

.main-navigation .menu-simple-dropdown .sub-menu-dropdown .menu-item-has-children.is-hover > .sub-sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.main-navigation .menu-simple-dropdown .sub-menu-dropdown .sub-sub-menu {
  visibility: hidden;
  position: absolute;
  top: -11px;
  left: 100%;
  width: 270px;
  margin: 0;
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  background: #fff;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: visible;
}

/* Mega Menu */
.menu-mega-dropdown.menu-item-full-width .sub-menu-dropdown {
  width: 100vw;
}

.menu-mega-dropdown .sub-menu-dropdown {
  background: #fff;
}

.menu-mega-dropdown .sub-menu-dropdown > .container {
  width: auto;
  padding: 0;
}

.menu-mega-dropdown ul.sub-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 20px;
  border: none;
}

.menu-mega-dropdown ul.sub-menu > li {
  padding: 0 10px;
}

.menu-mega-dropdown ul.sub-menu > li > a {
  margin-bottom: 6px;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-mega-dropdown ul.sub-menu > li li {
  padding-right: 0;
  padding-left: 0;
}

/* Vertical Menu */
.kft-vertical-navigation {
  position: relative;
  flex: 0 0 auto;
  width: 270px;
}

.menu-label {
  position: absolute;
  z-index: 1;
  margin-top: -3px;
  margin-left: 3px;
  padding: 0 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.menu-label.label-white {
  color: #000;
}

.label-red {
  background: red;
}

.label-green {
  background: green;
}

.label-blue {
  background: blue;
}

.label-orange {
  background: orange;
}

.label-grey {
  background: grey;
}

.label-black {
  background: black;
}

.label-white {
  background: white;
}

.item-level-0.menu-item-has-children {
  position: relative;
}

.item-columns-3 .sub-menu-dropdown {
  width: 750px;
}

.item-columns-2 .sub-menu-dropdown {
  width: 520px;
}

.item-columns-4 .sub-menu-dropdown {
  width: 1040px;
}

.item-columns-5 .sub-menu-dropdown {
  width: 1240px;
}

.item-columns-1 .sub-menu-dropdown {
  width: 270px;
}

.item-columns-full .sub-menu-dropdown {
  width: 100%;
}

.item-columns-3 .sub-menu > li {
  width: 33.33%;
}

.item-columns-4 .sub-menu > li {
  width: 25%;
}

.item-columns-5 .sub-menu > li {
  width: 20%;
}

.item-columns-2 .sub-menu > li {
  width: 50%;
}

.menu-mega-dropdown .sub-sub-menu {
  border: none;
}

.kft-mobile-navigation {
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  padding: 0 0 30px 0;
  background-color: #fff;
  transition: transform 0.25s ease;
  transform: translate3d(-300px, 0, 0);
}

.has-mobile-menu .kft-mobile-navigation {
  transform: none;
}

/* Mobile MegaMenu */
.mobile-menu-wrapper .mobile-menu-title {
  position: relative;
  padding: 18px 15px;
  color: #fff;
  background-color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-menu-wrapper ul {
  list-style: none;
}

.mobile-menu-wrapper ul li {
  display: block;
  position: relative;
}

.mobile-menu-wrapper ul li a {
  display: block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  color: #2d2a2a;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.mobile-menu-wrapper ul li .sub-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding-right: 0;
  border-left: 1px solid #e5e5e5;
  color: #2d2a2a;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mobile-menu-wrapper ul li .sub-menu-icon::after {
  display: inline-block;
  font-family: "simple-line-icons";
  font-size: 16px;
  content: "\e604";
  transition: transform 0.25s ease;
}

.mobile-menu-wrapper .menu-item-has-children.active > .sub-menu-icon::after {
  display: inline-block;
  font-family: "simple-line-icons";
  font-size: 16px;
  content: "\e607";
  transition: transform 0.25s ease;
}

.mobile-menu-wrapper .sub-menu {
  display: none;
  margin-left: 0;
}

.mobile-menu-wrapper .sub-menu li a {
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.mobile-menu-wrapper .sub-sub-menu {
  display: none;
  margin-left: 0;
}

body .more-menu-item > a::after {
  margin: 0 !important;
  padding: 6px;
  border: 1px solid #444;
  border-radius: 100%;
  font-family: "simple-line-icons";
  font-size: 12px !important;
  content: "\e601" !important;
}

body .more-menu-item .sub-menu-dropdown li.item-level-0 > a {
  padding: 0;
}

body .more-menu-item:hover .sub-menu-dropdown {
  visibility: inherit;
  right: 0;
  left: auto;
  opacity: 1;
  background: #fff;
  transform: translateY(0);
  pointer-events: visible;
}

/* Popup Newletter */
.kft-popup {
  display: none;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
}

.kft-popup .kft-popup-wrapper {
  position: relative;
  z-index: 2;
}

.kft-popup .kft-popup-wrapper > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kft-popup {
    max-width: 400px;
  }
}

.mfp-wrap .kft-popup {
  display: block;
}

.kft-popup-wrapper .mc4wp-form > div {
  justify-content: center;
}

/* Popup Quickview */
.quick-view-wrapper.mfp-bg {
  opacity: 0.8;
}

.quick-view-wrapper .mfp-content {
  max-width: 960px;
  min-height: 480px;
  margin: 25px auto;
}

.quick-view-wrapper .quick-view-popup {
  background-color: #fff;
}

.quick-view-wrapper .kft-quickshop-wrapper {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.quick-view-wrapper .kft-quickshop-wrapper .image-items {
  overflow: hidden;
}

.quick-view-wrapper .kft-quickshop-wrapper .woocommerce-product-gallery__image {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  padding: 0;
}

.quick-view-wrapper .kft-quickshop-wrapper .row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}

.quick-view-wrapper .kft-quickshop-wrapper .row > div {
  width: 50%;
  max-width: 50%;
  flex: 0 1 50%;
}

.quick-view-wrapper .kft-quickshop-wrapper .product-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.quick-view-wrapper .kft-quickshop-wrapper .product-title a {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
}

.quick-view-wrapper .kft-quickshop-wrapper div.entry-summary {
  overflow-y: auto !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  margin-right: 15px !important;
  margin-bottom: 10px !important;
  padding-top: 20px;
  padding-right: 15px !important;
  padding-bottom: 20px;
  padding-left: 15px !important;
}

@media (max-width: 767px) {
  .quick-view-wrapper .kft-quickshop-wrapper .row {
    display: block;
  }
  .quick-view-wrapper .kft-quickshop-wrapper .row > div {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .quick-view-wrapper .kft-quickshop-wrapper .product-summary .entry-summary {
    position: static;
    margin-right: 0 !important;
    padding: 15px !important;
  }
}

/* Mini Login */
.kft-account {
  position: relative;
}

.kft-account .woocommerce-form-login .alura-login-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kft-account .woocommerce-form-login .login-submit {
  margin-bottom: 0;
}

.kft-account .woocommerce-form-login .login-submit button {
  width: 100%;
  color: #fff;
  background-color: #222;
  font-weight: 400;
  line-height: 1;
}

.kft-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

.kft-account .form-login .submit {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.kft-account .form-login .submit input[type="submit"] {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 13px;
  color: #fff;
}

.kft-account .form-login .rememberme {
  display: inline-block;
}

.kft-account .form-login .rememberme label {
  font-weight: normal;
}

.kft-account .form-login .forgot-password {
  display: inline-block;
  float: right;
}

.kft-account .login-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #444;
  font-size: 20px;
  text-transform: uppercase;
}

.kft-account .has-dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: auto;
  width: 320px;
  margin-right: 0;
  padding: 20px;
  border: 1px solid #ddd;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(10px);
  pointer-events: none;
}

.kft-account.is-dropdown .has-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}

/*.kft-account__haslogin::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
 /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 400;
}*/

.kft-account__dropdown {
  width: 260px !important;
}

.kft-account__dashboard ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kft-account__dashboard ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.kft-account__dashboard ul li:last-child {
  padding-bottom: 0;
}

.kft-account__dashboard ul li a {
  display: block;
}

/* Cart Sidebar */
.login-form-off-canvas {
  overflow: hidden;
  overflow-y: auto;
  position: fixed !important;
  z-index: 600;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background-color: #fff;
  transition: transform 0.3s ease;
  transform: translateX(320px);
}

.login-form-off-canvas .login-canvas-title {
  display: flex;
  flex-direction: row;
  padding: 20px;
  border-bottom: 2px solid #e5e5e5;
  align-items: center;
  justify-content: space-between;
}

.login-form-off-canvas .login-canvas-title .login-title {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.login-form-off-canvas .login-canvas-title .login-close {
  display: flex;
  position: relative;
  min-width: 40px;
  height: 100%;
  padding-right: 25px;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
}

.login-form-off-canvas .login-canvas-title .login-close::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  color: #000;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  content: "×";
}

.login-form-off-canvas .login-form {
  margin: 20px;
}

.login-form-off-canvas .login-form .submit {
  display: inline-block;
  width: 100%;
}

.login-form-off-canvas .login-form .submit input[type="submit"] {
  width: 100%;
  padding: 13px;
  color: #fff;
}

.login-form-off-canvas .login-form .rememberme {
  display: inline-block;
  float: left;
}

.login-form-off-canvas .login-form .forgot-password {
  display: inline-block;
  float: right;
}

.login-form-off-canvas .register-question {
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.login-form-off-canvas .register-question::before {
  display: block;
  color: #666;
  font-family: "kft-icon";
  font-size: 56px;
  line-height: 56px;
  content: "\e004";
}

.login-form-off-canvas .register-question .create-account {
  display: block;
  padding-top: 10px;
  font-weight: 600;
}

.login-form-off-canvas .register-question .register-link:hover {
  text-decoration: underline;
}

.login-form-off-canvas .woocommerce-form-login .alura-login-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login-form-off-canvas .woocommerce-form-login .login-submit button {
  width: 100%;
  color: #fff;
  background-color: #222;
  font-weight: 400;
  line-height: 1;
}

.login-form-off-canvas .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

/* Active Sidebar */
.has-login-form .login-form-off-canvas {
  transform: none;
}

.has-login-form .kft-close-popup {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.social-sharing {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: flex-end;
  flex: 1;
}

.social-sharing li {
  margin: 0 3px;
}

.social-sharing li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-align: center;
}

.social-sharing li a i {
  color: #222;
  font-size: 16px;
  line-height: 36px;
}

.lanzo-social-button {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 200;
  bottom: 60px;
  align-items: center;
  justify-content: center;
}

.lanzo-social-button > .label {
  display: inline-flex;
  margin: 0;
  margin-bottom: 25px;
  color: #222;
  font-weight: 600;
  transform: rotate(90deg);
}

.lanzo-social-button.social-left {
  right: auto;
  left: 8px;
  text-align: left;
}

.lanzo-social-button.social-right {
  right: 8px;
  left: auto;
  text-align: right;
}

.lanzo-social-button .social-sharing {
  flex-direction: column;
  margin: 0;
  margin-bottom: 30px;
}

.lanzo-social-button .social-sharing li {
  margin: 0;
  padding: 2px 0;
}

.lanzo-social-button .social-sharing li a {
  width: 40px;
  height: 40px;
  border-radius: inherit;
  transition: all 0.3s ease;
}

.lanzo-social-button .social-sharing li a i {
  line-height: 40px;
}

.lanzo-social-button .social-sharing li a:hover {
  opacity: 0.8;
}

.added-to-cart-message {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 150px;
  left: 100%;
  width: 300px;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: translateX(0);
  animation: slide-in, slide-out;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.5s, 3s;
  animation-fill-mode: forwards;
}

.added-to-cart-message > * {
  margin: 0 !important;
}

.added-to-cart-message.ajax-add-to-cart {
  min-height: auto;
}

.added-to-cart-message .product_message_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.added-to-cart-message .product_message_image {
  flex-basis: 100px;
  width: 100px;
}

.added-to-cart-message .product_notification_text {
  padding-top: 10px;
  padding-left: 10px;
  flex: 1;
}

.added-to-cart-message .product_notification_text a {
  font-weight: 600;
}

.added-to-cart-message .woocommerce-message {
  margin-bottom: 0;
}

.product-images-wrapper .product-360-btn {
  position: absolute;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: 70px;
  left: 20px;
}

.product-images-wrapper .product-360-btn a {
  display: flex;
  flex-direction: row;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.product-images-wrapper .product-360-btn a::before {
  width: 100%;
  height: 100%;
  background-image: url("../images/360-degrees.svg");
  background-size: cover;
  content: "";
}

.product-images-wrapper .product-360-btn a span {
  font-size: 0;
}

.product-360-wrap .mfp-close {
  color: #fff !important;
  background-color: #000;
}

.back-to-top {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease 0s;
  transform: scale(0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.back-to-top a {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  background: #fff;
  line-height: 38px;
}

.back-to-top a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.back-to-top.show {
  transform: scale(1, 1);
}

/*Compare*/
.compare-popup {
  background: #fff;
}

.compare-popup .mfp-close {
  opacity: 0.8;
}

.compare-wrapper .mfp-content {
  max-width: 80%;
  margin: 25px auto;
}

.kft-compare-popup__heading {
  margin: 0;
  padding: 8px;
  font-size: 1.5625rem;
  text-align: center;
}

.kft-compare-popup__content > .empty {
  padding: 25px;
  font-size: 1.125rem;
  font-weight: 400;
}

.kft-compare-popup__stock .product-stock {
  font-size: 1.0625rem;
  font-weight: 600;
}

.kft-compare-popup__stock .product-stock > * {
  margin-top: 0;
  margin-bottom: 0;
}

.kft-compare-popup__table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.kft-compare-popup__table > .compare-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.kft-compare-popup__table > .compare-row:nth-child(even) .compare-col {
  background-color: rgba(0, 0, 0, 0.03);
}

.kft-compare-popup__table > .compare-row .compare-col {
  display: flex;
  flex-direction: column;
  min-width: 305px;
  padding: 15px;
  text-align: center;
  word-break: break-word;
  justify-content: flex-start;
  flex: 0 1 26.6666%;
  align-items: center;
}

.kft-compare-popup__table > .compare-row .compare-col:first-child {
  align-items: flex-start;
  flex: 0 0 20%;
}

.kft-compare-popup__table > .compare-row .compare-col:not(:last-child) {
  border-right: 1px solid rgba(129, 129, 129, 0.2);
}

.kft-compare-popup__table > .compare-row .compare-col > p:last-child {
  margin: 0;
}

.kft-compare-popup__table .remove-compare {
  font-size: 1.875rem;
  font-weight: 300;
}

.kft-compare-popup__table.active {
  cursor: grab;
  scroll-behavior: unset;
}

.kft-compare-popup__item > :not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.kft-compare-popup__item > .product-cart > a {
  padding: 8px 20px;
  border: 1px solid #222;
}

.kft-compare-popup__item > .product-cart > a:first-child:hover {
  border-color: inherit;
  color: #fff;
}

.kft-compare-popup__item > .product-cart > a.added {
  display: none;
}

.kft-compare-popup__item > .product-cart > a.added_to_cart {
  color: #3e3e3e;
}

/* YITH Compare */
body table.compare-list td.even,
body table.compare-list td.odd {
  background-color: transparent;
}

table.compare-list tr.add-to-cart td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.image td,
table.compare-list tr.image th,
table.compare-list tr.price td,
table.compare-list tr.price th,
table.compare-list tr.remove td,
table.compare-list tr.remove th,
table.compare-list tr.title td,
table.compare-list tr.title th {
  border-bottom: 1px solid #e5e5e5;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.add-to-cart td,
table.compare-list tr.description th,
table.compare-list tr.description td {
  padding-top: 10px !important;
  padding-bottom: 10px;
}

body table.compare-list .add-to-cart td a {
  padding: 8px 20px;
}

body table.compare-list td {
  border-color: #e5e5e5;
  border-right: 1px solid;
}

table.compare-list tr.add-to-cart th,
table.compare-list tr.image th,
table.compare-list tr.price th,
table.compare-list tr.remove th,
table.compare-list tr.title th,
table.compare-list tr.description th {
  text-indent: 0;
}

#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  overflow: visible !important;
  padding: 50px 40px 0 40px;
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

#cboxClose {
  position: absolute !important;
  top: 50px;
  right: 10px;
  bottom: auto;
  width: 30px;
  height: 30px;
  background-image: none !important;
  text-indent: -99999px;
  transition: all 150ms ease 0s;
}

#cboxClose::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-shadow: none !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  text-indent: 0 !important;
  content: "\00d7";
  transition: all 150ms ease 0s;
}

body table.compare-list tr.remove td > a {
  background: transparent !important;
  font-size: 0;
  line-height: 0;
}

body table.compare-list .remove td a .remove {
  position: relative;
  width: auto;
  height: auto;
  background: transparent !important;
  font-size: 0;
  line-height: 0;
}

body table.compare-list tr.remove td > a .remove::before {
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 18px;
  content: "\f057";
  transition: all 150ms ease-in-out 0s;
}

table.compare-list .description td p {
  margin: 0;
}

body > h1:first-child {
  display: block;
  position: relative;
  z-index: 14;
  margin: 0 0 -1px 0;
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #000 !important;
  color: #fff;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  direction: rtl;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
  color: #444;
  font-size: 16px;
  text-decoration: none;
}

.wishlist-popup {
  background: #fff;
}

.wishlist-popup .mfp-close {
  opacity: 0.8;
}

.wishlist-wrapper .mfp-content {
  max-width: 920px;
  margin: 25px auto;
}

.kft-wishlist-popup__heading {
  margin: 0;
  padding: 8px;
  font-size: 1.5625rem;
  text-align: center;
}

.kft-wishlist-popup__content > table th {
  font-weight: 600;
}

.kft-wishlist-popup__content > table td.product-thumbnail img {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.kft-wishlist-popup__content > table td.product-remove {
  text-align: center;
}

.kft-wishlist-popup__content > table td.product-remove a {
  font-size: 1.875rem;
  font-weight: 300;
}

.kft-wishlist-popup__content > table td.product-remove a:hover {
  opacity: 0.8;
  color: inherit;
}

.kft-wishlist-popup__content > table td.product-cart {
  text-align: center;
}

.kft-wishlist-popup__content > table td.product-cart > a {
  border: 1px solid #222;
}

.kft-wishlist-popup__content > table td.product-cart > a:first-child:hover {
  border-color: inherit;
  color: #fff;
}

.kft-wishlist-popup__content > table td.product-cart > a.added {
  display: none;
}

.kft-wishlist-popup__content > table td.product-cart > a.added_to_cart {
  color: #3e3e3e;
}

.kft-wishlist-popup__content > table td.product-title > a {
  font-weight: 600;
}

.kft-wishlist-popup__content > .empty {
  padding: 25px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .kft-wishlist-popup thead {
    display: none;
  }
  .kft-wishlist-popup tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .kft-wishlist-popup tbody tr {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    flex-grow: 1;
    align-items: center;
  }
  .kft-wishlist-popup tbody tr td {
    border: none;
  }
}

#yith-wcwl-popup-message {
  display: flex;
  flex-direction: row;
  position: fixed !important;
  z-index: 9999;
  top: 150px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 400px;
  min-width: 200px;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 25px 20px;
  border: none;
  border-radius: 4px !important;
  color: #fff;
  background-color: #62ce96;
  font-size: 100%;
  line-height: 1;
  list-style-type: none;
  animation: show_message 0.35s ease 0.5s both;
  align-items: center;
  justify-content: flex-start;
}

#yith-wcwl-popup-message::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
  color: #fff;
  font-size: 18px;
}

#yith-wcwl-popup-message::after {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#yith-wcwl-popup-message.hidden-message {
  animation: hidden_message 0.35s ease 0.5s both;
}

.kft-single-video {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.kft-single-video::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  line-height: 40px;
  text-align: center;
}

.product-images-wrapper .product-zoom-button {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

.product-images-wrapper .product-zoom-button a {
  display: flex;
  flex-direction: row;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.product-images-wrapper .product-zoom-button a::before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-images-wrapper .product-zoom-button a span {
  font-size: 0;
}

/* Sticky Product */
.lanzo_product_sticky {
  visibility: hidden;
  position: fixed;
  z-index: 391;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  opacity: 0;
  background: #fff;
  background-color: #f9f9f9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  pointer-events: none;
}

.lanzo_product_sticky.shown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.lanzo_product_sticky .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.lanzo_product_sticky .container .product_sticky_image {
  width: 80px;
}

.lanzo_product_sticky .container .price {
  margin: 0;
  color: #444;
  font-size: 18px;
  font-weight: 400;
}

.lanzo_product_sticky .container .kft-add-to-cart {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

.lanzo_product_sticky .container .kft-add-to-cart a {
  padding: 16px 20px;
  border-radius: inherit;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.lanzo_product_sticky .container .kft-add-to-cart a.ajax_add_to_cart.added {
  display: none;
}

.lanzo_product_sticky .container .kft-add-to-cart a.added_to_cart {
  display: block !important;
}

.lanzo_product_sticky .product_sticky_detail {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 15px;
}

.lanzo_product_sticky .product_sticky_detail > * {
  width: 100%;
  text-align: left;
}

.lanzo_product_sticky .product_sticky_detail > span {
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .lanzo_product_sticky .product_sticky_detail {
    padding-left: 0;
  }
  .lanzo_product_sticky .price,
  .lanzo_product_sticky .product_sticky_image {
    display: none;
  }
}

.cookie-show .lanzo-cookie-notice {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.lanzo-cookie-notice {
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
  width: 350px;
  padding: 25px;
  border-radius: 3px;
  opacity: 0;
  background-color: #fff;
  box-shadow: -2px 1px 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  transform: translateY(100%);
}

.cookie-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lanzo-cookie-notice .cookie-text {
  margin-bottom: 18px;
  color: #444;
  font-size: 1rem;
  font-weight: 400;
}

.lanzo-cookie-notice .cookie-button {
  display: flex;
  width: 100%;
}

.cookie-button a {
  display: flex;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  color: #fff;
  background: #222;
  box-shadow: 0 5px 30px -5px rgba(34, 56, 101, 0.15);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.cookie-button a:hover, .cookie-button a:focus {
  color: #fff;
}

.lanzo-cookie-notice .cookie-info + .cookie-accept {
  margin-left: 20px;
}

.kft-mailchimp-subcriber__group input[type="email"],
.kft-mailchimp-subcriber__group input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline: none;
  outline-offset: 0;
  background: none;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  vertical-align: middle;
  transition: border-color 300ms ease-in-out;
}

.kft-mailchimp-subcriber__group button.submit {
  position: relative;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  outline: 0;
  color: #fff;
  background-color: #222;
  box-shadow: none;
  text-shadow: none;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

.kft-mailchimp-subcriber__group:not(.has_user) {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.kft-mailchimp-subcriber__group:not(.has_user) input[type="email"] {
  flex: 1 1 290px;
  margin: 0;
}

.kft-mailchimp-subcriber__group:not(.has_user) button.submit {
  margin: 0;
}

.kft-mailchimp-subcriber__privacy > label {
  cursor: pointer;
}

.kft-mailchimp-subcriber__privacy > label > input[type="checkbox"] {
  margin-right: 8px;
}

.kft-mailchimp-subcriber__form {
  position: relative;
}

.kft-mailchimp-subcriber__form.loading::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

.kft-mailchimp-subcriber__form.loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.kft-mailchimp-subcriber__form + p {
  margin-bottom: 10px !important;
}

@media (max-width: 992px) {
  .alura-body-mobile-panel {
    padding-bottom: 60px;
  }
  .alura-body-mobile-panel .back-to-top {
    bottom: 70px;
  }
  .alura-body-mobile-panel .lanzo_product_sticky {
    bottom: 60px;
  }
  .alura-body-mobile-panel .lanzo-cookie-notice {
    bottom: 60px;
  }
}

.alura-mobile-panel {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 390;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  align-items: center;
}

.alura-mobile-panel__field {
  position: relative;
  flex: 1 0 20%;
}

.alura-mobile-panel__field > a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}

.alura-mobile-panel__field > a::after {
  visibility: visible;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}

.alura-mobile-panel__field > a > i {
  font-size: 22px;
}

.alura-mobile-panel__field > a > span {
  display: block;
  max-width: 100%;
  padding: 5px 0 0;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.alura-mobile-panel__field > a.loading > i::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 100%;
  content: "";
  animation: spin 500ms infinite linear;
}

.site-footer {
  margin-top: 60px;
}

.site-footer .footer-middle .kft-heading-block__content a {
  position: relative;
}

.site-footer .footer-middle .kft-heading-block__content a:hover {
  color: inherit;
}

body:not(.kft-dynamic-css) .header-layout2 .main-navigation .menu > .item-level-0 > a {
  height: 40px !important;
}

body:not(.kft-dynamic-css) .header-layout2 .header-content {
  padding: 20px 0;
}

body:not(.kft-dynamic-css) .main-navigation .menu-simple-dropdown .sub-menu-dropdown .sub-menu {
  width: 280px;
}

body:not(.kft-dynamic-css) .sidebar-content__inner {
  padding-top: 25px;
}

body:not(.kft-dynamic-css) .site-footer {
  margin-top: 100px;
}

body:not(.kft-dynamic-css) .post-1133 > p:last-child > img {
  clear: both;
}

body:not(.kft-dynamic-css) .post-1788 .full-content > :last-child,
body:not(.kft-dynamic-css) .post-1177 .full-content > :last-child {
  display: inline-block;
  width: 100%;
}

.wpcf7-form .wpcf7-submit {
  color: #fff;
  background: #222;
}

.kft-banner.image-hover-zoom img {
  transition: transform 0.3s ease;
}

.kft-banner.image-hover-zoom:hover img {
  transform: scale(1.1);
}

/* Mobile Screen */
@media (max-width: 1024px) {
  #header .header-content {
    padding: 20px 0 !important;
  }
  #header .header-content .logo-wrap {
    margin: 0;
    padding: 0;
  }
  #header .header-layout1 .logo-wrap .logo {
    text-align: center;
  }
  #header .header-layout1 .logo-wrap .logo img {
    display: inline-block;
  }
  #header .header-layout1 .kft-header-cart {
    width: auto;
  }
  .mobile-menu-wrapper .mobile-nav-wrapper ul {
    margin: 0;
    padding: 0;
  }
  .mobile-menu-wrapper .mobile-nav-wrapper ul li {
    margin: 0;
    padding: 0;
  }
  div.products .product .product__images .kft-product-buttons,
  div.products .product:hover .product__images .kft-product-buttons {
    bottom: 20px;
    left: 20px;
    margin-right: auto;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
    justify-content: flex-start;
  }
  div.products .product .product__images .kft-product-buttons .kft-wishlist,
  div.products .product .product__images .kft-product-buttons .kft-compare,
  div.products .product .product__images .kft-product-buttons .quickview,
  div.products .product:hover .product__images .kft-product-buttons .kft-wishlist,
  div.products .product:hover .product__images .kft-product-buttons .kft-compare,
  div.products .product:hover .product__images .kft-product-buttons .quickview {
    display: none;
  }
}

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