/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-Bold.woff2) format('woff2'),
        url(../fonts/SegoeUI-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI.woff2) format('woff2'),
        url(../fonts/SegoeUI.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-Italic.woff2) format('woff2'),
        url(../fonts/SegoeUI-Italic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-BoldItalic.woff2) format('woff2'),
        url(../fonts/SegoeUI-BoldItalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-Light.woff2) format('woff2'),
        url(../fonts/SegoeUI-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url(../fonts/SegoeUI-Semilight.woff2) format('woff2'),
        url(../fonts/SegoeUI-Semilight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUIBlack.woff2) format('woff2'),
        url(../fonts/SegoeUIBlack.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUIBlack-Italic.woff2) format('woff2'),
        url(../fonts/SegoeUIBlack-Italic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-Semibold.woff2) format('woff2'),
        url(../fonts/SegoeUI-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-SemiboldItalic.woff2) format('woff2'),
        url(../fonts/SegoeUI-SemiboldItalic.woff) format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-LightItalic.woff2) format('woff2'),
        url(../fonts/SegoeUI-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url(../fonts/SegoeUI-SemilightItalic.woff2) format('woff2'),
        url(../fonts/SegoeUI-SemilightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/*
Theme Name: Sleep Home
Author: Studio Kreacja
Author URI: http://studiokreacja.pl/
Description: Motyw dla Sleep Home zaprojektowany i wykonany przez <a href="http://studiokreacja.pl/" title="http://studiokreacja.pl/">StudioKreacja.pl</a>
Version: 1.0.0

Text Domain: 'sleephome'

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #545454;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15; }

html {
  font-size: 10px; }

p {
  font-family: "Segoe UI", sans-serif;
  line-height: 1.42;
  margin: 0 0 2px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  margin: 0; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }

h2 {
  font-size: 44px;
  font-size: 4.4rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 16px;
  font-size: 1.6rem; }

body .page-title {
  font-weight: 400;
  clear: none;
  margin-bottom: 35px;
  border-bottom: 0;
  display: block;
  color: #D89090; }

body .entry-title,
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  text-transform: none;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: 0; }
  body .entry-title a,
  .blog .entry-title a,
  .search .entry-title a,
  .archive .entry-title a {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }

.single .entry-title {
  margin-bottom: 0.3em; }

b, strong {
  font-weight: 600; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.duze-napisy {
  font-size: 20px;
  font-size: 2rem; }

.srednie-napisy {
  font-size: 18px;
  font-size: 1.8rem; }

.male-napisy {
  font-size: 13px;
  font-size: 1.3rem; }

.section-title {
  font-size: 48px;
  font-size: 4.8rem; }

.font-secondary {
  font-family: "Segoe UI", sans-serif; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #F2F2F2;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

.content-area .elementor-text-editor ul {
  list-style: none;
  padding-left: 20px; }
  .content-area .elementor-text-editor ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    position: relative; }
    .content-area .elementor-text-editor ul li::before {
      background-color: #D89090;
      border-radius: 50%;
      content: '';
      height: 5px;
      left: -20px;
      position: absolute;
      top: 6px;
      width: 5px; }

body.single-product .content-area .elementor-column-wrap ul {
  list-style: none;
  padding-left: 30px !important; }
  body.single-product .content-area .elementor-column-wrap ul li {
    position: relative; }
    body.single-product .content-area .elementor-column-wrap ul li::before {
      display: none !important; }
    body.single-product .content-area .elementor-column-wrap ul li::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48ZGVmcz48c3R5bGU+LmEsLmIsLmR7ZmlsbDpub25lO30uYSwuYntzdHJva2U6I2Q4OTA5MDt9LmF7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fS5je3N0cm9rZTpub25lO308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjI2OSAwLjA5MSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDMyMi4xOTEsMjU1My4yODFsMi4zMjksMi4zMjksMy44NjMtMy44NjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzE4LjYxNSAtMjU0Ni45MDkpIi8+PGcgY2xhc3M9ImIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI2OSAtMC4wOTEpIj48Y2lyY2xlIGNsYXNzPSJjIiBjeD0iNyIgY3k9IjciIHI9IjciLz48Y2lyY2xlIGNsYXNzPSJkIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPjwvZz48L2c+PC9zdmc+);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      height: 14px;
      left: -25px;
      position: absolute;
      top: 2px;
      width: 14px; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.menu,
nav ul {
  margin: 0; }

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

figure {
  margin: 0; }

table {
  margin: 0 0px 1.5em;
  width: 100%;
  border-collapse: collapse; }
  table td, table th {
    border: 1px solid #ededed;
    vertical-align: middle; }

.entry-content table thead tr:last-child {
  border-bottom: 2px solid #ededed; }

.entry-content table th {
  border-left: 2px solid #ededed;
  background: #eee; }
  .entry-content table th:first-child {
    border-left: 0; }

.entry-content table tr {
  border-top: 2px solid #ededed; }
  .entry-content table tr:first-child {
    border-top: 0; }

.entry-content table td {
  border-left: 2px solid #ededed; }
  .entry-content table td:first-child {
    border-left: 0; }

*:focus {
  outline: none !important; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

.search-form-container {
  opacity: 0;
  position: absolute;
  right: 300px;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden; }
  @media (max-width: 1259px) {
    .search-form-container {
      right: 0;
      top: 40px; } }
  .search-form-container.open {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }
  .search-form-container form input#s {
    border-radius: 30px;
    text-align: center;
    width: 240px; }
  .search-form-container form .close-search-form {
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.woocommerce .button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 15px 60px;
  border: 2px solid #D89090;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #D89090;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  @media (max-width: 767px) {
    .woocommerce .button,
    .button,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      padding: 15px 40px; } }
  .woocommerce .button:visited,
  .button:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #fff; }
  .woocommerce .button:hover, .woocommerce .button:focus,
  .button:hover,
  .button:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #cb6a6a !important;
    color: #fff !important; }
  .woocommerce .button.button-large,
  .button.button-large,
  button.button-large,
  input[type="button"].button-large,
  input[type="reset"].button-large,
  input[type="submit"].button-large {
    background-color: #D89090;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0.6em 1em 0.6em;
    font-size: 17px;
    font-size: 1.7rem; }
  .woocommerce .button.outline,
  .button.outline,
  button.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline {
    background-color: transparent;
    color: #545454; }
    .woocommerce .button.outline:hover, .woocommerce .button.outline:focus,
    .button.outline:hover,
    .button.outline:focus,
    button.outline:hover,
    button.outline:focus,
    input[type="button"].outline:hover,
    input[type="button"].outline:focus,
    input[type="reset"].outline:hover,
    input[type="reset"].outline:focus,
    input[type="submit"].outline:hover,
    input[type="submit"].outline:focus {
      color: #D89090; }
  .woocommerce .button.lowercase,
  .button.lowercase,
  button.lowercase,
  input[type="button"].lowercase,
  input[type="reset"].lowercase,
  input[type="submit"].lowercase {
    padding-top: .4em !important; }
  .woocommerce .button.uppercase,
  .button.uppercase,
  button.uppercase,
  input[type="button"].uppercase,
  input[type="reset"].uppercase,
  input[type="submit"].uppercase {
    text-transform: uppercase; }
  .woocommerce .button.secondary,
  .button.secondary,
  button.secondary,
  input[type="button"].secondary,
  input[type="reset"].secondary,
  input[type="submit"].secondary {
    background-color: #fff;
    color: #D89090;
    border: 3px solid #D89090;
    font-family: "Segoe UI", sans-serif;
    text-transform: uppercase; }
    .woocommerce .button.secondary:hover,
    .button.secondary:hover,
    button.secondary:hover,
    input[type="button"].secondary:hover,
    input[type="reset"].secondary:hover,
    input[type="submit"].secondary:hover {
      background: #D89090;
      color: #fff; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }

body .button.button-alt,
body .button-alt,
body .wpb_btn-warning {
  background-color: #E53A40;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  body .button.button-alt.button-large,
  body .button-alt.button-large,
  body .wpb_btn-warning.button-large {
    background-color: #E53A40;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0.6em 1em 0.6em;
    font-size: 17px;
    font-size: 1.7rem; }

body .button.button-primary,
body .button-primary,
body .wpb_btn-danger {
  background-color: #D89090;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  body .button.button-primary.button-large,
  body .button-primary.button-large,
  body .wpb_btn-danger.button-large {
    background-color: #D89090;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0.6em 1em 0.6em;
    font-size: 17px;
    font-size: 1.7rem; }

body .wpb_button {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #D89090; }

body button.wpb_btn-large,
body span.wpb_btn-large {
  border-radius: 0; }

.button-primary,
.button-alt,
.button,
.button-large {
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  position: relative;
  top: 2px; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

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

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 7px;
  max-width: 100%; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: none; }

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover {
  border-color: #D89090;
  outline: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 9px 11px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,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UmVhZHlxyWU8AAADdmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmFjNTMxNDYwLTY2NTYtNDY1Ny1iOTdjLWIwNDAxYWUwOGQxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OUFBOEM1NTVEQzMxMUU4QUVBNEEzNUU5MjM4NUJCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OUFBOEM1NDVEQzMxMUU4QUVBNEEzNUU5MjM4NUJCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZjJhNThkMi0yZDExLTQxZDctYWZhOC05ZWRiOWQ5NDEzYjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YWM1MzE0NjAtNjY1Ni00NjU3LWI5N2MtYjA0MDFhZTA4ZDE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+834F2gAAAJlJREFUeNpiYGBg2ALEDAABBANOAAEEYzwBYgUQAyCAcIIKgABihDI+ALEAkoQuEBugq74GxBNgHIAAQrEJDWxhBhIOQPwPiF8iSYCs0YNbDsTKSE7FAFOA+DKyAECAgUA4EH8CYnMGwgCk5iMQByML5gDxayDWwKJBDYhfAXEmPlM7gPgOEMtAMYjdwkAkAAX4NCCeCGVjAAA6phZzBfepDQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  width: 100%;
  max-width: 100%;
  padding: 9px 40px 9px 11px !important;
  color: #545454; }
  select option {
    padding: 3px 7px; }

label {
  cursor: pointer; }

.search-form {
  display: block;
  width: 100%;
  max-width: 280px;
  position: relative; }
  .search-form .search-field {
    position: relative;
    width: 100%;
    max-width: 100%; }
  .search-form .search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    text-indent: -999px;
    background: transparent url(data:image/png;base64,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) no-repeat center center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0; }
    .search-form .search-submit:hover, .search-form .search-submit:active, .search-form .search-submit:focus {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0; }

span.wpcf7-not-valid-tip {
  color: #F00;
  background: #Fdd;
  padding: 1px 5px;
  font-size: 12px;
  display: block;
  border-radius: 0; }

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: #F77; }

div.wpcf7-response-output {
  padding: 0.4em 0.8em;
  margin: 1em 0;
  border-radius: 0; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #fff8b5; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff5555;
  background: #ffcfcf; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #d5ffca; }

textarea.error,
input.error {
  color: #111;
  border-color: #ff3333;
  outline: none;
  -webkit-box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
          box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
  background-color: #fff2f2; }

form .form-field {
  position: relative;
  margin: 0;
  margin-bottom: 20px; }
  form .form-field.checkbox .wpcf7-list-item {
    margin-left: 0; }
  form .form-field.checkbox label {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    line-height: 1.5; }
  form .form-field:not(.checkbox) label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 1;
    color: #545454;
    text-transform: uppercase; }
  form .form-field:not(.checkbox) input,
  form .form-field:not(.checkbox) textarea {
    width: 100%;
    border-radius: 0;
    border: none;
    z-index: 2;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 15px 10px 0;
    background: transparent;
    border-bottom: 1px solid #D89090;
    font-weight: 400; }
    form .form-field:not(.checkbox) input:focus, form .form-field:not(.checkbox) input:hover,
    form .form-field:not(.checkbox) textarea:focus,
    form .form-field:not(.checkbox) textarea:hover {
      border-bottom: 1px solid #cb6a6a; }
  form .form-field:not(.checkbox).active label, form .form-field:not(.checkbox).message.active label {
    top: 0;
    font-size: 12px;
    font-size: 1.2rem; }
  form .form-field:not(.checkbox).active textarea,
  form .form-field:not(.checkbox).active input, form .form-field:not(.checkbox).message.active textarea,
  form .form-field:not(.checkbox).message.active input {
    border-color: #D89090; }
  form .form-field:not(.checkbox).message label {
    top: 25px; }

form textarea {
  resize: none; }

.list-item-label {
  padding-left: 30px; }

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  left: -9999px; }

#invoice_ask {
  left: 0;
  position: relative;
  top: 0; }

[type='checkbox']:not(:checked) + .list-item-label,
[type='checkbox']:checked + .list-item-label {
  position: relative;
  cursor: pointer;
  display: block; }

/* checkbox aspect */
[type='checkbox']:not(:checked) + .list-item-label:before,
[type='checkbox']:checked + .list-item-label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #E8E8E9;
  -webkit-box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.16);
          box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.16);
  background: transparent;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  position: absolute; }

/* checked mark aspect */
[type='checkbox']:not(:checked) + .list-item-label:after,
[type='checkbox']:checked + .list-item-label:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 4px;
  margin-top: -2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

/* checked mark aspect changes */
[type='checkbox']:not(:checked) + .list-item-label:after {
  opacity: 0; }

[type='checkbox']:checked + .list-item-label:after {
  opacity: 1; }

[type='checkbox']:checked + .list-item-label:before {
  background-color: #D89090;
  border-color: #D89090; }

/* disabled checkbox */
[type='checkbox']:disabled:not(:checked) + .list-item-label:before,
[type='checkbox']:disabled:checked + .list-item-label:before {
  border-color: #bbb;
  background-color: #ddd; }

[type='checkbox']:disabled:checked + .list-item-label:after {
  color: #999; }

[type='checkbox']:disabled + .list-item-label {
  color: #aaa; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #D89090;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  a:visited {
    color: #D89090; }
  a:hover, a:focus, a:active {
    color: #c75f5f; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  margin-left: auto; }
  .main-navigation > div ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0; }
    .main-navigation > div ul li {
      margin-right: 65px; }
      .main-navigation > div ul li.current-menu-item a, .main-navigation > div ul li.current-page-ancestor a, .main-navigation > div ul li.current-post-ancestor a, .main-navigation > div ul li.current-menu-parent a, .main-navigation > div ul li.current-post-parent a {
        color: #D89090; }
      .main-navigation > div ul li.menu-item-has-children {
        position: relative; }
        .main-navigation > div ul li.menu-item-has-children > ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-height: 0;
          -webkit-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          overflow: hidden;
          position: absolute;
          min-width: 180px; }
          .main-navigation > div ul li.menu-item-has-children > ul li {
            width: 100%;
            display: block; }
        .main-navigation > div ul li.menu-item-has-children:hover > ul {
          max-height: 999px; }
        .main-navigation > div ul li.menu-item-has-children:not(:hover) > ul {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
      .main-navigation > div ul li a {
        font-size: 24px;
        font-family: "Segoe UI", sans-serif;
        color: #727272;
        font-weight: bold;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        @media (min-width: 1024px) {
          .main-navigation > div ul li a {
            font-size: 18px;
            font-size: 1.8rem; } }
        .main-navigation > div ul li a:hover {
          color: #D89090; }
  @media (min-width: 1260px) {
    .main-navigation .icon__menu .sub-menu {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-radius: 16px !important;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: fixed;
      z-index: -99;
      background: white !important;
      gap: 16px;
      -webkit-box-shadow: 0px 8px 24px -16px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 8px 24px -16px rgba(0, 0, 0, 0.1); }
      .main-navigation .icon__menu .sub-menu li {
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        border: none !important;
        padding: 0 !important;
        background-color: transparent !important; }
        .main-navigation .icon__menu .sub-menu li a {
          color: black !important;
          text-align: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 16px 32px 24px 32px;
          border: 1px solid #f2f2f2;
          border-radius: 16px !important;
          font-size: 20px;
          min-width: 160px;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #fbfbfb), to(#e6c1c1));
          background: -webkit-linear-gradient(top, #fbfbfb 56%, #e6c1c1 100%);
          background: -o-linear-gradient(top, #fbfbfb 56%, #e6c1c1 100%);
          background: linear-gradient(180deg, #fbfbfb 56%, #e6c1c1 100%); }
          .main-navigation .icon__menu .sub-menu li a img {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px; }
    .main-navigation .icon__menu:hover .sub-menu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      padding: 24px;
      z-index: 1;
      background: white !important; } }
  @media (max-width: 1259px) {
    .main-navigation .icon__menu .sub-menu {
      display: -ms-grid !important;
      display: grid !important;
      -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr));
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 16px;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
      margin: 20px 0; } }
  @media (max-width: 1259px) and (max-width: 650px) {
    .main-navigation .icon__menu .sub-menu {
      -ms-grid-columns: (minmax(0, 1fr))[2];
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 1259px) {
      .main-navigation .icon__menu .sub-menu li {
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        border: none !important;
        padding: 0 !important;
        background-color: transparent !important; }
        .main-navigation .icon__menu .sub-menu li a {
          color: black !important;
          text-align: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 24px 24px 24px 24px;
          border: 1px solid #f2f2f2;
          border-radius: 16px !important;
          background: #fbfbfb;
          font-size: 20px; }
          .main-navigation .icon__menu .sub-menu li a img {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px;
            max-width: 80px; }
    .main-navigation .menu-item-has-children > a:hover {
      color: #545454 !important; }
    .main-navigation .menu-item-has-children > a {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .main-navigation .menu-item-has-children > a:after {
      content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMCA2TDE1LjAxMzUgMTEuNjI3M0wxMCAxNy4yNyIgc3Ryb2tlPSIjRDg5MDkwIiBzdHJva2Utd2lkdGg9IjIuNTIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PC9wYXRoPg0KPC9zdmc+);
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .main-navigation .menu-item-has-children.expanded > a:after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .main-navigation .menu-item-has-children:not(.expanded) .sub-menu {
      display: none !important; }
    .main-navigation .menu-item-has-children.OnlyMobile > a {
      font-weight: 400 !important; }
    .main-navigation .menu-item-has-children.OnlyMobile .sub-menu {
      padding-left: 24px; }
      .main-navigation .menu-item-has-children.OnlyMobile .sub-menu a {
        font-size: 20px !important;
        color: #545454 !important;
        font-weight: 400 !important; } }
  @media (min-width: 1260px) {
    .main-navigation .OnlyMobile {
      display: none !important; } }

.search-shop-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .search-shop-menu a {
    display: block; }
    .search-shop-menu a:last-of-type {
      margin-right: 0; }
    .search-shop-menu a svg {
      fill: #D89090; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Small menu */
#toggle {
  display: none; }

/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  .pagination .page-numbers {
    color: #fff;
    background: #D89090;
    font-size: 14px;
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 2px solid transparent;
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      background: #dea1a1;
      color: #fff; }
    .pagination .page-numbers.dots {
      background: none;
      width: auto;
      color: #545454; }
      .pagination .page-numbers.dots:hover {
        background: none; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #545454;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

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

.front-page-products-slider {
  position: relative; }
  .front-page-products-slider .slider-nav-wrapper {
    bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: calc(55% + 110px);
    position: absolute;
    z-index: 10; }
    .front-page-products-slider .slider-nav-wrapper .next {
      position: absolute;
      right: -80px;
      top: calc(50% + 4px);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .front-page-products-slider .slider-nav-wrapper .next svg {
        fill: #D89090; }
    .front-page-products-slider .slider-nav-wrapper .slick-dots {
      color: #D89090;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding-left: 0; }
      .front-page-products-slider .slider-nav-wrapper .slick-dots li:not(:last-of-type) {
        margin-right: 15px; }
      .front-page-products-slider .slider-nav-wrapper .slick-dots li.slick-active button {
        background-color: #D89090;
        color: #D89090; }
      .front-page-products-slider .slider-nav-wrapper .slick-dots li button {
        background-color: transparent;
        border: 1px solid #D89090;
        border-radius: 50%;
        color: transparent;
        font-size: 6px;
        height: 10px;
        padding: 0;
        width: 10px; }
  .front-page-products-slider .inner .single-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .front-page-products-slider .inner .single-slide figure {
      height: 830px;
      width: 55%; }
      .front-page-products-slider .inner .single-slide figure img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
    .front-page-products-slider .inner .single-slide .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 60px; }
      .front-page-products-slider .inner .single-slide .content .sale {
        color: #D89090;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase; }
      .front-page-products-slider .inner .single-slide .content a .product-name {
        color: #545454;
        margin: 30px 0 15px;
        width: 60%; }
      .front-page-products-slider .inner .single-slide .content .attrs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3px; }
      .front-page-products-slider .inner .single-slide .content .price {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 35px 0; }
        .front-page-products-slider .inner .single-slide .content .price__old {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          margin-right: 20px;
          text-decoration: line-through; }
        .front-page-products-slider .inner .single-slide .content .price__current {
          color: #D89090;
          font-weight: bold;
          font-size: 32px;
          font-size: 3.2rem; }
      .front-page-products-slider .inner .single-slide .content .border {
        border: 2px solid #F2F2F2;
        border-radius: 12px;
        padding: 20px 20px 0 20px; }
      .front-page-products-slider .inner .single-slide .content .button-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .front-page-products-slider .inner .single-slide .content .button-wrapper .tinv-wraper {
          margin-right: 20px; }
          .front-page-products-slider .inner .single-slide .content .button-wrapper .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
            margin-top: -15px; }
    .front-page-products-slider .inner .single-slide[data-url*="http"] {
      cursor: pointer; }
    .front-page-products-slider .inner .single-slide.full .wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 830px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .front-page-products-slider .inner .single-slide.full .wrapper h3 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 15px; }
      .front-page-products-slider .inner .single-slide.full .wrapper p {
        margin-bottom: 25px; }

.attrs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tinv-wishlist {
  padding: 50px 0; }
  .tinv-wishlist .tinvwl-table-manage-list th {
    background-color: #fff; }
  .tinv-wishlist .tinvwl-table-manage-list th:first-child,
  .tinv-wishlist .tinvwl-table-manage-list td:first-child {
    border-left: 2px solid #ededed; }
  .tinv-wishlist .tinvwl-table-manage-list tfoot {
    display: none; }
  .tinv-wishlist .tinvwl-table-manage-list .button {
    background-color: #D89090 !important;
    border-radius: 30px; }
    .tinv-wishlist .tinvwl-table-manage-list .button:hover, .tinv-wishlist .tinvwl-table-manage-list .button:active {
      background-color: #c45757 !important; }

.tax-product_cat .tinv-wishlist {
  padding: 0; }

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

.widget-area .widget {
  margin-bottom: 20px; }

.widget-area .widget_search .search-form {
  max-width: 100%; }

.widget-area .widget_search input[type="search"] {
  width: 100%; }

.widget-title {
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #F2F2F2;
  font-weight: 500;
  color: #545454; }

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_nav_menu ul li {
    display: block; }
    .widget_archive ul li:first-child,
    .widget_categories ul li:first-child,
    .widget_nav_menu ul li:first-child {
      border-top: 0; }
  .widget_archive ul a,
  .widget_categories ul a,
  .widget_nav_menu ul a {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    background-color: #D89090;
    color: #fff;
    font-weight: 400;
    padding: 15px 20px 14px; }
  .widget_archive ul li:nth-child(2n) > a,
  .widget_categories ul li:nth-child(2n) > a,
  .widget_nav_menu ul li:nth-child(2n) > a {
    background-color: #dc9b9b; }
  .widget_archive ul li.current-menu-item a,
  .widget_archive ul li a:hover,
  .widget_archive ul a:hover,
  .widget_categories ul li.current-menu-item a,
  .widget_categories ul li a:hover,
  .widget_categories ul a:hover,
  .widget_nav_menu ul li.current-menu-item a,
  .widget_nav_menu ul li a:hover,
  .widget_nav_menu ul a:hover {
    background-color: #e0a6a6;
    color: #fff; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.wrapper {
  width: 1320px;
  margin: 0 auto;
  position: relative; }

body {
  overflow-x: hidden; }

html {
  overflow-y: scroll;
  overflow-x: auto; }

/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#wpadminbar {
  opacity: .4;
  top: auto;
  bottom: 0; }

#wpadminbar:hover {
  opacity: 1; }

body.admin-bar {
  padding-bottom: 32px;
  margin-top: -32px;
  position: relative; }
  body.admin-bar:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    width: 100%;
    background-color: #23282d; }

#wpadminbar {
  top: auto;
  bottom: 0; }
  #wpadminbar .menupop .ab-sub-wrapper,
  #wpadminbar .shortlink-input {
    bottom: 32px; }
  #wpadminbar .menupop li.hover > .ab-sub-wrapper,
  #wpadminbar .menupop li:hover > .ab-sub-wrapper {
    margin-top: 0;
    bottom: 0; }

html.js {
  margin-top: 0 !important; }

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  left: 0;
  padding: 75px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .site-header .site-branding {
    left: -5%;
    position: relative;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .site-header.sticky {
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .site-header.sticky .site-branding {
      left: 0; }
      .site-header.sticky .site-branding img {
        height: 65px;
        width: auto; }
  .site-header .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-header .wrapper::before, .site-header .wrapper::after {
      display: none; }

/*--------------------------------------------------------------
10.2 Content
--------------------------------------------------------------*/
.content-area.full {
  float: none;
  clear: both;
  margin: 0;
  width: 100%; }

.full .site-main {
  margin: 0;
  padding-right: 0;
  padding-left: 0; }

.full .entry-content > .wpb_row {
  position: relative; }

.full .entry-content > .wpb_row.home-section:last-child {
  margin-bottom: 0; }

.full .hentry:last-child {
  margin-bottom: 0; }

.page-with-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-with-sidebar-container .content-area {
    width: 60%; }
  .page-with-sidebar-container .widget-area {
    width: 30%; }
  .page-with-sidebar-container.reverse .content-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.HomepageCategoriesListWrapper > .elementor-container {
  gap: 16px; }
  @media (max-width: 1259px) {
    .HomepageCategoriesListWrapper > .elementor-container {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }

@media (max-width: 1259px) {
  .HomepageCategoriesListWrapper .HomepageCategoriesList {
    width: 23% !important; } }

@media (max-width: 767px) {
  .HomepageCategoriesListWrapper .HomepageCategoriesList {
    width: 47% !important; } }

.HomepageCategoriesListWrapper .HomepageCategoriesList .elementor-widget-wrap {
  min-height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #fbfbfb), to(#e6c1c1));
  background: -webkit-linear-gradient(top, #fbfbfb 56%, #e6c1c1 100%);
  background: -o-linear-gradient(top, #fbfbfb 56%, #e6c1c1 100%);
  background: linear-gradient(180deg, #fbfbfb 56%, #e6c1c1 100%); }

.HomepageShopInfo > .elementor-container {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.HomepageShopInfo .elementor-column {
  width: 33% !important; }
  @media (max-width: 767px) {
    .HomepageShopInfo .elementor-column {
      width: 50% !important; } }

@media (max-width: 767px) {
  .wroteAboutUs .elementor-column {
    width: 48% !important; } }

.homepage-slider-wrapper {
  position: relative; }
  @media (min-width: 550px) {
    .homepage-slider-wrapper .img_mobile {
      display: none; } }
  @media (max-width: 549px) {
    .homepage-slider-wrapper .img_desktop {
      display: none; } }
  .homepage-slider-wrapper .slick-dots {
    list-style: none;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .homepage-slider-wrapper .slick-dots button {
      all: unset;
      width: 12px;
      height: 12px;
      background-color: white;
      border: 1px solid #d89090;
      border-radius: 100%;
      font-size: 0;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .homepage-slider-wrapper .slick-dots button:before {
      font-size: 0 !important; }
    .homepage-slider-wrapper .slick-dots .slick-active button {
      background-color: #d89090; }
  .homepage-slider-wrapper .product-slider-nav button {
    all: unset;
    position: absolute;
    bottom: 20px;
    background-color: transparent !important;
    cursor: pointer; }
    .homepage-slider-wrapper .product-slider-nav button svg {
      background-color: white;
      border-radius: 100%; }
      .homepage-slider-wrapper .product-slider-nav button svg path {
        fill: #d89090; }
  .homepage-slider-wrapper .product-slider-nav button.next {
    right: 16px; }
  .homepage-slider-wrapper .product-slider-nav button.prev {
    left: 16px; }
    .homepage-slider-wrapper .product-slider-nav button.prev svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.HomeSlider {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative; }
  .HomeSlider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }

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

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

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-summary {
  margin: 0.7em 0 0; }

.page-content {
  margin: 1.5em 0 0; }

.archive .hentry .entry-content {
  margin-top: 0.4em; }

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

.posted-on {
  color: #bbb; }

.search article {
  border-top: 1px solid #F2F2F2;
  padding-top: 20px; }
  .search article:first-of-type {
    border-top: 0; }

.post-meta {
  color: #a1a1a1;
  font-size: 15px;
  font-size: 1.5rem; }

.article-wrapper {
  margin-bottom: 100px; }
  .article-wrapper:first-of-type {
    margin-top: 100px; }
  .article-wrapper.even, .article-wrapper.odd {
    border: 1px solid #F2F2F2;
    overflow: hidden; }
    .article-wrapper.even article, .article-wrapper.odd article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .article-wrapper.even article figure, .article-wrapper.odd article figure {
        height: 375px;
        min-width: 424px;
        width: 424px; }
        .article-wrapper.even article figure img, .article-wrapper.odd article figure img {
          height: 100%;
          width: auto;
          -o-object-fit: cover;
             object-fit: cover; }
      .article-wrapper.even article .content, .article-wrapper.odd article .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 30px; }
        .article-wrapper.even article .content .entry-date.published, .article-wrapper.odd article .content .entry-date.published {
          color: #B4B4B4;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold;
          text-transform: uppercase; }
        .article-wrapper.even article .content .entry-title, .article-wrapper.odd article .content .entry-title {
          margin: 15px 0; }
          .article-wrapper.even article .content .entry-title a, .article-wrapper.odd article .content .entry-title a {
            color: #545454; }
        .article-wrapper.even article .content .read-more-wrapper, .article-wrapper.odd article .content .read-more-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 30px; }
  .article-wrapper.odd {
    border-radius: 20px 0 0 20px;
    margin-right: 40%; }
  .article-wrapper.even {
    border-radius: 0 20px 20px 0;
    margin-left: 40%; }
    .article-wrapper.even article {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }

.single-post .page-header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 375px;
  margin: 100px 0; }

.more-posts {
  margin: 100px 0; }
  .more-posts .heading-wrapper {
    border-bottom: 3px solid #F2F2F2; }
    .more-posts .heading-wrapper h3 {
      display: inline-block;
      padding-bottom: 30px;
      position: relative; }
      .more-posts .heading-wrapper h3::after {
        background-color: #D89090;
        bottom: -3px;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%; }
  .more-posts .blog-posts {
    margin-top: 50px; }
    .more-posts .blog-posts .blog-tile .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 270px; }
      .more-posts .blog-posts .blog-tile .content .read-more-container {
        margin-bottom: 0;
        margin-top: auto; }

/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #F2F2F2;
  position: relative;
  clear: both;
  color: #6b6b6b;
  font-size: 13px;
  font-size: 1.3rem; }
  .site-footer a {
    color: #6b6b6b;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .wrapper {
    padding: 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .site-footer .wrapper::before, .site-footer .wrapper::after {
      display: none; }
  .site-footer .f-left span {
    white-space: nowrap; }
  .site-footer .f-menu {
    width: 33%;
    text-align: center; }
    .site-footer .f-menu ul {
      list-style: none;
      padding-left: 0; }
    .site-footer .f-menu li {
      display: inline-block;
      margin-right: 0;
      margin-bottom: 10px; }
    .site-footer .f-menu a {
      text-transform: uppercase; }
  .site-footer .f-right {
    text-align: right; }
  .site-footer .kreacja {
    padding-right: 57px;
    display: inline-block;
    position: relative; }
    .site-footer .kreacja img {
      position: absolute;
      top: -3px;
      right: 0; }

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

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

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

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -5px;
  margin-right: -5px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin: 3% 0;
  padding-left: 5px;
  padding-right: 5px; }
  .gallery-item img {
    display: block;
    margin: 0 auto; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem; }

/*--------------------------------------------------------------
12.0 Additional / Modifiers / Helpers
--------------------------------------------------------------*/
.banner {
  background-size: cover;
  background-position: center; }

.prefooter {
  background-color: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem; }
  .prefooter a {
    color: #545454;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px; }
    .prefooter a:hover, .prefooter a:focus {
      color: #D89090; }

.social-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-links-container .social-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    margin-right: 8px;
    background-color: #D89090; }
    .social-links-container .social-link:last-child {
      margin-right: 0; }
  .social-links-container img {
    width: 24px; }

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .tabs-nav::before {
    background-color: #F2F2F2;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .tabs-nav a {
    border-bottom: 3px solid #F2F2F2;
    color: #F2F2F2;
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 30px; }
    .tabs-nav a.active {
      color: #545454;
      border-color: #D89090; }
    .tabs-nav a:first-of-type {
      margin-right: 100px; }

.tabs-container .postsWrapper {
  margin-top: 80px; }

.tabs-container .recommended-products,
.tabs-container .blog-posts {
  display: none;
  margin-top: 30px; }
  .tabs-container .recommended-products.active,
  .tabs-container .blog-posts.active {
    display: -ms-grid;
    display: grid; }

.tabs-container .recommended-products {
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }
  .tabs-container .recommended-products .see-all-products {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #D89090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 350px; }
    .tabs-container .recommended-products .see-all-products:hover, .tabs-container .recommended-products .see-all-products:focus {
      background-color: #cb6a6a; }
  .tabs-container .recommended-products .tinv-wishlist {
    padding: 0; }
  @media (max-width: 767px) {
    .tabs-container .recommended-products .product-tile figure {
      height: 140px; }
    .tabs-container .recommended-products .product-tile .attrs-list {
      font-size: 12px; } }

.tabs-container h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400; }

.tabs-container h2::before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #f2f2f2;
  margin-right: 24px; }

.tabs-container h2:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #f2f2f2;
  margin-left: 24px; }

.blog-posts {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-top: 30; }

.product-tile:hover .hover-popup, .product-tile:focus .hover-popup {
  opacity: 1;
  top: 0;
  visibility: visible; }

.product-tile figure {
  margin-bottom: 16px !important;
  height: 235px;
  position: relative; }
  .product-tile figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-height: 235px;
    width: 100%;
    border-radius: 12px; }
  .product-tile figure .hover-popup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    visibility: hidden;
    width: 100%; }
    .product-tile figure .hover-popup a.button {
      border: 2px solid #D89090 !important;
      border-radius: 30px !important;
      font-weight: bold;
      width: 90%;
      text-align: center; }
      .product-tile figure .hover-popup a.button:first-of-type {
        background-color: #D89090 !important;
        color: #fff !important;
        margin-bottom: 15px; }
        .product-tile figure .hover-popup a.button:first-of-type:hover {
          background-color: #c45757 !important; }
      .product-tile figure .hover-popup a.button.outline {
        background-color: transparent !important;
        color: #545454 !important; }
    .product-tile figure .hover-popup .add-to-favorites {
      right: 30px;
      position: absolute;
      top: 20px; }
      .product-tile figure .hover-popup .add-to-favorites svg {
        height: 22px;
        fill: #D89090;
        width: 24px; }

.product-tile > a {
  color: #545454;
  display: block; }
  .product-tile > a h4 {
    margin-bottom: 5px;
    text-transform: uppercase; }
  .product-tile > a p {
    margin-bottom: 3px; }

.product-tile .old-price {
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through; }

.product-tile .new-price {
  color: #D89090;
  display: inline-block;
  font-weight: bold; }

.blog-tile {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden; }
  .blog-tile figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 255px; }
  .blog-tile .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 320px;
    padding: 25px; }
    .blog-tile .content .date {
      color: #b4b4b4;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase; }
    .blog-tile .content h4 {
      margin: 20px 0; }
    .blog-tile .content > p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px; }
    .blog-tile .content .read-more-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 25px;
      margin-top: auto; }
      .blog-tile .content .read-more-container a {
        color: #D89090;
        font-weight: bold; }
        .blog-tile .content .read-more-container a:hover, .blog-tile .content .read-more-container a:focus {
          background-color: #D89090;
          color: #fff; }

.popup-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 999999; }
  .popup-container.open {
    opacity: 1;
    visibility: visible; }
  .popup-container .inner-content {
    background-color: #fff;
    border-radius: 20px;
    color: #D89090;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 40px; }
    .popup-container .inner-content img {
      height: 50px;
      width: 50px; }

body .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 33%; }

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

.radius-small {
  border-radius: 7px; }

.radius-large {
  border-radius: 10px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a[href$=".odt"] {
  position: relative; }
  a[href$=".odt"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".doc"] {
  position: relative; }
  a[href$=".doc"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".docx"] {
  position: relative; }
  a[href$=".docx"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".ods"] {
  position: relative; }
  a[href$=".ods"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".xls"] {
  position: relative; }
  a[href$=".xls"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABHZJREFUeNq8ll2IVVUUx39HRnsTVEwRp8LBhqRkxMKw0dSkUsqPdMqCxHlIMYIeQgrFl6HCzyALSvoyzRGbbFDKxJkma0gmqDSxGtBRm5vmR9M4M3fuvefsvdfqYd9z7r02OdGDBzbnnsM++7/W//9fa91AVbkRV9lALw8cOZGgiyig+d9S9K7w7PL3J+dPC/4NKFBVXv+yTvv70hhjMNZgooh0phebc5gwB4AJI6Iooj8X+mC2HE0OiUm52APrXtnIji0vBgNmFIURd1XeQ3/UB0B/NgtAeDWDGZolCiNMFCWBHP/+x3+AxPf1a15gZs1z+k3Dm8GA1D16R43/AEVVcc4iqgiCqODEYcWyseElAJqPdzG3ahRBUACJrzc2beLehau0bf/2BGwIgIkiVBVRyd/jVQARlUQTgLlVo64r/pZXNzBlXq2WZJTJZhAVFm1fwMpZK/jufBup9l8w3cMZPXkEV9JdnEp1cGD15xgTYqKQgz9cRkRxTpPgPmvclQBd6epm3NgxTJlXq8e++CAoSzICPn2mkUfefpDaGcu51H2Jy+kLkBZOpTo49tsJRIXQhJgwZP7Um9nfdpEF08ai6ikfc1MNPaHSmx2SAG7eWlfIyJgQFYdVR+PKg9z/WjVVFZMYUT6KrrYzHLMnSG1IYZwpoccVUakKnX1lLL6vHBE89QKbizUKTYhVl+g0sbyCO0feztDuNMMmjeXu9ATW712LqJB2PWSyEY1HL6CiNLT+TkNriobWFNYKIh40XiVmsDkvthXLyk9qGT98OFub3qFy8lRGOmH09ImcbP0WEZd8uHj6OKwTllaPZ2n1eJZUlyNaKG5P5zX2zvT2YpxBVNi28C1Ehedn1LG36T1+aknltw7DqZAL04SZHHuOdCKi7G45l7jUOUEUbxDAiV5TsFGU2FdEcepQFR6bs5zFs5/Gab7VOJt8+MTMW/io5SzLZt0GCgLsPHzaU5cHKaaurNDTiupFBSteM9W4v3nacuQII1/MTjQBEfHPovglAU6vyag/F7J531piB8YGSbueZGMuTJMjlzzvbjmHirKzuQMRT53GQKJAUNoxfNSl6/19X2s2Eq3/qlOzofgVib57qEOzoWh/KNqXFe3NiF7td9qddrqt8Vd9dtNB/aPb6vm/rKb+tHr2stGqh1eoqg48JiCfvioNrZ0lEe9s7uCpORXsajrFyfYOXl79UInwrqiGnAwyj+KZY62wZMatce7Ut5xh2ewJiRZQJHwRkCpYocTfZQODuCQj0bguAm/f/EFxg/3wUHvJPtHSrAbNyDow1hEljlasEyLrD7TWn1IzuxJRqG/6GYAo3x1i910XyFqHdeq1KdrtRMmfn2TgKdIiNgog9j9ppP7gj4+c9oMwr8Oe5nbOnOssdOcdh0uHXn0zqx5/ACEY/M9JHP2i6go/czVANF8KAFqJy2vo9SLJTkQRAm8mGdQMipM4osDTpOA0kQtXJHYxVf5dKch1M1q9Zh196TRRZDDWlozx/3MFN+oP5N8DAETjsIGv//8eAAAAAElFTkSuQmCC) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".xlsx"] {
  position: relative; }
  a[href$=".xlsx"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".pdf"] {
  position: relative; }
  a[href$=".pdf"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

div#fancy_outer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

a#fancy_right:hover span {
  right: 10px;
  left: auto; }

a#fancy_left:hover span {
  left: 10px; }

div#fancy_title {
  display: none !important; }

.elementor-editor-active .site-header {
  position: static !important; }

.page-template-homepage .vc_basic_grid > .vc_grid {
  margin-left: -15px;
  margin-right: -15px; }

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  font-size: 0; }

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%; }

.hidden {
  display: none; }

button#catapultCookie {
  -webkit-box-shadow: none;
          box-shadow: none; }

body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent; }

.helper--marker-functionality,
.helper--marker-safety,
.helper--marker-design {
  position: relative; }
  .helper--marker-functionality::before,
  .helper--marker-safety::before,
  .helper--marker-design::before {
    content: "";
    position: absolute; }

.helper--marker-functionality::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MDAuMDMyIiBoZWlnaHQ9IjE2My45ODQiIHZpZXdCb3g9IjAgMCA2MDAuMDMyIDE2My45ODQiPjxkZWZzPjxzdHlsZT4uYSwuZXtmaWxsOm5vbmU7fS5he3N0cm9rZTojZDg5MDkwO3N0cm9rZS13aWR0aDoycHg7fS5ie2ZpbGw6I2ZmZjt9LmN7ZmlsbDojZDg5MDkwO30uZHtzdHJva2U6bm9uZTt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5NyAtMTIzNS4wMTYpIj48ZyBjbGFzcz0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTk3IDEzNjQpIj48Y2lyY2xlIGNsYXNzPSJkIiBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE3LjUiLz48Y2lyY2xlIGNsYXNzPSJlIiBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE2LjUiLz48L2c+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjEwLjUiIGN5PSIxMC41IiByPSIxMC41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDQgMTM3MSkiLz48Y2lyY2xlIGNsYXNzPSJjIiBjeD0iNS41IiBjeT0iNS41IiByPSI1LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwOSAxMzc2KSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTE5Ni43OCwxMjM2Ljk4NGwtNTY1LjMyMywxNDcuNDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEpIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  height: 250px;
  left: -126%;
  top: 24px;
  width: 562px; }

.helper--marker-safety::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOTguOTkiIGhlaWdodD0iMTQ0LjA2MyIgdmlld0JveD0iMCAwIDM5OC45OSAxNDQuMDYzIj48ZGVmcz48c3R5bGU+LmEsLmV7ZmlsbDpub25lO30uYXtzdHJva2U6I2Q4OTA5MDtzdHJva2Utd2lkdGg6MnB4O30uYntmaWxsOiNmZmY7fS5je2ZpbGw6I2Q4OTA5MDt9LmR7c3Ryb2tlOm5vbmU7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTggLTE0NzIuOTM3KSI+PGcgY2xhc3M9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5OCAxNTgyKSI+PGNpcmNsZSBjbGFzcz0iZCIgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41Ii8+PGNpcmNsZSBjbGFzcz0iZSIgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNi41Ii8+PC9nPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSIxMC41IiBjeT0iMTAuNSIgcj0iMTAuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODA1IDE1ODkpIi8+PGNpcmNsZSBjbGFzcz0iYyIgY3g9IjUuNSIgY3k9IjUuNSIgcj0iNS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTAgMTU5NCkiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTExOTYuNzIxLDEyMzYuOWMtODQuOSwyMy42NDItMzY0Ljc2OCwxMjUuMTYtMzY0Ljc2OCwxMjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjM3KSIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  height: 250px;
  left: -89%;
  top: 34px;
  width: 562px; }

.helper--marker-design::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3OTYuMDAzIiBoZWlnaHQ9IjEwNi43MjQiIHZpZXdCb3g9IjAgMCA3OTYuMDAzIDEwNi43MjQiPjxkZWZzPjxzdHlsZT4uYSwuZXtmaWxsOm5vbmU7fS5he3N0cm9rZTojZDg5MDkwO3N0cm9rZS13aWR0aDoycHg7fS5ie2ZpbGw6I2ZmZjt9LmN7ZmlsbDojZDg5MDkwO30uZHtzdHJva2U6bm9uZTt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwMC4wMTMgLTE3MDIpIj48ZyBjbGFzcz0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQ4IDE3MDIpIj48Y2lyY2xlIGNsYXNzPSJkIiBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE3LjUiLz48Y2lyY2xlIGNsYXNzPSJlIiBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE2LjUiLz48L2c+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjEwLjUiIGN5PSIxMC41IiByPSIxMC41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NTUgMTcwOSkiLz48Y2lyY2xlIGNsYXNzPSJjIiBjeD0iNS41IiBjeT0iNS41IiByPSI1LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2MCAxNzE0KSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTU0Ni4wMTYsMTM1NWMtNzkuMjU4LDAtNzk1LjY1Miw5NS43MzMtNzk1LjY1Miw5NS43MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTAgMzU3KSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDU3LDE3MzUuNmwtNTYuMTk1LDczLjIyOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMSkiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  height: 250px;
  left: -169%;
  top: 22px;
  width: 757px; }

.helper--icon-bottom-right {
  position: relative; }
  .helper--icon-bottom-right::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MS4wOTciIGhlaWdodD0iNDIuMzMzIiB2aWV3Qm94PSIwIDAgNTEuMDk3IDQyLjMzMyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2NlN2I3ZTtzdHJva2U6cmdiYSgwLDAsMCwwKTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk0Ni45NDcgMTU2MC4wMykiPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDkuMzg2LDQxLjE4N2E3LjM2OSw3LjM2OSwwLDAsMS02LjctNi4yMzMsMTM3LjgyNCwxMzcuODI0LDAsMCwxLTE3LjY1LDEuMTMyQTEzOC4yMTcsMTM4LjIxNywwLDAsMSw3LjMxNCwzNC45NDNhNy4zNjksNy4zNjksMCwwLDEtNi43LDYuMjQ0TDAsNDEuMjM4bC4wNTEtLjYxMkE3LjM2OSw3LjM2OSwwLDAsMSw2LjMsMzMuOTJDNS45LDI5LjYsNS42OTEsMjUuMjIsNS42OTEsMjAuOWMwLTQuNS4yMjQtOS4wNTkuNjYzLTEzLjU0N2wtLjUzNS0uMDM0LjExOS0uMDYyQTcuNDU5LDcuNDU5LDAsMCwxLC4wNTEuNjEyTDAsMCwuNjEyLjA1MWE3LjM2Niw3LjM2NiwwLDAsMSw2LjcsNi4yNSwxMzguNDMyLDEzOC40MzIsMCwwLDEsMzUuMzcyLS4wMDgsNy4zNjcsNy4zNjcsMCwwLDEsNi43LTYuMjQxTDUwLDBsLS4wNTMuNjEyYTcuMzY0LDcuMzY0LDAsMCwxLTYuMjUyLDYuNzA2Yy40NDQsNC41LjY2Nyw5LjA2My42NjcsMTMuNTc3LDAsNC4zMjQtLjIwNyw4LjcwOC0uNjE0LDEzLjAzM2E3LjM3Miw3LjM3MiwwLDAsMSw2LjIsNi43bC4wNTMuNjEyWm0tLjU2MS0xLjEyMmE2LjQxNyw2LjQxNywwLDAsMC01LjA4OC01LjA5NEE2LjQxNyw2LjQxNywwLDAsMCw0OC44MjUsNDAuMDY1Wm0tNDcuNjUyLDBhNi40Miw2LjQyLDAsMCwwLDUuMDktNS4wOTRBNi40MjIsNi40MjIsMCwwLDAsMS4xNzMsNDAuMDY1Wk03LjM0NCwzMy45YTEzOC41MzcsMTM4LjUzNywwLDAsMCwzNS4zNjYsMGMuMDYyLS42NzQuMTI0LTEuMzkuMTg2LTIuMTgzSDI2LjkwNmMtLjQ2Ny4zNS0uOTU1LjcxLTEuNDcxLDEuMDgzYS42ODkuNjg5LDAsMCwxLS40MDUuMTQxLjcxLjcxLDAsMCwxLS40LS4xMzRjLS40ODYtLjM1NC0uOTc5LS43MTYtMS40NzQtMS4wODloLTE2QzcuMjE4LDMyLjUxOSw3LjI4LDMzLjIzNSw3LjM0NCwzMy45Wm0xNy42MDUtMi4xODFjLjAyOC4wMjEuMDUzLjA0MS4wODEuMDYuMDI4LS4wMTkuMDU1LS4wNC4wODEtLjA2LjQ5MS0uMzU2Ljk1NS0uNywxLjQtMS4wMzYsMS4zNzUtMS4wNDEsMi41NDQtMS45OTQsMy42LTIuOTNxLjc2NC0uNjc4LDEuNDI5LTEuMzI2Yy4zNi0uMzUuNy0uNywxLjAxOS0xLjAzNmEyNS4wNTYsMjUuMDU2LDAsMCwwLDEuODU1LTIuMjExLDE2LjI4MywxNi4yODMsMCwwLDAsMS4zMTEtMi4wNDUsMTEuMTI4LDExLjEyOCwwLDAsMCwuNDkxLTEuMDM4Yy4xMTMtLjI2OS4yMTEtLjU0LjMtLjgxYTcuMDc5LDcuMDc5LDAsMCwwLC4zMjQtMy4yMzVjLS4wMTEtLjA3LS4wMjEtLjE0MS0uMDM0LS4yMTFhNi4zMTQsNi4zMTQsMCwwLDAtLjI3OS0xLjAzNiw2LjYxNCw2LjYxNCwwLDAsMC0uODc5LTEuNjQyLDUuNCw1LjQsMCwwLDAtNS41NjMtMi4zNDEsNi40NzksNi40NzksMCwwLDAtMy43LDEuOTY0Yy0uMjIuMjIyLS40MzUuNDQ2LS42NTMuNjcybC0uNTguNi0uMzUtLjE3N2EuNTcxLjU3MSwwLDAsMS0uMTg2LS4xMjhsLS4yMTUtLjIyYy0uMTc3LS4xNzktLjM1NC0uMzYtLjUyNy0uNTQ0YTYuNjM4LDYuNjM4LDAsMCwwLTQuMjYzLTIuMjIsNi4xMzksNi4xMzksMCwwLDAtLjY1LS4wMzYsNS4zNTcsNS4zNTcsMCwwLDAtMy4wMzQuOTIzLDYuNDY2LDYuNDY2LDAsMCwwLTIuMzg2LDMuMTQ3LDYuNDc4LDYuNDc4LDAsMCwwLS4yNDksMy41MTIsOS44NDUsOS44NDUsMCwwLDAsLjU1NCwxLjc4MXEuMjE0LjUxNS40OTMsMS4wMzhjLjEuMTc5LjIuMzU4LjMuNTM5YTIxLjIxOSwyMS4yMTksMCwwLDAsMi44NjgsMy43MTdjLjE4Ni4yLjM3Ny4zOTQuNTc2LjYuMTQ1LjE0Ny4yOTIuMjk0LjQzOS40MzlhNTEuMzU5LDUxLjM1OSwwLDAsMCw1LjAzLDQuMjU2Yy40NjcuMzU0LjkzNC43LDEuMzk1LDEuMDM2Wm0xOC4wMjctMS4wMzZjLjEtMS4zODguMTc3LTIuODE5LjIzNS00LjI1NkgzMy4wNDNjLS42NjUuNjg5LTEuNCwxLjM5LTIuMjI2LDIuMTI0LS43ODMuNjkzLTEuNjIzLDEuMzk0LTIuNTYxLDIuMTMyWm0tMzUuOSwwSDIxLjhhNDYuNTU1LDQ2LjU1NSwwLDAsMS00LjQ3OC0zLjk0N2wtLjMtLjMwOUg2Ljg0M0M2LjksMjcuODY0LDYuOTc5LDI5LjI5NSw3LjA3NywzMC42ODdabTM2LjE3MS01LjI5M2MuMDQ3LTEuNDMzLjA3My0yLjg2NC4wNzUtNC4yNTZoLTYuNGExNi4yOTIsMTYuMjkyLDAsMCwxLTEuNjUzLDIuNjhjLS4zOTIuNTMxLS44MTQsMS4wNTMtMS4yNzUsMS41NzZabS0zNi40NDUsMGg5LjI2M2EyMC44MzEsMjAuODMxLDAsMCwxLTIuMzQzLTMuMTczcS0uMzIzLS41NDctLjU4Mi0xLjA4M0g2LjczQzYuNzMyLDIyLjUzMSw2Ljc1NywyMy45NjEsNi44LDI1LjM5NFpNNDMuMzE5LDIwLjFjLS4wMDgtMS40NDItLjAzOC0yLjg3Mi0uMDktNC4yNTZIMzcuODgyYS42MjkuNjI5LDAsMCwxLC4wMTEuMDYyLDguMTMxLDguMTMxLDAsMCwxLS4zNjUsMy43MWMtLjA1MS4xNjItLjEwOS4zMjQtLjE2OC40ODRabS0zNi41ODUsMEgxMi43YTExLjE4OCwxMS4xODgsMCwwLDEtLjQ1Mi0xLjU2Myw3LjU0Miw3LjU0MiwwLDAsMS0uMDc5LTIuNjkzSDYuODIxQzYuNzcyLDE3LjIzLDYuNzQzLDE4LjY1OCw2LjczNCwyMC4xWm0zNi40NTMtNS4yOTNjLS4wNjQtMS40MzctLjE0OS0yLjg2OC0uMjUyLTQuMjU2SDM0LjRhNy4yLDcuMiwwLDAsMSwyLjEwNywxLjk4OCw3LjYxLDcuNjEsMCwwLDEsMS4xMzksMi4yNjlabS0zNi4zMjEsMEgxMi40YTcuNTMsNy41MywwLDAsMSwyLjkzNi00LjAzNGMuMTE3LS4wNzkuMjM3LS4xNTQuMzU2LS4yMjJINy4xMThDNy4wMTMsMTEuOTM5LDYuOTMsMTMuMzY4LDYuODY2LDE0LjgwN1ptMTUuNTg4LTQuMjU2YTguNDYyLDguNDYyLDAsMCwxLDIuMiwxLjcxMmMuMTI0LjEzMi4yNDkuMjYuMzc1LjM5cS4zLS4zMS42LS42MTRhOC4zNDcsOC4zNDcsMCwwLDEsMS45NjItMS40ODlaTTcuNCw3LjMzNWMtLjA2Ni42NTktLjEzLDEuMzc1LS4yLDIuMTc3SDQyLjg1QzQyLjc4NCw4LjcsNDIuNzIyLDgsNDIuNjU2LDcuMzMzYTEzNy40MywxMzcuNDMsMCwwLDAtMzUuMjU5LDBabTM2LjM0LTEuMDcxYTYuNDEyLDYuNDEyLDAsMCwwLDUuMDg4LTUuMDkyQTYuNDE3LDYuNDE3LDAsMCwwLDQzLjczNyw2LjI2NVptLTM3LjQ3NSwwQTYuNDIsNi40MiwwLDAsMCwxLjE3NSwxLjE3Myw2LjQxMiw2LjQxMiwwLDAsMCw2LjI2Myw2LjI2NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk0Ny40OTQgLTE1NTkuNDgyKSIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -40px;
    content: "";
    height: 96px;
    position: absolute;
    right: -40px;
    width: 80px;
    z-index: 10; }

.products48h {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px; }
  @media (min-width: 768px) {
    .products48h {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1160px) {
    .products48h {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  .products48h .see-all-products {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #D89090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 350px; }
    .products48h .see-all-products:hover, .products48h .see-all-products:focus {
      background-color: #cb6a6a; }
  .products48h .tinv-wishlist {
    padding: 0; }

.woocommerce .onsale {
  border-radius: 12px !important;
  background-color: #D89090 !important;
  padding: 4px 8px !important;
  line-height: 25px !important;
  min-height: unset !important; }

.woocommerce.archive .woocommerce-products-header {
  margin-top: 40px;
  text-align: center; }
  .woocommerce.archive .woocommerce-products-header__title {
    display: inline-block;
    font-size: 24px;
    color: #545454;
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .woocommerce.archive .woocommerce-products-header__title {
        font-size: 18px; } }

.woocommerce.archive .tax-description-wrapper {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .woocommerce.archive .tax-description-wrapper {
      margin-bottom: 60px; } }
  .woocommerce.archive .tax-description-wrapper h5 {
    color: #D89090;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .woocommerce.archive .tax-description-wrapper img {
    float: right;
    margin: 0 0 25px 25px;
    max-height: 375px;
    max-width: 425px; }
  .woocommerce.archive .tax-description-wrapper .description-text h4 {
    font-size: 25px;
    font-size: 2.5rem; }

.woocommerce .products li.product img {
  border-radius: 12px; }

.woocommerce .subcategories-listing {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, 312px);
  margin: 40px 0 70px; }
  @media (max-width: 767px) {
    .woocommerce .subcategories-listing {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
      .woocommerce .subcategories-listing .cat__tags {
        display: none; } }
  .woocommerce .subcategories-listing a:hover figure img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .woocommerce .subcategories-listing .tile figure {
    overflow: hidden;
    height: 312px;
    margin-bottom: 15px;
    width: 312px; }
    @media (max-width: 767px) {
      .woocommerce .subcategories-listing .tile figure {
        width: 100%;
        height: 120px; } }
    .woocommerce .subcategories-listing .tile figure img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      border-radius: 12px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .woocommerce .subcategories-listing .tile span {
    color: #545454;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }

.woocommerce .products-listing-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, 312px);
  margin: 30px 0 70px; }

.woocommerce .product-tile-simple figure {
  overflow: hidden;
  height: 312px;
  margin-bottom: 15px;
  width: 312px; }
  @media (max-width: 767px) {
    .woocommerce .product-tile-simple figure {
      width: 100%;
      height: 120px; } }
  .woocommerce .product-tile-simple figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    border-radius: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: none !important; }

.woocommerce .product-tile-simple span {
  color: #545454;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.woocommerce .product-tile-simple:hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

.woocommerce .products-listing-container figure {
  position: relative; }
  .woocommerce .products-listing-container figure .additional__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.woocommerce .products-listing-container a:hover figure .additional__thumbnail {
  opacity: 1; }

.woocommerce #showDesc {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (max-width: 767px) {
  .woocommerce .description-text {
    width: 100%;
    position: relative; }
  .woocommerce .description-text.hide::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.101278)), to(rgba(255, 255, 255, 0.809961)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.101278) 80%, rgba(255, 255, 255, 0.809961) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.101278) 80%, rgba(255, 255, 255, 0.809961) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.101278) 80%, rgba(255, 255, 255, 0.809961) 100%); } }

.tax-product_cat h1 {
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  padding-bottom: 16px !important; }

.tax-product_cat h1::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #f2f2f2;
  margin-right: 24px; }

.tax-product_cat h1:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #f2f2f2;
  margin-left: 24px; }

.woocommerce.single-product .product .product-top-name-wrapper {
  border-bottom: 3px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0; }
  .woocommerce.single-product .product .product-top-name-wrapper .product-top-name {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative; }
    .woocommerce.single-product .product .product-top-name-wrapper .product-top-name::after {
      background-color: #D89090;
      bottom: -3px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 100%; }
  .woocommerce.single-product .product .product-top-name-wrapper .separator {
    margin: 0 60px; }
    .woocommerce.single-product .product .product-top-name-wrapper .separator svg {
      fill: #545454;
      stroke: #545454; }

.woocommerce.single-product .product .entry-summary {
  margin: 0; }
  .woocommerce.single-product .product .entry-summary h1 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 18px; }
  .woocommerce.single-product .product .entry-summary .features-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
  .woocommerce.single-product .product .entry-summary .variations_form .variations {
    margin-bottom: 0; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations tbody > tr {
      border: 1px solid #F2F2F2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px 20px 12px 20px; }
      @media (max-width: 767px) {
        .woocommerce.single-product .product .entry-summary .variations_form .variations tbody > tr {
          padding: 12px 20px 12px 20px; } }
    .woocommerce.single-product .product .entry-summary .variations_form .variations .rounded-label:not(.has-color) input:checked + span {
      background: #9efcc4;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations .rounded-label:not(.has-color) input:checked + span:after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjUzLjhweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTMuODsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NSAyNTMuOCIgd2lkdGg9IjI1NXB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMDBDODUzO30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPjxnPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjEyNy41IiBjeT0iMTI2LjYiIHI9IjExOS45Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTIwMC4yLDc1LjNsLTEuMy0xLjNsMCwwbC0xLjMtMS4zYy0zLjItMy4yLTcuNS01LTEyLTVjLTQuNSwwLTguOCwxLjgtMTIsNWwtNjUuOSw2NS45TDk0LjQsMTUybDAsMCAgICBsMTMuMy0xMy4zbC0yNC45LTI0LjljLTYuNi02LjYtMTcuNC02LjYtMjQsMGwtMi42LDIuNmMtMy4yLDMuMi01LDcuNS01LDEyYzAsNC41LDEuOCw4LjgsNSwxMmwwLDBMODEsMTY1LjNsMTMuMywxMy4zbDAsMCAgICBsNi42LDYuNmwwLDBjMC4zLDAuNCwwLjcsMC43LDEuMSwwLjljMC4yLDAuMiwwLjUsMC4zLDAuOCwwLjVjMywxLjcsNi42LDEuNyw5LjYsMGMwLjMtMC4xLDAuNS0wLjMsMC44LTAuNSAgICBjMC40LTAuMywwLjctMC42LDEuMS0wLjlsMjAtMjBsNjUuOS02NS45QzIwNi45LDkyLjcsMjA2LjksODIsMjAwLjIsNzUuM3oiLz48L2c+PC9zdmc+);
      background-size: cover;
      margin-right: 4px; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations .rounded-label.has-color {
      position: relative; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations .rounded-label.has-color input:checked + span::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjUzLjhweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTMuODsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NSAyNTMuOCIgd2lkdGg9IjI1NXB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMDBDODUzO30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPjxnPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjEyNy41IiBjeT0iMTI2LjYiIHI9IjExOS45Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTIwMC4yLDc1LjNsLTEuMy0xLjNsMCwwbC0xLjMtMS4zYy0zLjItMy4yLTcuNS01LTEyLTVjLTQuNSwwLTguOCwxLjgtMTIsNWwtNjUuOSw2NS45TDk0LjQsMTUybDAsMCAgICBsMTMuMy0xMy4zbC0yNC45LTI0LjljLTYuNi02LjYtMTcuNC02LjYtMjQsMGwtMi42LDIuNmMtMy4yLDMuMi01LDcuNS01LDEyYzAsNC41LDEuOCw4LjgsNSwxMmwwLDBMODEsMTY1LjNsMTMuMywxMy4zbDAsMCAgICBsNi42LDYuNmwwLDBjMC4zLDAuNCwwLjcsMC43LDEuMSwwLjljMC4yLDAuMiwwLjUsMC4zLDAuOCwwLjVjMywxLjcsNi42LDEuNyw5LjYsMGMwLjMtMC4xLDAuNS0wLjMsMC44LTAuNSAgICBjMC40LTAuMywwLjctMC42LDEuMS0wLjlsMjAtMjBsNjUuOS02NS45QzIwNi45LDkyLjcsMjA2LjksODIsMjAwLjIsNzUuM3oiLz48L2c+PC9zdmc+);
      background-size: cover; }
    @media (max-width: 767px) {
      .woocommerce.single-product .product .entry-summary .variations_form .variations label.rounded-label {
        font-size: 12px; } }
    .woocommerce.single-product .product .entry-summary .variations_form .variations .label {
      min-width: 90px;
      text-align: left; }
      .woocommerce.single-product .product .entry-summary .variations_form .variations .label label {
        cursor: default;
        font-weight: 500; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations label.rounded-label {
      margin: 0 20px 15px 0;
      padding: 0 20px;
      position: relative; }
      @media (max-width: 767px) {
        .woocommerce.single-product .product .entry-summary .variations_form .variations label.rounded-label {
          margin: 0 8px 8px 0; } }
      .woocommerce.single-product .product .entry-summary .variations_form .variations label.rounded-label span {
        border: 2px solid #F2F2F2;
        border-radius: 30px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s; }
        .woocommerce.single-product .product .entry-summary .variations_form .variations label.rounded-label span:hover {
          border-color: #919191; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations label.has-color {
      border-radius: 50%;
      height: 32px;
      padding: 0;
      text-indent: -9999px;
      width: 32px; }
      .woocommerce.single-product .product .entry-summary .variations_form .variations label.has-color .tooltip {
        visibility: visible;
        color: black;
        background: none;
        padding: 0;
        left: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        left: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        pointer-events: none;
        position: absolute;
        text-indent: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: -50px;
      visibility: hidden; }
    .woocommerce.single-product .product .entry-summary .variations_form .variations input[type="radio"]:checked + span {
      border-color: #D89090; }
  .woocommerce.single-product .product .entry-summary .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (max-width: 767px) {
    .woocommerce.single-product .product .entry-summary .productInfo .productInfoReviews div {
      font-size: 14px !important; }
    .woocommerce.single-product .product .entry-summary .productInfo .productInfoReviews span {
      font-size: 14px; }
    .woocommerce.single-product .product .entry-summary .productInfo .productInfoReviews p {
      font-size: 12px; }
    .woocommerce.single-product .product .entry-summary .productInfo .productInfoStock img {
      max-width: 16px !important; }
    .woocommerce.single-product .product .entry-summary .productInfo .productInfoStock span {
      font-size: 12px; }
    .woocommerce.single-product .product .entry-summary .features-container {
      font-size: 14px; }
    .woocommerce.single-product .product .entry-summary h1 {
      font-size: 18px !important; } }

.woocommerce.single-product .product .wc-tabs-wrapper {
  padding-top: 70px; }
  .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs {
    margin-bottom: 50px;
    padding: 0; }
    .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs::before {
      border-bottom: 3px solid #F2F2F2; }
    .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li {
      background-color: #fff;
      border: none;
      border-radius: 0;
      font-size: 30px;
      font-size: 3rem;
      margin: 0 130px 0 0;
      padding: 0 0 30px 0;
      position: relative; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li::before, .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li::after {
        display: none; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li.active::after {
        background-color: #D89090;
        bottom: 0;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li > a {
        color: #F2F2F2; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li.active a {
        color: #545454; }

.woocommerce.single-product .product .woocommerce-tabs .panel {
  margin-bottom: 0; }

.woocommerce.single-product .product .variation-technical-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .woocommerce.single-product .product .variation-technical-data-container figure,
  .woocommerce.single-product .product .variation-technical-data-container .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .woocommerce.single-product .product .variation-technical-data-container figure img {
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
  .woocommerce.single-product .product .variation-technical-data-container .content p {
    margin-bottom: 10px; }

.woocommerce.single-product .product .tabs-recommended-products {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, 312px);
  margin-bottom: 70px; }
  .woocommerce.single-product .product .tabs-recommended-products .tinv-wishlist {
    padding: 0; }

.woocommerce.single-product .product .related.products {
  margin-top: 40px; }
  .woocommerce.single-product .product .related.products h2 {
    margin-bottom: 20px; }

.woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level,
.woocommerce.single-product .product form.cart .top-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .left,
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .right,
  .woocommerce.single-product .product form.cart .top-level .left,
  .woocommerce.single-product .product form.cart .top-level .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 20px; }
    @media (max-width: 767px) {
      .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .left,
      .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .right,
      .woocommerce.single-product .product form.cart .top-level .left,
      .woocommerce.single-product .product form.cart .top-level .right {
        padding: 12px 20px; } }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .left .name,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .left .price,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .right .name,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .right .price,
    .woocommerce.single-product .product form.cart .top-level .left .name,
    .woocommerce.single-product .product form.cart .top-level .left .price,
    .woocommerce.single-product .product form.cart .top-level .right .name,
    .woocommerce.single-product .product form.cart .top-level .right .price {
      font-weight: bold; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .left .price,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .right .price,
    .woocommerce.single-product .product form.cart .top-level .left .price,
    .woocommerce.single-product .product form.cart .top-level .right .price {
      color: #D89090;
      font-size: 24px; }
  @media (max-width: 767px) {
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .left,
    .woocommerce.single-product .product form.cart .top-level .left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 32px; } }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper,
  .woocommerce.single-product .product form.cart .top-level .quantity-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper a,
    .woocommerce.single-product .product form.cart .top-level .quantity-wrapper a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 27px;
      font-weight: bold;
      width: 32px;
      height: 32px;
      text-align: center;
      border: 2px solid #e9e6ed;
      border-radius: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper input[type="number"]::-webkit-inner-spin-button,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
    .woocommerce.single-product .product form.cart .top-level .quantity-wrapper input[type="number"]::-webkit-inner-spin-button,
    .woocommerce.single-product .product form.cart .top-level .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper .quantity input,
    .woocommerce.single-product .product form.cart .top-level .quantity-wrapper .quantity input {
      height: 32px; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper input[type="number"],
    .woocommerce.single-product .product form.cart .top-level .quantity-wrapper input[type="number"] {
      -moz-appearance: textfield; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .top-level .quantity-wrapper .qty,
    .woocommerce.single-product .product form.cart .top-level .quantity-wrapper .qty {
      border: 1px solid #F2F2F2;
      margin: 0 5px;
      max-width: 50px;
      outline: none;
      text-align: center; }

.woocommerce.single-product .product .woocommerce-variation-add-to-cart .shipping-delivery-wrapper,
.woocommerce.single-product .product form.cart .shipping-delivery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1260px) {
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .shipping-delivery-wrapper,
    .woocommerce.single-product .product form.cart .shipping-delivery-wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .shipping-delivery-wrapper,
    .woocommerce.single-product .product form.cart .shipping-delivery-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(0, 1fr))[2];
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.woocommerce.single-product .product .woocommerce-variation-add-to-cart .shipping-cost-wrapper,
.woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-time-wrapper,
.woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper,
.woocommerce.single-product .product form.cart .shipping-cost-wrapper,
.woocommerce.single-product .product form.cart .delivery-time-wrapper,
.woocommerce.single-product .product form.cart .delivery-info-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .shipping-cost-wrapper,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-time-wrapper,
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper,
    .woocommerce.single-product .product form.cart .shipping-cost-wrapper,
    .woocommerce.single-product .product form.cart .delivery-time-wrapper,
    .woocommerce.single-product .product form.cart .delivery-info-wrapper {
      font-size: 12px;
      padding: 0 0;
      margin-top: 8px; } }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .shipping-cost-wrapper svg,
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-time-wrapper svg,
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper svg,
  .woocommerce.single-product .product form.cart .shipping-cost-wrapper svg,
  .woocommerce.single-product .product form.cart .delivery-time-wrapper svg,
  .woocommerce.single-product .product form.cart .delivery-info-wrapper svg {
    margin-right: 10px; }

.woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-time-wrapper,
.woocommerce.single-product .product form.cart .delivery-time-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px; }
  @media (max-width: 767px) {
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-time-wrapper,
    .woocommerce.single-product .product form.cart .delivery-time-wrapper {
      row-gap: 4px;
      -webkit-column-gap: 4px;
         -moz-column-gap: 4px;
              column-gap: 4px; } }

.woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper,
.woocommerce.single-product .product form.cart .delivery-info-wrapper {
  padding-right: 0; }
  @media (min-width: 1260px) {
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper,
    .woocommerce.single-product .product form.cart .delivery-info-wrapper {
      padding-left: 0;
      margin-left: auto; } }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper a,
  .woocommerce.single-product .product form.cart .delivery-info-wrapper a {
    color: #545454; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .delivery-info-wrapper a:hover,
    .woocommerce.single-product .product form.cart .delivery-info-wrapper a:hover {
      color: #D89090; }

.woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level,
.woocommerce.single-product .product form.cart .bottom-level {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 16px; }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .add-to-favorites svg,
  .woocommerce.single-product .product form.cart .bottom-level .add-to-favorites svg {
    height: 22px;
    fill: #D89090;
    width: 24px; }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .tinvwl_add_to_wishlist_button,
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .button,
  .woocommerce.single-product .product form.cart .bottom-level .tinvwl_add_to_wishlist_button,
  .woocommerce.single-product .product form.cart .bottom-level .button {
    font-size: 13px !important; }
    @media (min-width: 1300px) {
      .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .tinvwl_add_to_wishlist_button,
      .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .button,
      .woocommerce.single-product .product form.cart .bottom-level .tinvwl_add_to_wishlist_button,
      .woocommerce.single-product .product form.cart .bottom-level .button {
        font-size: 16px !important; } }
  .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .button,
  .woocommerce.single-product .product form.cart .bottom-level .button {
    background-color: #D89090;
    border-radius: 50px;
    color: white;
    margin-left: 65px;
    border: 1px solid #D89090;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .button svg,
    .woocommerce.single-product .product form.cart .bottom-level .button svg {
      fill: white; }
    .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .button:hover,
    .woocommerce.single-product .product form.cart .bottom-level .button:hover {
      background-color: white !important;
      color: #D89090 !important;
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
              box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      .woocommerce.single-product .product .woocommerce-variation-add-to-cart .bottom-level .button:hover svg,
      .woocommerce.single-product .product form.cart .bottom-level .button:hover svg {
        fill: #D89090; }

.woocommerce .custom-product-image img {
  -o-object-fit: contain;
     object-fit: contain; }

.woocommerce .custom-product-gallery-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 5px; }
  .woocommerce .custom-product-gallery-wrapper a img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.sale_price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .sale_price__wrapper .del_price {
    font-weight: 600; }

.variations_form.cart {
  position: relative; }

.single_product_promotion {
  position: absolute;
  top: -20px;
  right: 0;
  color: #d89090;
  font-weight: 600; }

.productInfoWrapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .productInfoWrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (min-width: 768px) {
    .productInfoWrapper .summary {
      margin-top: 20px !important; } }
  .productInfoWrapper .woocommerce-product-gallery {
    max-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative; }
    @media (min-width: 768px) {
      .productInfoWrapper .woocommerce-product-gallery {
        width: 48%; } }
    .productInfoWrapper .woocommerce-product-gallery .slick-dots {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none;
      display: block;
      position: absolute;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      padding: 0; }
      .productInfoWrapper .woocommerce-product-gallery .slick-dots button {
        all: unset;
        width: 12px;
        height: 12px;
        background-color: white;
        border: 1px solid #d89090;
        border-radius: 100%;
        font-size: 0;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .productInfoWrapper .woocommerce-product-gallery .slick-dots button:before {
        font-size: 0 !important; }
      .productInfoWrapper .woocommerce-product-gallery .slick-dots .slick-active button {
        background-color: #d89090; }
    .productInfoWrapper .woocommerce-product-gallery .product-slider-nav button {
      all: unset;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: transparent !important;
      cursor: pointer; }
      .productInfoWrapper .woocommerce-product-gallery .product-slider-nav button svg {
        background-color: white;
        border-radius: 100%; }
        .productInfoWrapper .woocommerce-product-gallery .product-slider-nav button svg path {
          fill: #d89090; }
    .productInfoWrapper .woocommerce-product-gallery .product-slider-nav button.next {
      right: 16px; }
    .productInfoWrapper .woocommerce-product-gallery .product-slider-nav button.prev {
      left: 16px; }
      .productInfoWrapper .woocommerce-product-gallery .product-slider-nav button.prev svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .productInfoWrapper .add-to-cart {
    width: 100% !important;
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 10px !important;
    padding: 16px 24px !important;
    font-size: 24px !important;
    gap: 12px !important;
    border-radius: 24px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    background-color: #d89090 !important;
    color: white !important; }
    .productInfoWrapper .add-to-cart svg path {
      fill: white !important; }
  .productInfoWrapper .product-view-count {
    background: #313131;
    color: white;
    padding: 4px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3; }

.beforeProductInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 16px; }
  .beforeProductInfo .tinv-wishlist {
    padding: 0; }
    .beforeProductInfo .tinv-wishlist a {
      padding: 6px 12px;
      border-radius: 24px;
      border: 1px solid #d89090; }
  .beforeProductInfo .goBack {
    padding: 6px 12px;
    border-radius: 24px;
    border: 1px solid #aaaaaa;
    font-weight: 600;
    color: #545454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 14px; }

.related.products h2 {
  text-transform: uppercase; }

body.single-product #showProductDesc {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

@media (max-width: 767px) {
  body.single-product .woocommerce-Tabs-panel--description {
    width: 100%;
    position: relative; }
  body.single-product .woocommerce-Tabs-panel--description.hide::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.101278)), to(rgba(255, 255, 255, 0.809961)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.101278) 80%, rgba(255, 255, 255, 0.809961) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.101278) 80%, rgba(255, 255, 255, 0.809961) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.101278) 80%, rgba(255, 255, 255, 0.809961) 100%); } }

.polishProductBadges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  margin-bottom: 48px; }

.faqWrapper {
  margin-top: 32px; }
  .faqWrapper h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400; }
  .faqWrapper h2::before {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px;
    background: #f2f2f2;
    margin-right: 24px; }
  .faqWrapper h2:after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px;
    background: #f2f2f2;
    margin-left: 24px; }

.ProductMessagesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px; }
  @media (min-width: 768px) {
    .ProductMessagesWrapper {
      margin-top: 64px; } }
  .ProductMessagesWrapper .ProductMessage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #9efcc4;
    border-radius: 24px;
    padding: 8px 12px; }
    .ProductMessagesWrapper .ProductMessage__icon {
      max-height: 32px; }
    .ProductMessagesWrapper .ProductMessage__desc {
      color: black; }
    @media (max-width: 767px) {
      .ProductMessagesWrapper .ProductMessage {
        width: 100%;
        font-size: 14px; }
        .ProductMessagesWrapper .ProductMessage img {
          max-width: 24px; } }

.wc-tabs li {
  text-transform: uppercase; }

.related.products .button {
  background-color: transparent;
  border: 2px solid #d89090;
  border-radius: 50px;
  color: #d89090; }

.item__bought {
  background-color: #fffbe8;
  padding: 20px 60px;
  border: 1px solid #f4d46c;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .item__bought {
      font-size: 12px;
      padding: 8px 16px; } }

.cart-icon {
  cursor: initial;
  position: relative; }
  .cart-icon:hover .cart-preview .cart-products-list, .cart-icon:focus .cart-preview .cart-products-list {
    display: block; }
    @media (max-width: 767px) {
      .cart-icon:hover .cart-preview .cart-products-list, .cart-icon:focus .cart-preview .cart-products-list {
        display: none; } }
  .cart-icon .cart-preview {
    position: absolute;
    right: -50px; }
    .cart-icon .cart-preview .products-amount {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 2px solid #D89090;
      border-radius: 50%;
      color: #D89090;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      height: 22px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: 20px;
      top: -40px;
      width: 22px; }
    .cart-icon .cart-preview .cart-products-list {
      background-color: #fff;
      -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
              box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
      display: none;
      min-width: 300px;
      padding: 20px; }
      .cart-icon .cart-preview .cart-products-list h4 {
        margin-bottom: 20px; }
      .cart-icon .cart-preview .cart-products-list .single-cart-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px; }
        .cart-icon .cart-preview .cart-products-list .single-cart-item figure {
          max-width: 45px;
          margin-right: 20px; }
        .cart-icon .cart-preview .cart-products-list .single-cart-item .item-info {
          color: #545454; }
          .cart-icon .cart-preview .cart-products-list .single-cart-item .item-info .separator {
            color: #F2F2F2;
            margin: 0 5px; }
      .cart-icon .cart-preview .cart-products-list .price-total {
        color: #545454;
        font-weight: bold;
        margin: 20px 0; }
      .cart-icon .cart-preview .cart-products-list .button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .cart-icon .cart-preview .cart-products-list .button-wrapper .button {
          background-color: #D89090;
          border: 2px solid #D89090;
          border-radius: 30px;
          color: #fff;
          font-size: 14px !important;
          padding: 15px 60px;
          pointer-events: all; }

.woocommerce .woocommerce-steps {
  border-bottom: 3px solid #F2F2F2;
  color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0 85px; }
  .woocommerce .woocommerce-steps span {
    display: block;
    padding-bottom: 30px;
    position: relative; }
  .woocommerce .woocommerce-steps .current {
    color: #545454; }
    .woocommerce .woocommerce-steps .current::after {
      background-color: #D89090;
      bottom: -3px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 100%; }

.woocommerce table.shop_table {
  border-radius: 0; }
  .woocommerce table.shop_table thead tr th {
    background-color: #fff;
    border: none;
    color: #707070;
    padding: 27px 20px; }
  .woocommerce table.shop_table tbody tr td {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce table.shop_table tbody tr td.product-remove {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      width: 100px; }
      .woocommerce table.shop_table tbody tr td.product-remove a.remove {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 25px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto;
        padding: 5px;
        width: 25px; }
        .woocommerce table.shop_table tbody tr td.product-remove a.remove svg {
          fill: #D89090; }
        .woocommerce table.shop_table tbody tr td.product-remove a.remove:hover, .woocommerce table.shop_table tbody tr td.product-remove a.remove:focus {
          background-color: #D89090; }
          .woocommerce table.shop_table tbody tr td.product-remove a.remove:hover svg, .woocommerce table.shop_table tbody tr td.product-remove a.remove:focus svg {
            fill: #fff; }
    .woocommerce table.shop_table tbody tr td.product-thumbnail {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      padding: 5px;
      width: 150px; }
      @media (max-width: 767px) {
        .woocommerce table.shop_table tbody tr td.product-thumbnail {
          display: block !important; } }
      .woocommerce table.shop_table tbody tr td.product-thumbnail::before {
        display: none; }
      .woocommerce table.shop_table tbody tr td.product-thumbnail a img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%; }
    .woocommerce table.shop_table tbody tr td.product-name {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 25px 60px; }
      .woocommerce table.shop_table tbody tr td.product-name a {
        color: #545454;
        font-weight: bold; }
      .woocommerce table.shop_table tbody tr td.product-name .variation dt,
      .woocommerce table.shop_table tbody tr td.product-name .variation dd {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 25px; }
        .woocommerce table.shop_table tbody tr td.product-name .variation dt p,
        .woocommerce table.shop_table tbody tr td.product-name .variation dd p {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; }
      .woocommerce table.shop_table tbody tr td.product-name .variation dt {
        font-weight: normal; }
    .woocommerce table.shop_table tbody tr td.product-quantity input {
      border: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.shop_table tbody .actions {
    padding: 15px 45px !important; }
    .woocommerce table.shop_table tbody .actions .coupon input {
      float: unset !important; }
    .woocommerce table.shop_table tbody .actions input.input-text {
      border-radius: 40px;
      height: 35px;
      margin-right: 35px !important;
      text-align: center;
      width: 165px !important; }
    .woocommerce table.shop_table tbody .actions .button {
      background-color: #D89090;
      border-radius: 40px;
      color: #fff; }

@media (min-width: 1260px) {
  .woocommerce .cart-collaterals .cross-sells {
    width: 60% !important; } }

.woocommerce .cart-collaterals .cross-sells h2 {
  font-size: 24px; }

.woocommerce .cart-collaterals .cross-sells ul::before {
  display: none !important; }

.woocommerce .cart-collaterals .cross-sells ul {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (min-width: 1260px) {
    .woocommerce .cart-collaterals .cross-sells ul {
      -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .woocommerce .cart-collaterals .cross-sells ul li {
    width: 100% !important;
    margin: 0; }

.woocommerce .cart_totals {
  max-width: 450px; }
  .woocommerce .cart_totals .shop_table tr th,
  .woocommerce .cart_totals .shop_table tr td {
    border: none;
    padding: 25px !important; }
  .woocommerce .cart_totals .shop_table tr th {
    background-color: #fff;
    width: 70px; }
  .woocommerce .cart_totals .shop_table tr.cart-subtotal td, .woocommerce .cart_totals .shop_table tr.order-total td {
    padding-right: 80px;
    text-align: right; }

.woocommerce .wc-proceed-to-checkout {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce .wc-proceed-to-checkout::before, .woocommerce .wc-proceed-to-checkout::after {
    display: none; }
  .woocommerce .wc-proceed-to-checkout .button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #D89090 !important;
    border-radius: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px !important;
    margin: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .woocommerce .wc-proceed-to-checkout .button.back {
      background-color: #c4c4c4 !important; }
      .woocommerce .wc-proceed-to-checkout .button.back:hover {
        background-color: #D89090 !important; }
    @media (min-width: 1024px) {
      .woocommerce .wc-proceed-to-checkout .button {
        font-size: 16px !important;
        padding: 14px 25px !important; } }
    .woocommerce .wc-proceed-to-checkout .button:hover, .woocommerce .wc-proceed-to-checkout .button:focus {
      background-color: #c45757 !important; }

.woocommerce .woocommerce-NoticeGroup {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4; }

.woocommerce .woocommerce-checkout {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
  .woocommerce .woocommerce-checkout .till {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 25px; }
    .woocommerce .woocommerce-checkout .till h3 {
      display: none; }
    .woocommerce .woocommerce-checkout .till .heading {
      color: #D89090;
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 30px; }
    .woocommerce .woocommerce-checkout .till .button-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 0; }
      .woocommerce .woocommerce-checkout .till .button-wrapper button {
        width: 100%;
        background-color: #D89090;
        border-radius: 30px;
        padding: 15px 30px; }
  .woocommerce .woocommerce-checkout #customer_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce .woocommerce-checkout #customer_details .col-1,
    .woocommerce .woocommerce-checkout #customer_details .col-2 {
      width: 100%; }
    .woocommerce .woocommerce-checkout #customer_details .select2-selection {
      height: 41px; }
      .woocommerce .woocommerce-checkout #customer_details .select2-selection > span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 41px; }
    .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
      display: block;
      font-weight: 400;
      font-size: 12px !important;
      padding-left: 12px;
      margin-bottom: 20px; }
      .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 label {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 label input {
          position: unset; }
      .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 span {
        padding-left: 11px !important; }
  .woocommerce .woocommerce-checkout ul#shipping_method li input {
    margin-right: 1em; }
  .woocommerce .woocommerce-checkout #payment {
    background-color: #fff; }
    .woocommerce .woocommerce-checkout #payment .wc_payment_methods {
      border: none;
      padding: 0; }
      .woocommerce .woocommerce-checkout #payment .wc_payment_methods .payment_box {
        background-color: #fff;
        padding: 0 0 0 2.3em; }
        .woocommerce .woocommerce-checkout #payment .wc_payment_methods .payment_box::before {
          display: none; }
  .woocommerce .woocommerce-checkout #order_review .shop_table {
    border: none; }
    .woocommerce .woocommerce-checkout #order_review .shop_table tr td {
      border-top: none;
      font-weight: 400;
      padding: 10px 0; }
      .woocommerce .woocommerce-checkout #order_review .shop_table tr td.product-image {
        width: 50px; }
      .woocommerce .woocommerce-checkout #order_review .shop_table tr td.product-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600;
        padding-left: 20px;
        text-transform: uppercase; }
        .woocommerce .woocommerce-checkout #order_review .shop_table tr td.product-total .quantity-price-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: 400;
          text-transform: initial; }
          .woocommerce .woocommerce-checkout #order_review .shop_table tr td.product-total .quantity-price-wrapper .product-quantity {
            margin-right: 40px; }
    .woocommerce .woocommerce-checkout #order_review .shop_table tfoot tr th,
    .woocommerce .woocommerce-checkout #order_review .shop_table tfoot tr td {
      border: none;
      padding: 10px 0; }
    .woocommerce .woocommerce-checkout #order_review .shop_table tfoot tr th {
      background-color: #fff; }
    .woocommerce .woocommerce-checkout #order_review .shop_table tfoot tr td {
      text-align: right; }
  .woocommerce .woocommerce-checkout #order_review #payment {
    display: none; }
  .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    font-size: 12px; }
    .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .terms-span {
      line-height: 1; }
    .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
      padding: 0; }

.woocommerce .woocommerce-form__label {
  display: inline-block !important;
  margin-top: 10px;
  position: relative; }
  .woocommerce .woocommerce-form__label > span {
    display: block;
    padding-left: 20px; }
  .woocommerce .woocommerce-form__label .input-custom-checkbox {
    border: 1px solid #707070;
    left: 0;
    position: absolute;
    top: 2px;
    width: 13px;
    height: 13px; }
    .woocommerce .woocommerce-form__label .input-custom-checkbox::before {
      background-color: #D89090;
      content: "\2713";
      display: none;
      height: 100%;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: white; }
  .woocommerce .woocommerce-form__label input[type="checkbox"]:checked ~ .input-custom-checkbox {
    border-color: #D89090; }
    .woocommerce .woocommerce-form__label input[type="checkbox"]:checked ~ .input-custom-checkbox::before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.woocommerce .bought-items-list {
  display: none; }

.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  background-color: #D89090;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  margin: 0 30% 70px;
  padding: 10px 20px;
  position: relative; }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received i {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2px 4px;
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    width: 25px; }

.woocommerce .woocommerce-order .order-custom-details {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 28px; }
  .woocommerce .woocommerce-order .order-custom-details h4 {
    color: #D89090;
    margin-bottom: 30px; }
  .woocommerce .woocommerce-order .order-custom-details .details-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce .woocommerce-order .order-custom-details .details-container > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .woocommerce .woocommerce-order .order-custom-details .details-container > div > p {
        margin-bottom: 10px; }
      .woocommerce .woocommerce-order .order-custom-details .details-container > div strong {
        display: block;
        font-weight: 700; }
        .woocommerce .woocommerce-order .order-custom-details .details-container > div strong.order-title, .woocommerce .woocommerce-order .order-custom-details .details-container > div strong.order-cost {
          border-bottom: 3px solid #D89090;
          display: inline-block;
          font-size: 20px;
          font-size: 2rem;
          font-weight: bold;
          padding-bottom: 10px; }

.woocommerce .woocommerce-order .woocommerce-table--order-details {
  border-color: #EEEEEE;
  border-radius: 8px; }

.woocommerce .woocommerce-order .woocommerce-table__product-name {
  padding-left: 25px !important; }
  .woocommerce .woocommerce-order .woocommerce-table__product-name > a {
    font-size: 16px;
    font-size: 1.6rem; }
  .woocommerce .woocommerce-order .woocommerce-table__product-name img {
    float: left;
    height: auto;
    max-height: 100px;
    max-width: 100px;
    margin-right: 15px;
    width: 100%; }

.woocommerce .woocommerce-order .wc-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0; }
  .woocommerce .woocommerce-order .wc-item-meta li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px; }

.woocommerce .woocommerce-order .qty-td {
  padding-left: 30px; }

.woocommerce .woocommerce-order .sub-table {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-left: 70%;
  width: 30%; }
  .woocommerce .woocommerce-order .sub-table tfoot tr {
    border-top: 1px solid #EEEEEE !important; }
    .woocommerce .woocommerce-order .sub-table tfoot tr th,
    .woocommerce .woocommerce-order .sub-table tfoot tr td {
      border: none;
      padding: 20px; }
    .woocommerce .woocommerce-order .sub-table tfoot tr th {
      background-color: #fff;
      text-align: left; }
    .woocommerce .woocommerce-order .sub-table tfoot tr td {
      text-align: right; }

.woocommerce .woocommerce-order .woocommerce-customer-details .address-wrapper {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 25px; }

.woocommerce .woocommerce-order .woocommerce-customer-details h4 {
  color: #D89090;
  margin-bottom: 30px; }

.woocommerce .woocommerce-order .woocommerce-customer-details address {
  border: none;
  padding: 0; }

.tinv-wishlist
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  font-size: 30px;
  margin-left: -15px; }

@media (max-width: 767px) {
  .product-tile .hover-popup {
    display: none !important; } }

/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/
/******* RESPONSIVE    ******/
.desktop-wide,
.desktop,
.tablet,
.mobile-big,
.mobile-small {
  display: none; }

.desktop-wide {
  display: block; }

/* DESKTOP 1920 - 2560 DESKTOP */
@media screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1320px;
    width: 100%; } }

/* DESKTOP 1200 - 1920 DESKTOP */
@media screen and (min-width: 1260px) {
  .tablet,
  .mobile-big,
  .mobile-small {
    display: none; }
  .desktop {
    display: block; }
  .wrapper {
    max-width: 1320px;
    width: 100%; } }

/* TABLET 760 - 1023 TABLET */
@media screen and (min-width: 760px) {
  .site-menu {
    display: block !important; }
  .site-menu > ul > li > ul {
    display: none !important; }
  .site-menu > ul > li:hover > ul {
    display: block !important; } }

@media screen and (max-width: 1259px) {
  .desktop-wide,
  .desktop,
  .mobile-big,
  .mobile-small {
    display: none; }
  .tablet {
    display: block; }
  .wrapper {
    max-width: 720px;
    width: 100%; }
  /* Small menu */
  #toggle {
    display: block; }
    #toggle .toggle-container {
      width: 25px;
      height: 18px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer;
      position: relative; }
      #toggle .toggle-container .toggle-item {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #D89090;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        #toggle .toggle-container .toggle-item:nth-child(1) {
          top: 0px; }
        #toggle .toggle-container .toggle-item:nth-child(2), #toggle .toggle-container .toggle-item:nth-child(3) {
          top: 7px; }
        #toggle .toggle-container .toggle-item:nth-child(4) {
          top: 14px; }
    #toggle.open .toggle-item:nth-child(1) {
      top: 12px;
      width: 0%;
      left: 50%; }
    #toggle.open .toggle-item:nth-child(2) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #toggle.open .toggle-item:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #toggle.open .toggle-item:nth-child(4) {
      top: 12px;
      width: 0%;
      left: 50%; }
  .main-navigation {
    padding: 0;
    width: 100%;
    overflow: auto;
    max-height: 75vh; }
    .main-navigation.toggled div {
      display: block; }
    .main-navigation div ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      overflow: hidden;
      display: none;
      -webkit-transition: max-height 0.75s linear;
      -o-transition: max-height 0.75s linear;
      transition: max-height 0.75s linear;
      background: #fff; }
      .main-navigation div ul li {
        text-align: left;
        width: 100%;
        border-top: 1px solid #F2F2F2; }
        .main-navigation div ul li:not(:last-child) {
          margin: 0; }
        .main-navigation div ul li:first-child {
          margin-top: 25px; }
        .main-navigation div ul li.menu-item-has-children:hover > ul {
          max-height: 0;
          visibility: hidden; }
        .main-navigation div ul li a {
          display: block;
          padding: 20px 0;
          width: 100%; }
  .site-header {
    padding: 20px 0; }
    .site-header .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .site-header .wrapper .inner-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
    .site-header .site-branding {
      left: 0; }
      .site-header .site-branding img {
        max-height: 50px; }
  .search-shop-menu {
    position: absolute;
    right: 10%;
    top: 12px; }
  .front-page-products-slider .slider-nav-wrapper {
    bottom: 10px;
    left: calc(55% + 60px); }
  .front-page-products-slider .inner .single-slide figure {
    height: 430px; }
  .front-page-products-slider .inner .single-slide .content {
    margin-left: 60px; }
    .front-page-products-slider .inner .single-slide .content .attrs-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .front-page-products-slider .inner .single-slide.full .wrapper {
    height: 430px; }
  .tabs-container .recommended-products {
    grid-gap: 24px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .blog-posts {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 30; }
  .helper--marker-functionality::before,
  .helper--marker-safety::before,
  .helper--marker-design::before {
    display: none; }
  .article-wrapper {
    margin-bottom: 70px; }
    .article-wrapper:first-of-type {
      margin-top: 50px; }
    .article-wrapper.even article figure, .article-wrapper.odd article figure {
      min-width: 300px;
      width: 300px; }
    .article-wrapper.odd {
      margin-right: 0; }
    .article-wrapper.even {
      margin-left: 0; }
  .woocommerce .woocommerce-steps {
    font-size: 20px;
    font-size: 2rem;
    margin: 50px 0 30px; }
    .woocommerce .woocommerce-steps span {
      padding-bottom: 15px; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff !important; }
  .woocommerce .woocommerce-cart-form td.product-remove,
  .woocommerce .woocommerce-cart-form td.product-name {
    display: inline-block; }
  .woocommerce .woocommerce-cart-form td.product-remove {
    border-top: none; }
  .woocommerce .woocommerce-cart-form td.product-name a {
    display: inline-block;
    margin-left: 10px; }
  .woocommerce .woocommerce-checkout {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%; }
  .woocommerce .products-listing-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .woocommerce.single-product .product .wc-tabs-wrapper {
    padding-top: 50px; }
    .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li {
      font-size: 26px;
      font-size: 2.6rem;
      margin: 0 50px 0 0;
      padding: 0 0 20px 0; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li::before, .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li::after {
        display: none; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li.active::after {
        background-color: #D89090;
        bottom: 0;
        content: '';
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li > a {
        color: #F2F2F2; }
      .woocommerce.single-product .product .wc-tabs-wrapper .wc-tabs > li.active a {
        color: #545454; }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    margin: 0 10% 50px; }
  .woocommerce .woocommerce-order .order-custom-details .details-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce .woocommerce-order .order-custom-details .details-container > div {
      margin-bottom: 20px; }
  .woocommerce .woocommerce-order .sub-table {
    margin-left: 0;
    width: 100%; } }

/* MOBILE 480 - 759 MOBILE */
@media screen and (max-width: 767px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-small {
    display: none; }
  .mobile-big {
    display: block; }
  .wrapper {
    max-width: 440px;
    width: 100%; }
  .pagination .page-numbers {
    margin-bottom: 10px; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 100%; }
  .gallery-columns-4 .gallery-item {
    width: 50%; }
  .gallery-columns-5 .gallery-item {
    width: 50%; }
  .gallery-columns-6 .gallery-item {
    width: 33%; }
  .gallery-columns-7 .gallery-item {
    width: 33%; }
  .gallery-columns-8 .gallery-item {
    width: 25%; }
  .gallery-columns-9 .gallery-item {
    width: 33%; }
  .site-footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-footer .wrapper > div:not(:last-child) {
      margin-bottom: 10px; }
    .site-footer .wrapper .f-right {
      text-align: center; }
  .site-footer .f-left span {
    white-space: normal; }
  .flip .site-main,
  .site-main {
    padding-left: 0; }
  .content-area {
    width: auto;
    float: none;
    padding-left: 0; }
  .site-content .widget-area {
    width: auto;
    float: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bbb; }
  .wpb_column {
    margin-top: 25px; }
  .wpb_column:first-child {
    margin-top: 0; }
  .page-with-sidebar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .front-page-products-slider {
    position: relative; }
    .front-page-products-slider .slider-nav-wrapper {
      left: 20px; }
    .front-page-products-slider .inner .single-slide {
      display: block !important;
      min-height: 400px;
      position: relative; }
      .front-page-products-slider .inner .single-slide figure {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .front-page-products-slider .inner .single-slide .content {
        background-color: rgba(255, 255, 255, 0.7);
        bottom: 10px;
        height: calc(100% - 20px);
        left: 10px;
        margin-left: 0;
        padding: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: calc(100% - 20px); }
        .front-page-products-slider .inner .single-slide .content .sale {
          font-size: 12px;
          font-size: 1.2rem; }
        .front-page-products-slider .inner .single-slide .content .price {
          margin: 20px 0; }
        .front-page-products-slider .inner .single-slide .content .button-wrapper .tinv-wraper {
          padding: 30px 0; }
  .tabs-nav a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px; }
    .tabs-nav a:first-of-type {
      margin-right: 50px; }
  .tabs-container .recommended-products {
    grid-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
    .tabs-container .recommended-products .see-all-products {
      height: 150px; }
  .article-wrapper:first-of-type {
    margin-top: 30px; }
  .article-wrapper.even, .article-wrapper.odd {
    border-radius: 10px; }
    .article-wrapper.even article, .article-wrapper.odd article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .article-wrapper.even article figure, .article-wrapper.odd article figure {
        min-width: auto;
        width: 100%; }
      .article-wrapper.even article .entry-content p, .article-wrapper.odd article .entry-content p {
        font-size: 14px;
        font-size: 1.4rem; }
  .woocommerce .woocommerce-steps {
    margin-top: 30px; }
    .woocommerce .woocommerce-steps span:not(.current) {
      display: none; }
  .woocommerce .woocommerce-cart-form td.product-remove {
    width: 50px !important; }
  .woocommerce .woocommerce-cart-form td.product-name {
    max-width: 240px;
    padding: 10px !important;
    width: 100%; }
    .woocommerce .woocommerce-cart-form td.product-name a {
      display: block; }
  .woocommerce table.shop_table tbody .actions {
    padding: 15px !important; }
    .woocommerce table.shop_table tbody .actions .coupon {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce table.shop_table tbody .actions .coupon input {
        margin-bottom: 10px !important;
        margin-right: 0 !important;
        width: 100% !important; }
      .woocommerce table.shop_table tbody .actions .coupon button {
        width: 100% !important; }
  .woocommerce .product-top-name-wrapper {
    border-bottom: 3px solid #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0; }
    .woocommerce .product-top-name-wrapper .product-top-name {
      display: inline-block;
      font-weight: bold;
      padding-bottom: 30px;
      position: relative; }
      .woocommerce .product-top-name-wrapper .product-top-name::after {
        background-color: #D89090;
        bottom: -3px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%; }
    .woocommerce .product-top-name-wrapper .separator {
      display: none; }
    .woocommerce .product-top-name-wrapper > p {
      display: none; }
  .woocommerce .products-listing-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .woocommerce .variations_form .variations tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce .variations_form .variations tbody tr .label {
      margin-bottom: 8px; }
  .woocommerce .top-level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    margin: 0 5px 40px; }
  .woocommerce .bought-items-list {
    display: block;
    margin-bottom: 40px; }
    .woocommerce .bought-items-list > strong {
      display: block;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: 20px; }
    .woocommerce .bought-items-list .bought-item {
      border: 1px solid #eee;
      padding: 20px; }
      .woocommerce .bought-items-list .bought-item .name,
      .woocommerce .bought-items-list .bought-item .meta {
        display: -ms-grid;
        display: grid;
        font-size: 14px;
        font-size: 1.4rem;
        gap: 10px;
        -ms-grid-columns: 1fr 2fr;
            grid-template-columns: 1fr 2fr; }
      .woocommerce .bought-items-list .bought-item .name {
        font-weight: 600; }
      .woocommerce .bought-items-list .bought-item .meta {
        margin-top: 15px; }
        .woocommerce .bought-items-list .bought-item .meta > div {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .woocommerce .bought-items-list .bought-item .meta > div > p {
            margin-right: 7px; }
  .woocommerce .woocommerce-table--order-details {
    display: none; }
  .helper--icon-bottom-right::after {
    bottom: -40px;
    height: 86px;
    right: -10px;
    width: 70px; }
  .shipping-delivery-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search-shop-menu {
    right: 20%; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .front-page-products-slider .slider-nav-wrapper {
    top: 292px !important;
    translate: none !important;
    bottom: auto !important; }
    .front-page-products-slider .slider-nav-wrapper .next {
      top: 30px !important; }
  .front-page-products-slider .inner .single-slide figure {
    position: relative !important;
    height: 280px !important; }
  .front-page-products-slider .inner .single-slide .content {
    position: relative !important;
    padding: 60px 12px 24px !important; }
    .front-page-products-slider .inner .single-slide .content .price {
      margin: 12px 0; }
    .front-page-products-slider .inner .single-slide .content .product-name {
      width: 70% !important; } }

/* MOBILE 320 - 479 MOBILE */
@media screen and (max-width: 479px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-big {
    display: none; }
  .mobile-small {
    display: block; }
  .wrapper {
    width: 95%; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 100%; }
  .gallery-columns-4 .gallery-item {
    width: 100%; }
  .gallery-columns-5 .gallery-item {
    width: 50%; }
  .gallery-columns-6 .gallery-item {
    width: 50%; }
  .gallery-columns-7 .gallery-item {
    width: 50%; }
  .gallery-columns-8 .gallery-item {
    width: 50%; }
  .gallery-columns-9 .gallery-item {
    width: 33%; }
  .main-navigation li.ekspres > a:before {
    margin-left: 154px; } }

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