@charset "UTF-8";
/*!
Theme Name: qushin
Theme URI: http://underscores.me/
Author: Uncle Dev
Author URI: https://uncledev.com/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qushin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

qushin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Custom Sass files
--------------------------------------------- */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1341px; } }
@media (min-width: 1500px) {
  .container {
    max-width: 1471px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767.98px) {
    .col {
      flex-basis: 100%; } }

@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row {
  padding-left: 5px;
  padding-right: 5px; }
  .row [class*="col-"], .row .col {
    padding-left: 10px;
    padding-right: 10px; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.left-ribbons {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 24px;
  top: 16px;
  left: 16px;
  z-index: 1; }
  @media only screen and (max-width: 767.98px) {
    .left-ribbons {
      top: 0;
      left: 0; } }
  .left-ribbons span {
    background-color: #8F8F8F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-bottom: 4px;
    text-transform: uppercase; }
  .left-ribbons .new-product {
    height: 34px;
    font-weight: 600;
    padding: 0 12px;
    padding-bottom: 4px;
    border-radius: 8px; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("fonts/JosefinSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  descent-override: -1.6%; }
@font-face {
  font-family: 'Josefin Sans';
  src: url("fonts/JosefinSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  descent-override: 0%; }
@font-face {
  font-family: 'Josefin Sans';
  src: url("fonts/JosefinSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  descent-override: -1.6%; }
@font-face {
  font-family: 'Josefin Sans';
  src: url("fonts/JosefinSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  descent-override: -1.6%; }
@font-face {
  font-family: 'Josefin Sans';
  src: url("fonts/JosefinSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("fonts/CormorantGaramond-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("fonts/CormorantGaramond-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("fonts/CormorantGaramond-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("fonts/CormorantGaramond-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("fonts/CormorantGaramond-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dur3x4");
  src: url("fonts/icomoon.eot?dur3x4#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?dur3x4") format("woff2"), url("fonts/icomoon.ttf?dur3x4") format("truetype"), url("fonts/icomoon.woff?dur3x4") format("woff"), url("fonts/icomoon.svg?dur3x4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left-long:before {
  content: "\e92f"; }

.icon-bars-filter:before {
  content: "\e92e"; }

.icon-secure-payment:before {
  content: "\e92d"; }

.icon-star:before {
  content: "\e92c"; }

.icon-shield-check:before {
  content: "\e92b"; }

.icon-whatsapp:before {
  content: "\e927"; }

.icon-viber:before {
  content: "\e928"; }

.icon-envelope-regular:before {
  content: "\e929"; }

.icon-link:before {
  content: "\e92a"; }

.icon-chart-simple-solid:before {
  content: "\e926"; }

.icon-chart-simple:before {
  content: "\e925"; }

.icon-location:before {
  content: "\e924"; }

.icon-paw:before {
  content: "\e923"; }

.icon-bulletpoint:before {
  content: "\e922"; }

.icon-arrow-up:before {
  content: "\e921"; }

.icon-qushin:before {
  content: "\e91f"; }

.icon-home:before {
  content: "\e91c"; }

.icon-arrow-right:before {
  content: "\e919"; }

.icon-angle-down:before {
  content: "\e912"; }

.icon-search:before {
  content: "\e911"; }

.icon-menu:before {
  content: "\e90e"; }

.icon-minus:before {
  content: "\e90f"; }

.icon-add:before {
  content: "\e900"; }

.icon-plus:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e909"; }

.icon-document-text:before {
  content: "\e901"; }

.icon-document-upload:before {
  content: "\e902"; }

.icon-eye:before {
  content: "\e903"; }

.icon-eye-slash:before {
  content: "\e904"; }

.icon-facebook-f:before {
  content: "\e905"; }

.icon-filter:before {
  content: "\e906"; }

.icon-heart:before {
  content: "\e907"; }

.icon-heart-o:before {
  content: "\e908"; }

.icon-info-circle:before {
  content: "\e90a"; }

.icon-info-circle-o:before {
  content: "\e90b"; }

.icon-instagram:before {
  content: "\e90c"; }

.icon-logout:before {
  content: "\e90d"; }

.icon-play:before {
  content: "\e910"; }

.icon-square:before {
  content: "\e913"; }

.icon-store:before {
  content: "\e914"; }

.icon-tick-square:before {
  content: "\e915"; }

.icon-trash:before {
  content: "\e916"; }

.icon-truck:before {
  content: "\e917"; }

.icon-user:before {
  content: "\e918"; }

.icon-angle-left:before {
  content: "\e91a"; }

.icon-angle-right:before {
  content: "\e91b"; }

.icon-bag:before {
  content: "\e91d"; }

.icon-bullet:before {
  content: "\e91e"; }

.icon-category:before {
  content: "\e920"; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
  line-height: 1;
  font-size: 16px;
  font-family: 'Cormorant Garamond';
  color: #000;
  -webkit-text-size-adjust: 100%; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  transition: .25s ease-in-out; }
  a:hover {
    text-decoration: none; }

input[type=submit]:hover, button[type="submit"]:hover {
  cursor: pointer; }

input:focus-visible {
  outline: none !important; }

button {
  transition: .25s ease-in-out; }
  button:hover {
    cursor: pointer; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 400; }

p {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  margin: 0;
  padding: 0; }

address {
  margin: 0px;
  padding: 0px;
  font-style: normal; }

i {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

table {
  margin-bottom: 0;
  border-spacing: 0;
  width: 100%; }

small {
  font-size: inherit; }

.page, .post {
  margin-bottom: 0; }

.entry-content, .entry-summary, .page-content {
  margin: 0; }

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the ‘X’ from Chrome */
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=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

input:focus::placeholder {
  color: transparent !important; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
textarea:focus::placeholder {
  color: transparent !important; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*===================================
=            Slick Theme            =
===================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//../img/ico/ajax-loader.gif") center center no-repeat; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      width: 8px;
      height: 8px;
      background-position: -0 -0;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      padding: 0;
      cursor: pointer;
      z-index: 99;
      background-color: #8F8F8F;
      transition: none;
      border-radius: 50%; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #3C3C3C; }

.slick-prev {
  left: 0; }
  @media only screen and (min-width: 1200px) {
    .slick-prev {
      left: -24px; } }

.slick-next {
  right: 0; }
  @media only screen and (min-width: 1200px) {
    .slick-next {
      right: -24px; } }

.slick-prev:before, .slick-next:before {
  font-family: "icomoon";
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.25s ease-in-out; }
  @media only screen and (max-width: 767.98px) {
    .slick-prev:before, .slick-next:before {
      font-size: 16px; } }

.slick-prev:before {
  content: "\e91a"; }

.slick-next:before {
  content: "\e91b"; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 99;
  background: none; }
  .slick-prev:hover:before, .slick-next:hover:before {
    color: #6F4244; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) translateY(-50%); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) translateY(-50%); }
  to {
    opacity: 1; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translateY(-50%); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: '';
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #F2F2F8; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #746558; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #746558; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #746558; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #746558; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #746558; }

/* Simple Modal*/
html.fixed {
  overflow: hidden; }

@media (min-width: 576px) {
  .modal-overlay {
    min-height: calc(100% - 3.5rem); } }

@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
    .modal-overlay.active {
      opacity: 1;
      visibility: visible; } }
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  background-color: #fff;
  width: 90%;
  max-width: 1080px;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
  .modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 10px;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s; }
  .modal .modal-content {
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s; }
  .modal.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
    .modal.active .modal-content {
      opacity: 1; }
    .modal.active .close-modal {
      transform: translateY(10px);
      opacity: 1; }

@media only screen and (max-width: 39.9375em) {
  .modal-overlay {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
    .modal-overlay.active {
      opacity: 1;
      visibility: visible; }

  .modal {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important; }
    .modal .modal-content {
      position: absolute;
      top: 0px;
      left: 0; } }
/* Overlay */
.modal-overlay {
  display: none; }
  .modal-overlay.active {
    overflow-y: scroll; }
  .modal-overlay.show {
    display: flex; }

.modal-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.4) !important;
  opacity: 0;
  display: none;
  transition: .25s ease-in-out; }
  .modal-back.active {
    opacity: 1;
    display: block; }

.onpageload-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 99999; }
  .onpageload-modal.turn-off {
    display: none !important; }
  .onpageload-modal .modal-content {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    max-width: 820px;
    width: calc(100% - 30px);
    padding: 35px 24px 43px 24px;
    border-radius: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .onpageload-modal .modal-content {
        padding: 24px; } }
    .onpageload-modal .modal-content:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
      background-repeat: repeat;
      opacity: 0.25;
      background-size: 80px;
      border-radius: 16px; }
    @media only screen and (max-width: 767.98px) {
      .onpageload-modal .modal-content .nl-photo {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767.98px) {
      .onpageload-modal .modal-content .nl-photo img {
        max-width: 70px; } }
    .onpageload-modal .modal-content .newsletter-in {
      max-width: 100%;
      width: 100%;
      position: relative;
      z-index: 1; }
    .onpageload-modal .modal-content .close-modal {
      position: absolute;
      cursor: pointer;
      top: 24px;
      right: 24px;
      z-index: 2; }

#add-to-cart-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 99999; }
  #add-to-cart-popup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    max-width: 517px;
    width: calc(100% - 30px);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #bebebe;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative; }
    #add-to-cart-popup .modal-content .pc-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 16px;
      border-bottom: 1px solid #BEBEBE; }
      #add-to-cart-popup .modal-content .pc-header .popup-infomsg {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #3C3C3C;
        text-transform: uppercase;
        padding-right: 15px;
        text-align: left;
        position: relative;
        bottom: 2px; }
      #add-to-cart-popup .modal-content .pc-header .close-cart-modal {
        cursor: pointer;
        z-index: 1; }
    #add-to-cart-popup .modal-content .product-item {
      padding-top: 16px;
      padding-bottom: 16px;
      display: flex;
      align-items: center;
      border: 0; }
      #add-to-cart-popup .modal-content .product-item .product-photo {
        max-width: 100px;
        min-width: 100px;
        margin-right: 6px; }
        #add-to-cart-popup .modal-content .product-item .product-photo a {
          font-size: 0;
          display: flex; }
          #add-to-cart-popup .modal-content .product-item .product-photo a img {
            display: block;
            width: 100%; }
      #add-to-cart-popup .modal-content .product-item .product-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        text-align: left; }
        #add-to-cart-popup .modal-content .product-item .product-content .product-title {
          display: block;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 22px;
          color: #3C3C3C;
          text-transform: uppercase;
          margin-bottom: 6px; }
          #add-to-cart-popup .modal-content .product-item .product-content .product-title a {
            display: block;
            color: inherit; }
        #add-to-cart-popup .modal-content .product-item .product-content .price {
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 150%;
          color: #8F8F8F;
         /*del {
            display: none;
        }*/
          /*&.onsale, ins {
              color: #A83F45;
          }*/ }
          #add-to-cart-popup .modal-content .product-item .product-content .price ins {
            color: #A83F45;
            text-decoration: none; }
          #add-to-cart-popup .modal-content .product-item .product-content .price del + ins {
            margin-left: 5px; }
          #add-to-cart-popup .modal-content .product-item .product-content .price span.variable {
            font-size: 16px;
            margin-right: 1px;
            font-weight: 400; }
    #add-to-cart-popup .modal-content .product-action {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #add-to-cart-popup .modal-content .product-action {
          display: flex;
          align-items: center;
          justify-content: space-between; } }
      @media only screen and (min-width: 768px) {
        #add-to-cart-popup .modal-content .product-action .btn-shop, #add-to-cart-popup .modal-content .product-action .btn-cart {
          flex-grow: 1;
          width: calc(50% - 12px); } }
      #add-to-cart-popup .modal-content .product-action .btn-shop {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        height: 45px;
        border: 1px solid #6F4244;
        background: #fff;
        color: #6F4244;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          #add-to-cart-popup .modal-content .product-action .btn-shop {
            margin-right: 6px; } }
        @media only screen and (max-width: 767.98px) {
          #add-to-cart-popup .modal-content .product-action .btn-shop {
            padding: 0px 30px; } }
        #add-to-cart-popup .modal-content .product-action .btn-shop i {
          transition: .25s ease-in-out; }
        #add-to-cart-popup .modal-content .product-action .btn-shop:hover {
          background-color: #6F4244;
          border-color: #6F4244;
          color: #fff; }
          #add-to-cart-popup .modal-content .product-action .btn-shop:hover i {
            color: #fff; }
        #add-to-cart-popup .modal-content .product-action .btn-shop i {
          font-size: 24px;
          margin-left: 8px;
          color: inherit; }
        @media only screen and (max-width: 767.98px) {
          #add-to-cart-popup .modal-content .product-action .btn-shop {
            margin-bottom: 8px;
            width: 100%; } }
      #add-to-cart-popup .modal-content .product-action .btn-cart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          #add-to-cart-popup .modal-content .product-action .btn-cart {
            margin-left: 6px; } }
        @media only screen and (max-width: 767.98px) {
          #add-to-cart-popup .modal-content .product-action .btn-cart {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #add-to-cart-popup .modal-content .product-action .btn-cart:hover {
          background-color: #9E6260;
          border-color: #9E6260; }
        @media only screen and (max-width: 767.98px) {
          #add-to-cart-popup .modal-content .product-action .btn-cart {
            font-size: 16px !important;
            letter-spacing: 0 !important;
            width: 100%;
            padding-bottom: 0; } }

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0; } }
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0; } }
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeOut {
  100% {
    opacity: 0; } }
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }
@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0; } }
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0; } }
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none; }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0); }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px); }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }

.f-thumbs__track {
  display: flex; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0))*-0.5);
  width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: transform .33s ease; }

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path .33s ease; }

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path); }

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius); }

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

#top-counter {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #111A1D; }
  #top-counter .row {
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #top-counter .row .col:first-of-type {
        min-width: 65%; } }
    @media only screen and (max-width: 767.98px) {
      #top-counter .row .col:first-of-type {
        min-width: 30%; } }
    @media only screen and (min-width: 768px) {
      #top-counter .row .col:first-of-type .counter-btn {
        text-align: right; } }
    @media (max-width: 380px) {
      #top-counter .row .col:nth-of-type(2) {
        min-width: 52%; } }
    @media only screen and (min-width: 768px) {
      #top-counter .row .col:last-of-type {
        text-align: right; } }
    @media only screen and (max-width: 991.98px) {
      #top-counter .row .col:last-of-type {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      #top-counter .row .col {
        flex-basis: 0%; } }
  @media only screen and (max-width: 991.98px) {
    #top-counter #counter .wpdevart_countdown_extend_standart {
      text-align: right; } }
  #top-counter #counter #wpdevart_countdown_1 .wpdevart_countdown_extend_element {
    min-width: 46px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    padding: 6px; }
  #top-counter #counter .time_left_extended {
    background-color: transparent;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    width: 100%;
    min-width: 100%;
    position: relative;
    top: -6px; }
  #top-counter #counter .time_text {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    border: 0;
    display: block;
    width: 100%;
    min-width: 100%;
    text-transform: lowercase; }
  @media only screen and (max-width: 767.98px) {
    #top-counter #counter .second_block_element {
      display: none; } }
  #top-counter .counter-text p {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
    #top-counter .counter-text .counter-btn {
      display: none; } }
  #top-counter .counter-btn {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-left: auto; }
    @media only screen and (max-width: 991.98px) {
      #top-counter .counter-btn {
        margin-top: 6px; } }
    #top-counter .counter-btn:after {
      font-family: icomoon;
      content: "\e919";
      color: #fff;
      margin-left: 10px;
      transition: .25s ease-in-out; }
    #top-counter .counter-btn:hover:after {
      margin-left: 14px; }

.notification-bar {
  background-color: #F6EEED;
  padding-top: 8.5px;
  padding-bottom: 8.5px; }
  @media only screen and (max-width: 767.98px) {
    .notification-bar {
      padding-top: 11px;
      padding-bottom: 11px; } }
  .notification-bar .notification-slider {
    text-align: center; }
    .notification-bar .notification-slider p {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      color: #6F4244;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-left: 40px;
      padding-right: 40px; }
      .notification-bar .notification-slider p a {
        color: inherit; }
      @media only screen and (max-width: 767.98px) {
        .notification-bar .notification-slider p {
          font-size: 14px; } }

#header {
  background-color: #fff;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media only screen and (max-width: 991.98px) {
    #header {
      z-index: 9999; } }
  @media only screen and (max-width: 767.98px) {
    #header {
      padding-top: 29px;
      padding-bottom: 29px; } }
  #header .show-lap {
    display: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #header .show-lap {
        display: block; } }
  #header .row {
    align-items: center; }
  #header .btn-holder {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 1200px) {
      #header .btn-holder {
        display: none; } }
    #header .btn-holder .mobile-toggler {
      padding: 0;
      border: 0;
      background: none; }
      #header .btn-holder .mobile-toggler svg path {
        fill: #111A1D; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #header .btn-holder .mobile-toggler svg path {
            fill: #fff; } }
  @media only screen and (max-width: 767.98px) {
    #header .col-mob1, #header .col-mob2, #header .col-mob3 {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; } }
  @media (min-width: 360px) and (max-width: 767px) {
    #header .col-mob2 {
      min-width: 195px; } }
  @media (max-width: 359px) {
    #header .col-mob2 {
      min-width: 175px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #header .col-mob3 {
      position: absolute;
      right: 0;
      z-index: 2; } }
  @media only screen and (max-width: 767.98px) {
    #header .col-mob3 {
      text-align: right; } }
  #header .language-bar {
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    #header .language-bar .flag {
      margin-right: 5px; }
    #header .language-bar .language-bar-container > a:after {
      font-family: icomoon;
      content: "\e912";
      color: #fff;
      margin-left: 3px;
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 991.98px) {
        #header .language-bar .language-bar-container > a:after {
          color: #111A1D; } }
    #header .language-bar a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.04em;
      color: #fff;
      text-transform: uppercase; }
      @media only screen and (max-width: 991.98px) {
        #header .language-bar a {
          color: #111A1D; } }
      @media only screen and (max-width: 767.98px) {
        #header .language-bar a {
          font-size: 16px;
          letter-spacing: 0; } }
    #header .language-bar .wpml-ls-legacy-list-vertical,
    #header .language-bar .wpml-ls-legacy-list-horizontal {
      text-align: left;
      position: absolute;
      top: 100%;
      background-color: #fff;
      opacity: 0;
      pointer-events: none;
      z-index: 9999;
      right: 0;
      border-radius: 8px;
      padding: 4px 16px;
      border: 1px solid #DADADA; }
      #header .language-bar .wpml-ls-legacy-list-vertical li a,
      #header .language-bar .wpml-ls-legacy-list-horizontal li a {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        color: #8F8F8F;
        text-transform: uppercase;
        padding: 12px 0px;
        display: block; }
        #header .language-bar .wpml-ls-legacy-list-vertical li a:hover,
        #header .language-bar .wpml-ls-legacy-list-horizontal li a:hover {
          color: #111A1D; }
      #header .language-bar .wpml-ls-legacy-list-vertical li.wpml-ls-current-language a,
      #header .language-bar .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
        color: #111A1D; }
    #header .language-bar:hover .wpml-ls-legacy-list-vertical,
    #header .language-bar:hover .wpml-ls-legacy-list-horizontal {
      opacity: 1;
      pointer-events: auto; }
  @media only screen and (max-width: 1199.98px) {
    #header .main-navigation {
      display: none; } }
  #header .main-navigation .mobile-nav-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1199.98px) {
      #header .main-navigation .mobile-nav-wrapper {
        position: absolute;
        display: block;
        opacity: 0;
        pointer-events: none;
        background-color: #fff;
        top: 100%;
        z-index: 1000;
        padding-top: 24px;
        padding-bottom: 24px;
        text-align: center;
        border-radius: 0px 0px 10px 10px;
        width: 100vw;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (max-width: 991.98px) {
      #header .main-navigation .mobile-nav-wrapper {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%; } }
    #header .main-navigation .mobile-nav-wrapper .main-header-categories {
      display: block;
      margin-top: 50px; }
      @media only screen and (min-width: 768px) {
        #header .main-navigation .mobile-nav-wrapper .main-header-categories {
          display: none; } }
  #header .main-navigation ul.links {
    font-size: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    /*li+li {
        &:before {
            @include bp(lg-up) {
                display: inline-block;
                background: $hover;
                content: '';
                margin-left: 16px;
                margin-right: 16px;
                height: 17px;
                width: 1px;
                position: relative;
                top: 2px;
            }
        }
    }*/ }
    @media only screen and (max-width: 1199.98px) {
      #header .main-navigation ul.links {
        display: block; } }
    #header .main-navigation ul.links li a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #fff;
      text-transform: uppercase;
      display: block;
      padding-top: 3px;
      padding-bottom: 3px; }
      #header .main-navigation ul.links li a:hover {
        opacity: .7; }
      @media only screen and (max-width: 1199.98px) {
        #header .main-navigation ul.links li a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          font-size: 16px;
          padding-top: 12px;
          padding-bottom: 12px; }
          #header .main-navigation ul.links li a:before, #header .main-navigation ul.links li a:after {
            font-family: icomoon;
            font-size: 6px;
            content: "\e91e";
            color: inherit; }
          #header .main-navigation ul.links li a:before {
            margin-right: 8px; }
          #header .main-navigation ul.links li a:after {
            margin-left: 8px; } }
  #header .main-navigation.toggled .mobile-nav-wrapper {
    pointer-events: auto;
    opacity: 1; }
  @media only screen and (min-width: 1200px) {
    #header .main-navigation.show-sm {
      display: none; } }
  @media only screen and (max-width: 1199.98px) {
    #header .main-navigation.show-lg {
      display: none; } }
  #header #top-header {
    background-color: #6F4244; }
    @media only screen and (max-width: 767.98px) {
      #header #top-header {
        padding-bottom: 0px; } }
    #header #top-header .col:last-of-type {
      text-align: right; }
    @media only screen and (max-width: 767.98px) {
      #header #top-header .col {
        flex-basis: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #header #top-header .col:nth-of-type(2) {
        min-width: 45%; } }
    @media (min-width: 360px) and (max-width: 767px) {
      #header #top-header .col:nth-of-type(2) {
        min-width: 195px; } }
    @media (max-width: 359px) {
      #header #top-header .col:nth-of-type(2) {
        min-width: 175px; } }
    #header #top-header #search-toggle {
      padding: 0;
      border: 0;
      color: #111A1D;
      font-size: 24px;
      background: none;
      margin-left: 24px; }
      @media only screen and (min-width: 768px) {
        #header #top-header #search-toggle {
          display: none; } }
  @media only screen and (min-width: 768px) {
    #header #bottom-header {
      padding-top: 23px;
      padding-bottom: 23px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #header #bottom-header .container {
      position: relative; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #header #bottom-header .col:nth-of-type(2) {
      min-width: 45%; } }
  @media only screen and (max-width: 767.98px) {
    #header #bottom-header .col:nth-of-type(2) {
      min-width: 40%; } }
  @media only screen and (max-width: 1199.98px) {
    #header #bottom-header .products-menu {
      display: none; } }
  #header #bottom-header .links {
    display: flex;
    justify-content: center;
    gap: 24px; }
    #header #bottom-header .links li a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #111A1D;
      text-transform: uppercase; }
      #header #bottom-header .links li a:hover {
        color: #8F8F8F; }
  #header #bottom-header .action-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #header #bottom-header .action-btns {
        margin-right: 56px; } }
    @media only screen and (max-width: 767.98px) {
      #header #bottom-header .action-btns {
        position: fixed;
        width: 100%;
        z-index: 9999;
        left: 0;
        bottom: 0;
        justify-content: center;
        background-color: #fff;
        padding: 14px 24px;
        border-top: 1px solid #dadada; } }
    #header #bottom-header .action-btns > li,
    #header #bottom-header .action-btns .action-btn {
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px;
      padding: 10px 8px; }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns > li,
        #header #bottom-header .action-btns .action-btn {
          margin-left: 16px;
          margin-right: 16px; } }
      #header #bottom-header .action-btns > li:first-of-type,
      #header #bottom-header .action-btns .action-btn:first-of-type {
        margin-left: 0; }
      #header #bottom-header .action-btns > li > a, #header #bottom-header .action-btns > li > button,
      #header #bottom-header .action-btns .action-btn > a,
      #header #bottom-header .action-btns .action-btn > button {
        color: #111A1D;
        font-size: 24px;
        display: flex; }
        #header #bottom-header .action-btns > li > a:hover, #header #bottom-header .action-btns > li > button:hover,
        #header #bottom-header .action-btns .action-btn > a:hover,
        #header #bottom-header .action-btns .action-btn > button:hover {
          color: #8F8F8F; }
          @media only screen and (max-width: 767.98px) {
            #header #bottom-header .action-btns > li > a:hover, #header #bottom-header .action-btns > li > button:hover,
            #header #bottom-header .action-btns .action-btn > a:hover,
            #header #bottom-header .action-btns .action-btn > button:hover {
              color: #111A1D; } }
        @media only screen and (max-width: 767.98px) {
          #header #bottom-header .action-btns > li > a, #header #bottom-header .action-btns > li > button,
          #header #bottom-header .action-btns .action-btn > a,
          #header #bottom-header .action-btns .action-btn > button {
            color: #8F8F8F; } }
      #header #bottom-header .action-btns > li > button,
      #header #bottom-header .action-btns .action-btn > button {
        border: 0;
        background: none;
        padding: 0; }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns > li.is-current > a,
        #header #bottom-header .action-btns .action-btn.is-current > a {
          color: #111A1D; } }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns > li.is-current > a:before,
        #header #bottom-header .action-btns .action-btn.is-current > a:before {
          color: #111A1D; } }
    @media only screen and (min-width: 768px) {
      #header #bottom-header .action-btns .home-icon {
        display: none; } }
    #header #bottom-header .action-btns #btn-cart {
      color: #111A1D;
      font-size: 24px;
      display: flex;
      position: relative;
      padding: 0; }
      #header #bottom-header .action-btns #btn-cart:hover {
        color: #8F8F8F; }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns #btn-cart {
          color: #8F8F8F;
          margin-right: 0; } }
    #header #bottom-header .action-btns .cart-btn-wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-left: 12px; }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns .cart-btn-wrapper {
          order: 3; } }
      #header #bottom-header .action-btns .cart-btn-wrapper .num {
        position: absolute;
        top: -8px;
        right: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding-top: 2px; */
        border-radius: 50%;
        background-color: #6F4244;
        font-family: Arial;
        border: 2px solid #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        min-width: 20px;
        min-height: 20px; }
        @media only screen and (min-width: 768px) {
          #header #bottom-header .action-btns .cart-btn-wrapper .num {
            padding-right: 1px; } }
        @media only screen and (max-width: 767.98px) {
          #header #bottom-header .action-btns .cart-btn-wrapper .num {
            padding-left: 1px; } }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns .cart-btn-wrapper {
          position: static; } }
      #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp {
        position: absolute;
        top: 100%;
        right: 0;
        opacity: 0;
        pointer-events: none;
        z-index: 999;
        padding-top: 24px;
        transition: .25s ease-in-out; }
        @media only screen and (max-width: 767.98px) {
          #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp {
            display: none; } }
        #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content {
          width: 100%;
          position: relative;
          width: 381px;
          border-radius: 0px 0px 16px 16px;
          border: 1px solid #dadada;
          padding: 24px;
          background-color: #fff; }
          #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-holder {
            max-height: 400px;
            overflow: auto;
            position: relative;
            scrollbar-width: thin;
            scrollbar-color: #FABA17 #C9C9C9; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-holder::-webkit-scrollbar {
              width: 8px; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-holder::-webkit-scrollbar-thumb {
              background-color: #FABA17; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-holder::-webkit-scrollbar-track {
              background-color: #C9C9C9; }
          #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty {
            min-height: 236px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-icon {
              margin-top: 7px;
              width: 96px;
              display: block; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty p {
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 300;
              font-size: 18px;
              line-height: 20px;
              display: flex;
              align-items: center;
              letter-spacing: 0.08em;
              color: #000000;
              text-transform: uppercase;
              margin-top: 25px; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer {
              margin-top: 16px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer a {
                flex-grow: 1; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .pets {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 0;
                padding: 0px 16px;
                height: 45px;
                background: #6F4244;
                color: #fff;
                border-radius: 50px;
                font-family: 'Josefin Sans';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 1;
                text-transform: uppercase;
                margin-right: 4px; }
                @media only screen and (max-width: 767.98px) {
                  #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .pets {
                    height: 45px;
                    border-radius: 50px; } }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .pets:before {
                  font-family: 'icomoon';
                  display: inline-block;
                  margin-right: 8px;
                  content: "\e91f";
                  color: #fff;
                  position: relative; }
                  @media only screen and (max-width: 767.98px) {
                    #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .pets:before {
                      margin-right: 6px; } }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .pets:hover {
                  background-color: #9E6260; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .living {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 0;
                padding: 0px 16px;
                height: 45px;
                background: #6F4244;
                color: #fff;
                border-radius: 50px;
                font-family: 'Josefin Sans';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 16px;
                text-transform: uppercase;
                margin-left: 4px; }
                @media only screen and (max-width: 767.98px) {
                  #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .living {
                    height: 45px;
                    border-radius: 50px; } }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .living:before {
                  font-family: 'icomoon';
                  display: inline-block;
                  margin-right: 8px;
                  content: "\e91f";
                  color: #fff;
                  position: relative; }
                  @media only screen and (max-width: 767.98px) {
                    #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .living:before {
                      margin-right: 6px; } }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-empty .nf-footer .living:hover {
                  background-color: #9E6260; }
          #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row {
            margin-bottom: 15px;
            display: flex;
            padding: 8px;
            border-radius: 8px;
            border: 1px solid #bebebe; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row:last-of-type {
              margin-bottom: 0; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-photo {
              min-width: 65px;
              max-width: 65px;
              max-height: 65px;
              margin-right: 14px;
              align-self: center; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-photo a {
                display: block;
                font-size: 0; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-photo a img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  aspect-ratio: 4/3; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content {
              margin-right: 15px;
              flex-grow: 1; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .product-title {
                display: block;
                font-family: 'Josefin Sans';
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 1;
                color: #111A1D;
                text-transform: uppercase;
                margin-bottom: 4px; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .product-title a {
                  display: block;
                  color: inherit; }
                  #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .product-title a:hover {
                    color: #8F8F8F; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .product-title .variations {
                  margin-top: 8px; }
                  #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .product-title .variations p {
                    font-size: 12px;
                    line-height: 1.3;
                    text-transform: uppercase;
                    margin-bottom: 3px; }
                    #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .product-title .variations p:last-of-type {
                      margin-bottom: 0; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-content .price {
                font-family: 'Josefin Sans';
                font-style: normal;
                font-weight: 600;
                font-size: 12px;
                line-height: 150%;
                text-align: right;
                color: #111A1D; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action {
              display: flex;
              justify-content: flex-end;
              align-items: flex-end; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .remove {
                font-size: 20px;
                color: #8F8F8F; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .remove:hover {
                  color: #000; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .qty-number .number {
                border: 1px solid #8F8F8F;
                border-radius: 60px;
                width: 62px;
                height: 26px;
                display: flex;
                align-items: center;
                justify-content: center; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .qty-number .number .quantity {
                  text-align: center;
                  width: 18px; }
                  #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .qty-number .number .quantity input {
                    font-family: 'Josefin Sans';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 1;
                    color: #3C3C3C;
                    border: 0;
                    display: block;
                    background-color: #fff;
                    height: 21px;
                    text-align: center;
                    position: relative;
                    bottom: 2px;
                    width: 100%; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .qty-number .number span {
                  color: #8F8F8F;
                  font-size: 16px;
                  font-weight: 600;
                  height: 100%;
                  display: flex;
                  align-items: center; }
                  #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .product-row .product-action .qty-number .number span:hover {
                    color: #000;
                    cursor: pointer; }
          #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals {
            margin-top: 24px; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals .totals-row {
              display: flex;
              justify-content: space-between; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals .totals-row strong {
                display: block;
                font-family: 'Josefin Sans';
                font-style: normal;
                font-weight: 300;
                font-size: 14px;
                line-height: 14px;
                text-transform: uppercase;
                color: #000000;
                width: calc(50% - 7px);
                padding-right: 7px; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals .totals-row .amount {
                text-align: right;
                font-family: 'Josefin Sans';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 14px;
                color: #111A1D; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals .shipping-price {
              padding-bottom: 16px;
              border-bottom: 1px solid #BEBEBE; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals .total-price {
              padding-top: 20px; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .minicart-totals .total-price strong:last-of-type {
                display: none; }
          #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns {
            margin-top: 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit, #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-checkout {
              flex-grow: 1; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit {
              margin-right: 6px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              padding: 0px 16px;
              height: 45px;
              border: 1px solid #6F4244;
              background: #fff;
              color: #6F4244;
              border-radius: 50px;
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 1;
              text-transform: uppercase; }
              @media only screen and (max-width: 767.98px) {
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit {
                  padding: 0px 30px; } }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit i {
                transition: .25s ease-in-out; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit:hover {
                background-color: #6F4244;
                border-color: #6F4244;
                color: #fff; }
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit:hover i {
                  color: #fff; }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-edit i {
                margin-left: 8px;
                color: inherit; }
            #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-checkout {
              margin-left: 6px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              border: 1px solid #6F4244;
              padding: 0px 16px;
              height: 45px;
              background: #6F4244;
              color: #fff;
              border-radius: 50px;
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 1;
              text-transform: uppercase; }
              @media only screen and (max-width: 767.98px) {
                #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-checkout {
                  font-size: 18px;
                  letter-spacing: 0.02em;
                  padding: 0 30px; } }
              #header #bottom-header .action-btns .cart-btn-wrapper > .minicart-wrapp > .minicart-content .mini-cart-action-btns .btn-checkout:hover {
                background-color: #9E6260;
                border-color: #9E6260; }
      #header #bottom-header .action-btns .cart-btn-wrapper:hover .minicart-wrapp {
        pointer-events: auto !important;
        opacity: 1 !important; }
      #header #bottom-header .action-btns .cart-btn-wrapper:hover #btn-cart {
        color: #8F8F8F;
        cursor: pointer; }
    #header #bottom-header .action-btns .compare-area .show-compare-modal-button.active i:before {
      content: "\e926"; }
    #header #bottom-header .action-btns .user-area {
      position: relative; }
      @media only screen and (max-width: 767.98px) {
        #header #bottom-header .action-btns .user-area {
          order: 4;
          margin-right: 0; } }
      #header #bottom-header .action-btns .user-area .user-dropdown {
        text-align: left;
        position: absolute;
        top: 100%;
        background-color: #fff;
        opacity: 0;
        pointer-events: none;
        z-index: 9999;
        right: 0;
        border-radius: 8px;
        padding: 4px 16px;
        border: 1px solid #DADADA;
        min-width: 145px; }
        @media only screen and (max-width: 767.98px) {
          #header #bottom-header .action-btns .user-area .user-dropdown {
            display: none; } }
        #header #bottom-header .action-btns .user-area .user-dropdown li a {
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 1;
          color: #8F8F8F;
          text-transform: uppercase;
          padding: 12px 0px;
          display: block; }
          #header #bottom-header .action-btns .user-area .user-dropdown li a:hover {
            color: #111A1D; }
      #header #bottom-header .action-btns .user-area:hover .user-dropdown {
        opacity: 1;
        pointer-events: auto; }
    @media only screen and (max-width: 767.98px) {
      #header #bottom-header .action-btns .wishlist-area {
        order: 2; } }
    #header #bottom-header .action-btns .wishlist-area a {
      display: flex;
      position: relative; }
      #header #bottom-header .action-btns .wishlist-area a .wishlist-count,
      #header #bottom-header .action-btns .wishlist-area a .wishlist_products_counter_number {
        position: absolute;
        top: -8px;
        right: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding-top: 2px; */
        border-radius: 50%;
        background-color: #6F4244;
        font-family: Arial;
        border: 2px solid #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        min-width: 20px;
        min-height: 20px; }
        @media only screen and (min-width: 768px) {
          #header #bottom-header .action-btns .wishlist-area a .wishlist-count,
          #header #bottom-header .action-btns .wishlist-area a .wishlist_products_counter_number {
            padding-right: 1px; } }
        @media only screen and (max-width: 767.98px) {
          #header #bottom-header .action-btns .wishlist-area a .wishlist-count,
          #header #bottom-header .action-btns .wishlist-area a .wishlist_products_counter_number {
            padding-left: 1px; } }
      #header #bottom-header .action-btns .wishlist-area a .wishlist_products_counter_text {
        display: none; }
      #header #bottom-header .action-btns .wishlist-area a:before {
        font-family: icomoon !important;
        content: "\e908" !important;
        font-size: 24px;
        color: #111A1D;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .25s ease-in-out;
        margin-right: 0; }
        @media only screen and (max-width: 767.98px) {
          #header #bottom-header .action-btns .wishlist-area a:before {
            color: #8F8F8F; } }
      #header #bottom-header .action-btns .wishlist-area a:hover:before {
        color: #8F8F8F; }
  #header #logo a {
    display: inline-block; }
    #header #logo a img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 768px) {
        #header #logo a img {
          max-width: 182px; } }

.minimal-header {
  padding-top: 120px;
  padding-bottom: 72px;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .minimal-header {
      padding-top: 90px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .minimal-header {
      padding-top: 80px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767.98px) {
    .minimal-header {
      padding-top: 69px;
      padding-bottom: 39px; } }
  @media only screen and (max-width: 767.98px) {
    .minimal-header img {
      max-width: 323px;
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .minimal-header.login-header {
    padding-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      .minimal-header.login-header {
        padding-bottom: 72px; } }

.search-area {
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .search-area {
      background-color: #F1F4F6;
      position: relative; } }
  .search-area form {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .search-area form {
        width: 24px;
        height: 36px;
        position: relative;
        transition: width 0.5s;
        border: 1px solid transparent;
        background: #fff;
        border-radius: 50px; } }
    @media only screen and (max-width: 991.98px) {
      .search-area form {
        width: 100%;
        height: 44px;
        position: relative; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .search-area form {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto; } }
    .search-area form input[type=text],
    .search-area form input[type=search] {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      flex-grow: 1;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 50px 3px 24px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 1;
      color: #111A1D;
      border: 0;
      border-radius: 50px; }
      .search-area form input[type=text].placeholder,
      .search-area form input[type=search].placeholder {
        color: #BEBEBE; }
        @media only screen and (max-width: 767.98px) {
          .search-area form input[type=text].placeholder,
          .search-area form input[type=search].placeholder {
            color: #111A1D; } }
      .search-area form input[type=text]:-moz-placeholder,
      .search-area form input[type=search]:-moz-placeholder {
        color: #BEBEBE; }
        @media only screen and (max-width: 767.98px) {
          .search-area form input[type=text]:-moz-placeholder,
          .search-area form input[type=search]:-moz-placeholder {
            color: #111A1D; } }
      .search-area form input[type=text]::-moz-placeholder,
      .search-area form input[type=search]::-moz-placeholder {
        color: #BEBEBE; }
        @media only screen and (max-width: 767.98px) {
          .search-area form input[type=text]::-moz-placeholder,
          .search-area form input[type=search]::-moz-placeholder {
            color: #111A1D; } }
      .search-area form input[type=text]:-ms-input-placeholder,
      .search-area form input[type=search]:-ms-input-placeholder {
        color: #BEBEBE; }
        @media only screen and (max-width: 767.98px) {
          .search-area form input[type=text]:-ms-input-placeholder,
          .search-area form input[type=search]:-ms-input-placeholder {
            color: #111A1D; } }
      .search-area form input[type=text]::-webkit-input-placeholder,
      .search-area form input[type=search]::-webkit-input-placeholder {
        color: #BEBEBE; }
        @media only screen and (max-width: 767.98px) {
          .search-area form input[type=text]::-webkit-input-placeholder,
          .search-area form input[type=search]::-webkit-input-placeholder {
            color: #111A1D; } }
      @media only screen and (max-width: 991.98px) {
        .search-area form input[type=text],
        .search-area form input[type=search] {
          background-color: #F1F4F6;
          border-radius: 0;
          border: 0;
          padding: 0 30px 3px 0px;
          width: 100%; } }
      @media only screen and (max-width: 767.98px) {
        .search-area form input[type=text],
        .search-area form input[type=search] {
          padding-left: 15px; } }
    @media only screen and (max-width: 991.98px) {
      .search-area form button[type="submit"] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
        color: #111A1D;
        border: 0;
        background: none;
        padding: 0;
        font-size: 16px; } }
  .search-area button.toggle-search {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    color: #111A1D;
    border: 0;
    background: none;
    padding: 0;
    font-size: 16px; }
    .search-area button.toggle-search:hover {
      color: #8F8F8F; }
  @media only screen and (min-width: 992px) {
    .search-area.active form {
      width: 506px;
      border-color: #bebebe; } }
  .search-area.active button.toggle-search {
    font-size: 18px !important;
    right: 20px; }

#ajax-search-result {
  position: absolute;
  z-index: 3;
  padding-top: 4px;
  width: calc(100% - 16px); }
  @media only screen and (max-width: 991.98px) {
    #ajax-search-result {
      margin-left: auto;
      margin-right: auto;
      top: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #ajax-search-result {
      max-width: 690px; } }
  #ajax-search-result .sajx-nofund-prod {
    min-height: 150px;
    overflow: auto;
    position: relative;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    color: #000000;
    text-transform: uppercase; }
    #ajax-search-result .sajx-nofund-prod a {
      color: #000;
      text-decoration: underline; }
  #ajax-search-result .product-rows {
    max-height: 343px;
    overflow: auto;
    position: relative;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dadada;
    scrollbar-width: thin;
    scrollbar-color: #111A1D #C9C9C9; }
    #ajax-search-result .product-rows::-webkit-scrollbar {
      width: 8px; }
    #ajax-search-result .product-rows::-webkit-scrollbar-thumb {
      background-color: #111A1D; }
    #ajax-search-result .product-rows::-webkit-scrollbar-track {
      background-color: #C9C9C9; }
  #ajax-search-result .product-row {
    background-color: #fff;
    padding: 9px 20px 9px 20px;
    display: flex;
    align-items: center; }
    #ajax-search-result .product-row ins {
      text-decoration: none; }
    #ajax-search-result .product-row:first-of-type {
      padding-top: 12px; }
    #ajax-search-result .product-row:last-of-type {
      padding-bottom: 12px; }
    #ajax-search-result .product-row .product-photo {
      min-width: 67px;
      max-width: 67px;
      max-height: 67px;
      margin-right: 16px;
      align-self: center; }
      #ajax-search-result .product-row .product-photo a {
        display: block;
        font-size: 0; }
        #ajax-search-result .product-row .product-photo a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          aspect-ratio: 4/3; }
    #ajax-search-result .product-row .product-title {
      display: block;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      color: #111A1D;
      text-transform: uppercase;
      max-width: 54%;
      padding-right: 15px; }
      #ajax-search-result .product-row .product-title a {
        display: block;
        color: inherit; }
        #ajax-search-result .product-row .product-title a:hover {
          color: #8F8F8F; }
    #ajax-search-result .product-row .price {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 150%;
      text-align: right;
      color: #111A1D;
      flex-grow: 1;
      /*del {
          display: none;
      }*/ }
      #ajax-search-result .product-row .price ins {
        text-decoration: none; }
      #ajax-search-result .product-row .price span.variable {
        font-size: 16px;
        margin-right: 1px;
        font-weight: 400; }
      #ajax-search-result .product-row .price.onsale .variable {
        margin-right: 4px; }
      #ajax-search-result .product-row .price.onsale ins {
        display: block;
        color: #A83F45; }
  #ajax-search-result .search-result-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 18px; }
    #ajax-search-result .search-result-footer a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-top: 6px;
      padding-bottom: 6px;
      letter-spacing: 0.02em;
      color: #71635D; }
      #ajax-search-result .search-result-footer a:after {
        font-family: icomoon;
        content: "\e919";
        margin-left: 10px;
        transition: .25s ease-in-out;
        position: relative;
        top: 2px; }
      #ajax-search-result .search-result-footer a:hover:after {
        margin-left: 14px; }

@media only screen and (max-width: 767.98px) {
  .main-header-categories {
    display: none; } }
.main-header-categories.show-mobile {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .main-header-categories.show-mobile {
      display: none; } }
  @media only screen and (max-width: 767.98px) {
    .main-header-categories.show-mobile {
      display: block; } }
.main-header-categories ul {
  display: flex; }
  .main-header-categories ul li {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767.98px) {
      .main-header-categories ul li {
        flex-grow: 1;
        width: 50%; } }
    @media only screen and (max-width: 767.98px) {
      .main-header-categories ul li:first-of-type {
        margin-right: 8px; } }
    @media only screen and (max-width: 767.98px) {
      .main-header-categories ul li:last-of-type {
        margin-left: 8px; } }
    .main-header-categories ul li a.pets {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      margin-right: 16px; }
      @media only screen and (max-width: 767.98px) {
        .main-header-categories ul li a.pets {
          height: 45px;
          border-radius: 50px; } }
      .main-header-categories ul li a.pets:before {
        font-family: 'icomoon';
        display: inline-block;
        margin-right: 8px;
        content: "\e91f";
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          .main-header-categories ul li a.pets:before {
            margin-right: 6px; } }
      .main-header-categories ul li a.pets:hover {
        background-color: #9E6260; }
      @media only screen and (max-width: 767.98px) {
        .main-header-categories ul li a.pets {
          margin-right: 0; } }
    .main-header-categories ul li a.living {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767.98px) {
        .main-header-categories ul li a.living {
          height: 45px;
          border-radius: 50px; } }
      .main-header-categories ul li a.living:before {
        font-family: 'icomoon';
        display: inline-block;
        margin-right: 8px;
        content: "\e91f";
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          .main-header-categories ul li a.living:before {
            margin-right: 6px; } }
      .main-header-categories ul li a.living:hover {
        background-color: #9E6260; }
    @media only screen and (max-width: 767.98px) {
      .main-header-categories ul li a {
        width: 100%;
        padding-left: 6px;
        padding-right: 6px; } }

@media (min-width: 1390px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1358px; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-area form input[type=text]:focus, .search-area form input[type=search]:focus {
    font-size: 16px; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-area form input[type=text], .search-area form input[type=search] {
    font-size: 16px; } }
html.fixed, body.fixed {
  margin-top: 0 !important;
  max-width: 100vw; }

html.fixed {
  overflow: hidden; }

/*html, body {
    overflow-x: hidden;
}*/
.fancybox__container {
  z-index: 99999 !important; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox label {
    display: flex;
    position: relative;
    height: auto !important;
    align-items: center;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 139%;
    color: #111A1D; }
    .custom-checkbox label span {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 139%;
      color: #111A1D;
      padding-left: 32px;
      display: block; }
      .custom-checkbox label span a {
        text-decoration: underline;
        color: inherit; }
        .custom-checkbox label span a:hover {
          color: #8f8f8f; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    min-width: 20px;
    width: 20px;
    height: 20px;
    top: 1px;
    border: 2px solid #111A1D;
    left: 0;
    border-radius: 8px; }
  .custom-checkbox input[type="checkbox"]::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #111A1D;
    /* Windows High Contrast Mode */
    background-color: CanvasText; }
  .custom-checkbox input[type="checkbox"]:checked {
    background: #fff; }
  .custom-checkbox input[type="checkbox"]:checked::before {
    transform: scale(1); }
  .custom-checkbox input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed; }
  .custom-checkbox.accept-terms input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-color: #000;
    border-radius: 4px; }
  .custom-checkbox.accept-terms span {
    padding-left: 29px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000; }
    @media only screen and (max-width: 767.98px) {
      .custom-checkbox.accept-terms span {
        line-height: 135%; } }
    .custom-checkbox.accept-terms span a {
      text-decoration: underline; }

.custom-radiobox label {
  display: flex !important;
  position: relative;
  height: auto !important;
  align-items: center;
  font-family: Josefin Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 139%;
  color: #111A1D; }
  .custom-radiobox label span {
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 139%;
    color: #111A1D;
    padding-left: 32px;
    display: block; }
    .custom-radiobox label span a {
      text-decoration-line: underline;
      color: #000000; }
      .custom-radiobox label span a:hover {
        color: #8f8f8f; }
.custom-radiobox li {
  position: relative;
  font-family: Josefin Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 139%;
  color: #111A1D;
  padding-left: 32px;
  margin-bottom: 10px; }
  .custom-radiobox li input[type="radio"] {
    left: 0; }
  .custom-radiobox li label span {
    display: inline;
    padding-left: 0; }
    .custom-radiobox li label span.price-group {
      padding-left: 10px; }
.custom-radiobox input[type="radio"] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #111A1D;
  top: 0px;
  border-radius: 50%; }
.custom-radiobox input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  display: flex;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background: #000;
  border-radius: 50%; }
.custom-radiobox input[type="radio"]:checked::before {
  transform: scale(1); }
.custom-radiobox input[type="radio"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 8px; }
  .select2-dropdown li {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 12px; }
    .select2-dropdown li:hover, .select2-dropdown li.active {
      background-color: #111A1D;
      color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #111A1D !important;
  color: #fff; }

.custom-form .intro-edit-account, .product-summary .woocommerce_gc_giftcard_form .intro-edit-account, #checkout-page .add_gift_card_form .intro-edit-account {
  margin-bottom: 32px;
  text-align: center;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto; }
  .custom-form .intro-edit-account h2, .product-summary .woocommerce_gc_giftcard_form .intro-edit-account h2, #checkout-page .add_gift_card_form .intro-edit-account h2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #111A1D;
    margin-bottom: 8px; }
  .custom-form .intro-edit-account p, .product-summary .woocommerce_gc_giftcard_form .intro-edit-account p, #checkout-page .add_gift_card_form .intro-edit-account p {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #111A1D; }
.custom-form .form-group, .custom-form .form-row, .custom-form #wc_gc_cart_redeem_form, .product-summary .woocommerce_gc_giftcard_form .form-group, .product-summary .woocommerce_gc_giftcard_form .form-row, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form, #checkout-page .add_gift_card_form .form-group, #checkout-page .add_gift_card_form .form-row, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form {
  margin-bottom: 24px; }
  .custom-form .form-group .optional, .custom-form .form-row .optional, .custom-form #wc_gc_cart_redeem_form .optional, .product-summary .woocommerce_gc_giftcard_form .form-group .optional, .product-summary .woocommerce_gc_giftcard_form .form-row .optional, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form .optional, #checkout-page .add_gift_card_form .form-group .optional, #checkout-page .add_gift_card_form .form-row .optional, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form .optional {
    display: none; }
  .custom-form .form-group label:not(.checkbox), .custom-form .form-group .wpcf7-quiz-label:not(.checkbox), .custom-form .form-row label:not(.checkbox), .custom-form .form-row .wpcf7-quiz-label:not(.checkbox), .custom-form #wc_gc_cart_redeem_form label:not(.checkbox), .custom-form #wc_gc_cart_redeem_form .wpcf7-quiz-label:not(.checkbox), .product-summary .woocommerce_gc_giftcard_form .form-group label:not(.checkbox), .product-summary .woocommerce_gc_giftcard_form .form-group .wpcf7-quiz-label:not(.checkbox), .product-summary .woocommerce_gc_giftcard_form .form-row label:not(.checkbox), .product-summary .woocommerce_gc_giftcard_form .form-row .wpcf7-quiz-label:not(.checkbox), .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form label:not(.checkbox), .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form .wpcf7-quiz-label:not(.checkbox), #checkout-page .add_gift_card_form .form-group label:not(.checkbox), #checkout-page .add_gift_card_form .form-group .wpcf7-quiz-label:not(.checkbox), #checkout-page .add_gift_card_form .form-row label:not(.checkbox), #checkout-page .add_gift_card_form .form-row .wpcf7-quiz-label:not(.checkbox), #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form label:not(.checkbox), #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form .wpcf7-quiz-label:not(.checkbox) {
    display: block;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #111A1D;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .custom-form .form-group .wpcf7-quiz-label:after, .custom-form .form-row .wpcf7-quiz-label:after, .custom-form #wc_gc_cart_redeem_form .wpcf7-quiz-label:after, .product-summary .woocommerce_gc_giftcard_form .form-group .wpcf7-quiz-label:after, .product-summary .woocommerce_gc_giftcard_form .form-row .wpcf7-quiz-label:after, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form .wpcf7-quiz-label:after, #checkout-page .add_gift_card_form .form-group .wpcf7-quiz-label:after, #checkout-page .add_gift_card_form .form-row .wpcf7-quiz-label:after, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form .wpcf7-quiz-label:after {
    display: inline-block;
    content: '*';
    color: red;
    margin-left: 5px; }
  .custom-form .form-group .wpcf7-list-item, .custom-form .form-row .wpcf7-list-item, .custom-form #wc_gc_cart_redeem_form .wpcf7-list-item, .product-summary .woocommerce_gc_giftcard_form .form-group .wpcf7-list-item, .product-summary .woocommerce_gc_giftcard_form .form-row .wpcf7-list-item, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form .wpcf7-list-item, #checkout-page .add_gift_card_form .form-group .wpcf7-list-item, #checkout-page .add_gift_card_form .form-row .wpcf7-list-item, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form .wpcf7-list-item {
    margin-left: 0; }
    .custom-form .form-group .wpcf7-list-item span, .custom-form .form-row .wpcf7-list-item span, .custom-form #wc_gc_cart_redeem_form .wpcf7-list-item span, .product-summary .woocommerce_gc_giftcard_form .form-group .wpcf7-list-item span, .product-summary .woocommerce_gc_giftcard_form .form-row .wpcf7-list-item span, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form .wpcf7-list-item span, #checkout-page .add_gift_card_form .form-group .wpcf7-list-item span, #checkout-page .add_gift_card_form .form-row .wpcf7-list-item span, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form .wpcf7-list-item span {
      padding-left: 12px; }
  .custom-form .form-group input[type=text], .custom-form .form-group input[type=email], .custom-form .form-group input[type=password], .custom-form .form-group input[type=number], .custom-form .form-group input[type=tel], .custom-form .form-group input[type=date], .custom-form .form-group textarea, .custom-form .form-group select, .custom-form .form-row input[type=text], .custom-form .form-row input[type=email], .custom-form .form-row input[type=password], .custom-form .form-row input[type=number], .custom-form .form-row input[type=tel], .custom-form .form-row input[type=date], .custom-form .form-row textarea, .custom-form .form-row select, .custom-form #wc_gc_cart_redeem_form input[type=text], .custom-form #wc_gc_cart_redeem_form input[type=email], .custom-form #wc_gc_cart_redeem_form input[type=password], .custom-form #wc_gc_cart_redeem_form input[type=number], .custom-form #wc_gc_cart_redeem_form input[type=tel], .custom-form #wc_gc_cart_redeem_form input[type=date], .custom-form #wc_gc_cart_redeem_form textarea, .custom-form #wc_gc_cart_redeem_form select, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=text], .product-summary .woocommerce_gc_giftcard_form .form-group input[type=email], .product-summary .woocommerce_gc_giftcard_form .form-group input[type=password], .product-summary .woocommerce_gc_giftcard_form .form-group input[type=number], .product-summary .woocommerce_gc_giftcard_form .form-group input[type=tel], .product-summary .woocommerce_gc_giftcard_form .form-group input[type=date], .product-summary .woocommerce_gc_giftcard_form .form-group textarea, .product-summary .woocommerce_gc_giftcard_form .form-group select, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=text], .product-summary .woocommerce_gc_giftcard_form .form-row input[type=email], .product-summary .woocommerce_gc_giftcard_form .form-row input[type=password], .product-summary .woocommerce_gc_giftcard_form .form-row input[type=number], .product-summary .woocommerce_gc_giftcard_form .form-row input[type=tel], .product-summary .woocommerce_gc_giftcard_form .form-row input[type=date], .product-summary .woocommerce_gc_giftcard_form .form-row textarea, .product-summary .woocommerce_gc_giftcard_form .form-row select, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=text], .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=email], .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=password], .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=number], .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=tel], .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=date], .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form select, #checkout-page .add_gift_card_form .form-group input[type=text], #checkout-page .add_gift_card_form .form-group input[type=email], #checkout-page .add_gift_card_form .form-group input[type=password], #checkout-page .add_gift_card_form .form-group input[type=number], #checkout-page .add_gift_card_form .form-group input[type=tel], #checkout-page .add_gift_card_form .form-group input[type=date], #checkout-page .add_gift_card_form .form-group textarea, #checkout-page .add_gift_card_form .form-group select, #checkout-page .add_gift_card_form .form-row input[type=text], #checkout-page .add_gift_card_form .form-row input[type=email], #checkout-page .add_gift_card_form .form-row input[type=password], #checkout-page .add_gift_card_form .form-row input[type=number], #checkout-page .add_gift_card_form .form-row input[type=tel], #checkout-page .add_gift_card_form .form-row input[type=date], #checkout-page .add_gift_card_form .form-row textarea, #checkout-page .add_gift_card_form .form-row select, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=text], #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=email], #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=password], #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=number], #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=tel], #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=date], #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form select {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 20px;
    height: 40px;
    padding: 0 16px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #3C3C3C; }
    .custom-form .form-group input[type=text].placeholder, .custom-form .form-group input[type=email].placeholder, .custom-form .form-group input[type=password].placeholder, .custom-form .form-group input[type=number].placeholder, .custom-form .form-group input[type=tel].placeholder, .custom-form .form-group input[type=date].placeholder, .custom-form .form-group textarea.placeholder, .custom-form .form-group select.placeholder, .custom-form .form-row input[type=text].placeholder, .custom-form .form-row input[type=email].placeholder, .custom-form .form-row input[type=password].placeholder, .custom-form .form-row input[type=number].placeholder, .custom-form .form-row input[type=tel].placeholder, .custom-form .form-row input[type=date].placeholder, .custom-form .form-row textarea.placeholder, .custom-form .form-row select.placeholder, .custom-form #wc_gc_cart_redeem_form input[type=text].placeholder, .custom-form #wc_gc_cart_redeem_form input[type=email].placeholder, .custom-form #wc_gc_cart_redeem_form input[type=password].placeholder, .custom-form #wc_gc_cart_redeem_form input[type=number].placeholder, .custom-form #wc_gc_cart_redeem_form input[type=tel].placeholder, .custom-form #wc_gc_cart_redeem_form input[type=date].placeholder, .custom-form #wc_gc_cart_redeem_form textarea.placeholder, .custom-form #wc_gc_cart_redeem_form select.placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=text].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=email].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=password].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=number].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=tel].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=date].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group textarea.placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group select.placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=text].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=email].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=password].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=number].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=tel].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=date].placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row textarea.placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row select.placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=text].placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=email].placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=password].placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=number].placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=tel].placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=date].placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea.placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form select.placeholder, #checkout-page .add_gift_card_form .form-group input[type=text].placeholder, #checkout-page .add_gift_card_form .form-group input[type=email].placeholder, #checkout-page .add_gift_card_form .form-group input[type=password].placeholder, #checkout-page .add_gift_card_form .form-group input[type=number].placeholder, #checkout-page .add_gift_card_form .form-group input[type=tel].placeholder, #checkout-page .add_gift_card_form .form-group input[type=date].placeholder, #checkout-page .add_gift_card_form .form-group textarea.placeholder, #checkout-page .add_gift_card_form .form-group select.placeholder, #checkout-page .add_gift_card_form .form-row input[type=text].placeholder, #checkout-page .add_gift_card_form .form-row input[type=email].placeholder, #checkout-page .add_gift_card_form .form-row input[type=password].placeholder, #checkout-page .add_gift_card_form .form-row input[type=number].placeholder, #checkout-page .add_gift_card_form .form-row input[type=tel].placeholder, #checkout-page .add_gift_card_form .form-row input[type=date].placeholder, #checkout-page .add_gift_card_form .form-row textarea.placeholder, #checkout-page .add_gift_card_form .form-row select.placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=text].placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=email].placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=password].placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=number].placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=tel].placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=date].placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea.placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form select.placeholder {
      color: #8F8F8F;
      font-weight: 300; }
    .custom-form .form-group input[type=text]:-moz-placeholder, .custom-form .form-group input[type=email]:-moz-placeholder, .custom-form .form-group input[type=password]:-moz-placeholder, .custom-form .form-group input[type=number]:-moz-placeholder, .custom-form .form-group input[type=tel]:-moz-placeholder, .custom-form .form-group input[type=date]:-moz-placeholder, .custom-form .form-group textarea:-moz-placeholder, .custom-form .form-group select:-moz-placeholder, .custom-form .form-row input[type=text]:-moz-placeholder, .custom-form .form-row input[type=email]:-moz-placeholder, .custom-form .form-row input[type=password]:-moz-placeholder, .custom-form .form-row input[type=number]:-moz-placeholder, .custom-form .form-row input[type=tel]:-moz-placeholder, .custom-form .form-row input[type=date]:-moz-placeholder, .custom-form .form-row textarea:-moz-placeholder, .custom-form .form-row select:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=text]:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=email]:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=password]:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=number]:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=tel]:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=date]:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form textarea:-moz-placeholder, .custom-form #wc_gc_cart_redeem_form select:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=text]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=email]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=password]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=number]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=tel]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=date]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group textarea:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group select:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=text]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=email]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=password]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=number]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=tel]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=date]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row textarea:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row select:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=text]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=email]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=password]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=number]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=tel]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=date]:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea:-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form select:-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=text]:-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=email]:-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=password]:-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=number]:-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=tel]:-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=date]:-moz-placeholder, #checkout-page .add_gift_card_form .form-group textarea:-moz-placeholder, #checkout-page .add_gift_card_form .form-group select:-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=text]:-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=email]:-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=password]:-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=number]:-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=tel]:-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=date]:-moz-placeholder, #checkout-page .add_gift_card_form .form-row textarea:-moz-placeholder, #checkout-page .add_gift_card_form .form-row select:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=text]:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=email]:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=password]:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=number]:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=tel]:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=date]:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea:-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form select:-moz-placeholder {
      color: #8F8F8F;
      font-weight: 300; }
    .custom-form .form-group input[type=text]::-moz-placeholder, .custom-form .form-group input[type=email]::-moz-placeholder, .custom-form .form-group input[type=password]::-moz-placeholder, .custom-form .form-group input[type=number]::-moz-placeholder, .custom-form .form-group input[type=tel]::-moz-placeholder, .custom-form .form-group input[type=date]::-moz-placeholder, .custom-form .form-group textarea::-moz-placeholder, .custom-form .form-group select::-moz-placeholder, .custom-form .form-row input[type=text]::-moz-placeholder, .custom-form .form-row input[type=email]::-moz-placeholder, .custom-form .form-row input[type=password]::-moz-placeholder, .custom-form .form-row input[type=number]::-moz-placeholder, .custom-form .form-row input[type=tel]::-moz-placeholder, .custom-form .form-row input[type=date]::-moz-placeholder, .custom-form .form-row textarea::-moz-placeholder, .custom-form .form-row select::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=text]::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=email]::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=password]::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=number]::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=tel]::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=date]::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form textarea::-moz-placeholder, .custom-form #wc_gc_cart_redeem_form select::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=text]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=email]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=password]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=number]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=tel]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=date]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group textarea::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group select::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=text]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=email]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=password]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=number]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=tel]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=date]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row textarea::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row select::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=text]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=email]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=password]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=number]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=tel]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=date]::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea::-moz-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form select::-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=text]::-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=email]::-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=password]::-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=number]::-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=tel]::-moz-placeholder, #checkout-page .add_gift_card_form .form-group input[type=date]::-moz-placeholder, #checkout-page .add_gift_card_form .form-group textarea::-moz-placeholder, #checkout-page .add_gift_card_form .form-group select::-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=text]::-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=email]::-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=password]::-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=number]::-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=tel]::-moz-placeholder, #checkout-page .add_gift_card_form .form-row input[type=date]::-moz-placeholder, #checkout-page .add_gift_card_form .form-row textarea::-moz-placeholder, #checkout-page .add_gift_card_form .form-row select::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=text]::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=email]::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=password]::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=number]::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=tel]::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=date]::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea::-moz-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form select::-moz-placeholder {
      color: #8F8F8F;
      font-weight: 300; }
    .custom-form .form-group input[type=text]:-ms-input-placeholder, .custom-form .form-group input[type=email]:-ms-input-placeholder, .custom-form .form-group input[type=password]:-ms-input-placeholder, .custom-form .form-group input[type=number]:-ms-input-placeholder, .custom-form .form-group input[type=tel]:-ms-input-placeholder, .custom-form .form-group input[type=date]:-ms-input-placeholder, .custom-form .form-group textarea:-ms-input-placeholder, .custom-form .form-group select:-ms-input-placeholder, .custom-form .form-row input[type=text]:-ms-input-placeholder, .custom-form .form-row input[type=email]:-ms-input-placeholder, .custom-form .form-row input[type=password]:-ms-input-placeholder, .custom-form .form-row input[type=number]:-ms-input-placeholder, .custom-form .form-row input[type=tel]:-ms-input-placeholder, .custom-form .form-row input[type=date]:-ms-input-placeholder, .custom-form .form-row textarea:-ms-input-placeholder, .custom-form .form-row select:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=text]:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=email]:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=password]:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=number]:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=tel]:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=date]:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form textarea:-ms-input-placeholder, .custom-form #wc_gc_cart_redeem_form select:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=text]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=email]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=password]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=number]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=tel]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=date]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group textarea:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group select:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=text]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=email]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=password]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=number]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=tel]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=date]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row textarea:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row select:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=text]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=email]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=password]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=number]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=tel]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=date]:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea:-ms-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form select:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=text]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=email]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=password]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=number]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=tel]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=date]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group textarea:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-group select:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=text]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=email]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=password]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=number]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=tel]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=date]:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row textarea:-ms-input-placeholder, #checkout-page .add_gift_card_form .form-row select:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=text]:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=email]:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=password]:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=number]:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=tel]:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=date]:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea:-ms-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form select:-ms-input-placeholder {
      color: #8F8F8F;
      font-weight: 300; }
    .custom-form .form-group input[type=text]::-webkit-input-placeholder, .custom-form .form-group input[type=email]::-webkit-input-placeholder, .custom-form .form-group input[type=password]::-webkit-input-placeholder, .custom-form .form-group input[type=number]::-webkit-input-placeholder, .custom-form .form-group input[type=tel]::-webkit-input-placeholder, .custom-form .form-group input[type=date]::-webkit-input-placeholder, .custom-form .form-group textarea::-webkit-input-placeholder, .custom-form .form-group select::-webkit-input-placeholder, .custom-form .form-row input[type=text]::-webkit-input-placeholder, .custom-form .form-row input[type=email]::-webkit-input-placeholder, .custom-form .form-row input[type=password]::-webkit-input-placeholder, .custom-form .form-row input[type=number]::-webkit-input-placeholder, .custom-form .form-row input[type=tel]::-webkit-input-placeholder, .custom-form .form-row input[type=date]::-webkit-input-placeholder, .custom-form .form-row textarea::-webkit-input-placeholder, .custom-form .form-row select::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=text]::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=email]::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=password]::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=number]::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=tel]::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form input[type=date]::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form textarea::-webkit-input-placeholder, .custom-form #wc_gc_cart_redeem_form select::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=text]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=email]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=password]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=number]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=tel]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group input[type=date]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group textarea::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-group select::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=text]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=email]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=password]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=number]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=tel]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row input[type=date]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row textarea::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form .form-row select::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=text]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=email]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=password]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=number]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=tel]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form input[type=date]::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea::-webkit-input-placeholder, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form select::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=text]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=email]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=password]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=number]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=tel]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group input[type=date]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group textarea::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-group select::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=text]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=email]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=password]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=number]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=tel]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row input[type=date]::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row textarea::-webkit-input-placeholder, #checkout-page .add_gift_card_form .form-row select::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=text]::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=email]::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=password]::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=number]::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=tel]::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form input[type=date]::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea::-webkit-input-placeholder, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form select::-webkit-input-placeholder {
      color: #8F8F8F;
      font-weight: 300; }
  .custom-form .form-group textarea, .custom-form .form-row textarea, .custom-form #wc_gc_cart_redeem_form textarea, .product-summary .woocommerce_gc_giftcard_form .form-group textarea, .product-summary .woocommerce_gc_giftcard_form .form-row textarea, .product-summary .woocommerce_gc_giftcard_form #wc_gc_cart_redeem_form textarea, #checkout-page .add_gift_card_form .form-group textarea, #checkout-page .add_gift_card_form .form-row textarea, #checkout-page .add_gift_card_form #wc_gc_cart_redeem_form textarea {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 130px; }
.custom-form .password-input, .product-summary .woocommerce_gc_giftcard_form .password-input, #checkout-page .add_gift_card_form .password-input {
  position: relative;
  display: block; }
.custom-form .show-password-input, .product-summary .woocommerce_gc_giftcard_form .show-password-input, #checkout-page .add_gift_card_form .show-password-input {
  position: absolute;
  padding: 0;
  border: 0;
  background: none;
  top: 3px;
  right: 11px;
  color: #000;
  font-family: 'icomoon';
  font-size: 16px;
  transition: .25s ease-in-out;
  display: flex;
  height: 34px;
  align-items: center; }
  .custom-form .show-password-input:hover, .product-summary .woocommerce_gc_giftcard_form .show-password-input:hover, #checkout-page .add_gift_card_form .show-password-input:hover {
    cursor: pointer;
    color: #8f8f8f; }
  .custom-form .show-password-input:before, .product-summary .woocommerce_gc_giftcard_form .show-password-input:before, #checkout-page .add_gift_card_form .show-password-input:before {
    content: "\e903"; }
  .custom-form .show-password-input:after, .product-summary .woocommerce_gc_giftcard_form .show-password-input:after, #checkout-page .add_gift_card_form .show-password-input:after {
    display: none; }
  .custom-form .show-password-input.display-password:before, .product-summary .woocommerce_gc_giftcard_form .show-password-input.display-password:before, #checkout-page .add_gift_card_form .show-password-input.display-password:before {
    content: "\e904"; }
.custom-form button[type=submit], .custom-form .button, .product-summary .woocommerce_gc_giftcard_form button[type=submit], .product-summary .woocommerce_gc_giftcard_form .button, #checkout-page .add_gift_card_form button[type=submit], #checkout-page .add_gift_card_form .button {
  padding: 0;
  border: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6F4244;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .custom-form button[type=submit], .custom-form .button, .product-summary .woocommerce_gc_giftcard_form button[type=submit], .product-summary .woocommerce_gc_giftcard_form .button, #checkout-page .add_gift_card_form button[type=submit], #checkout-page .add_gift_card_form .button {
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 0 30px; } }
  .custom-form button[type=submit]:hover, .custom-form .button:hover, .product-summary .woocommerce_gc_giftcard_form button[type=submit]:hover, .product-summary .woocommerce_gc_giftcard_form .button:hover, #checkout-page .add_gift_card_form button[type=submit]:hover, #checkout-page .add_gift_card_form .button:hover {
    background-color: #9E6260;
    border-color: #9E6260; }
.custom-form .button, .product-summary .woocommerce_gc_giftcard_form .button, #checkout-page .add_gift_card_form .button {
  width: 100%; }
.custom-form .valign, .product-summary .woocommerce_gc_giftcard_form .valign, #checkout-page .add_gift_card_form .valign {
  align-items: flex-end; }
  .custom-form .valign label, .product-summary .woocommerce_gc_giftcard_form .valign label, #checkout-page .add_gift_card_form .valign label {
    margin-bottom: 0; }
.custom-form .select2, .product-summary .woocommerce_gc_giftcard_form .select2, #checkout-page .add_gift_card_form .select2 {
  width: 100% !important;
  height: 40px; }
.custom-form .select2-selection--single, .product-summary .woocommerce_gc_giftcard_form .select2-selection--single, #checkout-page .add_gift_card_form .select2-selection--single {
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  height: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 20px;
  padding: 0 16px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding-right: 27px;
  display: flex;
  align-items: center;
  color: #5C6F7C;
  position: relative; }
  .custom-form .select2-selection--single .selection, .product-summary .woocommerce_gc_giftcard_form .select2-selection--single .selection, #checkout-page .add_gift_card_form .select2-selection--single .selection {
    height: 100%; }
  .custom-form .select2-selection--single .select2-selection__rendered, .product-summary .woocommerce_gc_giftcard_form .select2-selection--single .select2-selection__rendered, #checkout-page .add_gift_card_form .select2-selection--single .select2-selection__rendered {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #5C6F7C; }
  .custom-form .select2-selection--single .select2-selection__arrow, .product-summary .woocommerce_gc_giftcard_form .select2-selection--single .select2-selection__arrow, #checkout-page .add_gift_card_form .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
    top: 0;
    right: 10px; }
    .custom-form .select2-selection--single .select2-selection__arrow:after, .product-summary .woocommerce_gc_giftcard_form .select2-selection--single .select2-selection__arrow:after, #checkout-page .add_gift_card_form .select2-selection--single .select2-selection__arrow:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: icomoon;
      color: #111A1D;
      font-size: 14px;
      content: "\e912";
      font-weight: 700;
      transition: .25s ease-in-out; }
    .custom-form .select2-selection--single .select2-selection__arrow b, .product-summary .woocommerce_gc_giftcard_form .select2-selection--single .select2-selection__arrow b, #checkout-page .add_gift_card_form .select2-selection--single .select2-selection__arrow b {
      display: none; }
.custom-form .select2-container--open .select2-selection__arrow:after, .product-summary .woocommerce_gc_giftcard_form .select2-container--open .select2-selection__arrow:after, #checkout-page .add_gift_card_form .select2-container--open .select2-selection__arrow:after {
  transform: translateY(-50%) rotate(180deg); }

.wpcf7-not-valid-tip {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #A83F45;
  margin-top: 4px; }

.wpcf7 form .wpcf7-response-output {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #A83F45;
  margin-top: 4px; }

.products-slider .slick-slide {
  height: inherit !important; }
  .products-slider .slick-slide > div {
    height: 100%; }
    .products-slider .slick-slide > div > div {
      height: 100%; }
@media only screen and (max-width: 991.98px) {
  .products-slider .slick-list {
    padding-bottom: 70px; } }
.products-slider .slick-track {
  display: flex !important; }
.products-slider .product-item {
  height: 100%; }

.product-item {
  position: relative;
  text-align: center;
  border: 1px solid #E7E7E7;
  padding: 9px;
  transition: .25s ease-in-out;
  overflow: hidden; }
  .product-item .discount {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 400; }
  .product-item .product-in {
    transition: .25s ease-in-out;
    padding-bottom: 32px; }
    @media only screen and (min-width: 992px) {
      .product-item .product-in {
        transform: translateY(22px); } }
    @media only screen and (max-width: 991.98px) {
      .product-item .product-in {
        padding-bottom: 10px; } }
  .product-item .photo-holder {
    position: relative;
    transition: .25s ease-in-out; }
    .product-item .photo-holder img {
      display: block;
      transition: .25s ease-in-out;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 3/2;
      overflow-clip-margin: unset;
      /*&:nth-of-type(1) {
          opacity: 1;
          transition: opacity 0.5s;
      }
      &:nth-of-type(2) {
          position: absolute;
          top: 0;
          opacity: 0;
          transition: opacity 0.5s;
      }*/ }
    .product-item .photo-holder.out-of-stock {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 10px; }
      .product-item .photo-holder.out-of-stock span {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #111A1D; }
      .product-item .photo-holder.out-of-stock img {
        opacity: 0.3; }
  .product-item.out-of-stock .photo-holder img {
    opacity: .4; }
  .product-item.out-of-stock .photo-holder .stock-label {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3C3C3C;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px; }
  .product-item .content-holder {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 24px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px; }
    .product-item .content-holder .product-title {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      color: #341D1E; }
    .product-item .content-holder .product-title + .add-to-cart, .product-item .content-holder .product-title + .add-cart-variable {
      margin-left: 10px; }
    .product-item .content-holder .price-container {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 150%;
      color: #4F4F4F;
      display: block;
      /*del {
          display: none;
      }*/ }
      .product-item .content-holder .price-container ins {
        text-decoration: none; }
      .product-item .content-holder .price-container span.variable {
        font-size: 12px; }
      .product-item .content-holder .price-container.onsale ins {
        color: #A83F45; }
      @media only screen and (max-width: 767.98px) {
        .product-item .content-holder .price-container.onsale {
          display: flex;
          flex-wrap: wrap;
          column-gap: 5px;
          row-gap: 0; } }
  .product-item .url-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0; }
  .product-item .action-btns {
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .product-item .action-btns {
        opacity: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: .25s ease-in-out;
        bottom: 25px; } }
    .product-item .action-btns .add-to-fav {
      position: relative;
      width: 24px;
      height: 24px; }
      .product-item .action-btns .add-to-fav .tinvwl_add_to_wishlist_button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 24px !important;
        height: 24px !important; }
        .product-item .action-btns .add-to-fav .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
          display: none; }
        .product-item .action-btns .add-to-fav .tinvwl_add_to_wishlist_button:before {
          margin-right: 0;
          line-height: 1.2;
          font: normal normal normal 24px/1 "icomoon" !important;
          content: "\e908";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          margin: 0;
          color: #94867B; }
        .product-item .action-btns .add-to-fav .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
          content: "\e907"; }
        .product-item .action-btns .add-to-fav .tinvwl_add_to_wishlist_button:hover {
          cursor: pointer; }
          .product-item .action-btns .add-to-fav .tinvwl_add_to_wishlist_button:hover:before {
            content: "\e907"; }
    @media only screen and (max-width: 767.98px) {
      .product-item .action-btns .compare {
        top: 0; } }
    .product-item .action-btns .compare:after {
      margin-right: 0;
      line-height: 1.2;
      font: normal normal normal 24px/1 "icomoon" !important;
      content: "\e925";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0;
      color: #94867B; }
    .product-item .action-btns .compare.active:after {
      content: "\e926"; }
    .product-item .action-btns .add-to-cart, .product-item .action-btns .add-cart-variable {
      font-size: 24px;
      color: #94867B;
      position: relative; }
      .product-item .action-btns .add-to-cart:hover, .product-item .action-btns .add-cart-variable:hover {
        color: #8F8F8F; }
    .product-item .action-btns .added_to_cart {
      display: none; }
  .product-item:hover {
    border-color: #94867B; }
    .product-item:hover .photo-holder img {
      /*&:nth-of-type(1) {
          opacity: 0;
      }
      &:nth-of-type(2) {
          opacity: 1;
      }*/ }
    @media only screen and (min-width: 992px) {
      .product-item:hover .product-in {
        transform: translateY(-20px); } }
    .product-item:hover .action-btns {
      opacity: 1; }
  .product-item .yith-pre-order-product .ribbon.preorder {
    display: flex !important; }

.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align: left;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #111A1D;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
      margin-top: 16px;
      margin-bottom: 16px;
      font-size: 12px; } }
  .woocommerce .woocommerce-breadcrumb a, .woocommerce-breadcrumb a {
    color: #8F8F8F; }
    .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:hover {
      color: #3C3C3C; }
  .woocommerce .woocommerce-breadcrumb .delimiter, .woocommerce-breadcrumb .delimiter {
    margin-left: 6px;
    margin-right: 6px;
    color: #8F8F8F;
    font-size: 12px;
    display: inline-block;
    position: relative; }

/*.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    @include bp(sm-down) {
        display: block;
        text-align: center;
    }
  
    .next-page-btn {
        @include btn-brown;
    }
    .pagination {
        display: flex;
        align-items: center;
        margin-left: auto;
        @include bp(sm-down) {
            justify-content: center;
            margin-top: 45px;
        }
    }
    .page-numbers {
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #000;
        width: 39px;
        height: 39px;
        border: 1px solid #C0C0C0;
        margin-left: 2.5px;
        margin-right: 2.5px;
        &:hover {
            background-color: $brown;
            color: #000;
        }
        &.prev, &.next {
            width: 39px;
            height: 39px;
            border: 1px solid #C0C0C0;
            color: #000;
            font-size: 12px;
        }
        &.current {
            background-color: $brown;
            color: #000;
        }
    }
}

#blogs {
    .custom-pagination {
        @include bp(md-down) {
            display: block;
            text-align: center;
        }
        .pagination {
            @include bp(md-down) {
                justify-content: center;
                margin-top: 45px;
            }
        }
    }
}

#product-listing {
    .custom-pagination {
        .col-xl-4 {
            &:nth-of-type(2) {
                @include bp(lg-up) {
                    text-align: center;
                }
            }
        }
        .pagination {
            @include bp(lg-up) {
                justify-content: flex-end;
            }
        }
    }
}*/
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 10px; }
  .woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button {
    margin-right: 10px; }
  .woocommerce-message a:not(.button), .woocommerce-error a:not(.button), .woocommerce-info a:not(.button) {
    color: #fff;
    text-decoration: underline; }

.woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6F4244;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button {
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 0 30px; } }
  .woocommerce-message a.button:hover, .woocommerce-error a.button:hover, .woocommerce-info a.button:hover {
    background-color: #9E6260;
    border-color: #9E6260; }

.thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2 {
  width: auto;
  height: 40px;
  color: #111A1D;
  background-color: #fff; }
  .thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2 .thwvsf-item-span.item-span-text {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #111A1D; }
  .thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2:hover, .thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2.thwvsf-selected {
    background-color: #6F4244;
    color: #fff;
    border-color: #6F4244; }

/*.tinvwl_add_to_wishlist-text, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    display: none;
}*/
.thwvsf-wrapper-ul .thwvsf-item-span.item-span-text {
  padding: 0 !important; }

.thwvsf-wrapper-ul li:hover {
  box-shadow: none !important; }

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
  line-height: 24px; }

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6F4244;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 0 30px; } }
  .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover {
    background-color: #9E6260;
    border-color: #9E6260; }

#product-single.yith-pre-order-product #product-single-main .product-main-info .product-summary .ribbon.preorder {
  display: flex !important; }

.woocommerce-no-products-found .woocommerce-info, #account-page .woocommerce-info {
  background-color: #B20000;
  text-align: center; }

.woocommerce-account .navigation.post-navigation, .woocommerce-account #comments, .woocommerce-account #secondary.widget-area, .woocommerce-account .entry-title, .woocommerce-account .tinv-header {
  display: none; }

mark {
  background-color: #FABA17; }

.woocommerce-no-products-found {
  width: 100%; }

a#go-to-top {
  background-color: #111A1D;
  color: #fff;
  width: 49px;
  height: 49px;
  line-height: 50px;
  border-radius: 50%;
  filter: alpha(opacity=0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  left: auto;
  right: 15px;
  margin-left: auto;
  z-index: 9996;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 91px;
  text-align: center;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  cursor: pointer;
  visibility: hidden; }
  @media only screen and (min-width: 768px) {
    a#go-to-top {
      display: none; } }
  a#go-to-top i {
    color: #fff;
    font-size: 18px;
    font-weight: 300; }
  a#go-to-top.on {
    opacity: 1;
    visibility: visible; }

.wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
  padding-left: 0 !important; }

.wpcf7-form-control-wrap {
  padding-left: 0 !important; }

#woo-intro {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    #woo-intro {
      text-align: center; } }
  #woo-intro .woocommerce-breadcrumb {
    margin-top: 22px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767.98px) {
      #woo-intro .woocommerce-breadcrumb {
        margin-top: 16px;
        margin-bottom: 8px;
        justify-content: center; } }
  #woo-intro h1 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #000000;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      #woo-intro h1 {
        font-weight: 400; } }

.form-login-guest .accept-terms {
  text-transform: none;
  margin-bottom: 0 !important; }
  .form-login-guest .accept-terms span {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    text-transform: none;
    margin-bottom: 0;
    display: block; }
    @media only screen and (max-width: 767.98px) {
      .form-login-guest .accept-terms span {
        line-height: 135%; } }
    .form-login-guest .accept-terms span a {
      color: inherit; }
      .form-login-guest .accept-terms span a:hover {
        color: #8F8F8F; }
.form-login-guest button[type=submit] {
  margin-top: 24px; }
.form-login-guest .lost_password {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .form-login-guest .lost_password span {
    position: relative;
    top: 2px; }
  .form-login-guest .lost_password a {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #111A1D; }

.wc-block-components-notice-banner {
  border-radius: 3px !important;
  font-family: "Cormorant Garamond" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 150% !important; }
  .wc-block-components-notice-banner.is-success {
    background: #C1E1B9 !important;
    color: #196406; }
    .wc-block-components-notice-banner.is-success > svg {
      background-color: #196406 !important; }
  .wc-block-components-notice-banner.is-error {
    background: #F7D2D2 !important;
    color: #B20000; }
    .wc-block-components-notice-banner.is-error > svg {
      background-color: #B20000 !important; }
  .wc-block-components-notice-banner.is-info {
    background: #9FCFF3 !important;
    color: #09558B; }
    .wc-block-components-notice-banner.is-info > svg {
      background-color: #09558B !important; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border-radius: 3px !important;
  font-family: "Cormorant Garamond" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  background: #C1E1B9 !important;
  color: #196406; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background: #9FCFF3 !important;
  color: #09558B; }

.woocommerce-error {
  background: #F7D2D2 !important;
  color: #B20000; }

.tinv-modal-inner button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6F4244;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .tinv-modal-inner button {
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 0 30px; } }
  .tinv-modal-inner button:hover {
    background-color: #9E6260;
    border-color: #9E6260; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: none !important;
  border-color: #A83F45 !important; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: none !important;
  border-color: #0f834d !important; }

/* Add loading spinner styles */
.loadmore-button.loading::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px; }

.loadmore-button > span {
  margin-left: 1rem; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#product-single-main #asnp_easy_product_bundle {
  margin-top: 40px;
  font-family: "Josefin Sans" !important; }
  #product-single-main #asnp_easy_product_bundle p {
    font-family: "Josefin Sans" !important; }
#product-single-main .asnp-bundle-title:before, #product-single-main .asnp-bundle-title:after {
  display: none !important; }
#product-single-main .asnp-bundle-title h1 {
  padding: 0 !important;
  background: none !important; }
  #product-single-main .asnp-bundle-title h1:before, #product-single-main .asnp-bundle-title h1:after {
    display: none !important; }
#product-single-main .woocommerce_gc_giftcard_form {
  margin-top: 1.618em; }

.pi-edd-product, .pi-edd-ajax {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding-left: 24px; }

@media only screen and (max-width: 767.98px) {
  body.single-product a#go-to-top.on {
    bottom: 210px; } }

@media only screen and (max-width: 767.98px) {
  #page {
    padding-bottom: 75px; } }

@media only screen and (min-width: 992px) {
  #product-single-main .pos-sticky {
    position: sticky;
    top: 0;
    height: fit-content; } }
@media only screen and (min-width: 992px) {
  #product-single-main .pos-relative {
    position: relative; } }

.tt-reset {
  text-transform: none !important; }

.empty-cart + .special-offer {
  margin-top: 52px; }

body.admin-bar #product-listing .products-lhs-filter-wrap, body.admin-bar #product-listing .product-listing-wrap .filter-here, body.admin-bar .collaborate-whyus h2, body.admin-bar .additional-widgets-wrapper {
  top: calc(139px + 32px) !important; }
  @media screen and (max-width: 782px) {
    body.admin-bar #product-listing .products-lhs-filter-wrap, body.admin-bar #product-listing .product-listing-wrap .filter-here, body.admin-bar .collaborate-whyus h2, body.admin-bar .additional-widgets-wrapper {
      top: 46px !important; } }
body.admin-bar .additional-widgets-wrapper {
  top: calc(170px + 32px) !important; }
  @media screen and (max-width: 782px) {
    body.admin-bar .additional-widgets-wrapper {
      top: 46px !important; } }
body.admin-bar #header, body.admin-bar .mobile-menu {
  top: 32px !important; }
  @media screen and (max-width: 782px) {
    body.admin-bar #header, body.admin-bar .mobile-menu {
      top: 46px !important; } }
body.admin-bar .collaborate-whyus h2 {
  top: calc(179px + 32px) !important; }
  @media screen and (max-width: 782px) {
    body.admin-bar .collaborate-whyus h2 {
      top: 46px !important; } }

.pi-edd-product, .pi-edd-ajax {
  background-color: #9E6260 !important; }

#bottom-page-area {
  padding-top: 85px;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    #bottom-page-area {
      padding-top: 52px; } }
  #bottom-page-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 49.93%, rgba(255, 255, 255, 0.1) 86.96%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-size: 80px; }

#newsletter-area, .modal-content {
  position: relative;
  padding-bottom: 60px;
  z-index: 1; }
  @media only screen and (max-width: 991.98px) {
    #newsletter-area, .modal-content {
      padding-bottom: 52px; } }
  #newsletter-area .newsletter-in, .modal-content .newsletter-in {
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto; }
    #newsletter-area .newsletter-in .row, .modal-content .newsletter-in .row {
      align-items: center; }
    @media only screen and (min-width: 1200px) {
      #newsletter-area .newsletter-in .col-md-9, .modal-content .newsletter-in .col-md-9 {
        flex: 0 0 67.5%;
        max-width: 67.5%; } }
    @media only screen and (min-width: 1200px) {
      #newsletter-area .newsletter-in .col-md-3, .modal-content .newsletter-in .col-md-3 {
        flex: 0 0 32.5%;
        max-width: 32.5%; } }
    #newsletter-area .newsletter-in h3, .modal-content .newsletter-in h3 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #111A1D;
      margin-bottom: 16px;
      display: inline-flex;
      position: relative;
      padding-left: 12px; }
      @media only screen and (max-width: 767.98px) {
        #newsletter-area .newsletter-in h3, .modal-content .newsletter-in h3 {
          display: block; } }
      #newsletter-area .newsletter-in h3:before, .modal-content .newsletter-in h3:before {
        font-family: icomoon;
        font-size: 6px;
        content: "\e91e";
        color: inherit; }
        @media only screen and (min-width: 768px) {
          #newsletter-area .newsletter-in h3:before, .modal-content .newsletter-in h3:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            margin-top: 1px; } }
        @media only screen and (max-width: 767.98px) {
          #newsletter-area .newsletter-in h3:before, .modal-content .newsletter-in h3:before {
            top: -4px;
            position: relative; } }
    #newsletter-area .newsletter-in p, .modal-content .newsletter-in p {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 112%;
      color: #111A1D; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #newsletter-area .newsletter-in p, .modal-content .newsletter-in p {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #newsletter-area .newsletter-in p, .modal-content .newsletter-in p {
          font-size: 32px; } }
      @media only screen and (max-width: 767.98px) {
        #newsletter-area .newsletter-in p, .modal-content .newsletter-in p {
          font-size: 28px;
          margin-bottom: 24px; } }
      @media only screen and (min-width: 768px) {
        #newsletter-area .newsletter-in p, .modal-content .newsletter-in p {
          max-width: 480px; } }
      @media only screen and (max-width: 767.98px) {
        #newsletter-area .newsletter-in p, .modal-content .newsletter-in p {
          text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      #newsletter-area .newsletter-in form, .modal-content .newsletter-in form {
        text-align: left; } }
    #newsletter-area .newsletter-in form .form-group, .modal-content .newsletter-in form .form-group {
      display: flex;
      align-items: center;
      border: 1px solid #BEBEBE;
      height: 47px;
      border-radius: 50px;
      padding: 0px;
      background-color: #fff;
      padding: 4px;
      margin-bottom: 16px; }
    #newsletter-area .newsletter-in form input[type=email], .modal-content .newsletter-in form input[type=email] {
      border: 0;
      padding: 0 20px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      color: #111A1D;
      flex-grow: 1; }
      @media only screen and (max-width: 767.98px) {
        #newsletter-area .newsletter-in form input[type=email], .modal-content .newsletter-in form input[type=email] {
          width: 100%; } }
      #newsletter-area .newsletter-in form input[type=email].placeholder, .modal-content .newsletter-in form input[type=email].placeholder {
        color: #3C3C3C; }
      #newsletter-area .newsletter-in form input[type=email]:-moz-placeholder, .modal-content .newsletter-in form input[type=email]:-moz-placeholder {
        color: #3C3C3C; }
      #newsletter-area .newsletter-in form input[type=email]::-moz-placeholder, .modal-content .newsletter-in form input[type=email]::-moz-placeholder {
        color: #3C3C3C; }
      #newsletter-area .newsletter-in form input[type=email]:-ms-input-placeholder, .modal-content .newsletter-in form input[type=email]:-ms-input-placeholder {
        color: #3C3C3C; }
      #newsletter-area .newsletter-in form input[type=email]::-webkit-input-placeholder, .modal-content .newsletter-in form input[type=email]::-webkit-input-placeholder {
        color: #3C3C3C; }
    #newsletter-area .newsletter-in form button[type=submit], .modal-content .newsletter-in form button[type=submit] {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-basis: 87px;
      background: #6F4244;
      border: 0;
      padding: 0 24px;
      height: 100%;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      border-radius: 40px;
      text-transform: uppercase;
      padding-bottom: 2px;
      transition: .25s ease-in-out; }
      #newsletter-area .newsletter-in form button[type=submit]:hover, .modal-content .newsletter-in form button[type=submit]:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
  #newsletter-area .container, .modal-content .container {
    position: relative; }

.page-footer {
  padding-top: 40px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 991.98px) {
    .page-footer {
      padding-top: 20px; } }
  .page-footer #main-footer {
    padding-bottom: 20px; }
    @media only screen and (max-width: 767.98px) {
      .page-footer #main-footer .main-row {
        padding-left: 8px;
        padding-right: 8px; } }
@media only screen and (max-width: 767.98px) and (max-width: 991.98px) {
  .page-footer #main-footer .col {
    flex-basis: 50%;
    padding-left: 7px;
    padding-right: 7px; } }

    @media only screen and (max-width: 991.98px) {
      .page-footer #main-footer .col:last-of-type {
        flex-basis: 100%; } }
    @media only screen and (max-width: 991.98px) {
      .page-footer #main-footer .col:last-of-type .footer-block {
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center; } }
  .page-footer .footer-logo {
    max-width: 215px;
    margin-bottom: 24px; }
  .page-footer .footer-title {
    display: block;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111A1D;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767.98px) {
      .page-footer .footer-title {
        margin-bottom: 10px; } }
  .page-footer .side-cr {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 1199.98px) {
      .page-footer .side-cr {
        justify-content: center;
        margin-top: 20px; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .side-cr {
        flex-direction: column;
        margin-top: 0; } }
  .page-footer .epda-logo img {
    width: 120px;
    display: block; }
  .page-footer .footer-socials ul {
    font-size: 0; }
    .page-footer .footer-socials ul li {
      margin-right: 16px;
      display: inline-block; }
      @media only screen and (max-width: 991.98px) {
        .page-footer .footer-socials ul li {
          margin-left: 8px;
          margin-right: 8px; } }
      .page-footer .footer-socials ul li a {
        color: #111A1D;
        font-size: 22px;
        display: block; }
        .page-footer .footer-socials ul li a:hover {
          color: #BEBEBE; }
  @media only screen and (max-width: 991.98px) {
    .page-footer .footer-sitemap {
      margin-bottom: 32px; } }
  .page-footer .footer-sitemap ul {
    font-size: 0; }
    .page-footer .footer-sitemap ul li a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #111A1D;
      padding-top: 8px;
      padding-bottom: 8px;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .page-footer .footer-sitemap ul li a {
          font-size: 14px;
          letter-spacing: 0; } }
      @media only screen and (max-width: 767.98px) {
        .page-footer .footer-sitemap ul li a {
          padding-top: 6px;
          padding-bottom: 6px; } }
      .page-footer .footer-sitemap ul li a:hover {
        color: #BEBEBE; }
  .page-footer .cards ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    @media only screen and (max-width: 991.98px) {
      .page-footer .cards ul {
        gap: 4px; } }
    .page-footer .cards ul li {
      display: inline-block;
      background: #fff; }
      .page-footer .cards ul li img {
        height: 24px;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges; }
  .page-footer .safe-purchase {
    position: relative;
    text-decoration: none;
    padding-left: 45px;
    white-space: nowrap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #626864;
    display: inline-block; }
    .page-footer .safe-purchase:before {
      content: "\e92d";
      font: 40px / 40px "icomoon";
      color: #4a8b64;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      margin-top: 4px; }
    .page-footer .safe-purchase strong {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #111A1D; }
  .page-footer .copyright {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #3C3C3C;
    /*img {
        margin-left: 2px;
        width: 70px;
        position: relative;
        bottom: 1px;
    }*/ }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .page-footer .copyright .row {
        row-gap: 24px; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .copyright {
        padding: 10px 0;
        border-top: 0;
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden; } }
    .page-footer .copyright p {
      text-align: left;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #3C3C3C; }
      @media only screen and (max-width: 1199.98px) {
        .page-footer .copyright p {
          text-align: center; } }
      @media only screen and (max-width: 767.98px) {
        .page-footer .copyright p {
          font-weight: 500;
          text-align: center;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 768px) {
        .page-footer .copyright p br {
          display: none; } }
  .page-footer.checkout-footer {
    text-align: center;
    padding-top: 40px; }
    .page-footer.checkout-footer #footer-logo2 {
      margin-bottom: 25px; }
    .page-footer.checkout-footer .cards {
      margin-bottom: 15px; }

.minimal-footer {
  padding-top: 110px;
  padding-bottom: 120px;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .minimal-footer {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .minimal-footer {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 767.98px) {
    .minimal-footer {
      padding-top: 56px;
      padding-bottom: 51px; } }
  .minimal-footer .secure-caption {
    display: block;
    text-transform: uppercase;
    color: #111A1D;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px; }
  .minimal-footer .cards {
    margin-bottom: 68px; }
    @media only screen and (max-width: 767.98px) {
      .minimal-footer .cards {
        margin-bottom: 48px; } }
    .minimal-footer .cards ul {
      font-size: 0; }
      .minimal-footer .cards ul li {
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px; }
        .minimal-footer .cards ul li img {
          display: block;
          height: 48px; }
          @media only screen and (max-width: 767.98px) {
            .minimal-footer .cards ul li img {
              height: 30px; } }
  .minimal-footer .links {
    font-size: 0;
    text-align: center; }
    .minimal-footer .links li {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px; }
      @media only screen and (max-width: 767.98px) {
        .minimal-footer .links li {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 16px; } }
      @media only screen and (max-width: 767.98px) {
        .minimal-footer .links li:last-of-type {
          margin-bottom: 0; } }
      .minimal-footer .links li a {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #8F8F8F; }
        .minimal-footer .links li a:hover {
          color: #111A1D; }

.modal-content .newsletter-in p {
  font-size: 28px !important; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 9999;
  overflow-y: scroll;
  padding: 0 16px 40px 16px; }
  .mobile-menu.active {
    display: block; }
  .mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 16px;
    border-bottom: 1px solid #d0d5dd; }
    .mobile-menu__header .mobile-toggle-black-js {
      display: none;
      font-size: 32px; }
      .mobile-menu__header .mobile-toggle-black-js.active {
        display: block; }
    .mobile-menu__header .mobile-closer {
      margin-left: auto;
      font-size: 32px; }
  .mobile-menu__menu {
    border-bottom: 1px solid #fff !important;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .mobile-menu__menu {
        height: 70vh;
        overflow: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .mobile-menu__menu {
        height: 80vh;
        overflow: auto; } }
    @media only screen and (max-width: 767.98px) {
      .mobile-menu__menu {
        height: 70vh;
        overflow: auto; } }
    .mobile-menu__menu ul li {
      border-bottom: 1px solid #bebebe;
      padding: 15px 16px; }
      .mobile-menu__menu ul li a {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        display: flex;
        width: 100%;
        padding-left: 0;
        column-gap: 8px;
        color: #111A1D;
        text-transform: uppercase; }
      .mobile-menu__menu ul li.menu-item-has-children {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .mobile-menu__menu ul li.menu-item-has-children:after {
          font-family: icomoon;
          display: block;
          content: "\e91b";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 16px;
          color: #6F4244;
          font-size: 20px; }
    .mobile-menu__menu .sub-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background: #fff;
      list-style: none;
      margin: 0;
      min-height: 455px !important;
      border-bottom: 1px solid #fff !important; }
      .mobile-menu__menu .sub-menu.active {
        display: block; }
      .mobile-menu__menu .sub-menu .sub-menu {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 100px;
        padding-left: 16px;
        padding-right: 16px; }
        .mobile-menu__menu .sub-menu .sub-menu.active {
          display: block;
          pointer-events: auto;
          opacity: 1; }
      .mobile-menu__menu .sub-menu .category-description p {
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 170%;
        color: #000000;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        font-size: 14px;
        line-height: 18px;
        color: #1E1E1E; }

.toastify {
  padding: 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px #111A1D;
  background-color: #111A1D;
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647; }
  .toastify.is-danger {
    background-color: #B20000; }

.toastify.on {
  opacity: 1; }

.toast-close {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px; }

.toastify-right {
  right: 15px; }

.toastify-left {
  left: 15px; }

.toastify-top {
  top: -150px; }

.toastify-bottom {
  bottom: -150px; }

.toastify-rounded {
  border-radius: 25px; }

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px; }

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content; }

@media only screen and (max-width: 360px) {
  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content; } }
#compare-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: unset; }
  #compare-modal.is-loading .modal {
    width: 150px;
    height: 150px;
    min-width: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    position: relative; }
  #compare-modal .close-modal {
    position: initial; }
  #compare-modal .heading {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-right: auto;
    padding-right: 1rem; }
    @media only screen and (max-width: 991.98px) {
      #compare-modal .heading {
        font-size: 18px;
        line-height: 22px; } }
  #compare-modal .how-to-box {
    padding: 7px 15px;
    border: 2px solid #000;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-right: 1rem;
    text-align: center; }
    @media only screen and (max-width: 991.98px) {
      #compare-modal .how-to-box {
        order: 10;
        margin-right: 0;
        width: 100%;
        margin-top: 2rem;
        position: relative; }
        #compare-modal .how-to-box::before {
          content: "";
          position: absolute;
          left: -1rem;
          right: -1rem;
          top: -1rem;
          border-top: 1px solid #eeeeee; } }
  #compare-modal .modal {
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    margin-top: auto;
    margin-bottom: auto; }
    @media only screen and (min-width: 992px) {
      #compare-modal .modal {
        min-width: 800px; } }
    @media only screen and (max-width: 991.98px) {
      #compare-modal .modal {
        max-width: calc(100% - 60px); } }
    @media only screen and (max-width: 370px) {
      #compare-modal .modal {
        max-width: calc(100% - 30px); } }
    @media only screen and (min-width: 240px) and (max-width: xxs-down) {
      #compare-modal .modal {
        max-width: calc(100% - 30px); } }
    #compare-modal .modal-top {
      padding: 1.5625rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media only screen and (max-width: 991.98px) {
        #compare-modal .modal-top {
          padding: 1rem; } }
      @media only screen and (min-width: 992px) {
        #compare-modal .modal-top {
          border-bottom: 1px solid #eeeeee; } }
      #compare-modal .modal-top .close-modal {
        width: 38px;
        height: 38px;
        transform: none; }
        @media only screen and (max-width: 991.98px) {
          #compare-modal .modal-top .close-modal {
            width: 30px;
            height: 30px; } }
        #compare-modal .modal-top .close-modal img {
          width: 100%;
          height: 100%; }
    #compare-modal .modal .compare-modal-wrap, #compare-modal .modal .compare-modal-footer {
      padding: 1.5625rem; }
    #compare-modal .modal .compare-modal-footer {
      text-align: center;
      padding-top: 0; }
      #compare-modal .modal .compare-modal-footer .clear-all {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        text-transform: uppercase;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 767.98px) {
          #compare-modal .modal .compare-modal-footer .clear-all {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #compare-modal .modal .compare-modal-footer .clear-all:hover {
          background-color: #9E6260;
          border-color: #9E6260; }

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #111A1D;
  border-color: #111A1D transparent #111A1D transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.compare-products {
  display: flex;
  flex-wrap: nowrap;
  /*.photo-holder {
    background-color: $dark;

    .product-photo {
      background-color: #fff;
      opacity: 0.95;
      padding: 10px;
    }
  }*/
  /*.price-container {
    ins,
    del {
      display: block;
      text-decoration: none;
      padding: 3px 0;
      
      font-style: normal;
      font-weight: 700;

      > span {
        margin-right: 0.25rem;
      }

      .amount-eur {
        font-weight: 500;
      }
    }

    del {
      font-size: 10px;
      line-height: 12px;

      > span {
        text-decoration-line: line-through;
      }
    }

    ins {
      font-size: 14px;
      line-height: 17px;
    }
  }*/
  /*.variations {
    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    cursor: pointer;

    > div {
      padding-left: 4px;
      padding-right: 4px;

      &:hover {
        color: $yellow;
      }
    }

    .out-of-stock {
      color: $red;
      pointer-events: none;
      text-decoration: line-through;
    }
  }*/ }
  .compare-products-wrapper {
    overflow-y: auto; }
  .compare-products .product-category,
  .compare-products .product-title {
    opacity: 1 !important; }
  .compare-products .compare-product {
    padding: 11px;
    flex: 0 0 200px; }
    @media only screen and (max-width: 370px) {
      .compare-products .compare-product {
        flex: 0 0 100px; } }
    @media only screen and (min-width: 240px) and (max-width: xxs-down) {
      .compare-products .compare-product {
        flex: 0 0 100px; } }
    .compare-products .compare-product:first-child {
      margin-left: auto; }
    .compare-products .compare-product:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 992px) {
      .compare-products .compare-product {
        flex: 0 0 250px; } }
    .compare-products .compare-product .product-item-box {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .compare-products .compare-product .product-item-box.is-loading {
        opacity: 0.7; }
        .compare-products .compare-product .product-item-box.is-loading .compare-product-add {
          pointer-events: none; }
    .compare-products .compare-product .product-title {
      height: 72px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .compare-products .qty-number {
    display: none; }
  .compare-products .content-holder {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee; }
  .compare-products .product-footer,
  .compare-products .compare-product-add,
  .compare-products .compare-product-add .variations:not(:last-child) {
    padding-top: 15px; }
  .compare-products .remove-compare {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10; }

.compare,
.remove-compare {
  cursor: pointer; }

.insta-fancybox {
  width: 1410px !important;
  left: 0 !important;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 1680px) {
    .insta-fancybox {
      width: 1166px !important; } }
  @media (max-width: 1300px) {
    .insta-fancybox {
      width: 930px !important; } }
  @media (max-width: 920px) {
    .insta-fancybox {
      width: 100% !important; } }
  .insta-fancybox .fancybox__content {
    padding: 0 !important;
    width: 100% !important; }
    @media (max-width: 920px) {
      .insta-fancybox .fancybox__content {
        width: 100% !important;
        height: 100% !important; } }
  .insta-fancybox .fancybox__slide {
    padding: 0 !important; }
  .insta-fancybox.fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 10px !important; }
  .insta-fancybox .fancybox__carousel {
    border-radius: 10px !important;
    max-height: 763px;
    height: 100%;
    position: relative; }
    @media (max-width: 1680px) {
      .insta-fancybox .fancybox__carousel {
        max-height: 620px !important; } }
    @media (max-width: 1550px) {
      .insta-fancybox .fancybox__carousel {
        max-height: 620px !important; } }
    @media (max-width: 1300px) {
      .insta-fancybox .fancybox__carousel {
        max-height: 407px !important; } }
    @media (max-width: 920px) {
      .insta-fancybox .fancybox__carousel {
        max-height: 100% !important; } }
  .insta-fancybox .fancybox__nav {
    opacity: 1 !important; }
    .insta-fancybox .fancybox__nav .f-button {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #111A1D;
      border-radius: 50%;
      top: 30px !important;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
      transition: color .3s;
      transform: none !important; }
      @media (max-width: 1300px) {
        .insta-fancybox .fancybox__nav .f-button {
          width: 50px;
          height: 50px; } }
      @media (max-width: 1166px) {
        .insta-fancybox .fancybox__nav .f-button {
          top: 24px !important; } }
      @media (max-width: 920px) {
        .insta-fancybox .fancybox__nav .f-button {
          width: 40px;
          height: 40px;
          top: 5px !important; } }
      .insta-fancybox .fancybox__nav .f-button svg {
        stroke: #fff; }
        @media (max-width: 1300px) {
          .insta-fancybox .fancybox__nav .f-button svg {
            width: 22px !important;
            height: 22px !important; } }
        @media (max-width: 920px) {
          .insta-fancybox .fancybox__nav .f-button svg {
            width: 18px !important;
            height: 18px !important; } }
      .insta-fancybox .fancybox__nav .f-button:hover {
        background-color: #BEBEBE; }
    .insta-fancybox .fancybox__nav .is-prev {
      right: 177px !important;
      left: auto !important; }
      @media (max-width: 1300px) {
        .insta-fancybox .fancybox__nav .is-prev {
          right: 147px !important; } }
      @media (max-width: 920px) {
        .insta-fancybox .fancybox__nav .is-prev {
          right: 106px !important; } }
    .insta-fancybox .fancybox__nav .is-next {
      right: 108px !important; }
      @media (max-width: 1300px) {
        .insta-fancybox .fancybox__nav .is-next {
          right: 88px !important; } }
      @media (max-width: 920px) {
        .insta-fancybox .fancybox__nav .is-next {
          right: 57px !important; } }
  .insta-fancybox .is-close-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    top: 30px;
    right: 30px;
    background: #111A1D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1 !important;
    top: 30px !important;
    right: 30px !important; }
    @media (max-width: 1300px) {
      .insta-fancybox .is-close-btn {
        width: 50px;
        height: 50px;
        top: 24px !important;
        right: 20px !important; } }
    @media (max-width: 920px) {
      .insta-fancybox .is-close-btn {
        width: 40px;
        height: 40px;
        right: 8px !important;
        top: 5px !important; } }
    .insta-fancybox .is-close-btn:hover {
      background-color: #BEBEBE; }
  .insta-fancybox.is-opening .fancybox__nav {
    opacity: 0 !important; }

.product-info-container {
  position: relative;
  display: flex;
  background: #fff;
  padding: 40px;
  box-shadow: 0 20px 80px rgba(12, 21, 44, 0.2);
  height: auto;
  width: 100%; }
  @media (min-width: 929px) {
    .product-info-container .show-sm {
      display: none !important; } }
  @media (max-width: 920px) {
    .product-info-container .show-lg {
      display: none !important; } }
  @media (max-width: 1550px) {
    .product-info-container {
      padding: 30px; } }
  @media (max-width: 980px) {
    .product-info-container {
      padding: 20px 20px 0;
      box-shadow: none; } }
  @media (max-width: 920px) {
    .product-info-container {
      height: 100%;
      padding: 0;
      flex-direction: column; } }
  .product-info-container .col1 {
    min-width: 700px;
    margin-right: 30px; }
    @media (max-width: 1400px) {
      .product-info-container .col1 {
        min-width: 560px; } }
    @media (max-width: 930px) {
      .product-info-container .col1 {
        margin-right: 15px;
        min-width: 360px; } }
    @media (max-width: 920px) {
      .product-info-container .col1 {
        min-width: 100%;
        margin-right: 0; } }
  .product-info-container .col2 {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%; }
    @media (max-width: 920px) {
      .product-info-container .col2 {
        margin: 30px;
        width: auto; } }
    @media only screen and (max-width: 767.98px) {
      .product-info-container .col2 {
        width: 100%;
        margin: auto; } }
  .product-info-container .insta-photo {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-right: 30px;
    flex-grow: 0; }
    @media (max-width: 1166px) {
      .product-info-container .insta-photo {
        margin-right: 0; } }
    .product-info-container .insta-photo img {
      display: block;
      width: auto;
      height: auto;
      max-width: 700px;
      border-radius: 10px; }
      @media (max-width: 1166px) {
        .product-info-container .insta-photo img {
          max-width: 560px; } }
      @media (max-width: 930px) {
        .product-info-container .insta-photo img {
          max-width: 360px; } }
      @media (max-width: 920px) {
        .product-info-container .insta-photo img {
          max-width: 100%;
          border-radius: 0px; } }
    .product-info-container .insta-photo .instashop-points {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 700px; }
      @media (max-width: 1166px) {
        .product-info-container .insta-photo .instashop-points {
          width: 560px; } }
      @media (max-width: 930px) {
        .product-info-container .insta-photo .instashop-points {
          width: 360px; } }
      @media (max-width: 920px) {
        .product-info-container .insta-photo .instashop-points {
          width: 100%; } }
      .product-info-container .insta-photo .instashop-points .instashop-point {
        position: absolute;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        text-decoration: none !important; }
        .product-info-container .insta-photo .instashop-points .instashop-point:after {
          content: "";
          position: absolute;
          display: block;
          width: 65px;
          height: 22px;
          left: -14px;
          right: 0;
          top: auto;
          bottom: -22px; }
        .product-info-container .insta-photo .instashop-points .instashop-point .instashop-point-num span {
          position: relative;
          width: 38px;
          height: 38px;
          border-radius: 50%;
          background: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          line-height: 21px;
          font-family: 'Arial';
          font-weight: 700;
          color: #444;
          z-index: 1;
          box-shadow: 0 0 30px 0 rgba(68, 68, 68, 0.15);
          cursor: pointer; }
        .product-info-container .insta-photo .instashop-points .instashop-point .instashop-point-num:before {
          content: "";
          position: absolute;
          display: block;
          width: auto;
          height: auto;
          top: -9px;
          right: -9px;
          bottom: -9px;
          left: -9px;
          background-color: rgba(255, 255, 255, 0.3);
          z-index: 0;
          visibility: visible;
          opacity: 1;
          transition: background-color .3s;
          border-radius: 50%;
          box-shadow: 0 0 30px 0 rgba(68, 68, 68, 0.2); }
        .product-info-container .insta-photo .instashop-points .instashop-point .instashop-point-tip {
          position: absolute;
          top: 65px;
          text-align: center;
          background: #c1d1c9;
          color: #fff;
          min-width: 197px;
          font-family: 'Josefin Sans';
          font-size: 16px;
          line-height: 21px;
          opacity: 0;
          visibility: 0;
          box-shadow: 0 15px 30px 0 rgba(68, 68, 68, 0.2);
          border-radius: 6px;
          z-index: 99; }
          .product-info-container .insta-photo .instashop-points .instashop-point .instashop-point-tip a {
            display: block;
            padding: 8px 15px 10px; }
          .product-info-container .insta-photo .instashop-points .instashop-point .instashop-point-tip:before {
            content: "";
            position: absolute;
            display: block;
            width: 8px;
            height: 8px;
            background: #B2C8C3;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            top: -4px;
            left: calc(50% - 4px); }
          .product-info-container .insta-photo .instashop-points .instashop-point .instashop-point-tip a {
            color: #fff;
            text-decoration: none; }
        .product-info-container .insta-photo .instashop-points .instashop-point.active .instashop-point-tip {
          opacity: 1; }
        .product-info-container .insta-photo .instashop-points .instashop-point.active .instashop-point-num:before {
          background: #c1d1c9; }
  .product-info-container .insta-title {
    display: block;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3C3C3C;
    padding-bottom: 22px;
    padding-top: 15px; }
    @media (max-width: 930px) {
      .product-info-container .insta-title {
        padding-top: 5px; } }
    @media (max-width: 920px) {
      .product-info-container .insta-title {
        font-size: 24px;
        line-height: 28px;
        padding-left: 30px;
        padding-top: 11px;
        padding-bottom: 11px;
        position: sticky;
        background: #FFF;
        top: 0;
        z-index: 10000000; } }
    @media only screen and (max-width: 767.98px) {
      .product-info-container .insta-title {
        padding-left: 15px; } }
  .product-info-container .tinv-wishlist .tinvwl_add_to_wishlist-text {
    display: none; }
  .product-info-container .tinv-wishlist a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0;
    font-size: 0;
    color: #111A1D;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #111A1D; }
    @media (max-width: 1300px) {
      .product-info-container .tinv-wishlist a {
        width: 44px;
        height: 44px;
        font-size: 20px; } }
    @media (max-width: 980px) {
      .product-info-container .tinv-wishlist a {
        width: 42px;
        height: 42px;
        font-size: 18px; } }
    .product-info-container .tinv-wishlist a::before {
      margin: 0 !important; }
    .product-info-container .tinv-wishlist a:before {
      display: none; }
    .product-info-container .tinv-wishlist a.tinvwl-product-in-list:after, .product-info-container .tinv-wishlist a:hover:after, .product-info-container .tinv-wishlist a.inited-add-wishlist:after {
      content: "\e907" !important; }
      @media only screen and (max-width: 1199.98px) {
        .product-info-container .tinv-wishlist a.tinvwl-product-in-list:after, .product-info-container .tinv-wishlist a:hover:after, .product-info-container .tinv-wishlist a.inited-add-wishlist:after {
          display: none !important; } }
  .product-info-container .product-buttons {
    display: flex;
    align-items: center;
    gap: 8px; }
  .product-info-container .add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    height: 56px;
    border-radius: 60px;
    padding: 0 24px;
    width: 48px;
    height: 48px;
    padding: 0;
    flex-grow: 1;
    font-family: icomoon;
    color: #fff;
    font-size: 22px;
    content: "\e91d"; }
    @media only screen and (max-width: 767.98px) {
      .product-info-container .add-to-cart {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    .product-info-container .add-to-cart:hover {
      background-color: #9E6260;
      border-color: #9E6260; }
    @media (max-width: 1300px) {
      .product-info-container .add-to-cart {
        width: 44px;
        height: 44px;
        font-size: 20px; } }
    @media (max-width: 980px) {
      .product-info-container .add-to-cart {
        width: 42px;
        height: 42px;
        font-size: 18px; } }
    @media only screen and (max-width: 767.98px) {
      .product-info-container .add-to-cart {
        padding: 0; } }
  .product-info-container .instashop-items {
    display: block;
    border: 1px solid #EBE5E1;
    border-radius: 10px;
    height: 623px;
    overflow-y: auto;
    align-items: center; }
    @media (max-width: 1550px) {
      .product-info-container .instashop-items {
        height: 623px; } }
    @media (max-width: 1300px) {
      .product-info-container .instashop-items {
        height: 462px; } }
    @media (max-width: 980px) {
      .product-info-container .instashop-items {
        height: 292px; } }
    @media (max-width: 920px) {
      .product-info-container .instashop-items {
        height: 100%; } }
    .product-info-container .instashop-items .instashop-item {
      position: relative;
      display: flex;
      width: 100%;
      margin: 0;
      flex-flow: unset;
      border-radius: 0;
      border: 0;
      box-shadow: none;
      padding: 19px 25px 15px 20px;
      background: none;
      transition: box-shadow .3s; }
      @media (max-width: 1300px) {
        .product-info-container .instashop-items .instashop-item {
          padding: 9px 25px 15px 15px; } }
      @media only screen and (max-width: 767.98px) {
        .product-info-container .instashop-items .instashop-item {
          padding: 15px !important;
          border-bottom: 1px solid #F5F2F0; } }
      .product-info-container .instashop-items .instashop-item .product-photo {
        min-width: 100px;
        max-width: 100px;
        max-height: 100px;
        align-self: center; }
        @media (max-width: 1300px) {
          .product-info-container .instashop-items .instashop-item .product-photo {
            min-width: 80px;
            max-width: 80px;
            max-height: 80px;
            flex-grow: 0;
            flex-shrink: 0; } }
        .product-info-container .instashop-items .instashop-item .product-photo a {
          display: block;
          font-size: 0; }
        .product-info-container .instashop-items .instashop-item .product-photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          aspect-ratio: 4 / 3; }
      .product-info-container .instashop-items .instashop-item .product-content {
        padding: 0 15px 0;
        text-align: left;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 16px;
        line-height: 19px;
        flex-direction: column;
        justify-content: center; }
        @media only screen and (max-width: 767.98px) {
          .product-info-container .instashop-items .instashop-item .product-content {
            padding: 0 0 0 15px;
            flex-wrap: wrap; } }
      .product-info-container .instashop-items .instashop-item:hover {
        box-shadow: 0 0 30px 0 rgba(235, 229, 225, 0.5); }
      .product-info-container .instashop-items .instashop-item .product-title {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 122%;
        color: #3C3C3C; }
        .product-info-container .instashop-items .instashop-item .product-title a {
          color: inherit; }
      .product-info-container .instashop-items .instashop-item .price {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #3C3C3C; }

body.admin-bar .insta-fancybox .fancybox__nav .f-button,
body.admin-bar .insta-fancybox .is-close-btn {
  top: 35px !important; }
  @media only screen and (max-width: 991.98px) {
    body.admin-bar .insta-fancybox .fancybox__nav .f-button,
    body.admin-bar .insta-fancybox .is-close-btn {
      top: 8px !important; } }

@media (min-width: 1200px) and (max-width: 1300px) {
  body.admin-bar .insta-fancybox .is-close-btn {
    top: 25px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  body.admin-bar .insta-fancybox .is-close-btn {
    top: 23px !important; } }

.pet-account .pets-container {
  margin-bottom: 1.5rem; }
.pet-account .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem; }
.pet-account .button svg {
  margin-right: 0.5rem;
  margin-bottom: -0.1em; }
.pet-account.editing .pet-form {
  display: block; }
.pet-account .pet-form {
  margin-top: 1.5rem;
  display: none; }
.pet-account .form-wrapper {
  max-width: 100% !important; }
.pet-account .photo-upload {
  width: 184px;
  height: 184px;
  background: #F5F5F5;
  border: 1px solid #BEBEBE;
  border-radius: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  object-fit: cover;
  object-position: center; }
  .pet-account .photo-upload i.icon-document-upload {
    font-size: 40px;
    color: #111A1D;
    font-size: 40px; }
  .pet-account .photo-upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0; }
@media only screen and (max-width: 991.98px) {
  .pet-account .mobile-margin {
    margin-bottom: 1.5rem; } }
.pet-account .user-pet {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 992px) {
    .pet-account .user-pet .photo-upload {
      width: 100%;
      aspect-ratio: 1/1;
      height: auto; } }
  .pet-account .user-pet > .row {
    align-items: center; }
    @media only screen and (max-width: 991.98px) {
      .pet-account .user-pet > .row {
        flex-direction: column !important; }
        .pet-account .user-pet > .row .photo-upload {
          margin-bottom: 1.5rem; } }
  .pet-account .user-pet:not(:last-child) {
    border-bottom: 1px solid #bebebe; }
  .pet-account .user-pet .actions {
    margin-top: 1rem; }
    .pet-account .user-pet .actions .button-remove {
      background-color: #111A1D;
      border-color: #111A1D; }
    .pet-account .user-pet .actions .button {
      cursor: pointer;
      width: 40px;
      padding: 0; }
      .pet-account .user-pet .actions .button svg {
        margin: 0; }

#masheader {
  position: relative;
  line-height: 0;
  background-color: #fff;
  padding: 0; }
  @media only screen and (max-width: 767.98px) {
    #masheader .show-lg {
      display: none; } }
  @media only screen and (min-width: 768px) {
    #masheader .show-sm {
      display: none; } }
  #masheader .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 623px;
    display: flex;
    align-items: center;
    padding-top: 66px;
    padding-bottom: 66px; }
    @media only screen and (max-width: 767.98px) {
      #masheader .container {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        row-gap: 49px;
        padding-top: 20px;
        padding-bottom: 50px;
        min-height: calc(100vh - 420px); } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #masheader .container {
        height: 500px; } }
    @media only screen and (max-width: 767.98px) {
      #masheader .container {
        height: calc(100vh - 420px); } }
  @media only screen and (max-width: 767.98px) {
    #masheader .slick-dots {
      bottom: 20px; } }
  #masheader #hero-slider {
    height: 623px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #masheader #hero-slider {
        height: 500px; } }
    @media only screen and (max-width: 767.98px) {
      #masheader #hero-slider {
        height: calc(100vh - 420px); } }
    #masheader #hero-slider .hero-slide {
      height: 623px;
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #masheader #hero-slider .hero-slide {
          height: 500px; } }
      @media only screen and (max-width: 767.98px) {
        #masheader #hero-slider .hero-slide {
          height: calc(100vh - 420px); } }
    #masheader #hero-slider .slick-prev:before, #masheader #hero-slider .slick-next:before {
      font-size: 56px; }
    @media (min-width: 1650px) {
      #masheader #hero-slider .slick-prev {
        left: 4vw; } }
    @media (min-width: 1200px) and (max-width: 1649px) {
      #masheader #hero-slider .slick-prev {
        left: 0vw; } }
    @media (min-width: 1650px) {
      #masheader #hero-slider .slick-next {
        right: 4vw; } }
    @media (min-width: 1200px) and (max-width: 1649px) {
      #masheader #hero-slider .slick-next {
        right: 0vw; } }
    #masheader #hero-slider .slick-slide {
      height: 623px; }
      @media only screen and (max-width: 767.98px) {
        #masheader #hero-slider .slick-slide.no-title .container {
          min-height: calc(100vh - 520px); } }
      @media (max-width: 400px) {
        #masheader #hero-slider .slick-slide.no-title .container {
          min-height: calc(100vh - 370px); } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #masheader #hero-slider .slick-slide {
          height: 500px; } }
      @media only screen and (max-width: 767.98px) {
        #masheader #hero-slider .slick-slide {
          height: calc(100vh - 420px); } }
    #masheader #hero-slider .hero-bg {
      position: relative;
      height: 623px; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #masheader #hero-slider .hero-bg {
          height: 500px; } }
      @media only screen and (max-width: 767.98px) {
        #masheader #hero-slider .hero-bg {
          height: calc(100vh - 420px); } }
      #masheader #hero-slider .hero-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }
      #masheader #hero-slider .hero-bg img {
        display: block;
        width: 100%;
        height: 623px;
        object-fit: cover; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #masheader #hero-slider .hero-bg img {
            height: 500px; } }
        @media only screen and (max-width: 767.98px) {
          #masheader #hero-slider .hero-bg img {
            height: calc(100vh - 420px); } }
    #masheader #hero-slider .hero-content {
      max-width: 800px;
      width: 100%;
      /* margin-left: auto;
       margin-right: auto;
       text-align: center;*/
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 20px; }
      @media (min-width: 1200px) and (max-width: 1550px) {
        #masheader #hero-slider .hero-content {
          padding-left: 30px; } }
      @media only screen and (max-width: 1199.98px) {
        #masheader #hero-slider .hero-content {
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          padding-left: 15px;
          padding-right: 15px;
          align-items: center; } }
      #masheader #hero-slider .hero-content h1 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 96px;
        line-height: 108%;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16); }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #masheader #hero-slider .hero-content h1 {
            font-size: 72px; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          #masheader #hero-slider .hero-content h1 {
            font-size: 52px; } }
        @media only screen and (max-width: 767.98px) {
          #masheader #hero-slider .hero-content h1 {
            font-size: 32px; } }
      #masheader #hero-slider .hero-content .button {
        margin-top: 20px;
        align-self: start;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        padding-bottom: 4px; }
        @media only screen and (max-width: 767.98px) {
          #masheader #hero-slider .hero-content .button {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #masheader #hero-slider .hero-content .button:hover {
          background-color: #9E6260;
          border-color: #9E6260; }
        @media only screen and (max-width: 1199.98px) {
          #masheader #hero-slider .hero-content .button {
            align-self: center;
            margin-top: 0; } }
    #masheader #hero-slider .hero-image, #masheader #hero-slider .hero-content {
      position: relative;
      z-index: 2; }

#top-homepage {
  padding-bottom: 52px;
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    #top-homepage {
      padding-bottom: 0; } }
  #top-homepage:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px; }
    @media only screen and (max-width: 767.98px) {
      #top-homepage:after {
        display: none; } }

.company-features {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767.98px) {
    .company-features {
      background: #F6EEED; } }
  .company-features .container {
    position: relative; }
  .company-features .features-in {
    max-width: 1086px;
    width: 100%;
    background: #F6EEED;
    border-radius: 64px;
    padding: 20px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .company-features .features-in {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 0; } }
    @media only screen and (min-width: 1200px) {
      .company-features .features-in {
        padding-left: 56px;
        padding-right: 56px; } }
    @media only screen and (max-width: 767.98px) {
      .company-features .features-in {
        min-height: auto;
        border-radius: 0;
        padding: 20px 0; } }
    .company-features .features-in .row {
      width: 100%; }
      @media only screen and (max-width: 767.98px) {
        .company-features .features-in .row {
          padding: 0;
          flex-wrap: nowrap;
          justify-content: space-between;
          column-gap: 15px;
          margin: 0; } }
  @media only screen and (max-width: 767.98px) {
    .company-features [class*="col-"] {
      padding: 0;
      width: auto; } }
  .company-features .feature-item {
    max-width: 230px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 991.98px) {
      .company-features .feature-item {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        text-align: center; } }
    .company-features .feature-item .feature-icon {
      min-width: 40px;
      max-width: 40px;
      margin-right: 16px; }
      @media only screen and (max-width: 991.98px) {
        .company-features .feature-item .feature-icon {
          margin-right: 0;
          margin-bottom: 8px; } }
    .company-features .feature-item .feature-content {
      flex-grow: 1; }
      .company-features .feature-item .feature-content .feature-caption {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        letter-spacing: -0.03em;
        color: #6F4244;
        text-transform: uppercase; }
        @media only screen and (max-width: 767.98px) {
          .company-features .feature-item .feature-content .feature-caption {
            font-size: 12px; } }
        @media (max-width: 420px) {
          .company-features .feature-item .feature-content .feature-caption {
            font-size: 11px; } }
        .company-features .feature-item .feature-content .feature-caption + p {
          margin-top: 4px; }
      .company-features .feature-item .feature-content p {
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: #6F4244; }
        @media only screen and (max-width: 767.98px) {
          .company-features .feature-item .feature-content p {
            display: none; } }

.home-wwd {
  position: relative;
  z-index: 1; }
  .home-wwd:not(#collaborate-page .home-wwd) {
    padding-top: 192px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .home-wwd:not(#collaborate-page .home-wwd) {
        padding-top: 132px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .home-wwd:not(#collaborate-page .home-wwd) {
        padding-top: 150px;
        padding-bottom: 16px; } }
    @media only screen and (max-width: 767.98px) {
      .home-wwd:not(#collaborate-page .home-wwd) {
        padding-top: 10px;
        padding-bottom: 52px; } }
  .home-wwd .wwd-in {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .home-wwd .wwd-in {
        display: flex;
        align-items: center; } }
    @media only screen and (max-width: 767.98px) {
      .home-wwd .wwd-in {
        text-align: center; } }
    .home-wwd .wwd-in .img-holder {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .home-wwd .wwd-in .img-holder {
          min-width: 326px; } }
      @media only screen and (max-width: 767.98px) {
        .home-wwd .wwd-in .img-holder {
          margin-bottom: 40px; } }
      .home-wwd .wwd-in .img-holder img {
        max-width: 187px; }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          .home-wwd .wwd-in .img-holder img {
            max-width: 140px; } }
        @media only screen and (max-width: 767.98px) {
          .home-wwd .wwd-in .img-holder img {
            max-width: 100px; } }
    .home-wwd .wwd-in .text-holder {
      flex-grow: 1; }
      .home-wwd .wwd-in .text-holder h2 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #111A1D;
        margin-bottom: 16px;
        padding-left: 12px;
        position: relative;
        display: inline-flex; }
        @media only screen and (max-width: 767.98px) {
          .home-wwd .wwd-in .text-holder h2 {
            font-size: 16px; } }
        .home-wwd .wwd-in .text-holder h2:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          font-family: icomoon;
          font-size: 6px;
          content: "\e91e";
          color: inherit;
          margin-top: 1px; }
      .home-wwd .wwd-in .text-holder p {
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 500;
        font-size: 56px;
        line-height: 116%;
        color: #3C3C3C;
        margin-bottom: 33px; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          .home-wwd .wwd-in .text-holder p {
            font-size: 28px; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          .home-wwd .wwd-in .text-holder p {
            font-size: 26px; } }
        @media only screen and (max-width: 767.98px) {
          .home-wwd .wwd-in .text-holder p {
            font-size: 24px; } }
        .home-wwd .wwd-in .text-holder p strong {
          font-weight: 700;
          font-style: italic; }
      .home-wwd .wwd-in .text-holder .readmore {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.02em;
        color: #3C3C3C;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: uppercase; }
        @media only screen and (max-width: 991.98px) {
          .home-wwd .wwd-in .text-holder .readmore {
            font-size: 16px;
            font-weight: 500;
            padding: 0px 30px;
            border: 1px solid #BEBEBE;
            border-radius: 40px;
            height: 40px; } }
        .home-wwd .wwd-in .text-holder .readmore:after {
          font-family: icomoon;
          content: "\e919";
          color: #3C3C3C;
          margin-left: 10px;
          transition: .25s ease-in-out; }
          @media only screen and (max-width: 991.98px) {
            .home-wwd .wwd-in .text-holder .readmore:after {
              position: relative;
              top: 2px; } }
        .home-wwd .wwd-in .text-holder .readmore:hover:after {
          margin-left: 14px; }
  @media only screen and (max-width: 767.98px) {
    .home-wwd.show-lg {
      display: none !important; } }
  .home-wwd.show-sm {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    .home-wwd.show-sm:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
      background-repeat: repeat;
      opacity: 0.25;
      background-size: 80px; }
    @media only screen and (min-width: 768px) {
      .home-wwd.show-sm {
        display: none !important; } }
    .home-wwd.show-sm .container {
      position: relative;
      z-index: 1; }

#main-categories {
  background: linear-gradient(to bottom, #FAF7F6 0%, #F9F9F9 50%, #FFFFFF 100%);
  padding-top: 104px;
  padding-bottom: 52px; }
  @media only screen and (max-width: 991.98px) {
    #main-categories {
      padding-top: 52px;
      padding-bottom: 52px; } }
  #main-categories .mc-wrapp {
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto; }
  #main-categories .category-item {
    position: relative; }
    #main-categories .category-item h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 96px;
      line-height: 90%;
      color: #FFFFFF;
      text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
      text-transform: uppercase;
      position: absolute;
      z-index: 1; }
      @media only screen and (min-width: 1200px) and (max-width: 1550px) {
        #main-categories .category-item h2 {
          font-size: 76px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #main-categories .category-item h2 {
          font-size: 72px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #main-categories .category-item h2 {
          font-size: 38px; } }
      @media only screen and (max-width: 767.98px) {
        #main-categories .category-item h2 {
          font-size: 32px; } }
      @media only screen and (max-width: 991.98px) {
        #main-categories .category-item h2 {
          left: auto !important;
          right: auto !important;
          top: auto !important;
          bottom: 15px !important;
          text-align: center !important;
          width: 100% !important; } }
    #main-categories .category-item .url-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      z-index: 3; }
    #main-categories .category-item .cat-photo {
      display: block;
      width: 100%;
      object-fit: cover;
      height: 343px; }
      @media only screen and (max-width: 1199.98px) {
        #main-categories .category-item .cat-photo {
          height: 320px; } }
      @media only screen and (max-width: 767.98px) {
        #main-categories .category-item .cat-photo {
          height: 250px; } }
  #main-categories [class*="col-"]:nth-of-type(1) .category-item h2 {
    top: -10%;
    left: -15%; }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      #main-categories [class*="col-"]:nth-of-type(1) .category-item h2 {
        left: -5%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #main-categories [class*="col-"]:nth-of-type(1) .category-item h2 {
        top: -10%;
        left: -6%; } }
  #main-categories [class*="col-"]:nth-of-type(2) .category-item h2 {
    bottom: -20%;
    right: -18%;
    text-align: right; }
    @media only screen and (min-width: 1200px) and (max-width: 1550px) {
      #main-categories [class*="col-"]:nth-of-type(2) .category-item h2 {
        right: -3%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #main-categories [class*="col-"]:nth-of-type(2) .category-item h2 {
        bottom: -10%;
        right: -6%; } }
  @media only screen and (max-width: 767.98px) {
    #main-categories [class*="col-"] + [class*="col-"] {
      margin-top: 24px; } }

#bestseller {
  padding-top: 52px;
  padding-bottom: 52px; }
  #bestseller .section-heading {
    margin-bottom: 24px; }
    #bestseller .section-heading h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #341D1E; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #bestseller .section-heading h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 991.98px) {
        #bestseller .section-heading h2 {
          font-size: 30px; } }
  #bestseller .see-all-wrapper {
    text-align: center;
    margin-top: 40px; }
    @media only screen and (max-width: 991.98px) {
      #bestseller .see-all-wrapper {
        margin-top: 20px; } }
    #bestseller .see-all-wrapper a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      min-width: 199px;
      padding-bottom: 4px; }
      @media only screen and (max-width: 767.98px) {
        #bestseller .see-all-wrapper a {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #bestseller .see-all-wrapper a:hover {
        background-color: #9E6260;
        border-color: #9E6260; }

#news {
  padding-top: 90px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media only screen and (max-width: 991.98px) {
    #news {
      background-color: #F1F4F6; } }
  @media only screen and (max-width: 991.98px) {
    #news {
      padding-top: 52px;
      padding-bottom: 52px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #news + #collections {
      padding-top: 64px; } }
  #news .section-heading {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      #news .section-heading {
        margin-bottom: 24px; } }
    #news .section-heading h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #341D1E;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #news .section-heading h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 991.98px) {
        #news .section-heading h2 {
          font-size: 30px; } }
  #news .news-list .post-item {
    display: flex;
    position: relative; }
    #news .news-list .post-item .post-thumbnail {
      overflow: hidden;
      border-radius: 4px; }
      #news .news-list .post-item .post-thumbnail img {
        display: block;
        width: 100%;
        object-fit: cover; }
    #news .news-list .post-item.first-item {
      flex-direction: column; }
      #news .news-list .post-item.first-item .post-thumbnail img {
        aspect-ratio: 5/3; }
        @media only screen and (max-width: 991.98px) {
          #news .news-list .post-item.first-item .post-thumbnail img {
            height: 203px; } }
      #news .news-list .post-item.first-item .post-title {
        display: block;
        margin-top: 24px;
        margin-bottom: 32px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 128%;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        color: #341D1E; }
        @media only screen and (max-width: 767.98px) {
          #news .news-list .post-item.first-item .post-title {
            font-size: 24px; } }
      #news .news-list .post-item.first-item p {
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        color: #111A1D;
        margin-bottom: 32px; }
        @media only screen and (max-width: 767.98px) {
          #news .news-list .post-item.first-item p {
            font-size: 18px; } }
      #news .news-list .post-item.first-item .readmore {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.02em;
        color: #3C3C3C;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: uppercase; }
        @media only screen and (max-width: 991.98px) {
          #news .news-list .post-item.first-item .readmore {
            font-size: 16px;
            font-weight: 500;
            padding: 0px 30px;
            border: 1px solid #BEBEBE;
            border-radius: 40px;
            height: 40px; } }
        #news .news-list .post-item.first-item .readmore:after {
          font-family: icomoon;
          content: "\e919";
          color: #3C3C3C;
          margin-left: 10px;
          transition: .25s ease-in-out; }
          @media only screen and (max-width: 991.98px) {
            #news .news-list .post-item.first-item .readmore:after {
              position: relative;
              top: 2px; } }
        #news .news-list .post-item.first-item .readmore:hover:after {
          margin-left: 14px; }
    #news .news-list .post-item:not(.first-item) {
      align-items: center;
      gap: 16px; }
      #news .news-list .post-item:not(.first-item) + .post-item {
        margin-top: 24px; }
      #news .news-list .post-item:not(.first-item) .post-thumbnail {
        width: 198px; }
        #news .news-list .post-item:not(.first-item) .post-thumbnail img {
          aspect-ratio: 9/5; }
      #news .news-list .post-item:not(.first-item) .post-title {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-transform: capitalize;
        color: #3C3C3C; }
    #news .news-list .post-item .url-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0; }
    #news .news-list .post-item .content-holder {
      flex-grow: 1; }
  @media only screen and (min-width: 992px) {
    #news .news-list .remaining-items {
      padding: 24px;
      background: #F6F6F6;
      border-radius: 4px; } }
  @media only screen and (max-width: 991.98px) {
    #news .news-list .remaining-items {
      margin-top: 32px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #news .news-list .remaining-items .post-item {
      width: calc(50% - 8px); } }
  @media only screen and (max-width: 991.98px) {
    #news .news-list .remaining-items .post-item .photo-holder {
      min-width: 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 991.98px) {
    #news .news-list .remaining-items .post-item .photo-holder .post-thumbnail {
      width: 100%; } }
  #news .news-list .see-all {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    display: flex;
    min-width: 199px; }
    @media only screen and (max-width: 767.98px) {
      #news .news-list .see-all {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    #news .news-list .see-all:hover {
      background-color: #9E6260;
      border-color: #9E6260; }

#latest-products {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    #latest-products {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #latest-products .products-section .section-content {
    max-width: 284px; }
    @media only screen and (max-width: 991.98px) {
      #latest-products .products-section .section-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 24px; } }
    #latest-products .products-section .section-content .category {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #111A1D;
      margin-bottom: 16px;
      padding-left: 12px;
      position: relative;
      display: inline-flex; }
      @media only screen and (max-width: 767.98px) {
        #latest-products .products-section .section-content .category {
          font-size: 16px; } }
      #latest-products .products-section .section-content .category:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        font-family: icomoon;
        font-size: 6px;
        content: "\e91e";
        color: inherit;
        margin-top: 1px; }
    #latest-products .products-section .section-content h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 1.32;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #3C3C3C; }
    #latest-products .products-section .section-content .lt-btn {
      margin-top: 32px; }
      @media only screen and (max-width: 991.98px) {
        #latest-products .products-section .section-content .lt-btn {
          display: none !important; } }
    @media only screen and (max-width: 767.98px) {
      #latest-products .products-section .section-content .show-lg {
        display: none; } }
    @media only screen and (min-width: 768px) {
      #latest-products .products-section .section-content .show-sm {
        display: none; } }
    #latest-products .products-section .section-content .show-sm h2 + p {
      margin-top: 16px; }
    #latest-products .products-section .section-content .show-sm p {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #3C3C3C; }
  #latest-products .products-section.pets, #latest-products .products-section.pets-de {
    margin-bottom: 64px; }
    @media only screen and (max-width: 991.98px) {
      #latest-products .products-section.pets, #latest-products .products-section.pets-de {
        margin-bottom: 50px; } }
    #latest-products .products-section.pets .lt-btn, #latest-products .products-section.pets .lt-btn-sm a, #latest-products .products-section.pets-de .lt-btn, #latest-products .products-section.pets-de .lt-btn-sm a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 767.98px) {
        #latest-products .products-section.pets .lt-btn, #latest-products .products-section.pets .lt-btn-sm a, #latest-products .products-section.pets-de .lt-btn, #latest-products .products-section.pets-de .lt-btn-sm a {
          height: 45px;
          border-radius: 50px; } }
      #latest-products .products-section.pets .lt-btn:before, #latest-products .products-section.pets .lt-btn-sm a:before, #latest-products .products-section.pets-de .lt-btn:before, #latest-products .products-section.pets-de .lt-btn-sm a:before {
        font-family: 'icomoon';
        display: inline-block;
        margin-right: 8px;
        content: "\e91f";
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          #latest-products .products-section.pets .lt-btn:before, #latest-products .products-section.pets .lt-btn-sm a:before, #latest-products .products-section.pets-de .lt-btn:before, #latest-products .products-section.pets-de .lt-btn-sm a:before {
            margin-right: 6px; } }
      #latest-products .products-section.pets .lt-btn:hover, #latest-products .products-section.pets .lt-btn-sm a:hover, #latest-products .products-section.pets-de .lt-btn:hover, #latest-products .products-section.pets-de .lt-btn-sm a:hover {
        background-color: #9E6260; }
  #latest-products .products-section.living .row, #latest-products .products-section.living-de .row {
    flex-direction: row-reverse; }
  #latest-products .products-section.living .section-content, #latest-products .products-section.living-de .section-content {
    margin-left: auto; }
  #latest-products .products-section.living .lt-btn, #latest-products .products-section.living .lt-btn-sm a, #latest-products .products-section.living-de .lt-btn, #latest-products .products-section.living-de .lt-btn-sm a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      #latest-products .products-section.living .lt-btn, #latest-products .products-section.living .lt-btn-sm a, #latest-products .products-section.living-de .lt-btn, #latest-products .products-section.living-de .lt-btn-sm a {
        height: 45px;
        border-radius: 50px; } }
    #latest-products .products-section.living .lt-btn:before, #latest-products .products-section.living .lt-btn-sm a:before, #latest-products .products-section.living-de .lt-btn:before, #latest-products .products-section.living-de .lt-btn-sm a:before {
      font-family: 'icomoon';
      display: inline-block;
      margin-right: 8px;
      content: "\e91f";
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767.98px) {
        #latest-products .products-section.living .lt-btn:before, #latest-products .products-section.living .lt-btn-sm a:before, #latest-products .products-section.living-de .lt-btn:before, #latest-products .products-section.living-de .lt-btn-sm a:before {
          margin-right: 6px; } }
    #latest-products .products-section.living .lt-btn:hover, #latest-products .products-section.living .lt-btn-sm a:hover, #latest-products .products-section.living-de .lt-btn:hover, #latest-products .products-section.living-de .lt-btn-sm a:hover {
      background-color: #9E6260; }
  #latest-products .lt-btn-sm {
    text-align: center;
    margin-top: 44px; }
    @media only screen and (min-width: 992px) {
      #latest-products .lt-btn-sm {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      #latest-products .lt-btn-sm {
        margin-top: 14px; } }

#bottom-cta {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767.98px) {
    #bottom-cta {
      display: none; } }
  @media only screen and (max-width: 767.98px) {
    #bottom-cta .container {
      padding: 0; } }
  #bottom-cta #bottom-cta-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    position: relative;
    min-height: 506px; }
    #bottom-cta #bottom-cta-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
      border-radius: 16px; }
    @media only screen and (max-width: 767.98px) {
      #bottom-cta #bottom-cta-wrapper {
        border-radius: 0;
        min-height: 570px; } }
  #bottom-cta .bc-holder {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 326px;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px; }
    #bottom-cta .bc-holder .small-title {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 16px;
      padding-left: 12px;
      position: relative;
      display: block;
      margin-bottom: 30px; }
    #bottom-cta .bc-holder h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 45px;
      line-height: 1;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 32px; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #bottom-cta .bc-holder h2 {
          font-size: 38px; } }
      @media only screen and (max-width: 991.98px) {
        #bottom-cta .bc-holder h2 {
          font-size: 32px; } }
      #bottom-cta .bc-holder h2 strong {
        font-weight: 300;
        font-size: 60px;
        display: block; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #bottom-cta .bc-holder h2 strong {
            font-size: 50px; } }
        @media only screen and (max-width: 991.98px) {
          #bottom-cta .bc-holder h2 strong {
            font-size: 42px; } }
    #bottom-cta .bc-holder a.bc-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767.98px) {
        #bottom-cta .bc-holder a.bc-btn {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #bottom-cta .bc-holder a.bc-btn:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
      @media only screen and (max-width: 767.98px) {
        #bottom-cta .bc-holder a.bc-btn {
          height: 45px; } }

#instagram-feed {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 767.98px) {
    #instagram-feed {
      padding-top: 48px;
      padding-bottom: 12px; } }
  #instagram-feed .row {
    padding-left: 11px;
    padding-right: 11px; }
    #instagram-feed .row [class*="col-"] {
      padding-left: 4px;
      padding-right: 4px; }
    @media only screen and (max-width: 767.98px) {
      #instagram-feed .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; } }
  #instagram-feed .instagram-holder {
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 991.98px) {
      #instagram-feed .instagram-holder .show-lg {
        display: none; } }
    @media only screen and (min-width: 992px) {
      #instagram-feed .instagram-holder .show-sm {
        display: none; } }
    @media only screen and (min-width: 992px) {
      #instagram-feed .instagram-holder .col-lg-4:nth-of-type(1), #instagram-feed .instagram-holder .col-lg-4:nth-of-type(3) {
        flex: 0 0 31.8%;
        max-width: 31.8%; } }
    @media only screen and (min-width: 992px) {
      #instagram-feed .instagram-holder .col-lg-4:nth-of-type(1) > .photo-holder {
        margin-bottom: 8px; } }
    @media only screen and (min-width: 992px) {
      #instagram-feed .instagram-holder .col-lg-4:nth-of-type(2) {
        flex: 0 0 36.4%;
        max-width: 36.4%; } }
    #instagram-feed .instagram-holder .col-lg-4:nth-of-type(2) > .photo-holder img {
      aspect-ratio: 4/3; }
    #instagram-feed .instagram-holder .photo-holder {
      margin-top: 4px;
      margin-bottom: 4px; }
      #instagram-feed .instagram-holder .photo-holder a {
        display: block;
        overflow: hidden;
        border-radius: 4px; }
        #instagram-feed .instagram-holder .photo-holder a img {
          display: block;
          width: 100%;
          transition: .25s ease-in-out;
          object-fit: cover;
          height: 100%;
          aspect-ratio: 1/1;
          border-radius: 4px; }
        #instagram-feed .instagram-holder .photo-holder a:hover img {
          transform: scale(1.1); }
    #instagram-feed .instagram-holder .insta-intro {
      margin-bottom: 45px;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #instagram-feed .instagram-holder .insta-intro {
          margin-bottom: 35px; } }
      @media only screen and (max-width: 991.98px) {
        #instagram-feed .instagram-holder .insta-intro {
          margin-bottom: 24px; } }
      #instagram-feed .instagram-holder .insta-intro ul {
        margin-bottom: 6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        #instagram-feed .instagram-holder .insta-intro ul li {
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 14px;
          letter-spacing: 0.04em;
          color: #4C5156;
          text-transform: uppercase; }
        #instagram-feed .instagram-holder .insta-intro ul li + li:before {
          font-family: icomoon;
          font-size: 6px;
          content: "\e91e";
          color: inherit;
          display: inline-block;
          margin-left: 16px;
          margin-right: 16px; }
      #instagram-feed .instagram-holder .insta-intro h3 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #3C3C3C; }
    #instagram-feed .instagram-holder .insta-button {
      margin-top: 44px;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #instagram-feed .instagram-holder .insta-button {
          margin-top: 40px; } }
      @media only screen and (max-width: 767.98px) {
        #instagram-feed .instagram-holder .insta-button {
          margin-top: 24px; } }
      #instagram-feed .instagram-holder .insta-button a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        padding-left: 30px;
        padding-right: 30px; }
        @media only screen and (max-width: 767.98px) {
          #instagram-feed .instagram-holder .insta-button a {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #instagram-feed .instagram-holder .insta-button a:hover {
          background-color: #9E6260;
          border-color: #9E6260; }

.section-heading ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 36px;
  background: transaprent;
  color: #8F8F8F;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  .section-heading ul li a:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #8F8F8F;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .section-heading ul li a:before {
        margin-right: 6px; } }
  .section-heading ul li a:hover, .section-heading ul li a.active {
    background-color: #6F4244;
    color: #111A1D; }
    .section-heading ul li a:hover:before, .section-heading ul li a.active:before {
      color: #111A1D; }

.home-holder {
  display: flex;
  flex-direction: column;
   /* #masheader {
        @include bp(sm-down) {
            order: 1;
        }
    }
    #top-homepage {
        @include bp(sm-down) {
            order: 2;
        }
    }
    #bestseller {
        @include bp(sm-down) {
            order: 3;
        }
    }
    .home-wwd.show-sm {
        @include bp(sm-down) {
            order: 4;
        }
    }
    #news {
        @include bp(sm-down) {
            order: 6;
        }
    }
    #latest-products {
        @include bp(sm-down) {
            order: 5;
        }
    }
    #testimonial-section {
        @include bp(sm-down) {
            order: 7;
        }
    }

    #instagram-feed {
        @include bp(sm-down) {
            order: 8;
        }
    }*/ }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #bestseller-slider.slick-dotted {
    padding-bottom: 70px; } }

#collections {
  padding-top: 52px;
  padding-bottom: 52px; }
  @media only screen and (max-width: 767.98px) {
    #collections + #testimonial-section {
      padding-top: 0; } }
  #collections .section-heading {
    margin-bottom: 40px; }
    #collections .section-heading h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #341D1E;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #collections .section-heading h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 991.98px) {
        #collections .section-heading h2 {
          font-size: 30px; } }
  @media only screen and (max-width: 991.98px) {
    #collections .collections-holder [class*="col-"] {
      margin-bottom: 20px; } }
  #collections .collections-holder .collection-item {
    position: relative;
    overflow: hidden; }
    #collections .collections-holder .collection-item h3 {
      position: absolute;
      text-align: center;
      bottom: 32px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 42px;
      line-height: 90%;
      color: #FFFFFF;
      text-shadow: 0px 1.75369px 7.01478px rgba(0, 0, 0, 0.16);
      text-transform: uppercase;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #collections .collections-holder .collection-item h3 {
          font-size: 32px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #collections .collections-holder .collection-item h3 {
          font-size: 32px; } }
      @media only screen and (max-width: 767.98px) {
        #collections .collections-holder .collection-item h3 {
          font-size: 28px; } }
    #collections .collections-holder .collection-item img {
      display: block;
      object-fit: cover;
      transition: .25s ease-in-out;
      width: 100%;
      height: 392px; }
      @media only screen and (max-width: 1199.98px) {
        #collections .collections-holder .collection-item img {
          height: 320px; } }
      @media only screen and (max-width: 767.98px) {
        #collections .collections-holder .collection-item img {
          height: 250px; } }
    #collections .collections-holder .collection-item .url-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0; }
    #collections .collections-holder .collection-item:hover img {
      transform: scale(1.1); }

#product-listing {
  padding-top: 16px;
  padding-bottom: 51px; }
  #product-listing .pos-r {
    position: relative; }
  #product-listing .mobile-action-btns {
    display: flex;
    margin-left: -8px;
    margin-right: -8px; }
    @media only screen and (min-width: 992px) {
      #product-listing .mobile-action-btns {
        display: none; } }
    #product-listing .mobile-action-btns button {
      flex-grow: 1;
      width: 50%;
      margin-left: 8px;
      margin-right: 8px; }
      #product-listing .mobile-action-btns button.toggle-categories:before {
        content: "\e920"; }
      #product-listing .mobile-action-btns button.toggle-filter:before {
        content: "\e906"; }
  #product-listing .category-hero {
    position: relative;
    border-radius: 8px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    min-height: 237px; }
    @media only screen and (max-width: 767.98px) {
      #product-listing .category-hero {
        min-height: 150px; } }
    #product-listing .category-hero:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
      border-radius: 8px; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .category-hero + .mobile-action-btns {
        margin-top: 30px; } }
    #product-listing .category-hero h1 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 96px;
      line-height: 108%;
      letter-spacing: -0.05em;
      color: #FFFFFF;
      text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
      position: relative;
      z-index: 2;
      text-transform: uppercase;
      margin-top: -2%; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #product-listing .category-hero h1 {
          font-size: 72px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #product-listing .category-hero h1 {
          font-size: 52px; } }
      @media only screen and (max-width: 767.98px) {
        #product-listing .category-hero h1 {
          font-size: 32px; } }
      #product-listing .category-hero h1 span {
        display: block;
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 400;
        font-size: 100px;
        line-height: 90%;
        color: #F6EEED;
        text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
        text-transform: lowercase;
        text-align: left;
        position: relative;
        margin-left: -50px;
        z-index: -1; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #product-listing .category-hero h1 span {
            font-size: 59px;
            margin-left: -40px; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          #product-listing .category-hero h1 span {
            font-size: 36px;
            margin-left: -30px; } }
        @media only screen and (max-width: 767.98px) {
          #product-listing .category-hero h1 span {
            font-size: 32px;
            margin-left: -20px; } }
  #product-listing .category-intro {
    text-align: center;
    margin-bottom: 32px;
    max-width: 825px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .category-intro {
        margin-bottom: 45px; } }
    #product-listing .category-intro i {
      font-size: 50px;
      margin-bottom: 32px;
      display: block;
      color: #bebebe; }
    #product-listing .category-intro h2 {
      font-family: "Josefin Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0.04em;
      color: #111A1D;
      margin-bottom: 24px;
      text-transform: uppercase; }
    #product-listing .category-intro p {
      font-family: "Cormorant Garamond";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      color: #111A1D; }
  @media only screen and (min-width: 992px) {
    #product-listing .products-lhs-filter-wrap {
      position: sticky;
      top: 139px;
      height: fit-content; } }
  @media only screen and (min-width: 992px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter {
      max-width: 308px; } }
  @media only screen and (min-width: 992px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section.categories-filters-section > .filter-caption {
      display: none !important; } }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .count {
    display: none !important; }
  @media only screen and (min-width: 992px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section {
      margin-bottom: 32px;
      border: 1px solid #d9d9d9;
      border-radius: 8px; } }
  @media only screen and (max-width: 991.98px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section {
      position: fixed !important;
      max-width: 100%;
      left: -100%;
      top: 0;
      width: 100%;
      max-width: 450px;
      overflow-y: auto;
      height: 100%;
      z-index: 99999;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #fff;
      text-align: left;
      background: #fff;
      padding: 0px 15px; } }
  @media only screen and (max-width: 991.98px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section.show {
      left: 0; } }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .filter-caption {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #111A1D;
    text-transform: uppercase;
    padding: 16px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .filter-caption {
        padding-left: 0;
        padding-right: 0; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .filter-caption .close-filter {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #111A1D;
      font-size: 20px;
      border-radius: 50%;
      background: #f7f7f7;
      width: 36px;
      height: 36px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .filter-caption .close-filter {
          display: none; } }
  @media only screen and (min-width: 992px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .filter-group {
      padding-left: 17px;
      padding-right: 12px; } }
  @media only screen and (max-width: 991.98px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .filter-group {
      padding-top: 16px;
      padding-bottom: 8px; } }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget_product_categories {
    padding-top: 8px; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget_product_categories {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #d9d9d9; } }
  @media only screen and (max-width: 991.98px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget {
      margin-bottom: 8px; } }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .widget-title,
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget ul li a {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #111a1d;
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .widget-title {
    color: #111A1D; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .children {
    display: none;
    padding-left: 15px;
    width: 100%; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .children {
        padding-left: 35px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .children li a {
      padding-left: 21px;
      color: #838b86;
      position: relative;
      display: flex;
      padding-top: 14px;
      padding-bottom: 14px; }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .children li a:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        font-family: icomoon;
        font-size: 6px;
        content: "\e922";
        color: inherit;
        margin-top: 1px;
        font-weight: bold;
        color: #000; }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget .children li a:hover {
        color: #111A1D; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li {
    padding: 0; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li {
        margin-bottom: 8px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li a {
      width: 100%; }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li.cat-item:not(.cat-parent) > a {
      padding-left: 21px; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li.cat-item:not(.cat-parent) > a {
          padding-left: 44px;
          padding-right: 48px; } }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li > a {
        background: #f7f7f7;
        border-radius: 20px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li > a:hover {
      cursor: pointer; }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li > a:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      font-family: icomoon;
      font-size: 6px;
      content: "\e91e";
      color: inherit;
      margin-top: 1px; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .product-categories > li > a:before {
          left: 21px; } }
  @media only screen and (max-width: 991.98px) {
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a {
      background: #f7f7f7; } }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link,
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title,
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a,
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-right: 40px;
    padding-left: 21px;
    border-radius: 20px;
    width: 100%; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link,
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title,
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a,
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item {
        padding-left: 44px;
        padding-right: 48px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link:hover,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title:hover,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a:hover,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:hover {
      cursor: pointer; }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link:before,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title:before,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a:before,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      font-family: icomoon;
      font-size: 6px;
      content: "\e91e";
      color: inherit;
      margin-top: 1px; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link:before,
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title:before,
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a:before,
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:before {
          left: 21px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link span.toggler,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title span.toggler,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a span.toggler,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item span.toggler {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0px; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link span.toggler,
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title span.toggler,
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a span.toggler,
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item span.toggler {
          right: 12px; } }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link span.toggler:after,
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title span.toggler:after,
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a span.toggler:after,
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item span.toggler:after {
        font-family: icomoon;
        color: #111A1D;
        font-size: 20px;
        content: "\e900";
        transition: .25s ease-in-out; }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .category-link.active span.toggler:after,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title.active span.toggler:after,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent > a.active span.toggler:after,
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item.active span.toggler:after {
      content: "\e90f"; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-parent.cat-item:before {
    display: none; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item .cat-item {
    padding: 0; }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item .cat-item.current-cat a {
      color: #111A1D; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    font-family: icomoon;
    color: #111A1D;
    font-size: 20px;
    content: "\e900";
    transition: .25s ease-in-out; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title:after {
        right: 12px; } }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .widget-title.active:after {
    content: "\e90f"; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:not(.cat-parent):after {
    display: none; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:not(.cat-parent):before {
    display: none; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:not(.cat-parent) a .toggler {
    display: none; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .cat-item:not(.cat-parent) a:after {
    display: none; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list {
    display: none;
    padding-left: 7px; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list {
        padding-left: 24px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list a {
      position: relative;
      padding-left: 32px;
      display: block;
      color: #111A1D; }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list a:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        width: 20px;
        height: 20px;
        border: 2px solid #111A1D;
        left: 0;
        background: #ffffff;
        border-radius: 6px; }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list a:after {
        font-family: icomoon;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111A1D;
        opacity: 0;
        width: 0.6em;
        height: 0.6em;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        left: 6px;
        box-shadow: inset 1em 1em #111A1D; }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a {
      /*&:before {
          background: #752320;
          border-color: #EB1D4C;
      }*/ }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .wpc-filters-section .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:after {
        opacity: 1; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .widget_product_categories .widget-title {
    display: none !important; }
  #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-top: 1px solid #d9d9d9; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 991.98px) {
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns {
        padding-left: 0;
        padding-right: 0; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-filter {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      font-size: 14px;
      border-radius: 20px;
      height: 30px;
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 4px;
      margin-left: 0 !important; }
      @media only screen and (max-width: 767.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-filter {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-filter:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-filter {
          margin-right: 0;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-filter {
          padding: 0 10px;
          padding-bottom: 4px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-clear {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0px 16px;
      height: 45px;
      border: 1px solid #6F4244;
      background: #fff;
      color: #6F4244;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      color: #111A1D;
      font-size: 14px;
      border-radius: 20px;
      height: 30px;
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 4px;
      margin-right: 0 !important; }
      @media only screen and (max-width: 767.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-clear {
          padding: 0px 30px; } }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-clear i {
        transition: .25s ease-in-out; }
      #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-clear:hover {
        background-color: #6F4244;
        border-color: #6F4244;
        color: #fff; }
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-clear:hover i {
          color: #fff; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns .btn-clear {
          font-size: 18px;
          letter-spacing: 0.02em;
          height: 45px;
          padding: 0 10px;
          padding-bottom: 4px; } }
    #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns button {
      margin-right: 8px;
      margin-left: 8px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns button {
          margin-right: 5px;
          margin-left: 5px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns button {
          min-width: 100%;
          flex-grow: 1;
          margin-left: 0;
          margin-right: 0; } }
      @media only screen and (max-width: 991.98px) {
        #product-listing .products-lhs-filter-wrap .products-lhs-filter .filter-btns button {
          width: 50%; } }
  #product-listing .product-listing-wrap .filter-here {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff; }
    @media only screen and (min-width: 992px) {
      #product-listing .product-listing-wrap .filter-here {
        position: sticky;
        top: 139px;
        z-index: 998; } }
    #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper {
      position: fixed !important;
      max-width: 100%;
      right: -100%;
      top: 170px;
      width: 100%;
      max-width: 450px;
      overflow-y: auto;
      height: 100%;
      z-index: 99999;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #fff;
      text-align: left;
      background: #fff;
      padding: 0px 15px; }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper.show {
        right: 0; }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .additional-widgets-header {
        font-family: "Josefin Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #111A1D;
        text-transform: uppercase;
        padding: 16px 8px;
        text-align: center;
        border-bottom: 1px solid #d9d9d9;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 991.98px) {
          #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .additional-widgets-header {
            padding-left: 0;
            padding-right: 0; } }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .additional-widgets-header .close-additional-widgets {
          border: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #111A1D;
          font-size: 20px;
          border-radius: 50%;
          background: #f7f7f7;
          width: 36px;
          height: 36px;
          font-weight: 700; }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title, #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper ul li a {
        font-family: "Josefin Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #111a1d;
        text-transform: uppercase;
        padding-top: 17px;
        padding-bottom: 17px;
        display: flex; }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .woocommerce-widget-layered-nav-list {
        display: none;
        padding-left: 7px; }
        @media only screen and (max-width: 991.98px) {
          #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .woocommerce-widget-layered-nav-list {
            padding-left: 24px; } }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding-right: 40px;
        padding-left: 21px;
        border-radius: 20px;
        width: 100%; }
        @media only screen and (max-width: 991.98px) {
          #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title {
            padding-left: 44px;
            padding-right: 48px; } }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title:hover {
          cursor: pointer; }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          font-family: icomoon;
          font-size: 6px;
          content: "\e91e";
          color: inherit;
          margin-top: 1px; }
          @media only screen and (max-width: 991.98px) {
            #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title:before {
              left: 21px; } }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title:after {
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0px;
          font-family: icomoon;
          color: #111A1D;
          font-size: 20px;
          content: "\e900";
          transition: .25s ease-in-out; }
          @media only screen and (max-width: 991.98px) {
            #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title:after {
              right: 12px; } }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper .widget-title.active:after {
          content: "\e90f"; }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper a {
        position: relative;
        padding-left: 32px;
        display: block;
        color: #111A1D; }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper a:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          content: "";
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 20px;
          width: 20px;
          height: 20px;
          border: 2px solid #111A1D;
          left: 0;
          background: #ffffff;
          border-radius: 6px; }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper a:after {
          font-family: icomoon;
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          color: #111A1D;
          opacity: 0;
          width: 0.6em;
          height: 0.6em;
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          transform-origin: bottom left;
          transition: 120ms transform ease-in-out;
          left: 6px;
          box-shadow: inset 1em 1em #111A1D; }
      #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper li.woocommerce-widget-layered-nav-list__item--chosen a {
        /*&:before {
            background: #752320;
            border-color: #EB1D4C;
        }*/ }
        #product-listing .product-listing-wrap .filter-here .additional-widgets-wrapper li.woocommerce-widget-layered-nav-list__item--chosen a:after {
          opacity: 1; }
    #product-listing .product-listing-wrap .filter-here .filters-filters-section {
      display: flex; }
      @media only screen and (min-width: 992px) {
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-caption {
          display: none; } }
      #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group {
        display: flex;
        align-items: center;
        gap: 24px; }
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget {
          position: relative; }
          #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget:hover {
            cursor: pointer; }
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title:not(.additional-widgets-wrapper .widget-title) {
          height: 24px;
          background: #ffffff;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          color: #4F4F4F;
          padding-left: 8px;
          padding-right: 32px;
          display: flex;
          align-items: center;
          position: relative;
          border: 0;
          margin: 0; }
          @media only screen and (max-width: 991.98px) {
            #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title:not(.additional-widgets-wrapper .widget-title) {
              height: 48px;
              padding-left: 32px;
              padding-right: 68px;
              border: 1.5px solid #d9d9d9;
              border-radius: 24px; } }
          #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title:not(.additional-widgets-wrapper .widget-title):after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: icomoon;
            color: #111A1D;
            font-size: 16px;
            content: "\e912";
            font-weight: 900;
            transition: .25s ease-in-out;
            right: 8px;
            margin-top: 2px; }
            @media only screen and (max-width: 991.98px) {
              #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title:not(.additional-widgets-wrapper .widget-title):after {
                right: 32px; } }
          #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title:not(.additional-widgets-wrapper .widget-title).active:after {
            transform: translateY(-50%) rotate(180deg); }
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group ul:not(.additional-widgets-wrapper ul), #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title + form:not(.additional-widgets-wrapper ul) {
          transition: .25s ease-in-out;
          opacity: 0;
          pointer-events: none;
          left: 0;
          margin: 0;
          position: absolute;
          top: 100%;
          z-index: 9999;
          max-height: 200px;
          overflow-y: auto;
          border: 1px solid #aaa;
          border-radius: 4px;
          background-color: #fff;
          min-width: max-content; }
          #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group ul:not(.additional-widgets-wrapper ul).active, #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title + form:not(.additional-widgets-wrapper ul).active {
            opacity: 1;
            pointer-events: auto; }
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group ul .count, #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title + form .count {
          display: none; }
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group ul li:not(.additional-widgets-wrapper ul li) a, #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title + form li:not(.additional-widgets-wrapper ul li) a {
          display: block;
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 1;
          padding: 12px;
          color: #111A1D; }
          #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group ul li:not(.additional-widgets-wrapper ul li) a:hover, #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title + form li:not(.additional-widgets-wrapper ul li) a:hover {
            background-color: #111A1D;
            color: #fff; }
        #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group ul li:not(.additional-widgets-wrapper ul li).chosen a, #product-listing .product-listing-wrap .filter-here .filters-filters-section .filter-group .widget-title + form li:not(.additional-widgets-wrapper ul li).chosen a {
          background-color: #111A1D;
          color: #fff; }
    #product-listing .product-listing-wrap .filter-here .show-more-button {
      height: 24px;
      background: #ffffff;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #4F4F4F;
      padding-left: 8px;
      padding-right: 32px;
      display: flex;
      align-items: center;
      position: relative;
      border: 0;
      margin: 0;
      padding-left: 32px;
      padding-right: 8px; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .product-listing-wrap .filter-here .show-more-button {
          height: 48px;
          padding-left: 32px;
          padding-right: 68px;
          border: 1.5px solid #d9d9d9;
          border-radius: 24px; } }
      #product-listing .product-listing-wrap .filter-here .show-more-button:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icomoon;
        color: #111A1D;
        font-size: 16px;
        content: "\e912";
        font-weight: 900;
        transition: .25s ease-in-out;
        right: 8px;
        margin-top: 2px; }
        @media only screen and (max-width: 991.98px) {
          #product-listing .product-listing-wrap .filter-here .show-more-button:after {
            right: 32px; } }
      #product-listing .product-listing-wrap .filter-here .show-more-button:after {
        content: "\e92e";
        font-weight: 400;
        right: auto;
        left: 8px; }
  #product-listing .product-listing-wrap .sort-area {
    text-align: right; }
    @media only screen and (max-width: 991.98px) {
      #product-listing .product-listing-wrap .sort-area {
        margin-bottom: 9px;
        flex-grow: 1; } }
    #product-listing .product-listing-wrap .sort-area .select2 {
      height: 24px; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .product-listing-wrap .sort-area .select2 {
          width: 100% !important;
          height: 45px; } }
    #product-listing .product-listing-wrap .sort-area .select2-selection {
      height: 24px;
      background: #ffffff;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #4F4F4F;
      padding-left: 8px;
      padding-right: 32px;
      display: flex;
      align-items: center;
      position: relative;
      border: 0;
      margin: 0; }
      @media only screen and (max-width: 991.98px) {
        #product-listing .product-listing-wrap .sort-area .select2-selection {
          height: 48px;
          padding-left: 32px;
          padding-right: 68px;
          border: 1.5px solid #d9d9d9;
          border-radius: 24px; } }
      #product-listing .product-listing-wrap .sort-area .select2-selection:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icomoon;
        color: #111A1D;
        font-size: 16px;
        content: "\e912";
        font-weight: 900;
        transition: .25s ease-in-out;
        right: 8px;
        margin-top: 2px; }
        @media only screen and (max-width: 991.98px) {
          #product-listing .product-listing-wrap .sort-area .select2-selection:after {
            right: 32px; } }
      #product-listing .product-listing-wrap .sort-area .select2-selection .select2-selection__rendered {
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        color: #4F4F4F; }
      #product-listing .product-listing-wrap .sort-area .select2-selection .select2-selection__arrow {
        display: none; }
    #product-listing .product-listing-wrap .sort-area .woocommerce-result-count {
      display: none; }
    #product-listing .product-listing-wrap .sort-area .select2-container--open .select2-selection:after {
      transform: translateY(-50%) rotate(180deg); }
  #product-listing .product-listing-wrap .delimiter-line {
    margin-bottom: 16px;
    position: relative;
    text-align: center; }
    #product-listing .product-listing-wrap .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #product-listing .product-listing-wrap .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    #product-listing .product-listing-wrap .delimiter-line i {
      color: #bebebe; }
  #product-listing .product-listing-wrap .product-listing {
    /*[class*="col-"] {
        @include bp(sm-down) {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 7px;
            padding-right: 7px;
        }
    }*/ }
    #product-listing .product-listing-wrap .product-listing .row {
      padding-left: 0;
      padding-right: 0; }
    #product-listing .product-listing-wrap .product-listing [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
    #product-listing .product-listing-wrap .product-listing .product-item {
      height: 100%;
      /* margin-bottom: 56px;
       @include bp(sm-down) {
           margin-bottom: 16px;
       }*/ }
  #product-listing .product-listing-wrap .custom-pagination {
    text-align: center;
    margin-top: 42px; }
    #product-listing .product-listing-wrap .custom-pagination .load-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      height: 56px !important;
      padding-left: 24px !important;
      padding-right: 24px !important;
      font-size: 18px !important; }
      @media only screen and (max-width: 767.98px) {
        #product-listing .product-listing-wrap .custom-pagination .load-more {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #product-listing .product-listing-wrap .custom-pagination .load-more:hover {
        background-color: #9E6260;
        border-color: #9E6260; }

.widget_price_filter form {
  min-width: 150px;
  padding: 12px; }
  @media only screen and (max-width: 991.98px) {
    .widget_price_filter form {
      display: none; } }
  .widget_price_filter form .ui-slider-handle {
    border-radius: 50%;
    background: #6F4244 !important; }
  .widget_price_filter form .ui-slider-range {
    background: #6F4244 !important; }
  .widget_price_filter form .price_slider {
    margin-bottom: 0; }
  .widget_price_filter form .price_slider_amount {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
  .widget_price_filter form #min_price, .widget_price_filter form #max_price {
    float: left;
    width: calc(50% - 5px); }
  .widget_price_filter form .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    order: 2;
    padding: 0px 14px;
    height: 30px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-bottom: 2px;
    text-transform: none;
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 767.98px) {
      .widget_price_filter form .button {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    .widget_price_filter form .button:hover {
      background-color: #9E6260;
      border-color: #9E6260; }
  .widget_price_filter form .price_label {
    font-size: 0;
    font-family: 'Josefin Sans';
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .widget_price_filter form .price_label span {
      font-size: 12px;
      display: block;
      width: 50%; }
      .widget_price_filter form .price_label span.from {
        text-align: left; }
      .widget_price_filter form .price_label span.to {
        text-align: right; }

.certificates-aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px; }

#product-single {
  /* padding-bottom: 90px;
   @include bp(sm-down) {
       padding-bottom: 20px;
   }*/ }
  #product-single .woocommerce-breadcrumb {
    display: flex !important;
    padding-bottom: 20px; }
  #product-single #product-single-main {
    margin-top: 32px; }
    #product-single #product-single-main .row {
      padding-left: 0;
      padding-right: 0; }
      #product-single #product-single-main .row [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; }
    #product-single #product-single-main .product-slider {
      position: relative; }
      #product-single #product-single-main .product-slider .discount {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-weight: 400; }
      #product-single #product-single-main .product-slider .custom-label {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        padding-top: 3px;
        padding-bottom: 8px;
        background: #6F4244;
        border-radius: 30px;
        position: absolute;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #fff;
        top: 16px;
        right: 16px;
        z-index: 1;
        text-transform: uppercase; }
      #product-single #product-single-main .product-slider .slider-nav,
      #product-single #product-single-main .product-slider .slider-for {
        opacity: 0; }
        #product-single #product-single-main .product-slider .slider-nav.slick-initialized,
        #product-single #product-single-main .product-slider .slider-for.slick-initialized {
          opacity: 1;
          transition: opacity 0.3s ease-out; }
        #product-single #product-single-main .product-slider .slider-nav .slick-disabled,
        #product-single #product-single-main .product-slider .slider-for .slick-disabled {
          opacity: 0.5 !important;
          pointer-events: none !important; }
      #product-single #product-single-main .product-slider .slider-for {
        margin-bottom: 8px; }
      #product-single #product-single-main .product-slider .slider-nav .slick-slide {
        margin: 0 4px; }
      #product-single #product-single-main .product-slider .slider-nav .slick-list {
        margin: 0 -4px; }
        #product-single #product-single-main .product-slider .slider-nav .slick-list .prod-thumb {
          position: relative; }
          #product-single #product-single-main .product-slider .slider-nav .slick-list .prod-thumb img {
            -ms-interpolation-mode: nearest-neighbor;
            image-rendering: -moz-crisp-edges;
            image-rendering: -o-crisp-edges;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
            width: 100%;
            border-radius: 4px;
            border: solid 1px #bebebe;
            display: block; }
          #product-single #product-single-main .product-slider .slider-nav .slick-list .prod-thumb:hover img {
            cursor: pointer;
            border-color: #111A1D; }
        #product-single #product-single-main .product-slider .slider-nav .slick-list .slick-current .prod-thumb img {
          border-color: #111A1D; }
      #product-single #product-single-main .product-slider .slider-nav .slick-prev:before,
      #product-single #product-single-main .product-slider .slider-nav .slick-next:before {
        color: #111A1D; }
    @media only screen and (max-width: 991.98px) {
      #product-single #product-single-main .product-summary {
        margin-top: 40px; } }
    #product-single #product-single-main .product-summary .product-header {
      display: flex;
      gap: 15px;
      align-items: center; }
      @media only screen and (max-width: 991.98px) {
        #product-single #product-single-main .product-summary .product-header .tinv-wishlist a {
          width: 32px;
          height: 32px; } }
      #product-single #product-single-main .product-summary .product-header .tinv-wishlist .tinvwl_add_to_wishlist-text {
        display: none !important; }
    #product-single #product-single-main .product-summary h1 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 133%;
      letter-spacing: -0.05em;
      color: #3C3C3C;
      flex-grow: 1; }
    #product-single #product-single-main .product-summary .label {
      display: block;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 150%;
      color: #6D6D6D;
      display: block;
      margin-bottom: 8px;
      text-transform: uppercase; }
    #product-single #product-single-main .product-summary .star-rating-holder {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 24px;
      margin-bottom: 32px; }
      #product-single #product-single-main .product-summary .star-rating-holder .star-rating {
        letter-spacing: 6px;
        width: 6.8em;
        font-size: 20px; }
      #product-single #product-single-main .product-summary .star-rating-holder .review_count {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #111A1D; }
    #product-single #product-single-main .product-summary p.stock.out-of-stock {
      display: none; }
    #product-single #product-single-main .product-summary p.stock {
      font-family: "Josefin Sans"; }
    #product-single #product-single-main .product-summary .share .share_label {
      display: block;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 150%;
      color: #6D6D6D;
      display: block;
      margin-bottom: 8px;
      text-transform: uppercase; }
    #product-single #product-single-main .product-summary .share .icons {
      display: flex;
      align-items: center;
      gap: 24px; }
      #product-single #product-single-main .product-summary .share .icons__item a {
        color: #8F8F8F;
        width: 24px;
        height: 24px;
        font-size: 22px;
        font-weight: 300; }
        #product-single #product-single-main .product-summary .share .icons__item a:hover {
          color: #111A1D; }
    #product-single #product-single-main .short-description {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #4F4F4F; }
      #product-single #product-single-main .short-description p,
      #product-single #product-single-main .short-description li {
        font-family: "Cormorant Garamond";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        color: #111A1D; }
    #product-single #product-single-main .price-container,
    #product-single #product-single-main .price {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 40px;
      line-height: 1;
      color: #000000;
      padding-top: 16px;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #product-single #product-single-main .price-container,
        #product-single #product-single-main .price {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #product-single #product-single-main .price-container,
        #product-single #product-single-main .price {
          font-size: 34px; } }
      @media only screen and (max-width: 991.98px) {
        #product-single #product-single-main .price-container,
        #product-single #product-single-main .price {
          padding-top: 32px; } }
      @media only screen and (max-width: 767.98px) {
        #product-single #product-single-main .price-container,
        #product-single #product-single-main .price {
          font-size: 32px;
          display: flex;
          align-items: center; } }
      #product-single #product-single-main .price-container span.variable,
      #product-single #product-single-main .price span.variable {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #6D6D6D;
        display: block;
        margin-bottom: 8px;
        text-transform: uppercase; }
      #product-single #product-single-main .price-container.onsale,
      #product-single #product-single-main .price.onsale {
        display: flex;
        flex-wrap: wrap; }
      #product-single #product-single-main .price-container ins,
      #product-single #product-single-main .price ins {
        color: #A83F45;
        text-decoration: none; }
      #product-single #product-single-main .price-container ins,
      #product-single #product-single-main .price ins {
        margin-left: 15px; }
      #product-single #product-single-main .price-container del,
      #product-single #product-single-main .price del {
        text-decoration-thickness: 2px; }
      #product-single #product-single-main .price-container .tinv-wishlist,
      #product-single #product-single-main .price .tinv-wishlist {
        margin-left: auto;
        display: flex;
        align-items: center;
        display: none; }
        @media (max-width: 390px) {
          #product-single #product-single-main .price-container .tinv-wishlist,
          #product-single #product-single-main .price .tinv-wishlist {
            flex-basis: 100%;
            margin-top: 15px; } }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .price-container .tinv-wishlist a,
          #product-single #product-single-main .price .tinv-wishlist a {
            margin-top: 6px;
            padding-left: 30px; } }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .price-container .tinv-wishlist a:after,
          #product-single #product-single-main .price .tinv-wishlist a:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            margin-top: 3px; } }
    #product-single #product-single-main .price-container .price {
      padding-top: 0 !important; }
    #product-single #product-single-main .price-container + .main-adcart {
      margin-top: 32px; }
    @media only screen and (max-width: 991.98px) {
      #product-single #product-single-main .main-adcart + .share {
        margin-top: 32px; } }
    #product-single #product-single-main .woocommerce-variation.single_variation {
      display: none !important; }
    #product-single #product-single-main .complete-with-section {
      margin-top: 40px;
      margin-bottom: 40px; }
      #product-single #product-single-main .complete-with-section h3 {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #6D6D6D;
        display: block;
        margin-bottom: 8px;
        text-transform: uppercase; }
      #product-single #product-single-main .complete-with-section .product-items {
        display: flex;
        gap: 4px; }
        #product-single #product-single-main .complete-with-section .product-items .product-item {
          padding: 2px;
          border: 1px solid #B0B0B0;
          border-radius: 4px;
          width: 33.33333%;
          max-width: 100%;
          text-align: left;
          transition: .25s ease-in-out; }
          #product-single #product-single-main .complete-with-section .product-items .product-item .product-thumb {
            width: 100%; }
            #product-single #product-single-main .complete-with-section .product-items .product-item .product-thumb img {
              display: block;
              width: 100%;
              max-width: 150px;
              margin-left: auto;
              margin-right: auto; }
          #product-single #product-single-main .complete-with-section .product-items .product-item .product-info-wrapper {
            padding-left: 6px;
            padding-right: 6px;
            display: flex;
            align-items: center;
            gap: 5px; }
          #product-single #product-single-main .complete-with-section .product-items .product-item .product-info {
            margin-top: 6px;
            flex-grow: 1; }
            #product-single #product-single-main .complete-with-section .product-items .product-item .product-info h4 {
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 16px;
              letter-spacing: -0.02em;
              color: #3C3C3C;
              margin-bottom: 4px; }
            #product-single #product-single-main .complete-with-section .product-items .product-item .product-info .price-container-sm {
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 700;
              font-size: 12px;
              line-height: 150%;
              color: #111A1D; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .product-info .price-container-sm span.variable {
                margin-right: 8px; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .product-info .price-container-sm ins {
                color: #A83F45;
                text-decoration: none; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .product-info .price-container-sm ins {
                margin-left: 15px; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .product-info .price-container-sm del {
                text-decoration-thickness: 1px; }
          #product-single #product-single-main .complete-with-section .product-items .product-item .action-area {
            margin-left: auto;
            position: relative;
            z-index: 2; }
            #product-single #product-single-main .complete-with-section .product-items .product-item .action-area a {
              width: 24px;
              height: 24px;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #6F4244;
              font-size: 0px;
              position: relative; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .action-area a:before {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                font-family: icomoon;
                content: "\e91d";
                display: block;
                font-size: 24px; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .action-area a:hover {
                color: #8F8F8F; }
              #product-single #product-single-main .complete-with-section .product-items .product-item .action-area a.added_to_cart {
                display: none; }
          #product-single #product-single-main .complete-with-section .product-items .product-item:hover {
            border-color: #111A1D; }
    #product-single #product-single-main .how-to-get {
      margin-top: 24px; }
      #product-single #product-single-main .how-to-get .htg-label {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #6D6D6D;
        display: block;
        margin-bottom: 8px;
        text-transform: uppercase; }
      #product-single #product-single-main .how-to-get .htg-holder {
        border: 1px solid #BEBEBE;
        border-radius: 4px; }
        #product-single #product-single-main .how-to-get .htg-holder .htg-item + .htg-item {
          border-top: 1px solid #BEBEBE; }
        #product-single #product-single-main .how-to-get .htg-holder .htg-item {
          display: flex;
          padding: 12px 24px;
          gap: 16px; }
          #product-single #product-single-main .how-to-get .htg-holder .htg-item .item-title {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: -0.04em;
            color: #000000;
            text-align: left; }
          #product-single #product-single-main .how-to-get .htg-holder .htg-item p {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 150%;
            color: #4F4F4F; }
          #product-single #product-single-main .how-to-get .htg-holder .htg-item .item-title + p {
            margin-top: 2px; }
          #product-single #product-single-main .how-to-get .htg-holder .htg-item img {
            width: 24px; }
    #product-single #product-single-main .variations {
      display: flex;
      margin-top: 32px; }
      #product-single #product-single-main .variations .reset_variations {
        color: #111A1D;
        text-transform: uppercase;
        font-size: 12px; }
      #product-single #product-single-main .variations tbody {
        display: flex;
        flex-direction: row-reverse;
        width: 100%; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #product-single #product-single-main .variations tbody {
            flex-direction: column; } }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .variations tbody {
            flex-direction: column-reverse; } }
        #product-single #product-single-main .variations tbody th,
        #product-single #product-single-main .variations tbody td {
          display: block;
          text-align: left; }
      #product-single #product-single-main .variations tr:first-of-type {
        flex-grow: 1; }
      #product-single #product-single-main .variations tr + tr {
        margin-left: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #product-single #product-single-main .variations tr + tr {
            margin-left: 0; } }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .variations tr + tr {
            margin-left: 0; } }
      #product-single #product-single-main .variations th.label {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #6D6D6D;
        display: block;
        margin-bottom: 8px;
        text-transform: uppercase; }
      #product-single #product-single-main .variations .select2 {
        height: 40px;
        width: 100% !important;
        /*@include bp(md-down) {
            width: 100%!important;
            height: 48px;
        }*/ }
      #product-single #product-single-main .variations .select2-selection {
        height: 40px;
        background: #ffffff;
        border: 1.5px solid #8f8f8f;
        font-family: "Josefin Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #111A1D;
        padding-left: 16px;
        padding-right: 32px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        position: relative;
        /*@include bp(md-down) {
            height: 48px;
            padding-left: 32px;
            padding-right: 68px;
        }*/ }
        #product-single #product-single-main .variations .select2-selection:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: icomoon;
          color: #111A1D;
          font-size: 18px;
          content: "\e912";
          font-weight: 900;
          transition: .25s ease-in-out;
          right: 16px;
          /*@include bp(md-down) {
              right: 32px;
          }*/ }
        #product-single #product-single-main .variations .select2-selection .select2-selection__rendered {
          padding: 0;
          height: 100%;
          display: flex;
          align-items: center;
          color: #111A1D;
          text-transform: uppercase; }
        #product-single #product-single-main .variations .select2-selection .select2-selection__arrow {
          display: none; }
      #product-single #product-single-main .variations .woocommerce-result-count {
        display: none; }
      #product-single #product-single-main .variations .select2-container--open .select2-selection:after {
        transform: translateY(-50%) rotate(180deg); }
    #product-single #product-single-main .toggle-sizes {
      display: inline-flex;
      align-items: center;
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      color: #000000; }
      #product-single #product-single-main .toggle-sizes + .woocommerce-variation-add-to-cart {
        margin-top: 18px; }
      @media only screen and (max-width: 767.98px) {
        #product-single #product-single-main .toggle-sizes {
          flex-direction: row-reverse; } }
      #product-single #product-single-main .toggle-sizes i {
        margin-left: 8px;
        font-size: 24px; }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .toggle-sizes i {
            margin-left: 0;
            margin-right: 8px; } }
    #product-single #product-single-main .main-adcart,
    #product-single #product-single-main .woocommerce-variation-add-to-cart,
    #product-single #product-single-main form.cart {
      display: block;
      align-items: center;
      flex-wrap: wrap; }
    #product-single #product-single-main .notifyme-area,
    #product-single #product-single-main .cwginstock-subscribe-form {
      margin-top: 32px; }
      #product-single #product-single-main .notifyme-area h4,
      #product-single #product-single-main .cwginstock-subscribe-form h4 {
        font-family: "Josefin Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #a83f45;
        text-align: left !important;
        position: relative;
        display: flex; }
        #product-single #product-single-main .notifyme-area h4:before,
        #product-single #product-single-main .cwginstock-subscribe-form h4:before {
          content: "\e90b";
          display: block;
          font-family: icomoon;
          color: #a83f45;
          font-size: 24px;
          margin-right: 16px; }
      #product-single #product-single-main .notifyme-area .panel-heading,
      #product-single #product-single-main .notifyme-area .panel,
      #product-single #product-single-main .notifyme-area .panel-body,
      #product-single #product-single-main .notifyme-area .row,
      #product-single #product-single-main .notifyme-area .col-md-12,
      #product-single #product-single-main .notifyme-area .center-block,
      #product-single #product-single-main .notifyme-area .form-group,
      #product-single #product-single-main .cwginstock-subscribe-form .panel-heading,
      #product-single #product-single-main .cwginstock-subscribe-form .panel,
      #product-single #product-single-main .cwginstock-subscribe-form .panel-body,
      #product-single #product-single-main .cwginstock-subscribe-form .row,
      #product-single #product-single-main .cwginstock-subscribe-form .col-md-12,
      #product-single #product-single-main .cwginstock-subscribe-form .center-block,
      #product-single #product-single-main .cwginstock-subscribe-form .form-group {
        background: none;
        border: 0;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none; }
      #product-single #product-single-main .notifyme-area .panel-heading,
      #product-single #product-single-main .cwginstock-subscribe-form .panel-heading {
        padding: 16px 24px 16px 16px !important;
        background: rgba(239, 171, 171, 0.4);
        border: 1px solid #a83f45;
        border-radius: 8px;
        margin-bottom: 32px !important; }
      #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12,
      #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 {
        display: flex;
        align-items: center;
        border: 1px solid #bebebe;
        height: 47px;
        border-radius: 50px;
        padding: 0px;
        background-color: #fff;
        padding: 4px !important;
        margin-bottom: 16px; }
        #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 .form-group,
        #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 .form-group {
          display: flex;
          height: 100%; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 .form-group:nth-of-type(1),
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 .form-group:nth-of-type(1) {
            flex-grow: 1; }
        #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="email"],
        #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="email"] {
          border: 0;
          padding: 0 20px;
          font-family: "Josefin Sans";
          font-style: normal;
          font-weight: 300;
          font-size: 18px;
          line-height: 1;
          color: #111A1D;
          flex-grow: 1;
          text-align: left !important;
          border-radius: 50px;
          margin: 0;
          padding-bottom: 3px; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="email"].placeholder,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="email"].placeholder {
            color: #111A1D; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="email"]:-moz-placeholder,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="email"]:-moz-placeholder {
            color: #111A1D; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="email"]::-moz-placeholder,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="email"]::-moz-placeholder {
            color: #111A1D; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="email"]:-ms-input-placeholder,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="email"]:-ms-input-placeholder {
            color: #111A1D; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="email"]::-webkit-input-placeholder,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="email"]::-webkit-input-placeholder {
            color: #111A1D; }
        #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 button[type="submit"],
        #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="submit"],
        #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 button[type="submit"],
        #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="submit"] {
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-basis: 87px;
          background: #000;
          border: 0;
          padding: 0 24px;
          height: 100%;
          font-family: "Josefin Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 0.02em;
          color: #ffffff;
          border-radius: 40px;
          text-transform: uppercase;
          padding-bottom: 2px;
          transition: .25s ease-in-out; }
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 button[type="submit"]:hover,
          #product-single #product-single-main .notifyme-area .col-md-12 .col-md-12 input[type="submit"]:hover,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 button[type="submit"]:hover,
          #product-single #product-single-main .cwginstock-subscribe-form .col-md-12 .col-md-12 input[type="submit"]:hover {
            background-color: #bebebe;
            border-color: #bebebe; }
    #product-single #product-single-main .addcart-wrapper {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      padding-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        #product-single #product-single-main .addcart-wrapper {
          border-bottom: 1px solid #8F8F8F;
          margin-top: 40px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767.98px) {
        #product-single #product-single-main .addcart-wrapper {
          position: fixed;
          z-index: 9999;
          left: 0;
          right: 0;
          bottom: 72px;
          width: 100%;
          background-color: #fff;
          padding: 8px 20px;
          column-gap: 8px;
          row-gap: 15px; } }
      #product-single #product-single-main .addcart-wrapper .qty-number .number {
        border: 1px solid #B0B0B0;
        border-radius: 50px;
        width: 102px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #product-single #product-single-main .addcart-wrapper .qty-number .number .quantity {
          text-align: center;
          width: 30px; }
          #product-single #product-single-main .addcart-wrapper .qty-number .number .quantity input {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #4F4F4F;
            border: 0;
            display: block;
            background-color: #fff;
            text-align: center;
            position: relative;
            bottom: 2px;
            width: 100%; }
        #product-single #product-single-main .addcart-wrapper .qty-number .number span {
          color: #111A1D;
          font-size: 22px;
          font-weight: 700;
          height: 100%;
          display: flex;
          align-items: center; }
          #product-single #product-single-main .addcart-wrapper .qty-number .number span:hover {
            color: #000;
            cursor: pointer; }
      #product-single #product-single-main .addcart-wrapper .add-to-cart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        margin-left: 8px;
        flex-grow: 1; }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .addcart-wrapper .add-to-cart {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #product-single #product-single-main .addcart-wrapper .add-to-cart:hover {
          background-color: #9E6260;
          border-color: #9E6260; }
        #product-single #product-single-main .addcart-wrapper .add-to-cart:after {
          font-family: icomoon;
          color: #fff;
          font-size: 24px;
          margin-left: 8px;
          content: "\e91d";
          position: relative;
          top: 2px; }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-main .addcart-wrapper .add-to-cart {
            padding-left: 10px;
            padding-right: 10px;
            flex-grow: 1;
            letter-spacing: 0;
            margin-left: 0px;
            margin-right: 0; } }
      @media only screen and (max-width: 767.98px) {
        #product-single #product-single-main .addcart-wrapper .tinv-wishlist {
          display: none; } }
    #product-single #product-single-main .tinv-wishlist {
      display: inline-flex; }
      #product-single #product-single-main .tinv-wishlist a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 0;
        font-size: 0;
        color: #111A1D; }
        @media only screen and (min-width: 768px) {
          #product-single #product-single-main .tinv-wishlist a {
            width: 32px;
            height: 32px; } }
        #product-single #product-single-main .tinv-wishlist a:after {
          font: normal normal normal 24px/1 "icomoon";
          content: "\e908";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: .25s ease-in-out; }
        #product-single #product-single-main .tinv-wishlist a:before {
          display: none; }
        #product-single #product-single-main .tinv-wishlist a.tinvwl-product-in-list:after, #product-single #product-single-main .tinv-wishlist a:hover:after, #product-single #product-single-main .tinv-wishlist a.inited-add-wishlist:after {
          content: "\e907" !important; }
  #product-single #product-features {
    background-color: #F6EEED;
    border-top: 2px solid #BEBEBE;
    border-bottom: 2px solid #BEBEBE;
    padding: 40px 0;
    position: relative; }
    @media only screen and (max-width: 1199.98px) {
      #product-single #product-features {
        padding: 35px; } }
    @media only screen and (max-width: 767.98px) {
      #product-single #product-features {
        padding-top: 43px;
        padding-bottom: 16px;
        padding-left: 15px;
        padding-right: 15px; } }
    #product-single #product-features .q-sign {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 0;
      background: linear-gradient(to bottom, #fff 50%, #F6EEED 50%); }
    @media only screen and (max-width: 767.98px) {
      #product-single #product-features .features-in [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%; } }
    #product-single #product-features .features-in .feat-item {
      display: flex;
      max-width: 230px; }
      @media only screen and (max-width: 991.98px) {
        #product-single #product-features .features-in .feat-item {
          flex-direction: column; } }
      @media only screen and (max-width: 767.98px) {
        #product-single #product-features .features-in .feat-item {
          margin-bottom: 24px; } }
      #product-single #product-features .features-in .feat-item img {
        margin-right: 16px;
        max-width: 42px;
        align-self: center; }
        @media only screen and (max-width: 991.98px) {
          #product-single #product-features .features-in .feat-item img {
            margin-left: auto;
            margin-right: auto; } }
      #product-single #product-features .features-in .feat-item p {
        font-family: "Josefin Sans";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #111A1D;
        text-transform: uppercase; }
        @media only screen and (max-width: 991.98px) {
          #product-single #product-features .features-in .feat-item p {
            text-align: center; } }
  #product-single #product-single-details {
    margin-top: 90px;
    background: linear-gradient(to bottom, #FAF7F6 0%, #F9F9F9 50%, #FFFFFF 100%); }
    @media only screen and (max-width: 767.98px) {
      #product-single #product-single-details {
        margin-top: 56px;
        padding-top: 56px; } }
    #product-single #product-single-details + .featured-products-list {
      padding-top: 106px;
      background: linear-gradient(#faf7f6 0%, #f9f9f9 50%, white 100%); }
      @media only screen and (max-width: 1199.98px) {
        #product-single #product-single-details + .featured-products-list {
          padding-top: 56px; } }
    #product-single #product-single-details .details-in {
      max-width: 1086px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      position: relative;
      padding-bottom: 106px; }
      @media only screen and (max-width: 1199.98px) {
        #product-single #product-single-details .details-in {
          padding-bottom: 56px; } }
      #product-single #product-single-details .details-in .q-sign-wrap {
        position: relative;
        margin-top: 40px; }
        #product-single #product-single-details .details-in .q-sign-wrap:before, #product-single #product-single-details .details-in .q-sign-wrap:after {
          content: '';
          display: block;
          width: calc(50% - 40px);
          height: 1px;
          background: #BEBEBE;
          position: absolute;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        #product-single #product-single-details .details-in .q-sign-wrap:before {
          left: 0; }
        #product-single #product-single-details .details-in .q-sign-wrap:after {
          right: 0; }
      #product-single #product-single-details .details-in .q-sign {
        position: relative;
        z-index: 1; }
      #product-single #product-single-details .details-in .product-tabs {
        background: #F6EEED;
        border-radius: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-details .details-in .product-tabs {
            display: none; } }
        #product-single #product-single-details .details-in .product-tabs ul {
          display: flex;
          flex-wrap: wrap;
          gap: 40px; }
          #product-single #product-single-details .details-in .product-tabs ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #111A1D;
            text-transform: uppercase;
            padding: 0 16px;
            border-radius: 50px;
            height: 40px;
            padding-bottom: 3px; }
            @media only screen and (min-width: 768px) and (max-width: 991.98px) {
              #product-single #product-single-details .details-in .product-tabs ul li a {
                font-size: 14px; } }
            #product-single #product-single-details .details-in .product-tabs ul li a:hover, #product-single #product-single-details .details-in .product-tabs ul li a.active {
              color: #fff;
              background: #6F4244; }
      #product-single #product-single-details .details-in .product-tabs-content {
        padding-top: 56px;
        text-align: left; }
        @media only screen and (max-width: 991.98px) {
          #product-single #product-single-details .details-in .product-tabs-content {
            padding-top: 0px; } }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-details .details-in .product-tabs-content .tab-content {
            display: none; } }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews label {
          text-transform: uppercase;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: normal;
          color: #111A1D;
          margin-bottom: 8px; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=text], #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=email], #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=tel], #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea {
          display: block;
          width: 100%;
          height: 40px;
          background: #FFFFFF;
          border: 1px solid #BEBEBE;
          border-radius: 20px;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 1;
          color: #111A1D;
          padding: 0 16px; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=text].placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=email].placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=tel].placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea.placeholder {
            color: #8F8F8F; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=text]:-moz-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=email]:-moz-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=tel]:-moz-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea:-moz-placeholder {
            color: #8F8F8F; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=text]::-moz-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=email]::-moz-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=tel]::-moz-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea::-moz-placeholder {
            color: #8F8F8F; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=text]:-ms-input-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=email]:-ms-input-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=tel]:-ms-input-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea:-ms-input-placeholder {
            color: #8F8F8F; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=text]::-webkit-input-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=email]::-webkit-input-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews input[type=tel]::-webkit-input-placeholder, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea::-webkit-input-placeholder {
            color: #8F8F8F; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews textarea {
          padding: 8px 16px;
          height: 130px; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .select2 {
          height: 40px;
          width: 100% !important; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .select2-selection {
          height: 40px;
          background: #FFFFFF;
          border: 1.5px solid #BEBEBE;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 1;
          color: #111A1D;
          padding-left: 16px;
          padding-right: 32px;
          border-radius: 20px;
          display: flex;
          align-items: center;
          position: relative; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .select2-selection:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: icomoon;
            color: #111A1D;
            font-size: 18px;
            content: "\e912";
            font-weight: 900;
            transition: .25s ease-in-out;
            right: 16px; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .select2-selection .select2-selection__rendered {
            padding: 0;
            height: 100%;
            display: flex;
            align-items: center;
            color: #111A1D;
            text-transform: uppercase; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .select2-selection .select2-selection__arrow {
            display: none; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .select2-container--open .select2-selection:after {
          transform: translateY(-50%) rotate(180deg); }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews h2 + p {
          margin-top: 16px; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews p:not(.star-rating p, .star-rating li, .star-rating span, .star-rating form), #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews li:not(.star-rating p, .star-rating li, .star-rating span, .star-rating form), #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews span:not(.star-rating p, .star-rating li, .star-rating span, .star-rating form), #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews form:not(.star-rating p, .star-rating li, .star-rating span, .star-rating form) {
          font-family: 'Cormorant Garamond';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 170%;
          color: #000000;
          margin: 0;
          padding: 0; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews p + p, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews p + ul, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews ul + p, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews span + form, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews div + p, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews p + div {
          margin-top: 16px !important; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews p.woocommerce-noreviews {
          color: #fff !important;
          padding: 0.5em !important;
          font-weight: 500 !important; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews #comments + #review_form_wrapper {
          margin-top: 16px; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .comment-form-comment {
          margin-top: 0; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .comment-form-cookies-consent {
          display: flex;
          align-items: center; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .comment-form-cookies-consent label {
            margin-bottom: 0;
            margin-left: 5px; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist {
          list-style: none;
          margin: 0;
          padding: 0; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist .comment-text div + p, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist .comment-text p + div {
            margin-top: 5px !important; }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist li {
            border-bottom: 1px solid #e9e9e9;
            padding-bottom: 15px !important;
            margin-bottom: 15px !important; }
            #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist li .comment_container {
              display: flex; }
              #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist li .comment_container img {
                min-width: 60px;
                max-width: 60px;
                border-radius: 50%;
                margin-right: 20px;
                align-self: flex-start; }
              #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .commentlist li .comment_container .comment-text {
                flex-grow: 1; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews #reply-title, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews #reply-title span, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews h2, #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews h2 span {
          font-family: "Josefin Sans" !important;
          font-style: normal !important;
          font-weight: 400 !important;
          font-size: 18px !important;
          line-height: 150% !important;
          color: #3c3c3c !important;
          text-transform: uppercase !important;
          margin-bottom: 16px !important; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews .comment-form-author {
          margin-top: 16px !important; }
        #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews #submit {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #6F4244;
          padding: 0px 16px;
          height: 45px;
          background: #6F4244;
          color: #fff;
          border-radius: 50px;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 1;
          text-transform: uppercase;
          margin-top: 16px;
          transition: .25s ease-in-out; }
          @media only screen and (max-width: 767.98px) {
            #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews #submit {
              font-size: 18px;
              letter-spacing: 0.02em;
              padding: 0 30px; } }
          #product-single #product-single-details .details-in .product-tabs-content .tab-content #reviews #submit:hover {
            background-color: #9E6260;
            border-color: #9E6260; }
        #product-single #product-single-details .details-in .product-tabs-content .toggler {
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "Josefin Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 150%;
          color: #111A1D;
          text-transform: uppercase;
          padding: 0 24px;
          padding-right: 40px;
          border: 1px solid #111A1D;
          border-radius: 26px;
          height: 45px;
          padding-bottom: 3px;
          margin-bottom: 16px;
          position: relative; }
          #product-single #product-single-details .details-in .product-tabs-content .toggler:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 16px;
            font-family: icomoon;
            content: "\e900"; }
          #product-single #product-single-details .details-in .product-tabs-content .toggler:hover, #product-single #product-single-details .details-in .product-tabs-content .toggler.active {
            color: #fff;
            background-color: #6F4244;
            border-color: #6F4244; }
          #product-single #product-single-details .details-in .product-tabs-content .toggler.active:after {
            content: "\e90f"; }
          @media only screen and (min-width: 768px) {
            #product-single #product-single-details .details-in .product-tabs-content .toggler {
              display: none; } }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-details .details-in .product-tabs-content .description-content {
            padding-bottom: 16px; } }
        #product-single #product-single-details .details-in .product-tabs-content .description-content .product-video {
          max-width: 856px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 56px; }
          @media only screen and (max-width: 991.98px) {
            #product-single #product-single-details .details-in .product-tabs-content .description-content .product-video {
              margin-bottom: 48px; } }
          #product-single #product-single-details .details-in .product-tabs-content .description-content .product-video iframe {
            aspect-ratio: 16 / 9;
            width: 100%;
            height: auto !important; }
        #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro {
          margin-bottom: 20px; }
          #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro h2 {
            font-family: 'Cormorant Garamond';
            font-style: normal;
            font-weight: 700;
            font-size: 32px;
            line-height: 150%;
            color: #000000;
            margin-bottom: 8px; }
            @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro h2 {
                font-size: 30px; } }
            @media only screen and (min-width: 768px) and (max-width: 991.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro h2 {
                font-size: 26px; } }
            @media only screen and (max-width: 767.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro h2 {
                font-size: 22px; } }
          #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro p {
            font-family: 'Cormorant Garamond';
            font-style: italic;
            font-weight: 600;
            font-size: 24px;
            line-height: 29px;
            color: #4F4F4F; }
            @media only screen and (max-width: 767.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .description-content .description-intro p {
                font-size: 22px; } }
        #product-single #product-single-details .details-in .product-tabs-content .photo-text .row {
          align-items: center; }
        @media only screen and (max-width: 991.98px) {
          #product-single #product-single-details .details-in .product-tabs-content .photo-text .photo-area {
            margin-bottom: 32px; } }
        #product-single #product-single-details .details-in .product-tabs-content .photo-text .photo-area img {
          width: 100%;
          display: block;
          border-radius: 16px;
          object-fit: cover; }
          @media only screen and (min-width: 768px) and (max-width: 991.98px) {
            #product-single #product-single-details .details-in .product-tabs-content .photo-text .photo-area img {
              height: 404px; } }
        #product-single #product-single-details .details-in .product-tabs-content .photo-text .text-area p {
          font-family: 'Cormorant Garamond';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 140%;
          color: #000000; }
          #product-single #product-single-details .details-in .product-tabs-content .photo-text .text-area p i {
            font-style: italic;
            font-weight: 600; }
          #product-single #product-single-details .details-in .product-tabs-content .photo-text .text-area p strong {
            font-weight: 700; }
          #product-single #product-single-details .details-in .product-tabs-content .photo-text .text-area p + p {
            margin-top: 16px; }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-details .details-in .product-tabs-content .details-content,
          #product-single #product-single-details .details-in .product-tabs-content .care-content {
            padding-bottom: 16px; } }
        #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text,
        #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text {
          margin-bottom: 56px; }
          @media only screen and (max-width: 991.98px) {
            #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text,
            #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text {
              margin-bottom: 48px; } }
          #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text:nth-of-type(even) .row,
          #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text:nth-of-type(even) .row {
            flex-direction: row-reverse; }
          #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text:nth-of-type(odd) .text-area,
          #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text:nth-of-type(odd) .text-area {
            margin-left: auto; }
          #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text:last-of-type,
          #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text:last-of-type {
            margin-bottom: 0; }
          #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .row,
          #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .row {
            align-items: center; }
          #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area a.morebtn,
          #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area a.morebtn {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.02em;
            color: #3C3C3C;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            text-transform: uppercase;
            font-size: 18px;
            letter-spacing: 0;
            margin-top: 30px;
            color: #111A1D; }
            @media only screen and (max-width: 991.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area a.morebtn,
              #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area a.morebtn {
                font-size: 16px;
                font-weight: 500;
                padding: 0px 30px;
                border: 1px solid #BEBEBE;
                border-radius: 40px;
                height: 40px; } }
            #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area a.morebtn:after,
            #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area a.morebtn:after {
              font-family: icomoon;
              content: "\e919";
              color: #3C3C3C;
              margin-left: 10px;
              transition: .25s ease-in-out; }
              @media only screen and (max-width: 991.98px) {
                #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area a.morebtn:after,
                #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area a.morebtn:after {
                  position: relative;
                  top: 2px; } }
            #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area a.morebtn:hover:after,
            #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area a.morebtn:hover:after {
              margin-left: 14px; }
          #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area .toggle-video,
          #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area .toggle-video {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #6F4244;
            padding: 0px 16px;
            height: 45px;
            background: #6F4244;
            color: #fff;
            border-radius: 50px;
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 1;
            text-transform: uppercase;
            font-size: 18px;
            height: 56px;
            border-radius: 60px;
            padding: 0 24px;
            margin-top: 32px;
            text-transform: none; }
            @media only screen and (max-width: 767.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area .toggle-video,
              #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area .toggle-video {
                font-size: 18px;
                letter-spacing: 0.02em;
                padding: 0 30px; } }
            #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area .toggle-video:hover,
            #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area .toggle-video:hover {
              background-color: #9E6260;
              border-color: #9E6260; }
            #product-single #product-single-details .details-in .product-tabs-content .details-content .photo-text .text-area .toggle-video:before,
            #product-single #product-single-details .details-in .product-tabs-content .care-content .photo-text .text-area .toggle-video:before {
              font-family: icomoon;
              color: #fff;
              font-size: 24px;
              margin-right: 8px;
              content: "\e910";
              position: relative;
              top: 2px; }
        @media only screen and (max-width: 767.98px) {
          #product-single #product-single-details .details-in .product-tabs-content .care-content {
            padding-bottom: 0; } }
        #product-single #product-single-details .details-in .product-tabs-content .care-content .text-area {
          max-width: 513px !important; }
        #product-single #product-single-details .details-in .product-tabs-content .care-steps {
          margin-top: 16px;
          counter-reset: my-counter; }
          @media only screen and (min-width: 768px) {
            #product-single #product-single-details .details-in .product-tabs-content .care-steps {
              column-count: 2;
              -moz-column-count: 2;
              -webkit-column-count: 2;
              column-gap: 56px;
              -moz-column-gap: 56px;
              -webkit-column-gap: 56px; } }
          @media (min-width: 1390px) {
            #product-single #product-single-details .details-in .product-tabs-content .care-steps {
              padding-left: 113px;
              padding-right: 113px; } }
          #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step {
            margin-bottom: 48px;
            padding-left: 80px;
            position: relative; }
            @media only screen and (min-width: 768px) {
              #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step {
                page-break-inside: avoid;
                break-inside: avoid-column;
                display: table; } }
            @media only screen and (max-width: 767.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step {
                margin-bottom: 56px; } }
            @media only screen and (max-width: 767.98px) {
              #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step:last-of-type {
                margin-bottom: 0px; } }
            #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step:before {
              content: counter(my-counter);
              counter-increment: my-counter;
              position: absolute;
              left: 0;
              top: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 50%;
              background: #fff;
              border: 1px solid #dadada;
              position: absolute;
              width: 56px;
              height: 56px;
              font-family: "Josefin Sans";
              font-style: normal;
              font-weight: 400;
              font-size: 32px;
              color: #000;
              padding-bottom: 7px; }
            #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step h4 {
              font-family: "Josefin Sans";
              font-style: normal;
              font-weight: 400;
              font-size: 21px;
              line-height: 31px;
              color: #111A1D;
              margin-bottom: 16px; }
            #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step p {
              font-family: "Cormorant Garamond";
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 170%;
              color: #111A1D; }
              #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step p i {
                font-weight: 600;
                font-style: italic; }
              #product-single #product-single-details .details-in .product-tabs-content .care-steps .care-step p strong {
                font-weight: 600; }
  #product-single .featured-products-list + .featured-products-list {
    margin-top: 120px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #product-single .featured-products-list + .featured-products-list {
        margin-top: 96px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #product-single .featured-products-list + .featured-products-list {
        margin-top: 32px; } }
    @media only screen and (max-width: 767.98px) {
      #product-single .featured-products-list + .featured-products-list {
        margin-top: 32px; } }
  #product-single .featured-products-list + #product-features {
    margin-top: 96px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #product-single .featured-products-list + #product-features {
        margin-top: 96px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #product-single .featured-products-list + #product-features {
        margin-top: 32px; } }
    @media only screen and (max-width: 767.98px) {
      #product-single .featured-products-list + #product-features {
        margin-top: 32px; } }
  #product-single .featured-products-list .col-md-4 {
    max-width: 100%;
    padding: 0; }
  #product-single .featured-products-list .text-right {
    text-align: right; }
  #product-single .featured-products-list .section-heading {
    margin-bottom: 24px; }
    #product-single .featured-products-list .section-heading .row {
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 991.98px) {
        #product-single .featured-products-list .section-heading .row {
          flex-direction: column;
          justify-content: center;
          text-align: center; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #product-single .featured-products-list .section-heading .row .col:nth-of-type(1) {
          min-width: 60%; } }
    #product-single .featured-products-list .section-heading h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #341D1E;
      text-transform: uppercase;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #product-single .featured-products-list .section-heading h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 991.98px) {
        #product-single .featured-products-list .section-heading h2 {
          font-size: 30px; } }
    #product-single .featured-products-list .section-heading .see-all {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #3C3C3C;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      text-transform: uppercase;
      align-items: center; }
      @media only screen and (max-width: 991.98px) {
        #product-single .featured-products-list .section-heading .see-all {
          font-size: 16px;
          font-weight: 500;
          padding: 0px 30px;
          border: 1px solid #BEBEBE;
          border-radius: 40px;
          height: 40px; } }
      #product-single .featured-products-list .section-heading .see-all:after {
        font-family: icomoon;
        content: "\e919";
        color: #3C3C3C;
        margin-left: 10px;
        transition: .25s ease-in-out; }
        @media only screen and (max-width: 991.98px) {
          #product-single .featured-products-list .section-heading .see-all:after {
            position: relative;
            top: 2px; } }
      #product-single .featured-products-list .section-heading .see-all:hover:after {
        margin-left: 14px; }
      @media only screen and (max-width: 991.98px) {
        #product-single .featured-products-list .section-heading .see-all {
          display: none; } }
  #product-single .featured-products-list .see-all-sm {
    text-align: center; }
    @media only screen and (max-width: 991.98px) {
      #product-single .featured-products-list .see-all-sm {
        margin-top: 32px; } }
    #product-single .featured-products-list .see-all-sm a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #3C3C3C;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      text-transform: uppercase;
      align-items: center; }
      @media only screen and (max-width: 991.98px) {
        #product-single .featured-products-list .see-all-sm a {
          font-size: 16px;
          font-weight: 500;
          padding: 0px 30px;
          border: 1px solid #BEBEBE;
          border-radius: 40px;
          height: 40px; } }
      #product-single .featured-products-list .see-all-sm a:after {
        font-family: icomoon;
        content: "\e919";
        color: #3C3C3C;
        margin-left: 10px;
        transition: .25s ease-in-out; }
        @media only screen and (max-width: 991.98px) {
          #product-single .featured-products-list .see-all-sm a:after {
            position: relative;
            top: 2px; } }
      #product-single .featured-products-list .see-all-sm a:hover:after {
        margin-left: 14px; }
      @media only screen and (min-width: 992px) {
        #product-single .featured-products-list .see-all-sm a {
          display: none; } }

.term-pets .mobile-action-btns button,
.post-type-archive-product .mobile-action-btns button,
.first-parent-category-pets .mobile-action-btns button,
.parentcat-pets .mobile-action-btns button,
.term-pets-de .mobile-action-btns button,
.post-type-archive-product-de .mobile-action-btns button,
.first-parent-category-pets-de .mobile-action-btns button,
.parentcat-living .mobile-action-btns button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .term-pets .mobile-action-btns button,
    .post-type-archive-product .mobile-action-btns button,
    .first-parent-category-pets .mobile-action-btns button,
    .parentcat-pets .mobile-action-btns button,
    .term-pets-de .mobile-action-btns button,
    .post-type-archive-product-de .mobile-action-btns button,
    .first-parent-category-pets-de .mobile-action-btns button,
    .parentcat-living .mobile-action-btns button {
      height: 45px;
      border-radius: 50px; } }
  .term-pets .mobile-action-btns button:before,
  .post-type-archive-product .mobile-action-btns button:before,
  .first-parent-category-pets .mobile-action-btns button:before,
  .parentcat-pets .mobile-action-btns button:before,
  .term-pets-de .mobile-action-btns button:before,
  .post-type-archive-product-de .mobile-action-btns button:before,
  .first-parent-category-pets-de .mobile-action-btns button:before,
  .parentcat-living .mobile-action-btns button:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .term-pets .mobile-action-btns button:before,
      .post-type-archive-product .mobile-action-btns button:before,
      .first-parent-category-pets .mobile-action-btns button:before,
      .parentcat-pets .mobile-action-btns button:before,
      .term-pets-de .mobile-action-btns button:before,
      .post-type-archive-product-de .mobile-action-btns button:before,
      .first-parent-category-pets-de .mobile-action-btns button:before,
      .parentcat-living .mobile-action-btns button:before {
        margin-right: 6px; } }
  .term-pets .mobile-action-btns button:hover,
  .post-type-archive-product .mobile-action-btns button:hover,
  .first-parent-category-pets .mobile-action-btns button:hover,
  .parentcat-pets .mobile-action-btns button:hover,
  .term-pets-de .mobile-action-btns button:hover,
  .post-type-archive-product-de .mobile-action-btns button:hover,
  .first-parent-category-pets-de .mobile-action-btns button:hover,
  .parentcat-living .mobile-action-btns button:hover {
    background-color: #9E6260; }
  .term-pets .mobile-action-btns button.toggle-filter,
  .post-type-archive-product .mobile-action-btns button.toggle-filter,
  .first-parent-category-pets .mobile-action-btns button.toggle-filter,
  .parentcat-pets .mobile-action-btns button.toggle-filter,
  .term-pets-de .mobile-action-btns button.toggle-filter,
  .post-type-archive-product-de .mobile-action-btns button.toggle-filter,
  .first-parent-category-pets-de .mobile-action-btns button.toggle-filter,
  .parentcat-living .mobile-action-btns button.toggle-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    height: 45px;
    border: 1px solid #6F4244;
    background: #fff;
    color: #6F4244;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      .term-pets .mobile-action-btns button.toggle-filter,
      .post-type-archive-product .mobile-action-btns button.toggle-filter,
      .first-parent-category-pets .mobile-action-btns button.toggle-filter,
      .parentcat-pets .mobile-action-btns button.toggle-filter,
      .term-pets-de .mobile-action-btns button.toggle-filter,
      .post-type-archive-product-de .mobile-action-btns button.toggle-filter,
      .first-parent-category-pets-de .mobile-action-btns button.toggle-filter,
      .parentcat-living .mobile-action-btns button.toggle-filter {
        padding: 0px 30px; } }
    .term-pets .mobile-action-btns button.toggle-filter i,
    .post-type-archive-product .mobile-action-btns button.toggle-filter i,
    .first-parent-category-pets .mobile-action-btns button.toggle-filter i,
    .parentcat-pets .mobile-action-btns button.toggle-filter i,
    .term-pets-de .mobile-action-btns button.toggle-filter i,
    .post-type-archive-product-de .mobile-action-btns button.toggle-filter i,
    .first-parent-category-pets-de .mobile-action-btns button.toggle-filter i,
    .parentcat-living .mobile-action-btns button.toggle-filter i {
      transition: .25s ease-in-out; }
    .term-pets .mobile-action-btns button.toggle-filter:hover,
    .post-type-archive-product .mobile-action-btns button.toggle-filter:hover,
    .first-parent-category-pets .mobile-action-btns button.toggle-filter:hover,
    .parentcat-pets .mobile-action-btns button.toggle-filter:hover,
    .term-pets-de .mobile-action-btns button.toggle-filter:hover,
    .post-type-archive-product-de .mobile-action-btns button.toggle-filter:hover,
    .first-parent-category-pets-de .mobile-action-btns button.toggle-filter:hover,
    .parentcat-living .mobile-action-btns button.toggle-filter:hover {
      background-color: #6F4244;
      border-color: #6F4244;
      color: #fff; }
      .term-pets .mobile-action-btns button.toggle-filter:hover i,
      .post-type-archive-product .mobile-action-btns button.toggle-filter:hover i,
      .first-parent-category-pets .mobile-action-btns button.toggle-filter:hover i,
      .parentcat-pets .mobile-action-btns button.toggle-filter:hover i,
      .term-pets-de .mobile-action-btns button.toggle-filter:hover i,
      .post-type-archive-product-de .mobile-action-btns button.toggle-filter:hover i,
      .first-parent-category-pets-de .mobile-action-btns button.toggle-filter:hover i,
      .parentcat-living .mobile-action-btns button.toggle-filter:hover i {
        color: #fff; }
    .term-pets .mobile-action-btns button.toggle-filter:before,
    .post-type-archive-product .mobile-action-btns button.toggle-filter:before,
    .first-parent-category-pets .mobile-action-btns button.toggle-filter:before,
    .parentcat-pets .mobile-action-btns button.toggle-filter:before,
    .term-pets-de .mobile-action-btns button.toggle-filter:before,
    .post-type-archive-product-de .mobile-action-btns button.toggle-filter:before,
    .first-parent-category-pets-de .mobile-action-btns button.toggle-filter:before,
    .parentcat-living .mobile-action-btns button.toggle-filter:before {
      color: #6F4244; }
    .term-pets .mobile-action-btns button.toggle-filter:hover:before,
    .post-type-archive-product .mobile-action-btns button.toggle-filter:hover:before,
    .first-parent-category-pets .mobile-action-btns button.toggle-filter:hover:before,
    .parentcat-pets .mobile-action-btns button.toggle-filter:hover:before,
    .term-pets-de .mobile-action-btns button.toggle-filter:hover:before,
    .post-type-archive-product-de .mobile-action-btns button.toggle-filter:hover:before,
    .first-parent-category-pets-de .mobile-action-btns button.toggle-filter:hover:before,
    .parentcat-living .mobile-action-btns button.toggle-filter:hover:before {
      color: #fff; }
.term-pets .filter-btns .btn-filter,
.post-type-archive-product .filter-btns .btn-filter,
.first-parent-category-pets .filter-btns .btn-filter,
.parentcat-pets .filter-btns .btn-filter,
.term-pets-de .filter-btns .btn-filter,
.post-type-archive-product-de .filter-btns .btn-filter,
.first-parent-category-pets-de .filter-btns .btn-filter,
.parentcat-living .filter-btns .btn-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .term-pets .filter-btns .btn-filter,
    .post-type-archive-product .filter-btns .btn-filter,
    .first-parent-category-pets .filter-btns .btn-filter,
    .parentcat-pets .filter-btns .btn-filter,
    .term-pets-de .filter-btns .btn-filter,
    .post-type-archive-product-de .filter-btns .btn-filter,
    .first-parent-category-pets-de .filter-btns .btn-filter,
    .parentcat-living .filter-btns .btn-filter {
      height: 45px;
      border-radius: 50px; } }
  .term-pets .filter-btns .btn-filter:before,
  .post-type-archive-product .filter-btns .btn-filter:before,
  .first-parent-category-pets .filter-btns .btn-filter:before,
  .parentcat-pets .filter-btns .btn-filter:before,
  .term-pets-de .filter-btns .btn-filter:before,
  .post-type-archive-product-de .filter-btns .btn-filter:before,
  .first-parent-category-pets-de .filter-btns .btn-filter:before,
  .parentcat-living .filter-btns .btn-filter:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .term-pets .filter-btns .btn-filter:before,
      .post-type-archive-product .filter-btns .btn-filter:before,
      .first-parent-category-pets .filter-btns .btn-filter:before,
      .parentcat-pets .filter-btns .btn-filter:before,
      .term-pets-de .filter-btns .btn-filter:before,
      .post-type-archive-product-de .filter-btns .btn-filter:before,
      .first-parent-category-pets-de .filter-btns .btn-filter:before,
      .parentcat-living .filter-btns .btn-filter:before {
        margin-right: 6px; } }
  .term-pets .filter-btns .btn-filter:hover,
  .post-type-archive-product .filter-btns .btn-filter:hover,
  .first-parent-category-pets .filter-btns .btn-filter:hover,
  .parentcat-pets .filter-btns .btn-filter:hover,
  .term-pets-de .filter-btns .btn-filter:hover,
  .post-type-archive-product-de .filter-btns .btn-filter:hover,
  .first-parent-category-pets-de .filter-btns .btn-filter:hover,
  .parentcat-living .filter-btns .btn-filter:hover {
    background-color: #9E6260; }
  .term-pets .filter-btns .btn-filter:before,
  .post-type-archive-product .filter-btns .btn-filter:before,
  .first-parent-category-pets .filter-btns .btn-filter:before,
  .parentcat-pets .filter-btns .btn-filter:before,
  .term-pets-de .filter-btns .btn-filter:before,
  .post-type-archive-product-de .filter-btns .btn-filter:before,
  .first-parent-category-pets-de .filter-btns .btn-filter:before,
  .parentcat-living .filter-btns .btn-filter:before {
    display: none; }
  @media only screen and (max-width: 767.98px) {
    .term-pets .filter-btns .btn-filter,
    .post-type-archive-product .filter-btns .btn-filter,
    .first-parent-category-pets .filter-btns .btn-filter,
    .parentcat-pets .filter-btns .btn-filter,
    .term-pets-de .filter-btns .btn-filter,
    .post-type-archive-product-de .filter-btns .btn-filter,
    .first-parent-category-pets-de .filter-btns .btn-filter,
    .parentcat-living .filter-btns .btn-filter {
      font-size: 18px;
      letter-spacing: 0.02em;
      height: 45px;
      padding: 0 30px; } }
.term-pets .filter-btns .btn-clear,
.post-type-archive-product .filter-btns .btn-clear,
.first-parent-category-pets .filter-btns .btn-clear,
.parentcat-pets .filter-btns .btn-clear,
.term-pets-de .filter-btns .btn-clear,
.post-type-archive-product-de .filter-btns .btn-clear,
.first-parent-category-pets-de .filter-btns .btn-clear,
.parentcat-living .filter-btns .btn-clear {
  border-color: #6F4244 !important; }
  .term-pets .filter-btns .btn-clear:hover,
  .post-type-archive-product .filter-btns .btn-clear:hover,
  .first-parent-category-pets .filter-btns .btn-clear:hover,
  .parentcat-pets .filter-btns .btn-clear:hover,
  .term-pets-de .filter-btns .btn-clear:hover,
  .post-type-archive-product-de .filter-btns .btn-clear:hover,
  .first-parent-category-pets-de .filter-btns .btn-clear:hover,
  .parentcat-living .filter-btns .btn-clear:hover {
    background-color: #9E6260 !important;
    border-color: #9E6260 !important;
    color: #fff !important; }
.term-pets .category-intro i,
.term-pets .delimiter-line i,
.post-type-archive-product .category-intro i,
.post-type-archive-product .delimiter-line i,
.first-parent-category-pets .category-intro i,
.first-parent-category-pets .delimiter-line i,
.parentcat-pets .category-intro i,
.parentcat-pets .delimiter-line i,
.term-pets-de .category-intro i,
.term-pets-de .delimiter-line i,
.post-type-archive-product-de .category-intro i,
.post-type-archive-product-de .delimiter-line i,
.first-parent-category-pets-de .category-intro i,
.first-parent-category-pets-de .delimiter-line i,
.parentcat-living .category-intro i,
.parentcat-living .delimiter-line i {
  color: #6F4244; }
.term-pets .load-more,
.post-type-archive-product .load-more,
.first-parent-category-pets .load-more,
.parentcat-pets .load-more,
.term-pets-de .load-more,
.post-type-archive-product-de .load-more,
.first-parent-category-pets-de .load-more,
.parentcat-living .load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .term-pets .load-more,
    .post-type-archive-product .load-more,
    .first-parent-category-pets .load-more,
    .parentcat-pets .load-more,
    .term-pets-de .load-more,
    .post-type-archive-product-de .load-more,
    .first-parent-category-pets-de .load-more,
    .parentcat-living .load-more {
      height: 45px;
      border-radius: 50px; } }
  .term-pets .load-more:before,
  .post-type-archive-product .load-more:before,
  .first-parent-category-pets .load-more:before,
  .parentcat-pets .load-more:before,
  .term-pets-de .load-more:before,
  .post-type-archive-product-de .load-more:before,
  .first-parent-category-pets-de .load-more:before,
  .parentcat-living .load-more:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .term-pets .load-more:before,
      .post-type-archive-product .load-more:before,
      .first-parent-category-pets .load-more:before,
      .parentcat-pets .load-more:before,
      .term-pets-de .load-more:before,
      .post-type-archive-product-de .load-more:before,
      .first-parent-category-pets-de .load-more:before,
      .parentcat-living .load-more:before {
        margin-right: 6px; } }
  .term-pets .load-more:hover,
  .post-type-archive-product .load-more:hover,
  .first-parent-category-pets .load-more:hover,
  .parentcat-pets .load-more:hover,
  .term-pets-de .load-more:hover,
  .post-type-archive-product-de .load-more:hover,
  .first-parent-category-pets-de .load-more:hover,
  .parentcat-living .load-more:hover {
    background-color: #9E6260; }
  .term-pets .load-more:before,
  .post-type-archive-product .load-more:before,
  .first-parent-category-pets .load-more:before,
  .parentcat-pets .load-more:before,
  .term-pets-de .load-more:before,
  .post-type-archive-product-de .load-more:before,
  .first-parent-category-pets-de .load-more:before,
  .parentcat-living .load-more:before {
    display: none; }
  @media only screen and (max-width: 767.98px) {
    .term-pets .load-more,
    .post-type-archive-product .load-more,
    .first-parent-category-pets .load-more,
    .parentcat-pets .load-more,
    .term-pets-de .load-more,
    .post-type-archive-product-de .load-more,
    .first-parent-category-pets-de .load-more,
    .parentcat-living .load-more {
      font-size: 18px;
      letter-spacing: 0.02em;
      height: 45px;
      padding: 0 30px; } }

.term-living .mobile-action-btns button,
.first-parent-category-living .mobile-action-btns button,
.term-living-de .mobile-action-btns button,
.first-parent-category-living-de .mobile-action-btns button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .term-living .mobile-action-btns button,
    .first-parent-category-living .mobile-action-btns button,
    .term-living-de .mobile-action-btns button,
    .first-parent-category-living-de .mobile-action-btns button {
      height: 45px;
      border-radius: 50px; } }
  .term-living .mobile-action-btns button:before,
  .first-parent-category-living .mobile-action-btns button:before,
  .term-living-de .mobile-action-btns button:before,
  .first-parent-category-living-de .mobile-action-btns button:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .term-living .mobile-action-btns button:before,
      .first-parent-category-living .mobile-action-btns button:before,
      .term-living-de .mobile-action-btns button:before,
      .first-parent-category-living-de .mobile-action-btns button:before {
        margin-right: 6px; } }
  .term-living .mobile-action-btns button:hover,
  .first-parent-category-living .mobile-action-btns button:hover,
  .term-living-de .mobile-action-btns button:hover,
  .first-parent-category-living-de .mobile-action-btns button:hover {
    background-color: #9E6260; }
  .term-living .mobile-action-btns button.toggle-filter,
  .first-parent-category-living .mobile-action-btns button.toggle-filter,
  .term-living-de .mobile-action-btns button.toggle-filter,
  .first-parent-category-living-de .mobile-action-btns button.toggle-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    height: 45px;
    border: 1px solid #6F4244;
    background: #fff;
    color: #6F4244;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      .term-living .mobile-action-btns button.toggle-filter,
      .first-parent-category-living .mobile-action-btns button.toggle-filter,
      .term-living-de .mobile-action-btns button.toggle-filter,
      .first-parent-category-living-de .mobile-action-btns button.toggle-filter {
        padding: 0px 30px; } }
    .term-living .mobile-action-btns button.toggle-filter i,
    .first-parent-category-living .mobile-action-btns button.toggle-filter i,
    .term-living-de .mobile-action-btns button.toggle-filter i,
    .first-parent-category-living-de .mobile-action-btns button.toggle-filter i {
      transition: .25s ease-in-out; }
    .term-living .mobile-action-btns button.toggle-filter:hover,
    .first-parent-category-living .mobile-action-btns button.toggle-filter:hover,
    .term-living-de .mobile-action-btns button.toggle-filter:hover,
    .first-parent-category-living-de .mobile-action-btns button.toggle-filter:hover {
      background-color: #6F4244;
      border-color: #6F4244;
      color: #fff; }
      .term-living .mobile-action-btns button.toggle-filter:hover i,
      .first-parent-category-living .mobile-action-btns button.toggle-filter:hover i,
      .term-living-de .mobile-action-btns button.toggle-filter:hover i,
      .first-parent-category-living-de .mobile-action-btns button.toggle-filter:hover i {
        color: #fff; }
    .term-living .mobile-action-btns button.toggle-filter:before,
    .first-parent-category-living .mobile-action-btns button.toggle-filter:before,
    .term-living-de .mobile-action-btns button.toggle-filter:before,
    .first-parent-category-living-de .mobile-action-btns button.toggle-filter:before {
      color: #6F4244; }
    .term-living .mobile-action-btns button.toggle-filter:hover:before,
    .first-parent-category-living .mobile-action-btns button.toggle-filter:hover:before,
    .term-living-de .mobile-action-btns button.toggle-filter:hover:before,
    .first-parent-category-living-de .mobile-action-btns button.toggle-filter:hover:before {
      color: #fff; }
.term-living .filter-btns .btn-filter,
.first-parent-category-living .filter-btns .btn-filter,
.term-living-de .filter-btns .btn-filter,
.first-parent-category-living-de .filter-btns .btn-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #6F4244 !important; }
  @media only screen and (max-width: 767.98px) {
    .term-living .filter-btns .btn-filter,
    .first-parent-category-living .filter-btns .btn-filter,
    .term-living-de .filter-btns .btn-filter,
    .first-parent-category-living-de .filter-btns .btn-filter {
      height: 45px;
      border-radius: 50px; } }
  .term-living .filter-btns .btn-filter:before,
  .first-parent-category-living .filter-btns .btn-filter:before,
  .term-living-de .filter-btns .btn-filter:before,
  .first-parent-category-living-de .filter-btns .btn-filter:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .term-living .filter-btns .btn-filter:before,
      .first-parent-category-living .filter-btns .btn-filter:before,
      .term-living-de .filter-btns .btn-filter:before,
      .first-parent-category-living-de .filter-btns .btn-filter:before {
        margin-right: 6px; } }
  .term-living .filter-btns .btn-filter:hover,
  .first-parent-category-living .filter-btns .btn-filter:hover,
  .term-living-de .filter-btns .btn-filter:hover,
  .first-parent-category-living-de .filter-btns .btn-filter:hover {
    background-color: #9E6260; }
  .term-living .filter-btns .btn-filter:before,
  .first-parent-category-living .filter-btns .btn-filter:before,
  .term-living-de .filter-btns .btn-filter:before,
  .first-parent-category-living-de .filter-btns .btn-filter:before {
    display: none; }
  @media only screen and (max-width: 767.98px) {
    .term-living .filter-btns .btn-filter,
    .first-parent-category-living .filter-btns .btn-filter,
    .term-living-de .filter-btns .btn-filter,
    .first-parent-category-living-de .filter-btns .btn-filter {
      font-size: 18px;
      letter-spacing: 0.02em;
      height: 45px;
      padding: 0 30px; } }
  .term-living .filter-btns .btn-filter:hover,
  .first-parent-category-living .filter-btns .btn-filter:hover,
  .term-living-de .filter-btns .btn-filter:hover,
  .first-parent-category-living-de .filter-btns .btn-filter:hover {
    background-color: #9E6260 !important;
    border-color: #9E6260 !important; }
.term-living .filter-btns .btn-clear,
.first-parent-category-living .filter-btns .btn-clear,
.term-living-de .filter-btns .btn-clear,
.first-parent-category-living-de .filter-btns .btn-clear {
  border-color: #6F4244 !important; }
  .term-living .filter-btns .btn-clear:hover,
  .first-parent-category-living .filter-btns .btn-clear:hover,
  .term-living-de .filter-btns .btn-clear:hover,
  .first-parent-category-living-de .filter-btns .btn-clear:hover {
    background-color: #9E6260 !important;
    border-color: #9E6260 !important;
    color: #fff !important; }
.term-living .category-intro i,
.term-living .delimiter-line i,
.first-parent-category-living .category-intro i,
.first-parent-category-living .delimiter-line i,
.term-living-de .category-intro i,
.term-living-de .delimiter-line i,
.first-parent-category-living-de .category-intro i,
.first-parent-category-living-de .delimiter-line i {
  color: #6F4244; }
.term-living .load-more,
.first-parent-category-living .load-more,
.term-living-de .load-more,
.first-parent-category-living-de .load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    .term-living .load-more,
    .first-parent-category-living .load-more,
    .term-living-de .load-more,
    .first-parent-category-living-de .load-more {
      height: 45px;
      border-radius: 50px; } }
  .term-living .load-more:before,
  .first-parent-category-living .load-more:before,
  .term-living-de .load-more:before,
  .first-parent-category-living-de .load-more:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    content: "\e91f";
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .term-living .load-more:before,
      .first-parent-category-living .load-more:before,
      .term-living-de .load-more:before,
      .first-parent-category-living-de .load-more:before {
        margin-right: 6px; } }
  .term-living .load-more:hover,
  .first-parent-category-living .load-more:hover,
  .term-living-de .load-more:hover,
  .first-parent-category-living-de .load-more:hover {
    background-color: #9E6260; }
  .term-living .load-more:before,
  .first-parent-category-living .load-more:before,
  .term-living-de .load-more:before,
  .first-parent-category-living-de .load-more:before {
    display: none; }
  @media only screen and (max-width: 767.98px) {
    .term-living .load-more,
    .first-parent-category-living .load-more,
    .term-living-de .load-more,
    .first-parent-category-living-de .load-more {
      font-size: 18px;
      letter-spacing: 0.02em;
      height: 45px;
      padding: 0 30px; } }

.filter-group.is-loading {
  opacity: 0.5;
  pointer-events: none; }

@media only screen and (max-width: 767.98px) {
  html[lang="de-DE"] #product-single #product-single-main .addcart-wrapper .add-to-cart {
    font-size: 13px; } }
@media only screen and (max-width: 767.98px) {
  html[lang="de-DE"] #product-single #product-single-main .addcart-wrapper .add-to-cart:after {
    top: 0;
    font-size: 17px; } }

#product-single-main .thwvsf-wrapper-ul, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul {
  font-size: 0; }
#product-single-main .thwvsf-wrapper-ul li, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul li {
  padding: 5px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease-in-out;
  border: 1px solid #B0B0B0;
  border-radius: 12px;
  background: #fff;
  height: 32px;
  min-width: 40px;
  max-width: 100%;
  padding-bottom: 7px;
  box-shadow: none !important; }
  #product-single-main .thwvsf-wrapper-ul li span, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul li span {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #111A1D; }
  #product-single-main .thwvsf-wrapper-ul li:hover, #product-single-main .thwvsf-wrapper-ul li.thwvsf-selected, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul li:hover, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul li.thwvsf-selected {
    border: 1px solid #6F4244 !important;
    background: #6F4244 !important;
    cursor: pointer; }
    #product-single-main .thwvsf-wrapper-ul li:hover span, #product-single-main .thwvsf-wrapper-ul li.thwvsf-selected span, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul li:hover span, .product-info-container .instashop-items .instashop-item .thwvsf-wrapper-ul li.thwvsf-selected span {
      font-weight: 400;
      color: #fff !important; }

#about-page {
  display: flex;
  flex-direction: column;
  position: relative; }
  #about-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #about-page:after {
        height: 552px; } }
  #about-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #about-page .container {
        max-width: 1136px; } }
  @media only screen and (min-width: 768px) {
    #about-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767.98px) {
    #about-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 8px;
      justify-content: center; } }
  @media only screen and (max-width: 767.98px) {
    #about-page .page-breadcrumb {
      order: 2; } }
  @media (min-width: 1390px) {
    #about-page .page-breadcrumb .container {
      max-width: 1358px; } }
  #about-page .delimiter-line {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    order: 3; }
    #about-page .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #about-page .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    @media only screen and (max-width: 767.98px) {
      #about-page .delimiter-line {
        margin-bottom: 32px; } }
    #about-page .delimiter-line i {
      color: #BEBEBE; }
  @media only screen and (min-width: 768px) {
    #about-page .featured-photo {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767.98px) {
    #about-page .featured-photo {
      order: 1; } }
  @media only screen and (max-width: 767.98px) {
    #about-page .featured-photo .container {
      padding-left: 0;
      padding-right: 0; } }
  #about-page .featured-photo img {
    display: block;
    width: 100%;
    border-radius: 8px; }
    @media only screen and (max-width: 767.98px) {
      #about-page .featured-photo img {
        border-radius: 0; } }
  #about-page h1 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #about-page h1 {
        font-size: 29px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #about-page h1 {
        font-size: 26px; } }
    @media only screen and (max-width: 767.98px) {
      #about-page h1 {
        font-size: 24px; } }
  #about-page h2 {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 24px; }
  #about-page p, #about-page li {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #000000; }
    #about-page p strong, #about-page p i, #about-page li strong, #about-page li i {
      font-weight: 600; }
    #about-page p i, #about-page li i {
      font-style: italic; }
  #about-page #about-body {
    order: 4; }
    #about-page #about-body .about-section {
      margin-bottom: 77px; }
      @media only screen and (max-width: 767.98px) {
        #about-page #about-body .about-section {
          margin-bottom: 48px; } }
      #about-page #about-body .about-section:last-of-type {
        margin-bottom: 0; }
        @media only screen and (max-width: 767.98px) {
          #about-page #about-body .about-section:last-of-type .about-photo {
            display: none; } }
        #about-page #about-body .about-section:last-of-type .about-text {
          margin-bottom: 0; }
      #about-page #about-body .about-section:nth-of-type(even) .row {
        flex-direction: row-reverse; }
      @media only screen and (min-width: 1200px) {
        #about-page #about-body .about-section .row {
          padding-left: 0;
          padding-right: 0;
          margin-left: -16px;
          margin-right: -16px; } }
      @media only screen and (min-width: 1200px) {
        #about-page #about-body .about-section .row [class*="col-"] {
          padding-left: 16px;
          padding-right: 16px; } }
      @media only screen and (max-width: 767.98px) {
        #about-page #about-body .about-section .about-text {
          font-size: 24px;
          margin-bottom: 32px; } }
      #about-page #about-body .about-section .about-photo img {
        display: block;
        width: 100%;
        border-radius: 8px; }
  #about-page #about-award {
    margin-top: 72px;
    margin-bottom: 56px;
    order: 5; }
    @media only screen and (max-width: 767.98px) {
      #about-page #about-award {
        margin-top: 48px;
        margin-bottom: 72px; } }
    #about-page #about-award .award-in {
      max-width: 824px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767.98px) {
        #about-page #about-award .award-in {
          flex-direction: column;
          text-align: center; } }
      #about-page #about-award .award-in .award-photo {
        max-width: 268px;
        min-width: 268px;
        margin-right: 16px; }
        @media only screen and (max-width: 767.98px) {
          #about-page #about-award .award-in .award-photo {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px; } }
        #about-page #about-award .award-in .award-photo img {
          padding: 16px; }
      #about-page #about-award .award-in .award-content {
        flex-grow: 1; }
        #about-page #about-award .award-in .award-content a.morebtn {
          margin-top: 21px;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 1;
          letter-spacing: 0.02em;
          color: #3C3C3C;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: 0;
          padding-top: 5px;
          padding-bottom: 5px;
          text-transform: uppercase; }
          @media only screen and (max-width: 991.98px) {
            #about-page #about-award .award-in .award-content a.morebtn {
              font-size: 16px;
              font-weight: 500;
              padding: 0px 30px;
              border: 1px solid #BEBEBE;
              border-radius: 40px;
              height: 40px; } }
          #about-page #about-award .award-in .award-content a.morebtn:after {
            font-family: icomoon;
            content: "\e919";
            color: #3C3C3C;
            margin-left: 10px;
            transition: .25s ease-in-out; }
            @media only screen and (max-width: 991.98px) {
              #about-page #about-award .award-in .award-content a.morebtn:after {
                position: relative;
                top: 2px; } }
          #about-page #about-award .award-in .award-content a.morebtn:hover:after {
            margin-left: 14px; }

#news-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 56px; }
  @media only screen and (min-width: 768px) {
    #news-page .show-sm {
      display: none; } }
  @media only screen and (max-width: 767.98px) {
    #news-page .show-lg {
      display: none; } }
  @media only screen and (max-width: 991.98px) {
    #news-page h1 {
      margin-bottom: 24px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #news-page {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767.98px) {
    #news-page {
      padding-bottom: 16px; } }
  #news-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #news-page:after {
        height: 552px; } }
  #news-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #news-page .container {
        max-width: 1136px; } }
  @media only screen and (min-width: 768px) {
    #news-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767.98px) {
    #news-page .woocommerce-breadcrumb {
      margin-top: 0px;
      margin-bottom: 24px;
      justify-content: center; } }
  @media (min-width: 1390px) {
    #news-page .page-breadcrumb .container {
      max-width: 1358px; } }
  #news-page .delimiter-line {
    position: relative;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px; }
    #news-page .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #news-page .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    @media only screen and (max-width: 767.98px) {
      #news-page .delimiter-line {
        margin-bottom: 32px; } }
    #news-page .delimiter-line i {
      color: #bebebe; }
  #news-page #news {
    padding-top: 0;
    padding-bottom: 0; }
  #news-page .custom-pagination {
    text-align: center;
    width: 100%; }
    #news-page .custom-pagination .loadMoreBtn,
    #news-page .custom-pagination .loadmore {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      height: 56px !important;
      padding-left: 24px !important;
      padding-right: 24px !important;
      font-size: 18px !important;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767.98px) {
        #news-page .custom-pagination .loadMoreBtn,
        #news-page .custom-pagination .loadmore {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #news-page .custom-pagination .loadMoreBtn:hover,
      #news-page .custom-pagination .loadmore:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
  #news-page .separated-grid [class*="col-"] {
    margin-bottom: 24px; }

#blog-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px; }
  #blog-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #blog-page:after {
        height: 552px; } }
  #blog-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #blog-page .container {
        max-width: 1136px; } }
  @media only screen and (min-width: 768px) {
    #blog-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767.98px) {
    #blog-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 8px;
      justify-content: center; } }
  @media only screen and (max-width: 767.98px) {
    #blog-page .page-breadcrumb {
      order: 2; } }
  @media (min-width: 1390px) {
    #blog-page .page-breadcrumb .container {
      max-width: 1358px; } }
  #blog-page .delimiter-line {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    order: 3; }
    #blog-page .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #blog-page .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    @media only screen and (max-width: 767.98px) {
      #blog-page .delimiter-line {
        margin-bottom: 32px; } }
    #blog-page .delimiter-line i {
      color: #bebebe; }
  @media only screen and (min-width: 768px) {
    #blog-page .featured-photo {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767.98px) {
    #blog-page .featured-photo {
      order: 1; } }
  @media only screen and (max-width: 767.98px) {
    #blog-page .featured-photo .container {
      padding-left: 0;
      padding-right: 0; } }
  #blog-page .featured-photo img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 484px;
    border-radius: 8px; }
    @media only screen and (max-width: 767.98px) {
      #blog-page .featured-photo img {
        border-radius: 0; } }
  #blog-page .blog-metas {
    text-align: center;
    margin-bottom: 40px; }
    #blog-page .blog-metas .post-date {
      font-family: "Josefin Sans";
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      text-transform: uppercase; }
  #blog-page .blog-content h1,
  #blog-page .blog-content h2,
  #blog-page .blog-content h3 {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000; }
  #blog-page .blog-content h1 {
    text-align: center;
    margin-bottom: 8px; }
  #blog-page .blog-content h2,
  #blog-page .blog-content h3 {
    margin-top: 40px;
    margin-bottom: 16px; }
  #blog-page .blog-content p {
    margin-bottom: 30px; }
  #blog-page .blog-content ul {
    margin-bottom: 30px; }
  #blog-page .blog-content p,
  #blog-page .blog-content li {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #000000; }
    #blog-page .blog-content p strong,
    #blog-page .blog-content p i,
    #blog-page .blog-content li strong,
    #blog-page .blog-content li i {
      font-weight: 600; }
    #blog-page .blog-content p i,
    #blog-page .blog-content li i {
      font-style: italic; }
  #blog-page .blog-content img {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    border-radius: 8px; }
  #blog-page #blog-body {
    order: 4; }
    @media only screen and (min-width: 1200px) {
      #blog-page #blog-body .row {
        padding-left: 2px;
        padding-right: 2px; } }
    @media only screen and (min-width: 1200px) {
      #blog-page #blog-body .row [class*="col-"] {
        padding-left: 13px;
        padding-right: 13px; } }
    @media only screen and (min-width: 992px) {
      #blog-page #blog-body .col-lg-3 {
        flex: 0 0 29.5%;
        max-width: 29.5%; } }
    @media only screen and (min-width: 992px) {
      #blog-page #blog-body .col-lg-9 {
        flex: 0 0 70.5%;
        max-width: 70.5%; } }
  @media only screen and (max-width: 991.98px) {
    #blog-page .blog-rhs {
      margin-top: 20px; } }
  #blog-page .blog-rhs .qto-go {
    margin-bottom: 52px;
    border-radius: 8px;
    position: relative; }
    #blog-page .blog-rhs .qto-go img {
      width: 100%;
      height: 473px;
      display: block;
      border-radius: 8px;
      object-fit: cover; }
      @media only screen and (max-width: 767.98px) {
        #blog-page .blog-rhs .qto-go img {
          height: auto;
          aspect-ratio: 0.82 / 1; } }
    #blog-page .blog-rhs .qto-go:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) -1.59%, rgba(0, 0, 0, 0) 41.75%);
      border-radius: 8px; }
    #blog-page .blog-rhs .qto-go span.caption {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      bottom: 0;
      display: block;
      padding: 24px 15px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-family: "Josefin Sans";
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 129%;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
      z-index: 1; }
      #blog-page .blog-rhs .qto-go span.caption strong {
        font-weight: 500;
        font-size: 32px; }
    #blog-page .blog-rhs .qto-go a.url-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      z-index: 2; }
  #blog-page .blog-rhs .section-content {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #blog-page .blog-rhs .section-content {
        max-width: 100%; } }
    #blog-page .blog-rhs .section-content .category {
      font-family: "Josefin Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #111A1D;
      margin-bottom: 16px;
      padding-left: 12px;
      position: relative;
      display: inline-flex; }
      @media only screen and (max-width: 767.98px) {
        #blog-page .blog-rhs .section-content .category {
          font-size: 16px; } }
      #blog-page .blog-rhs .section-content .category:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        font-family: icomoon;
        font-size: 6px;
        content: "\e91e";
        color: inherit;
        margin-top: 1px; }
    #blog-page .blog-rhs .section-content h2 {
      font-family: "Josefin Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 1.32;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #3c3c3c; }
    #blog-page .blog-rhs .section-content .lt-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 32px;
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767.98px) {
        #blog-page .blog-rhs .section-content .lt-btn {
          height: 45px;
          border-radius: 50px; } }
      #blog-page .blog-rhs .section-content .lt-btn:before {
        font-family: 'icomoon';
        display: inline-block;
        margin-right: 8px;
        content: "\e91f";
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          #blog-page .blog-rhs .section-content .lt-btn:before {
            margin-right: 6px; } }
      #blog-page .blog-rhs .section-content .lt-btn:hover {
        background-color: #9E6260; }
      #blog-page .blog-rhs .section-content .lt-btn:before {
        display: none; }
      @media only screen and (max-width: 767.98px) {
        #blog-page .blog-rhs .section-content .lt-btn {
          font-size: 18px;
          letter-spacing: 0.02em;
          height: 45px;
          padding: 0 30px; } }
  #blog-page .blog-rhs .products-list .product-item {
    margin-bottom: 33px; }
    #blog-page .blog-rhs .products-list .product-item:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #blog-page .blog-rhs .products-list .product-item {
        padding-left: 10px;
        padding-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #blog-page .blog-rhs .products-list {
      display: flex;
      margin-left: -10px;
      margin-right: -10px; } }
  #blog-page .blog-rhs .rhs-award {
    margin-top: 69px;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #blog-page .blog-rhs .rhs-award {
        display: flex;
        max-width: 100%;
        margin-top: 56px; } }
    @media only screen and (max-width: 767.98px) {
      #blog-page .blog-rhs .rhs-award {
        max-width: 100%; } }
    #blog-page .blog-rhs .rhs-award .award-photo {
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #blog-page .blog-rhs .rhs-award .award-photo {
          margin-right: 16px;
          margin-bottom: 0;
          min-width: 268px;
          max-width: 268px; } }
      #blog-page .blog-rhs .rhs-award .award-photo img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    #blog-page .blog-rhs .rhs-award p,
    #blog-page .blog-rhs .rhs-award li {
      font-family: "Cormorant Garamond";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 170%;
      color: #000000; }
      #blog-page .blog-rhs .rhs-award p strong,
      #blog-page .blog-rhs .rhs-award p i,
      #blog-page .blog-rhs .rhs-award li strong,
      #blog-page .blog-rhs .rhs-award li i {
        font-weight: 600; }
      #blog-page .blog-rhs .rhs-award p i,
      #blog-page .blog-rhs .rhs-award li i {
        font-style: italic; }
    #blog-page .blog-rhs .rhs-award a.morebtn {
      margin-top: 21px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #3C3C3C;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      text-transform: uppercase; }
      @media only screen and (max-width: 991.98px) {
        #blog-page .blog-rhs .rhs-award a.morebtn {
          font-size: 16px;
          font-weight: 500;
          padding: 0px 30px;
          border: 1px solid #BEBEBE;
          border-radius: 40px;
          height: 40px; } }
      #blog-page .blog-rhs .rhs-award a.morebtn:after {
        font-family: icomoon;
        content: "\e919";
        color: #3C3C3C;
        margin-left: 10px;
        transition: .25s ease-in-out; }
        @media only screen and (max-width: 991.98px) {
          #blog-page .blog-rhs .rhs-award a.morebtn:after {
            position: relative;
            top: 2px; } }
      #blog-page .blog-rhs .rhs-award a.morebtn:hover:after {
        margin-left: 14px; }

#terms-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 56px; }
  @media only screen and (max-width: 767.98px) {
    #terms-page {
      padding-bottom: 25px; } }
  #terms-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #terms-page:after {
        height: 552px; } }
  #terms-page .woocommerce-breadcrumb {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      #terms-page .woocommerce-breadcrumb {
        margin-top: 15px;
        margin-bottom: 24px;
        justify-content: center; } }
  #terms-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #terms-page .container {
        max-width: 1136px; } }
  @media (min-width: 1390px) {
    #terms-page .page-breadcrumb .container {
      max-width: 1358px; } }
  @media (min-width: 992px) {
    #terms-page #faq-body .container {
      max-width: 912px; } }
  @media only screen and (max-width: 767.98px) {
    #terms-page #faq-body .container {
      padding-left: 0;
      padding-right: 0; } }
  #terms-page .delimiter-line {
    position: relative;
    text-align: center; }
    #terms-page .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #terms-page .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    #terms-page .delimiter-line i {
      color: #BEBEBE; }
  #terms-page .terms-intro {
    padding-top: 32px;
    padding-bottom: 56px; }
    @media only screen and (max-width: 767.98px) {
      #terms-page .terms-intro {
        padding-top: 40px;
        padding-bottom: 32px; } }
    #terms-page .terms-intro h1 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 40px; }
    #terms-page .terms-intro h2, #terms-page .terms-intro h3 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 150%;
      color: #000;
      margin-bottom: 20px;
      text-transform: uppercase; }
    #terms-page .terms-intro p, #terms-page .terms-intro li {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 170%;
      color: #000000; }
      #terms-page .terms-intro p a, #terms-page .terms-intro li a {
        text-decoration: underline;
        color: inherit; }
      #terms-page .terms-intro p i, #terms-page .terms-intro li i {
        font-weight: 600;
        font-style: italic; }
      #terms-page .terms-intro p strong, #terms-page .terms-intro li strong {
        font-weight: 600; }
    #terms-page .terms-intro li {
      margin-bottom: 10px; }
    #terms-page .terms-intro p {
      margin-bottom: 20px; }
      #terms-page .terms-intro p:last-of-type {
        margin-bottom: 0; }
    #terms-page .terms-intro ul, #terms-page .terms-intro ol {
      padding: 0;
      margin: 0;
      padding-left: 20px; }
    #terms-page .terms-intro ul {
      list-style-type: disc; }
  #terms-page .accordion {
    counter-reset: my-counter;
    padding-bottom: 56px; }
    @media only screen and (max-width: 767.98px) {
      #terms-page .accordion {
        padding-bottom: 48px; } }
    #terms-page .accordion .faq-wrap {
      margin-bottom: 16px;
      /* &:before {
           content: counter(my-counter) ". ";
           counter-increment: my-counter;
           position: absolute;
           font-family: 'Josefin Sans';
           font-style: normal;
           font-weight: 400;
           font-size: 18px;
           line-height: 170%;
           text-transform: uppercase;
           color: #000;
       }*/ }
      #terms-page .accordion .faq-wrap:last-of-type {
        margin-bottom: 0 !important; }
      @media only screen and (max-width: 767.98px) {
        #terms-page .accordion .faq-wrap {
          margin-bottom: 8px; } }
      #terms-page .accordion .faq-wrap h3 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 170%;
        text-transform: uppercase;
        color: #000;
        position: relative;
        padding: 4px 50px 4px 38px;
        border: 1px solid #dadada;
        border-radius: 40px;
        background-color: #fff; }
        @media only screen and (max-width: 991.98px) {
          #terms-page .accordion .faq-wrap h3 {
            font-size: 16px;
            line-height: 24px;
            padding: 16px 50px 16px 48px;
            border-radius: 100px; } }
        #terms-page .accordion .faq-wrap h3:before {
          content: counter(my-counter) ". ";
          counter-increment: my-counter;
          position: absolute;
          left: 22px; }
          @media only screen and (max-width: 991.98px) {
            #terms-page .accordion .faq-wrap h3:before {
              left: 32px; } }
        #terms-page .accordion .faq-wrap h3:hover {
          cursor: pointer; }
        #terms-page .accordion .faq-wrap h3:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 16px;
          font-family: icomoon;
          color: #D9D9D9;
          transition: .25s ease-in-out;
          content: "\e900";
          font-size: 24px;
          color: #111A1D; }
          @media only screen and (max-width: 767.98px) {
            #terms-page .accordion .faq-wrap h3:after {
              right: 24px; } }
        #terms-page .accordion .faq-wrap h3.active:after {
          content: "\e90f"; }
      #terms-page .accordion .faq-wrap .content {
        display: none;
        padding: 8px 0px 0px 14px; }
        #terms-page .accordion .faq-wrap .content p, #terms-page .accordion .faq-wrap .content li {
          font-family: 'Cormorant Garamond';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 170%;
          color: #000000; }
          #terms-page .accordion .faq-wrap .content p a, #terms-page .accordion .faq-wrap .content li a {
            text-decoration: underline;
            color: inherit; }
          #terms-page .accordion .faq-wrap .content p i, #terms-page .accordion .faq-wrap .content li i {
            font-weight: 600;
            font-style: italic; }
          #terms-page .accordion .faq-wrap .content p strong, #terms-page .accordion .faq-wrap .content li strong {
            font-weight: 600; }
        #terms-page .accordion .faq-wrap .content ul, #terms-page .accordion .faq-wrap .content ol {
          padding: 0;
          margin: 0;
          padding-left: 20px; }
        #terms-page .accordion .faq-wrap .content ul {
          list-style-type: disc; }
  #terms-page .still-help {
    text-align: center; }
    #terms-page .still-help h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 150%;
      color: #000000;
      margin-bottom: 24px;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #terms-page .still-help h2 {
          font-size: 34px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #terms-page .still-help h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767.98px) {
        #terms-page .still-help h2 {
          font-size: 24px; } }
    #terms-page .still-help a.help-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      font-size: 18px;
      height: 56px;
      border-radius: 60px;
      padding: 0 24px; }
      @media only screen and (max-width: 767.98px) {
        #terms-page .still-help a.help-btn {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #terms-page .still-help a.help-btn:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
      @media only screen and (max-width: 767.98px) {
        #terms-page .still-help a.help-btn {
          padding: 0 24px; } }

.error-404.not-found {
  padding-top: 120px;
  padding-bottom: 115px;
  position: relative; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .error-404.not-found {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .error-404.not-found {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .error-404.not-found {
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767.98px) {
    .error-404.not-found {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .error-404.not-found:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      .error-404.not-found:after {
        height: 552px; } }
  .error-404.not-found .not-found-in {
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1; }
  .error-404.not-found .nf-icon {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767.98px) {
      .error-404.not-found .nf-icon {
        margin-bottom: 10px; } }
  .error-404.not-found h1 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #3C3C3C;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767.98px) {
      .error-404.not-found h1 {
        font-size: 22px; } }
  .error-404.not-found p {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  .error-404.not-found a.return-btn {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    height: 56px;
    border-radius: 60px;
    padding: 0 24px; }
    @media only screen and (max-width: 767.98px) {
      .error-404.not-found a.return-btn {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    .error-404.not-found a.return-btn:hover {
      background-color: #9E6260;
      border-color: #9E6260; }
    @media only screen and (max-width: 767.98px) {
      .error-404.not-found a.return-btn {
        display: flex;
        width: 100%; } }

#contact-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 56px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #contact-page {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767.98px) {
    #contact-page {
      padding-bottom: 16px; } }
  #contact-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 1472px; }
    @media only screen and (max-width: 767.98px) {
      #contact-page:after {
        height: 552px; } }
  #contact-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #contact-page .container {
        max-width: 1136px; } }
  @media only screen and (min-width: 768px) {
    #contact-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767.98px) {
    #contact-page .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 8px;
      justify-content: center; } }
  @media only screen and (max-width: 767.98px) {
    #contact-page .page-breadcrumb {
      order: 2; } }
  @media (min-width: 1390px) {
    #contact-page .page-breadcrumb .container {
      max-width: 1358px; } }
  #contact-page .delimiter-line {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    order: 3; }
    #contact-page .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #contact-page .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    @media only screen and (max-width: 767.98px) {
      #contact-page .delimiter-line {
        margin-bottom: 32px; } }
    #contact-page .delimiter-line i {
      color: #BEBEBE; }
  @media only screen and (min-width: 768px) {
    #contact-page .featured-photo {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767.98px) {
    #contact-page .featured-photo {
      order: 1; } }
  @media only screen and (max-width: 767.98px) {
    #contact-page .featured-photo .container {
      padding-left: 0;
      padding-right: 0; } }
  #contact-page .featured-photo img {
    display: block;
    width: 100%;
    border-radius: 8px; }
    @media only screen and (max-width: 767.98px) {
      #contact-page .featured-photo img {
        border-radius: 0; } }
  #contact-page #contact-body {
    order: 4; }
  #contact-page #contact-ctas {
    padding-bottom: 72px; }
    @media only screen and (max-width: 767.98px) {
      #contact-page #contact-ctas {
        padding-bottom: 48px; } }
    @media only screen and (max-width: 767.98px) {
      #contact-page #contact-ctas .col-md-4 .contact-cta {
        margin-bottom: 34px; } }
    @media only screen and (max-width: 767.98px) {
      #contact-page #contact-ctas .col-md-4:last-of-type .contact-cta {
        margin-bottom: 0px; } }
    @media only screen and (min-width: 768px) {
      #contact-page #contact-ctas .container {
        max-width: 690px; } }
    #contact-page #contact-ctas .contact-cta {
      text-align: center; }
      #contact-page #contact-ctas .contact-cta img {
        margin-left: auto;
        margin-right: auto;
        height: 56px;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767.98px) {
          #contact-page #contact-ctas .contact-cta img {
            height: 32px; } }
      #contact-page #contact-ctas .contact-cta .cta-caption {
        text-transform: uppercase;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.04em;
        color: #111A1D;
        display: block; }
      #contact-page #contact-ctas .contact-cta p {
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: #111A1D; }
        #contact-page #contact-ctas .contact-cta p a {
          color: inherit; }
  #contact-page #contact-faq {
    padding-bottom: 56px;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      #contact-page #contact-faq {
        padding-top: 40px;
        padding-bottom: 48px; } }
    #contact-page #contact-faq:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
      background-repeat: repeat;
      opacity: 0.25;
      background-size: 80px; }
      @media only screen and (min-width: 768px) {
        #contact-page #contact-faq:after {
          display: none; } }
    #contact-page #contact-faq .accordion {
      counter-reset: my-counter; }
      #contact-page #contact-faq .accordion .faq-wrap {
        margin-bottom: 16px;
        /* &:before {
             content: counter(my-counter) ". ";
             counter-increment: my-counter;
             position: absolute;
             font-family: 'Josefin Sans';
             font-style: normal;
             font-weight: 400;
             font-size: 18px;
             line-height: 170%;
             text-transform: uppercase;
             color: #000;
         }*/ }
        #contact-page #contact-faq .accordion .faq-wrap:last-of-type {
          margin-bottom: 0 !important; }
        @media only screen and (max-width: 767.98px) {
          #contact-page #contact-faq .accordion .faq-wrap {
            margin-bottom: 8px; } }
        #contact-page #contact-faq .accordion .faq-wrap h3 {
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 170%;
          text-transform: uppercase;
          color: #000;
          position: relative;
          padding: 13px 50px 13px 38px;
          border: 1px solid #dadada;
          border-radius: 40px;
          background-color: #fff; }
          @media only screen and (max-width: 991.98px) {
            #contact-page #contact-faq .accordion .faq-wrap h3 {
              font-size: 16px;
              line-height: 24px;
              padding: 16px 50px 16px 48px;
              border-radius: 100px; } }
          #contact-page #contact-faq .accordion .faq-wrap h3:before {
            content: counter(my-counter) ". ";
            counter-increment: my-counter;
            position: absolute;
            left: 22px; }
            @media only screen and (max-width: 991.98px) {
              #contact-page #contact-faq .accordion .faq-wrap h3:before {
                left: 32px; } }
          #contact-page #contact-faq .accordion .faq-wrap h3:hover {
            cursor: pointer; }
          #contact-page #contact-faq .accordion .faq-wrap h3:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 16px;
            font-family: icomoon;
            color: #D9D9D9;
            transition: .25s ease-in-out;
            content: "\e900";
            font-size: 24px;
            color: #111A1D; }
            @media only screen and (max-width: 767.98px) {
              #contact-page #contact-faq .accordion .faq-wrap h3:after {
                right: 24px; } }
          #contact-page #contact-faq .accordion .faq-wrap h3.active:after {
            content: "\e90f"; }
        #contact-page #contact-faq .accordion .faq-wrap .content {
          display: none;
          padding: 8px 0px 0px 14px; }
          #contact-page #contact-faq .accordion .faq-wrap .content p, #contact-page #contact-faq .accordion .faq-wrap .content li {
            font-family: 'Cormorant Garamond';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 170%;
            color: #000000; }
            #contact-page #contact-faq .accordion .faq-wrap .content p a, #contact-page #contact-faq .accordion .faq-wrap .content li a {
              text-decoration: underline;
              color: inherit; }
            #contact-page #contact-faq .accordion .faq-wrap .content p i, #contact-page #contact-faq .accordion .faq-wrap .content li i {
              font-weight: 600;
              font-style: italic; }
            #contact-page #contact-faq .accordion .faq-wrap .content p strong, #contact-page #contact-faq .accordion .faq-wrap .content li strong {
              font-weight: 600; }
          #contact-page #contact-faq .accordion .faq-wrap .content ul, #contact-page #contact-faq .accordion .faq-wrap .content ol {
            padding: 0;
            margin: 0;
            padding-left: 20px; }
          #contact-page #contact-faq .accordion .faq-wrap .content ul {
            list-style-type: disc; }
    @media only screen and (min-width: 768px) {
      #contact-page #contact-faq .faq-in {
        border: 1px solid #dadada;
        border-radius: 16px;
        padding: 24px;
        background-color: #fff; } }
    #contact-page #contact-faq h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 150%;
      color: #3C3C3C;
      text-transform: uppercase; }
      @media only screen and (max-width: 991.98px) {
        #contact-page #contact-faq h2 {
          text-align: center;
          margin-bottom: 24px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #contact-page #contact-faq h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #contact-page #contact-faq h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767.98px) {
        #contact-page #contact-faq h2 {
          font-size: 24px; } }
  @media only screen and (max-width: 767.98px) {
    #contact-page #contact-sections {
      padding-top: 29px; } }
  #contact-page #contact-sections .contact-section {
    margin-bottom: 72px; }
    @media only screen and (max-width: 767.98px) {
      #contact-page #contact-sections .contact-section {
        margin-bottom: 48px; } }
    #contact-page #contact-sections .contact-section:last-of-type {
      margin-bottom: 0; }
      #contact-page #contact-sections .contact-section:last-of-type .about-text {
        margin-bottom: 0; }
    #contact-page #contact-sections .contact-section:nth-of-type(odd) .cs-text {
      margin-left: auto; }
    #contact-page #contact-sections .contact-section:nth-of-type(even) .row {
      flex-direction: row-reverse; }
    @media only screen and (min-width: 992px) {
      #contact-page #contact-sections .contact-section .col-md-6:nth-of-type(1) {
        flex: 0 0 45.5%;
        max-width: 45.5%; } }
    @media only screen and (min-width: 992px) {
      #contact-page #contact-sections .contact-section .col-md-6:nth-of-type(2) {
        flex: 0 0 54.5%;
        max-width: 54.5%; } }
    #contact-page #contact-sections .contact-section .row {
      align-items: center; }
    #contact-page #contact-sections .contact-section .cs-text {
      max-width: 574px; }
      #contact-page #contact-sections .contact-section .cs-text p, #contact-page #contact-sections .contact-section .cs-text li {
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 170%;
        color: #000000; }
        #contact-page #contact-sections .contact-section .cs-text p a, #contact-page #contact-sections .contact-section .cs-text li a {
          text-decoration: underline; }
        #contact-page #contact-sections .contact-section .cs-text p i, #contact-page #contact-sections .contact-section .cs-text li i {
          font-weight: 600;
          font-style: italic; }
        #contact-page #contact-sections .contact-section .cs-text p strong, #contact-page #contact-sections .contact-section .cs-text li strong {
          font-weight: 600; }
      #contact-page #contact-sections .contact-section .cs-text ul, #contact-page #contact-sections .contact-section .cs-text ol {
        padding: 0;
        margin: 0;
        padding-left: 20px; }
      #contact-page #contact-sections .contact-section .cs-text ul {
        list-style-type: disc; }
    @media only screen and (max-width: 767.98px) {
      #contact-page #contact-sections .contact-section .cs-photo {
        margin-bottom: 24px; } }
    #contact-page #contact-sections .contact-section .cs-photo img {
      display: block;
      width: 100%;
      border-radius: 16px;
      aspect-ratio: 1/1;
      object-fit: cover; }

#contact-form, #collaborate-form {
  margin-bottom: 72px; }
  @media only screen and (max-width: 767.98px) {
    #contact-form, #collaborate-form {
      margin-bottom: 48px; } }
  #contact-form .contact-form-in, #collaborate-form .contact-form-in {
    border: 1px solid #dadada;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff; }
    @media only screen and (max-width: 767.98px) {
      #contact-form .contact-form-in, #collaborate-form .contact-form-in {
        padding-top: 32px;
        padding-bottom: 32px; } }
    #contact-form .contact-form-in .wpcf7-form-control.wpcf7-acceptance, #collaborate-form .contact-form-in .wpcf7-form-control.wpcf7-acceptance {
      padding-left: 0 !important; }
    #contact-form .contact-form-in .accept-terms span, #collaborate-form .contact-form-in .accept-terms span {
      text-transform: none; }
    #contact-form .contact-form-in h2, #contact-form .contact-form-in h3, #collaborate-form .contact-form-in h2, #collaborate-form .contact-form-in h3 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      color: #3C3C3C;
      text-transform: uppercase;
      margin-bottom: 16px; }
    #contact-form .contact-form-in p, #collaborate-form .contact-form-in p {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 150%;
      color: #000000;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767.98px) {
        #contact-form .contact-form-in p, #collaborate-form .contact-form-in p {
          text-align: center; } }
    #contact-form .contact-form-in form .form-group, #collaborate-form .contact-form-in form .form-group {
      margin-bottom: 16px; }
      @media only screen and (max-width: 767.98px) {
        #contact-form .contact-form-in form .form-group, #collaborate-form .contact-form-in form .form-group {
          margin-bottom: 24px; } }
      #contact-form .contact-form-in form .form-group label, #collaborate-form .contact-form-in form .form-group label {
        display: block;
        text-transform: uppercase;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #111A1D;
        margin-bottom: 8px; }
      #contact-form .contact-form-in form .form-group input[type=text], #contact-form .contact-form-in form .form-group input[type=email], #contact-form .contact-form-in form .form-group input[type=tel], #contact-form .contact-form-in form .form-group textarea, #collaborate-form .contact-form-in form .form-group input[type=text], #collaborate-form .contact-form-in form .form-group input[type=email], #collaborate-form .contact-form-in form .form-group input[type=tel], #collaborate-form .contact-form-in form .form-group textarea {
        display: block;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #BEBEBE;
        border-radius: 20px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #3C3C3C;
        padding: 0 16px; }
        #contact-form .contact-form-in form .form-group input[type=text].placeholder, #contact-form .contact-form-in form .form-group input[type=email].placeholder, #contact-form .contact-form-in form .form-group input[type=tel].placeholder, #contact-form .contact-form-in form .form-group textarea.placeholder, #collaborate-form .contact-form-in form .form-group input[type=text].placeholder, #collaborate-form .contact-form-in form .form-group input[type=email].placeholder, #collaborate-form .contact-form-in form .form-group input[type=tel].placeholder, #collaborate-form .contact-form-in form .form-group textarea.placeholder {
          color: #8F8F8F; }
        #contact-form .contact-form-in form .form-group input[type=text]:-moz-placeholder, #contact-form .contact-form-in form .form-group input[type=email]:-moz-placeholder, #contact-form .contact-form-in form .form-group input[type=tel]:-moz-placeholder, #contact-form .contact-form-in form .form-group textarea:-moz-placeholder, #collaborate-form .contact-form-in form .form-group input[type=text]:-moz-placeholder, #collaborate-form .contact-form-in form .form-group input[type=email]:-moz-placeholder, #collaborate-form .contact-form-in form .form-group input[type=tel]:-moz-placeholder, #collaborate-form .contact-form-in form .form-group textarea:-moz-placeholder {
          color: #8F8F8F; }
        #contact-form .contact-form-in form .form-group input[type=text]::-moz-placeholder, #contact-form .contact-form-in form .form-group input[type=email]::-moz-placeholder, #contact-form .contact-form-in form .form-group input[type=tel]::-moz-placeholder, #contact-form .contact-form-in form .form-group textarea::-moz-placeholder, #collaborate-form .contact-form-in form .form-group input[type=text]::-moz-placeholder, #collaborate-form .contact-form-in form .form-group input[type=email]::-moz-placeholder, #collaborate-form .contact-form-in form .form-group input[type=tel]::-moz-placeholder, #collaborate-form .contact-form-in form .form-group textarea::-moz-placeholder {
          color: #8F8F8F; }
        #contact-form .contact-form-in form .form-group input[type=text]:-ms-input-placeholder, #contact-form .contact-form-in form .form-group input[type=email]:-ms-input-placeholder, #contact-form .contact-form-in form .form-group input[type=tel]:-ms-input-placeholder, #contact-form .contact-form-in form .form-group textarea:-ms-input-placeholder, #collaborate-form .contact-form-in form .form-group input[type=text]:-ms-input-placeholder, #collaborate-form .contact-form-in form .form-group input[type=email]:-ms-input-placeholder, #collaborate-form .contact-form-in form .form-group input[type=tel]:-ms-input-placeholder, #collaborate-form .contact-form-in form .form-group textarea:-ms-input-placeholder {
          color: #8F8F8F; }
        #contact-form .contact-form-in form .form-group input[type=text]::-webkit-input-placeholder, #contact-form .contact-form-in form .form-group input[type=email]::-webkit-input-placeholder, #contact-form .contact-form-in form .form-group input[type=tel]::-webkit-input-placeholder, #contact-form .contact-form-in form .form-group textarea::-webkit-input-placeholder, #collaborate-form .contact-form-in form .form-group input[type=text]::-webkit-input-placeholder, #collaborate-form .contact-form-in form .form-group input[type=email]::-webkit-input-placeholder, #collaborate-form .contact-form-in form .form-group input[type=tel]::-webkit-input-placeholder, #collaborate-form .contact-form-in form .form-group textarea::-webkit-input-placeholder {
          color: #8F8F8F; }
      #contact-form .contact-form-in form .form-group textarea, #collaborate-form .contact-form-in form .form-group textarea {
        padding: 8px 16px;
        height: 130px; }
      #contact-form .contact-form-in form .form-group .select2, #collaborate-form .contact-form-in form .form-group .select2 {
        height: 40px;
        width: 100% !important; }
      #contact-form .contact-form-in form .form-group .select2-selection, #collaborate-form .contact-form-in form .form-group .select2-selection {
        height: 40px;
        background: #FFFFFF;
        border: 1.5px solid #BEBEBE;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #3C3C3C;
        padding-left: 16px;
        padding-right: 32px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        position: relative; }
        #contact-form .contact-form-in form .form-group .select2-selection:after, #collaborate-form .contact-form-in form .form-group .select2-selection:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: icomoon;
          color: #3C3C3C;
          font-size: 18px;
          content: "\e912";
          font-weight: 900;
          transition: .25s ease-in-out;
          right: 16px; }
        #contact-form .contact-form-in form .form-group .select2-selection .select2-selection__rendered, #collaborate-form .contact-form-in form .form-group .select2-selection .select2-selection__rendered {
          padding: 0;
          height: 100%;
          display: flex;
          align-items: center;
          color: #3C3C3C;
          text-transform: uppercase; }
        #contact-form .contact-form-in form .form-group .select2-selection .select2-selection__arrow, #collaborate-form .contact-form-in form .form-group .select2-selection .select2-selection__arrow {
          display: none; }
      #contact-form .contact-form-in form .form-group .select2-container--open .select2-selection:after, #collaborate-form .contact-form-in form .form-group .select2-container--open .select2-selection:after {
        transform: translateY(-50%) rotate(180deg); }
    #contact-form .contact-form-in form .text-right, #collaborate-form .contact-form-in form .text-right {
      text-align: right;
      position: relative; }
      @media only screen and (max-width: 767.98px) {
        #contact-form .contact-form-in form .text-right, #collaborate-form .contact-form-in form .text-right {
          margin-bottom: 0; } }
      #contact-form .contact-form-in form .text-right .wpcf7-spinner, #collaborate-form .contact-form-in form .text-right .wpcf7-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      #contact-form .contact-form-in .valign, #collaborate-form .contact-form-in .valign {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #contact-form .contact-form-in .valign .form-group, #collaborate-form .contact-form-in .valign .form-group {
          display: flex;
          align-items: center;
          margin: 0; } }
    #contact-form .contact-form-in .accept-terms, #collaborate-form .contact-form-in .accept-terms {
      flex-grow: 1;
      margin-right: 15px; }
  #contact-form input[type=submit], #collaborate-form input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: auto;
    transition: .25s ease-in-out; }
    @media only screen and (max-width: 767.98px) {
      #contact-form input[type=submit], #collaborate-form input[type=submit] {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    #contact-form input[type=submit]:hover, #collaborate-form input[type=submit]:hover {
      background-color: #9E6260;
      border-color: #9E6260; }
    @media only screen and (max-width: 767.98px) {
      #contact-form input[type=submit], #collaborate-form input[type=submit] {
        display: flex;
        width: 100%;
        margin-top: 32px;
        height: 48px;
        letter-spacing: 0; } }
  #contact-form .accept-terms.custom-checkbox .wpcf7-list-item-label span, #collaborate-form .accept-terms.custom-checkbox .wpcf7-list-item-label span {
    padding-left: 0 !important; }

.empty-cart {
  padding-top: 16px;
  padding-bottom: 78px;
  text-align: center; }
  @media only screen and (max-width: 767.98px) {
    .empty-cart {
      /*padding-top: 70px;
      padding-bottom: 70px;*/
      padding-bottom: 0; } }
  .empty-cart .nf-icon {
    margin-bottom: 32px; }
    .empty-cart .nf-icon img {
      width: 210px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767.98px) {
        .empty-cart .nf-icon img {
          width: 170px; } }
  .empty-cart h2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #000000;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .empty-cart h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .empty-cart h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 767.98px) {
      .empty-cart h2 {
        font-size: 24px; } }
  .empty-cart a.return-btn {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      .empty-cart a.return-btn {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    .empty-cart a.return-btn:hover {
      background-color: #9E6260;
      border-color: #9E6260; }

#cart-page {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767.98px) {
    #cart-page {
      padding-bottom: 0; } }

.special-offer .text-right {
  text-align: right; }
.special-offer .section-heading {
  margin-bottom: 51px; }
  @media only screen and (max-width: 991.98px) {
    .special-offer .section-heading {
      margin-bottom: 24px; } }
  .special-offer .section-heading .row {
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 991.98px) {
      .special-offer .section-heading .row {
        flex-direction: column;
        justify-content: center;
        text-align: center; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .special-offer .section-heading .row .col:nth-of-type(1) {
        min-width: 60%; } }
  .special-offer .section-heading p {
    display: block;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #3C3C3C;
    margin-top: 15px; }
    .special-offer .section-heading p strong {
      font-weight: 600; }
  .special-offer .section-heading h2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    color: #3C3C3C;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .special-offer .section-heading h2 {
        display: inline-flex;
        position: relative;
        top: 3px; } }
    @media only screen and (max-width: 991.98px) {
      .special-offer .section-heading h2 {
        margin-bottom: 16px; } }
  .special-offer .section-heading .see-all {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3C3C3C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    align-items: center; }
    @media only screen and (max-width: 991.98px) {
      .special-offer .section-heading .see-all {
        font-size: 16px;
        font-weight: 500;
        padding: 0px 30px;
        border: 1px solid #BEBEBE;
        border-radius: 40px;
        height: 40px; } }
    .special-offer .section-heading .see-all:after {
      font-family: icomoon;
      content: "\e919";
      color: #3C3C3C;
      margin-left: 10px;
      transition: .25s ease-in-out; }
      @media only screen and (max-width: 991.98px) {
        .special-offer .section-heading .see-all:after {
          position: relative;
          top: 2px; } }
    .special-offer .section-heading .see-all:hover:after {
      margin-left: 14px; }
    @media only screen and (max-width: 991.98px) {
      .special-offer .section-heading .see-all {
        display: none; } }
.special-offer .slick-slide .col-md-4 {
  max-width: 100%;
  padding: 0; }
.special-offer .see-all-sm {
  text-align: center; }
  @media only screen and (max-width: 991.98px) {
    .special-offer .see-all-sm {
      margin-top: 32px; } }
  .special-offer .see-all-sm a {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3C3C3C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    align-items: center; }
    @media only screen and (max-width: 991.98px) {
      .special-offer .see-all-sm a {
        font-size: 16px;
        font-weight: 500;
        padding: 0px 30px;
        border: 1px solid #BEBEBE;
        border-radius: 40px;
        height: 40px; } }
    .special-offer .see-all-sm a:after {
      font-family: icomoon;
      content: "\e919";
      color: #3C3C3C;
      margin-left: 10px;
      transition: .25s ease-in-out; }
      @media only screen and (max-width: 991.98px) {
        .special-offer .see-all-sm a:after {
          position: relative;
          top: 2px; } }
    .special-offer .see-all-sm a:hover:after {
      margin-left: 14px; }
    @media only screen and (min-width: 992px) {
      .special-offer .see-all-sm a {
        display: none; } }

#cart-main .cart-table {
  margin-bottom: 32px; }
  #cart-main .cart-table .heading-labels {
    display: flex;
    width: 100%;
    margin: 0px;
    align-items: center;
    padding-left: 60.5%; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #cart-main .cart-table .heading-labels {
        padding-left: 55%; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #cart-main .cart-table .heading-labels {
        padding-left: 50%; } }
    @media only screen and (max-width: 767.98px) {
      #cart-main .cart-table .heading-labels {
        display: none; } }
    @media only screen and (min-width: 768px) {
      #cart-main .cart-table .heading-labels {
        border-spacing: 0; } }
    #cart-main .cart-table .heading-labels span {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      color: #111A1D;
      display: block;
      margin-bottom: 8px;
      text-transform: uppercase; }
      #cart-main .cart-table .heading-labels span.qty-label {
        min-width: 152px;
        max-width: 152px; }
      #cart-main .cart-table .heading-labels span.total-label {
        min-width: 55%;
        max-width: 55%;
        text-align: center; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #cart-main .cart-table .heading-labels span.total-label {
            min-width: 43%;
            max-width: 43%; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          #cart-main .cart-table .heading-labels span.total-label {
            min-width: 40%;
            max-width: 40%; } }
  #cart-main .cart-table .product-rows .product-row {
    display: flex;
    padding: 16px 32px;
    border: 1px solid #bebebe;
    margin-bottom: 16px;
    border-radius: 8px;
    position: relative; }
    #cart-main .cart-table .product-rows .product-row:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #cart-main .cart-table .product-rows .product-row {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (min-width: 768px) {
      #cart-main .cart-table .product-rows .product-row {
        align-items: center; } }
    @media only screen and (max-width: 767.98px) {
      #cart-main .cart-table .product-rows .product-row {
        flex-wrap: wrap;
        padding: 10px;
        text-align: center;
        align-items: flex-start;
        justify-content: space-between; } }
    #cart-main .cart-table .product-rows .product-row .product-info {
      display: flex; }
      @media only screen and (min-width: 768px) {
        #cart-main .cart-table .product-rows .product-row .product-info {
          min-width: 61%;
          max-width: 61%;
          padding-right: 50px;
          align-items: center; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #cart-main .cart-table .product-rows .product-row .product-info {
          min-width: 55%;
          max-width: 55%; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #cart-main .cart-table .product-rows .product-row .product-info {
          min-width: 50%;
          max-width: 50%;
          padding-right: 30px; } }
      @media only screen and (max-width: 767.98px) {
        #cart-main .cart-table .product-rows .product-row .product-info {
          padding-right: 25px;
          margin-bottom: 8px;
          flex-basis: 100%; } }
      #cart-main .cart-table .product-rows .product-row .product-info .product-image {
        min-width: 170px;
        max-width: 170px;
        margin-right: 24px;
        position: relative; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #cart-main .cart-table .product-rows .product-row .product-info .product-image {
            min-width: 110px;
            max-width: 110px; } }
        @media only screen and (max-width: 991.98px) {
          #cart-main .cart-table .product-rows .product-row .product-info .product-image {
            min-width: 60px;
            max-width: 60px;
            margin-right: 8px; } }
        #cart-main .cart-table .product-rows .product-row .product-info .product-image img {
          display: block;
          width: 100%;
          -ms-interpolation-mode: nearest-neighbor;
          image-rendering: -moz-crisp-edges;
          image-rendering: -o-crisp-edges;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: crisp-edges; }
      #cart-main .cart-table .product-rows .product-row .product-info .product-title-holder .variations {
        margin-top: 24px; }
        @media only screen and (max-width: 767.98px) {
          #cart-main .cart-table .product-rows .product-row .product-info .product-title-holder .variations {
            display: none; } }
      #cart-main .cart-table .product-rows .product-row .product-info .product-title {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 122%;
        color: #3C3C3C; }
        @media only screen and (max-width: 767.98px) {
          #cart-main .cart-table .product-rows .product-row .product-info .product-title {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #111A1D;
            text-align: left; } }
        #cart-main .cart-table .product-rows .product-row .product-info .product-title a {
          display: block;
          color: inherit; }
          #cart-main .cart-table .product-rows .product-row .product-info .product-title a:hover {
            color: #8F8F8F; }
    #cart-main .cart-table .product-rows .product-row .variations p {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      color: #111A1D;
      text-transform: uppercase;
      margin-bottom: 8px;
      text-align: left; }
      #cart-main .cart-table .product-rows .product-row .variations p strong {
        font-weight: 400;
        text-transform: uppercase;
        text-align: left; }
      #cart-main .cart-table .product-rows .product-row .variations p:last-of-type {
        margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      #cart-main .cart-table .product-rows .product-row .price-container.show-sm {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      #cart-main .cart-table .product-rows .product-row .price-container.show-lg {
        display: none; } }
    #cart-main .cart-table .product-rows .product-row .price-container del {
      display: none; }
    #cart-main .cart-table .product-rows .product-row .price-container ins {
      text-decoration: none; }
    #cart-main .cart-table .product-rows .product-row .price-container span.variable {
      font-size: 16px;
      margin-right: 1px;
      font-weight: 400; }
    #cart-main .cart-table .product-rows .product-row .price-container.onsale {
      color: #A83F45 !important; }
    @media only screen and (max-width: 767.98px) {
      #cart-main .cart-table .product-rows .product-row .qty-number {
        order: 2; } }
    #cart-main .cart-table .product-rows .product-row .qty-number .number {
      border: 1px solid #626864;
      border-radius: 60px;
      width: 152px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 767.98px) {
        #cart-main .cart-table .product-rows .product-row .qty-number .number {
          width: 136px;
          height: 40px; } }
      #cart-main .cart-table .product-rows .product-row .qty-number .number .quantity {
        text-align: center;
        width: 70px; }
        #cart-main .cart-table .product-rows .product-row .qty-number .number .quantity input {
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          color: #626864;
          border: 0;
          display: block;
          background-color: #fff;
          text-align: center;
          position: relative;
          bottom: 2px;
          width: 100%; }
      #cart-main .cart-table .product-rows .product-row .qty-number .number span {
        color: #626864;
        font-size: 22px;
        font-weight: 600;
        height: 100%;
        display: flex;
        align-items: center; }
        #cart-main .cart-table .product-rows .product-row .qty-number .number span:hover {
          color: #000;
          cursor: pointer; }
    #cart-main .cart-table .product-rows .product-row .qty-number .price-container {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      color: #3C3C3C;
      text-align: right;
      margin-top: 8px; }
      @media only screen and (min-width: 768px) {
        #cart-main .cart-table .product-rows .product-row .qty-number .price-container {
          display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #cart-main .cart-table .product-rows .product-row .product-total {
        pmin-width: 22%; } }
    @media only screen and (min-width: 768px) {
      #cart-main .cart-table .product-rows .product-row .product-total {
        min-width: 25%;
        margin-left: auto;
        text-align: center; } }
    #cart-main .cart-table .product-rows .product-row .product-total .variations {
      text-align: left; }
      @media only screen and (min-width: 768px) {
        #cart-main .cart-table .product-rows .product-row .product-total .variations {
          display: none; } }
      #cart-main .cart-table .product-rows .product-row .product-total .variations p:last-of-type {
        margin-bottom: 4px; }
    #cart-main .cart-table .product-rows .product-row .product-total .price-container {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      color: #3C3C3C; }
      @media only screen and (max-width: 767.98px) {
        #cart-main .cart-table .product-rows .product-row .product-total .price-container {
          text-align: left; } }
      #cart-main .cart-table .product-rows .product-row .product-total .price-container .per-item {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #111A1D;
        margin-left: 6px; }
        @media only screen and (min-width: 768px) {
          #cart-main .cart-table .product-rows .product-row .product-total .price-container .per-item {
            display: none; } }
    @media only screen and (max-width: 767.98px) {
      #cart-main .cart-table .product-rows .product-row .product-remove {
        position: absolute;
        right: 10px; } }
    #cart-main .cart-table .product-rows .product-row a.btn-remove {
      width: auto;
      height: auto; }
      #cart-main .cart-table .product-rows .product-row a.btn-remove span {
        display: flex;
        width: 24px;
        height: 24px;
        background: url(img/ico/close-popup.svg); }
#cart-main #cart-additional {
  margin-bottom: 88px; }
  @media only screen and (max-width: 767.98px) {
    #cart-main #cart-additional {
      margin-bottom: 56px; } }
  #cart-main #cart-additional .secured-wrap .weight-exceeds {
    border-radius: 8px;
    background: #EDFFE5;
    padding: 16px;
    margin-bottom: 32px; }
    #cart-main #cart-additional .secured-wrap .weight-exceeds h4 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      color: #4A8B64;
      text-transform: uppercase;
      padding-left: 30px;
      position: relative;
      margin-bottom: 15px; }
      #cart-main #cart-additional .secured-wrap .weight-exceeds h4:before {
        font-family: icomoon;
        font-size: 20px;
        color: #4A8B64;
        position: absolute;
        top: 0;
        left: 0;
        content: "\e90a";
        font-weight: 400; }
    #cart-main #cart-additional .secured-wrap .weight-exceeds p {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 170%;
      color: #000000; }
    #cart-main #cart-additional .secured-wrap .weight-exceeds a.we-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 10px; }
      @media only screen and (max-width: 767.98px) {
        #cart-main #cart-additional .secured-wrap .weight-exceeds a.we-btn {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #cart-main #cart-additional .secured-wrap .weight-exceeds a.we-btn:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
  #cart-main #cart-additional .secured-wrap .secured-stuff {
    text-align: center; }
    #cart-main #cart-additional .secured-wrap .secured-stuff .secure-caption {
      display: block;
      text-transform: uppercase;
      margin-bottom: 24px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      color: #111A1D; }
    #cart-main #cart-additional .secured-wrap .secured-stuff ul {
      font-size: 0; }
      #cart-main #cart-additional .secured-wrap .secured-stuff ul li {
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px; }
        @media only screen and (max-width: 767.98px) {
          #cart-main #cart-additional .secured-wrap .secured-stuff ul li {
            margin-left: 3px;
            margin-right: 3px; } }
        #cart-main #cart-additional .secured-wrap .secured-stuff ul li img {
          display: block;
          height: 48px; }
          @media only screen and (max-width: 767.98px) {
            #cart-main #cart-additional .secured-wrap .secured-stuff ul li img {
              height: 22px; } }
  @media only screen and (max-width: 991.98px) {
    #cart-main #cart-additional .cart-total {
      margin-top: 32px; } }

.cart-total, #order_review {
  max-width: 522px;
  margin-left: auto;
  width: 100%;
  border-radius: 16px;
  background: #F6EEED;
  padding: 24px;
  padding-bottom: 8px; }
  @media only screen and (max-width: 991.98px) {
    .cart-total, #order_review {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .cart-total .woocommerce-remove-coupon, #order_review .woocommerce-remove-coupon {
    font-size: 0;
    position: relative;
    width: 24px;
    margin-left: 4px;
    display: inline-flex;
    position: relative;
    bottom: 5px; }
    .cart-total .woocommerce-remove-coupon:after, #order_review .woocommerce-remove-coupon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      font-size: 16px;
      font-family: icomoon;
      content: "\e909";
      color: #8F8F8F; }
  .cart-total table, #order_review table {
    display: table !important; }
    .cart-total table tr, #order_review table tr {
      display: table-row !important; }
      .cart-total table tr:nth-of-type(1) td, #order_review table tr:nth-of-type(1) td {
        padding-top: 0 !important; }
      @media only screen and (max-width: 767.98px) {
        .cart-total table tr, #order_review table tr {
          display: flex !important; } }
      .cart-total table tr td, #order_review table tr td {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        padding-top: 16px;
        padding-bottom: 16px; }
        .cart-total table tr td:before, #order_review table tr td:before {
          display: none !important; }
        .cart-total table tr td strong, #order_review table tr td strong {
          font-weight: 600; }
        .cart-total table tr td:first-of-type, #order_review table tr td:first-of-type {
          text-align: left !important;
          width: 55%; }
          @media only screen and (max-width: 767.98px) {
            .cart-total table tr td:first-of-type, #order_review table tr td:first-of-type {
              width: 65%; } }
        .cart-total table tr td:last-of-type, #order_review table tr td:last-of-type {
          text-align: right;
          padding-left: 12px;
          width: 45%;
          font-weight: 600; }
          @media only screen and (max-width: 767.98px) {
            .cart-total table tr td:last-of-type, #order_review table tr td:last-of-type {
              width: 35%; } }
      .cart-total table tr td[colspan="2"], #order_review table tr td[colspan="2"] {
        width: 100% !important; }
      .cart-total table tr.coupon td, #order_review table tr.coupon td {
        padding-bottom: 8px;
        border-top: 1px solid #bebebe;
        padding-left: 0;
        padding-right: 0;
        font-weight: 300; }
      .cart-total table tr.coupon-expand td, #order_review table tr.coupon-expand td {
        border-bottom: 1px solid #bebebe;
        padding: 0;
        padding-bottom: 16px; }
      .cart-total table tr.coupon-expand .form-group, #order_review table tr.coupon-expand .form-group {
        display: flex;
        align-items: center;
        border: 0;
        height: 47px;
        border-radius: 50px;
        padding: 0px;
        background-color: #fff;
        padding: 4px;
        margin-bottom: 0; }
      .cart-total table tr.coupon-expand input[type=text], #order_review table tr.coupon-expand input[type=text] {
        display: block;
        border: 0;
        padding: 0 20px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        color: #111A1D;
        flex-grow: 1; }
        @media only screen and (max-width: 767.98px) {
          .cart-total table tr.coupon-expand input[type=text], #order_review table tr.coupon-expand input[type=text] {
            width: 100%; } }
        .cart-total table tr.coupon-expand input[type=text].placeholder, #order_review table tr.coupon-expand input[type=text].placeholder {
          color: #BEBEBE; }
        .cart-total table tr.coupon-expand input[type=text]:-moz-placeholder, #order_review table tr.coupon-expand input[type=text]:-moz-placeholder {
          color: #BEBEBE; }
        .cart-total table tr.coupon-expand input[type=text]::-moz-placeholder, #order_review table tr.coupon-expand input[type=text]::-moz-placeholder {
          color: #BEBEBE; }
        .cart-total table tr.coupon-expand input[type=text]:-ms-input-placeholder, #order_review table tr.coupon-expand input[type=text]:-ms-input-placeholder {
          color: #BEBEBE; }
        .cart-total table tr.coupon-expand input[type=text]::-webkit-input-placeholder, #order_review table tr.coupon-expand input[type=text]::-webkit-input-placeholder {
          color: #BEBEBE; }
      .cart-total table tr.coupon-expand button[type=submit], #order_review table tr.coupon-expand button[type=submit] {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 87px;
        background: #6F4244;
        border: 0;
        padding: 0 24px;
        height: 100%;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        border-radius: 40px;
        text-transform: uppercase;
        padding-bottom: 2px;
        transition: .25s ease-in-out; }
        .cart-total table tr.coupon-expand button[type=submit]:hover, #order_review table tr.coupon-expand button[type=submit]:hover {
          background: #9E6260; }
      .cart-total table tr.cart-discount td, #order_review table tr.cart-discount td {
        border-bottom: 1px solid #bebebe; }
      .cart-total table tr .price-container .includes_tax, #order_review table tr .price-container .includes_tax {
        display: none; }
  .cart-total .continue, #order_review .continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    height: 56px;
    border-radius: 60px;
    padding: 0 24px;
    margin-top: 8px;
    display: flex;
    width: 100% !important; }
    @media only screen and (max-width: 767.98px) {
      .cart-total .continue, #order_review .continue {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    .cart-total .continue:hover, #order_review .continue:hover {
      background-color: #9E6260;
      border-color: #9E6260; }
    .cart-total .continue.disabled, #order_review .continue.disabled {
      background-color: #BEBEBE !important;
      pointer-events: none;
      border-color: #BEBEBE !important; }
  .cart-total .exceed-limit, #order_review .exceed-limit {
    padding-top: 8px;
    padding-bottom: 16px; }
    .cart-total .exceed-limit p, #order_review .exceed-limit p {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #C70000; }
      .cart-total .exceed-limit p a, #order_review .exceed-limit p a {
        color: inherit;
        text-decoration: underline; }

.woocommerce-notices-wrapper + .cart-table {
  margin-top: 30px; }

#wishlist-page {
  padding-bottom: 70px; }
  @media only screen and (max-width: 767.98px) {
    #wishlist-page .cart-table {
      margin-bottom: 0px; } }
  @media only screen and (max-width: 767.98px) {
    #wishlist-page {
      padding-bottom: 0; } }
  #wishlist-page .tinvwl-table-manage-list {
    margin-bottom: 32px; }
    #wishlist-page .tinvwl-table-manage-list thead {
      display: none; }
    #wishlist-page .tinvwl-table-manage-list .wishlist_item {
      padding: 0px 8px;
      padding-right: 40px;
      border: 1px solid #bebebe;
      margin-bottom: 16px;
      border-radius: 8px;
      position: relative;
      display: flex; }
      @media only screen and (min-width: 768px) {
        #wishlist-page .tinvwl-table-manage-list .wishlist_item {
          min-height: 140px; } }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item:last-of-type {
        margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #wishlist-page .tinvwl-table-manage-list .wishlist_item {
          padding-left: 20px;
          padding-right: 20px; } }
      @media only screen and (min-width: 768px) {
        #wishlist-page .tinvwl-table-manage-list .wishlist_item {
          align-items: center; } }
      @media only screen and (max-width: 767.98px) {
        #wishlist-page .tinvwl-table-manage-list .wishlist_item {
          flex-wrap: wrap;
          padding: 24px;
          text-align: center;
          align-items: flex-start;
          justify-content: space-between;
          display: block; } }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action {
        width: auto;
        padding: 0; }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info {
        display: flex; }
        @media only screen and (min-width: 768px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info {
            /* min-width: 61%;
             max-width: 61%;
             padding-right: 50px;*/
            flex-grow: 1;
            align-items: center; } }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info {
            min-width: 55%;
            max-width: 55%; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info {
            min-width: 50%;
            max-width: 50%;
            padding-right: 30px; } }
        @media only screen and (max-width: 767.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info {
            padding-right: 32px;
            margin-bottom: 24px;
            flex-basis: 100%; } }
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image {
          min-width: 150px;
          max-width: 150px;
          margin-right: 24px;
          position: relative; }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image {
              min-width: 110px;
              max-width: 110px; } }
          @media only screen and (max-width: 991.98px) {
            #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image {
              min-width: 100px;
              max-width: 100px;
              margin-right: 8px; } }
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image img {
            display: block;
            width: 100%;
            -ms-interpolation-mode: nearest-neighbor;
            image-rendering: -moz-crisp-edges;
            image-rendering: -o-crisp-edges;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges; }
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image.out-of-stock {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 10px; }
            #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image.out-of-stock span {
              display: block;
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 16px;
              line-height: 16px;
              color: #111A1D; }
            #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-image.out-of-stock img {
              opacity: 0.3; }
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-title {
          display: block;
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 122%;
          padding-top: 16px;
          padding-bottom: 16px;
          color: #3C3C3C;
          text-transform: uppercase; }
          @media only screen and (max-width: 767.98px) {
            #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-title {
              font-family: 'Josefin Sans';
              font-style: normal;
              font-weight: 500;
              font-size: 18px;
              line-height: 22px;
              color: #111A1D;
              text-align: left; } }
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-info .product-title a {
            display: block;
            color: inherit; }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-price {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        color: #3C3C3C;
        padding-right: 24px; }
        @media only screen and (max-width: 767.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-price {
            padding-right: 0;
            margin-bottom: 8px;
            text-align: center;
            display: block;
            width: 100%; } }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-remove {
        width: auto;
        height: auto;
        position: absolute;
        top: 8px;
        right: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px; }
        @media only screen and (max-width: 767.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-remove {
            top: 24px;
            right: 24px; } }
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-remove button {
          background: none;
          border: 0;
          padding: 0; }
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-remove i {
          font-size: 24px;
          color: #111A1D; }
      @media only screen and (max-width: 767.98px) {
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action {
          text-align: center;
          width: 100%;
          display: block; } }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action button, #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action a.button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        font-size: 18px;
        height: 56px;
        border-radius: 60px;
        padding: 0 24px; }
        @media only screen and (max-width: 767.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action button, #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action a.button {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action button:hover, #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action a.button:hover {
          background-color: #9E6260;
          border-color: #9E6260; }
        #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action button:after, #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action a.button:after {
          font-family: icomoon;
          color: #fff;
          font-size: 24px;
          margin-left: 8px;
          content: "\e91d";
          position: relative;
          top: 2px; }
        @media only screen and (max-width: 767.98px) {
          #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action button, #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action a.button {
            padding-left: 24px;
            padding-right: 24px;
            margin-left: auto;
            margin-right: auto;
            display: flex; } }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item .product-action a.button:after {
        display: none; }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item.out-of-stock .product-image a {
        position: relative;
        z-index: 2; }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item.out-of-stock .product-image img {
        opacity: 0.4; }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item.out-of-stock .product-image .stock-label {
        display: block;
        text-align: center;
        width: 100%;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #111A1D;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 5px; }
      #wishlist-page .tinvwl-table-manage-list .wishlist_item.out-of-stock .product-action button {
        background: #BEBEBE;
        pointer-events: none;
        border: #BEBEBE; }

@media only screen and (min-width: 1200px) {
  #checkout-page .row {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px; } }
@media only screen and (min-width: 1200px) {
  #checkout-page .row [class*="col-"] {
    padding-left: 16px;
    padding-right: 16px; } }
@media only screen and (min-width: 1200px) {
  #checkout-page .row .col-xl-7 {
    flex: 0 0 52%;
    max-width: 52%; } }
@media only screen and (min-width: 1200px) {
  #checkout-page .row .col-xl-5 {
    flex: 0 0 48%;
    max-width: 48%; } }
#checkout-page .custom-radiobox label {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #4D4D4D;
  text-transform: uppercase; }
#checkout-page .custom-radiobox .price-group, #checkout-page .custom-radiobox .woocommerce-Price-amount {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #4D4D4D;
  text-transform: uppercase;
  margin-left: auto; }
@media (min-width: 1200px) {
  #checkout-page .container {
    max-width: 1130px; } }
#checkout-page #cart-intro {
  margin-bottom: 40px; }
#checkout-page .show-cart-items {
  border-radius: 16px;
  border: 1px solid #E7E7E7;
  margin-top: 24px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff; }
  @media only screen and (min-width: 1200px) {
    #checkout-page .show-cart-items {
      max-width: 522px;
      margin-left: auto; } }
  #checkout-page .show-cart-items .product-rows {
    padding: 24px; }
    #checkout-page .show-cart-items .product-rows .product-row {
      display: flex;
      padding: 8px;
      border: 1px solid #bebebe;
      margin-bottom: 16px;
      border-radius: 8px;
      position: relative;
      align-items: center; }
      #checkout-page .show-cart-items .product-rows .product-row:last-of-type {
        margin-bottom: 0; }
      #checkout-page .show-cart-items .product-rows .product-row .product-image {
        min-width: 65px;
        max-width: 65px;
        margin-right: 14px;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          #checkout-page .show-cart-items .product-rows .product-row .product-image {
            max-width: 40%;
            min-width: 40%; } }
        #checkout-page .show-cart-items .product-rows .product-row .product-image img {
          display: block;
          width: 100%;
          -ms-interpolation-mode: nearest-neighbor;
          image-rendering: -moz-crisp-edges;
          image-rendering: -o-crisp-edges;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: crisp-edges; }
      #checkout-page .show-cart-items .product-rows .product-row .product-title-holder {
        display: flex;
        flex-grow: 1; }
        @media only screen and (max-width: 767.98px) {
          #checkout-page .show-cart-items .product-rows .product-row .product-title-holder {
            flex-direction: column; } }
      #checkout-page .show-cart-items .product-rows .product-row .product-title {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        flex-grow: 1;
        padding-right: 15px; }
        @media only screen and (max-width: 767.98px) {
          #checkout-page .show-cart-items .product-rows .product-row .product-title {
            font-size: 18px;
            line-height: 22px; } }
        #checkout-page .show-cart-items .product-rows .product-row .product-title a {
          display: block;
          color: inherit; }
          #checkout-page .show-cart-items .product-rows .product-row .product-title a:hover {
            color: #8F8F8F; }
        #checkout-page .show-cart-items .product-rows .product-row .product-title .variations {
          margin-top: 8px; }
          #checkout-page .show-cart-items .product-rows .product-row .product-title .variations p {
            font-size: 12px;
            line-height: 1.3;
            text-transform: uppercase;
            margin-bottom: 3px; }
            #checkout-page .show-cart-items .product-rows .product-row .product-title .variations p:last-of-type {
              margin-bottom: 0; }
      #checkout-page .show-cart-items .product-rows .product-row .price-container {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #111A1D;
        text-align: right;
        margin-left: auto;
        display: block; }
        @media only screen and (max-width: 767.98px) {
          #checkout-page .show-cart-items .product-rows .product-row .price-container {
            font-size: 18px;
            font-weight: 600;
            text-align: left;
            margin-top: 16px;
            margin-left: 0; } }
  #checkout-page .show-cart-items button.show-cart-button {
    background: none;
    padding: 16px 50px 16px 16px;
    border: 0;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #111A1D;
    text-transform: uppercase;
    position: relative;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E7E7E7; }
    #checkout-page .show-cart-items button.show-cart-button:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: icomoon;
      right: 16px;
      content: "\e912";
      vertical-align: middle;
      font-size: 16px;
      color: #111A1D;
      transition: .25s ease-in-out; }
    #checkout-page .show-cart-items button.show-cart-button.active:after {
      transform: translateY(-50%) rotate(180deg); }
#checkout-page .back-to-cart {
  text-align: center; }
  #checkout-page .back-to-cart a {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #111A1D;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #111A1D;
    display: inline-flex; }
    #checkout-page .back-to-cart a:hover {
      color: #8F8F8F;
      border-color: #8F8F8F; }
#checkout-page .checkout-step-title {
  border-bottom: 1px solid #E7E7E7;
  padding: 16px; }
  #checkout-page .checkout-step-title h3 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #111A1D;
    text-transform: uppercase;
    display: flex;
    align-items: center; }
    #checkout-page .checkout-step-title h3 span {
      display: inline-flex;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      display: flex;
      align-items: center;
      text-align: center;
      color: #3C3C3C;
      border: 1px solid #111A1D;
      margin-right: 16px;
      padding-bottom: 3px; }
#checkout-page .checkout-wrap {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #E7E7E7;
  padding-bottom: 16px;
  background-color: #fff; }
  @media only screen and (max-width: 991.98px) {
    #checkout-page .checkout-wrap {
      margin-bottom: 35px; } }

.woocommerce .col2-set .form-row-first, .woocommerce .col2-set .form-row-last {
  float: none !important;
  margin-right: 0 !important; }
  @media only screen and (min-width: 1200px) {
    .woocommerce .col2-set .form-row-first, .woocommerce .col2-set .form-row-last {
      width: 50%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .woocommerce .col2-set .form-row-first, .woocommerce .col2-set .form-row-last {
      width: 100% !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .woocommerce .col2-set .form-row-first, .woocommerce .col2-set .form-row-last {
      width: 50%; } }
@media only screen and (min-width: 1200px) {
  .woocommerce #billing_city_field, .woocommerce #shipping_city_field, .woocommerce #billing_postcode_field, .woocommerce #shipping_postcode_field {
    width: 50% !important; } }
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce #billing_city_field, .woocommerce #shipping_city_field, .woocommerce #billing_postcode_field, .woocommerce #shipping_postcode_field {
    width: 50% !important; } }
.woocommerce #billing_company_field, .woocommerce #_billing_eu_vat_number_field, .woocommerce #billing_company_address_field {
  display: none; }
.woocommerce #ship-to-different-address {
  margin-bottom: 20px; }
.woocommerce-address-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px; }
  .woocommerce-address-fields__field-wrapper .clear, .woocommerce-billing-fields__field-wrapper .clear, .woocommerce-shipping-fields__field-wrapper .clear, .woocommerce-additional-fields__field-wrapper .clear {
    display: none; }
  .woocommerce-address-fields__field-wrapper > .form-row,
  .woocommerce-address-fields__field-wrapper > fieldset,
  .woocommerce-address-fields__field-wrapper > p,
  .woocommerce-address-fields__field-wrapper > div, .woocommerce-billing-fields__field-wrapper > .form-row,
  .woocommerce-billing-fields__field-wrapper > fieldset,
  .woocommerce-billing-fields__field-wrapper > p,
  .woocommerce-billing-fields__field-wrapper > div, .woocommerce-shipping-fields__field-wrapper > .form-row,
  .woocommerce-shipping-fields__field-wrapper > fieldset,
  .woocommerce-shipping-fields__field-wrapper > p,
  .woocommerce-shipping-fields__field-wrapper > div, .woocommerce-additional-fields__field-wrapper > .form-row,
  .woocommerce-additional-fields__field-wrapper > fieldset,
  .woocommerce-additional-fields__field-wrapper > p,
  .woocommerce-additional-fields__field-wrapper > div {
    padding: 0 4px;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .woocommerce-address-fields__field-wrapper > .form-row,
      .woocommerce-address-fields__field-wrapper > fieldset,
      .woocommerce-address-fields__field-wrapper > p,
      .woocommerce-address-fields__field-wrapper > div, .woocommerce-billing-fields__field-wrapper > .form-row,
      .woocommerce-billing-fields__field-wrapper > fieldset,
      .woocommerce-billing-fields__field-wrapper > p,
      .woocommerce-billing-fields__field-wrapper > div, .woocommerce-shipping-fields__field-wrapper > .form-row,
      .woocommerce-shipping-fields__field-wrapper > fieldset,
      .woocommerce-shipping-fields__field-wrapper > p,
      .woocommerce-shipping-fields__field-wrapper > div, .woocommerce-additional-fields__field-wrapper > .form-row,
      .woocommerce-additional-fields__field-wrapper > fieldset,
      .woocommerce-additional-fields__field-wrapper > p,
      .woocommerce-additional-fields__field-wrapper > div {
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .woocommerce-address-fields__field-wrapper > .form-row,
      .woocommerce-address-fields__field-wrapper > fieldset,
      .woocommerce-address-fields__field-wrapper > p,
      .woocommerce-address-fields__field-wrapper > div, .woocommerce-billing-fields__field-wrapper > .form-row,
      .woocommerce-billing-fields__field-wrapper > fieldset,
      .woocommerce-billing-fields__field-wrapper > p,
      .woocommerce-billing-fields__field-wrapper > div, .woocommerce-shipping-fields__field-wrapper > .form-row,
      .woocommerce-shipping-fields__field-wrapper > fieldset,
      .woocommerce-shipping-fields__field-wrapper > p,
      .woocommerce-shipping-fields__field-wrapper > div, .woocommerce-additional-fields__field-wrapper > .form-row,
      .woocommerce-additional-fields__field-wrapper > fieldset,
      .woocommerce-additional-fields__field-wrapper > p,
      .woocommerce-additional-fields__field-wrapper > div {
        width: 50%; } }
  .woocommerce-address-fields__field-wrapper > .form-row-wide,
  .woocommerce-address-fields__field-wrapper > fieldset,
  .woocommerce-address-fields__field-wrapper > .notes,
  .woocommerce-address-fields__field-wrapper > .woocommerce-privacy-policy-text, .woocommerce-billing-fields__field-wrapper > .form-row-wide,
  .woocommerce-billing-fields__field-wrapper > fieldset,
  .woocommerce-billing-fields__field-wrapper > .notes,
  .woocommerce-billing-fields__field-wrapper > .woocommerce-privacy-policy-text, .woocommerce-shipping-fields__field-wrapper > .form-row-wide,
  .woocommerce-shipping-fields__field-wrapper > fieldset,
  .woocommerce-shipping-fields__field-wrapper > .notes,
  .woocommerce-shipping-fields__field-wrapper > .woocommerce-privacy-policy-text, .woocommerce-additional-fields__field-wrapper > .form-row-wide,
  .woocommerce-additional-fields__field-wrapper > fieldset,
  .woocommerce-additional-fields__field-wrapper > .notes,
  .woocommerce-additional-fields__field-wrapper > .woocommerce-privacy-policy-text {
    width: 100%; }
  .woocommerce-address-fields__field-wrapper label:not(.woocommerce-form__label-for-checkbox) abbr, .woocommerce-billing-fields__field-wrapper label:not(.woocommerce-form__label-for-checkbox) abbr, .woocommerce-shipping-fields__field-wrapper label:not(.woocommerce-form__label-for-checkbox) abbr, .woocommerce-additional-fields__field-wrapper label:not(.woocommerce-form__label-for-checkbox) abbr {
    text-decoration: none; }
.woocommerce-billing-fields:not(:last-child), .woocommerce-shipping-fields:not(:last-child), .woocommerce-additional-fields:not(:last-child) {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem; }
.woocommerce #billing_company_toggle_field {
  width: 100% !important; }
  .woocommerce #billing_company_toggle_field label {
    padding-left: 32px; }
.woocommerce span.optional {
  display: none; }
.woocommerce .terms-wrap {
  padding: 24px;
  border-top: 1px solid #E7E7E7; }
.woocommerce .checkout-step h3 {
  display: none; }
.woocommerce .checkout-step .sp {
  font-size: 0; }
.woocommerce .checkout-step .custom-radiobox .radio-holder input[type=radio] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.woocommerce .checkout-step .custom-radiobox li {
  margin-bottom: 8px;
  padding-left: 0; }
  .woocommerce .checkout-step .custom-radiobox li input[type=radio] {
    left: unset; }
  .woocommerce .checkout-step .custom-radiobox li label {
    padding-left: 32px;
    position: relative; }
    .woocommerce .checkout-step .custom-radiobox li label:hover {
      cursor: pointer; }
    .woocommerce .checkout-step .custom-radiobox li label:before {
      font-size: 16px;
      display: inline-block;
      color: #111A1D;
      font-family: icomoon;
      margin-right: 8px; }
  .woocommerce .checkout-step .custom-radiobox li label[for*="_flat_rate"]:before {
    content: "\e917"; }
  .woocommerce .checkout-step .custom-radiobox li label[for*="_local_pickup"]:before {
    content: "\e914"; }
  .woocommerce .checkout-step .custom-radiobox li .radio-holder {
    position: relative;
    padding: 8px 16px;
    border: 1px solid #9F9F9F;
    border-radius: 39px; }
  .woocommerce .checkout-step .custom-radiobox li .shipping-box {
    display: none;
    border: 1px solid #bebebe;
    border-top: 0;
    padding: 9px 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
    .woocommerce .checkout-step .custom-radiobox li .shipping-box p {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 130%;
      color: #4D4D4D; }
  .woocommerce .checkout-step .custom-radiobox li.active {
    border-radius: 16px; }
    .woocommerce .checkout-step .custom-radiobox li.active .shipping-box {
      display: flex;
      justify-content: center;
      flex-direction: column;
      min-height: 54px; }
    .woocommerce .checkout-step .custom-radiobox li.active .radio-holder {
      background-color: #F6EEED;
      border-radius: 16px 16px 0 0;
      border-color: #4A8B64; }
      .woocommerce .checkout-step .custom-radiobox li.active .radio-holder input[type=radio] {
        border-color: #4A8B64; }
        .woocommerce .checkout-step .custom-radiobox li.active .radio-holder input[type=radio]:before {
          background: #4A8B64; }
      .woocommerce .checkout-step .custom-radiobox li.active .radio-holder label:before {
        color: #4A8B64; }
.woocommerce .checkout-step .woocommerce-privacy-policy-text {
  display: none; }
.woocommerce .checkout-step #payment {
  padding-bottom: 15px; }
  .woocommerce .checkout-step #payment .woocommerce-privacy-policy-text {
    display: none; }
  .woocommerce .checkout-step #payment .place-order {
    display: none; }
  .woocommerce .checkout-step #payment li {
    margin-bottom: 16px; }
    .woocommerce .checkout-step #payment li:last-of-type {
      margin-bottom: 0; }
    .woocommerce .checkout-step #payment li img {
      height: 24px;
      margin-left: 8px; }
  .woocommerce .checkout-step #payment h4 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #14181C;
    margin-bottom: 16px; }
  .woocommerce .checkout-step #payment .custom-radiobox input[type="radio"] {
    top: 8px; }
.woocommerce .checkout-step .add_gift_card_form {
  margin-bottom: 30px; }
  .woocommerce .checkout-step .add_gift_card_form h4 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #14181C;
    margin-bottom: 16px; }
.woocommerce .checkout-step.is-completed h3 span {
  background-color: #F6EEED;
  border-color: #4A8B64 !important; }
.woocommerce .checkout-step .shipping-payment {
  font-size: 0; }
.woocommerce .checkout-step-completed {
  display: none;
  padding: 24px;
  border-bottom: 1px solid #E7E7E7;
  /*div:not(:last-child),
  p:not(:last-child) {
      margin-bottom: 6px;
  }*/ }
  .woocommerce .checkout-step-completed .value .price-group {
    display: none; }
  .woocommerce .checkout-step-completed .value img {
    height: 23px;
    margin-left: 8px; }
  .woocommerce .checkout-step-completed p {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #111A1D;
    margin-bottom: 16px; }
  .woocommerce .checkout-step-completed .edit {
    margin-top: 8px;
    display: inline-block;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-decoration-line: underline;
    color: #111A1D; }
    .woocommerce .checkout-step-completed .edit:hover {
      cursor: pointer;
      color: #8F8F8F; }
.woocommerce .checkout-step.is-disabled.is-disabled {
  display: none; }
.woocommerce .checkout-step:not(.is-simple).is-completed .checkout-step-content {
  display: none; }
.woocommerce .checkout-step:not(.is-simple).is-completed .shipping-payment {
  display: block !important; }
.woocommerce .checkout-step:not(.is-simple).is-completed .checkout-step-completed {
  display: block; }
.woocommerce .checkout-step-content {
  padding: 16px; }
.woocommerce .payment_box {
  display: none !important;
  /*p {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 130%;
      text-transform: uppercase;
      color: #4D4D4D;
  }*/ }
.woocommerce .next-step-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6F4244;
  padding: 0px 16px;
  height: 45px;
  background: #6F4244;
  color: #fff;
  border-radius: 50px;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 16px;
  margin-right: 16px; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce .next-step-button {
      font-size: 18px;
      letter-spacing: 0.02em;
      padding: 0 30px; } }
  .woocommerce .next-step-button:hover {
    background-color: #9E6260;
    border-color: #9E6260; }

#thankyou-page {
  position: relative;
  padding-bottom: 198px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #thankyou-page {
      padding-bottom: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #thankyou-page {
      padding-bottom: 120px; } }
  @media only screen and (max-width: 767.98px) {
    #thankyou-page {
      padding-bottom: 105px; } }
  #thankyou-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
  #thankyou-page .container {
    position: relative;
    z-index: 2; }
  #thankyou-page .thankyou-text, #thankyou-page .order-detials-wrap {
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto; }
  #thankyou-page .thankyou-text {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    margin-bottom: 16px; }
    #thankyou-page .thankyou-text p {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      text-align: center;
      color: #111A1D; }
  #thankyou-page .order-detials-wrap {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    margin-bottom: 24px; }
    #thankyou-page .order-detials-wrap ul.order_details {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      justify-content: space-between; }
      @media only screen and (max-width: 767.98px) {
        #thankyou-page .order-detials-wrap ul.order_details {
          flex-direction: column;
          justify-content: start; } }
      #thankyou-page .order-detials-wrap ul.order_details li {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 767.98px) {
          #thankyou-page .order-detials-wrap ul.order_details li {
            margin-bottom: 32px; } }
        @media only screen and (max-width: 767.98px) {
          #thankyou-page .order-detials-wrap ul.order_details li:last-of-type {
            margin-bottom: 0; } }
        #thankyou-page .order-detials-wrap ul.order_details li strong {
          display: block;
          margin-top: 32px;
          font-weight: 300;
          text-transform: none; }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #thankyou-page .order-detials-wrap ul.order_details li strong {
              margin-top: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991.98px) {
            #thankyou-page .order-detials-wrap ul.order_details li strong {
              margin-top: 15px; } }
          @media only screen and (max-width: 767.98px) {
            #thankyou-page .order-detials-wrap ul.order_details li strong {
              margin-top: 8px; } }
        #thankyou-page .order-detials-wrap ul.order_details li.total strong {
          font-weight: 600; }
        #thankyou-page .order-detials-wrap ul.order_details li:not(strong) {
          text-transform: uppercase; }
  #thankyou-page .woocommerce-order-details {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
    #thankyou-page .woocommerce-order-details h2 {
      display: none; }
    #thankyou-page .woocommerce-order-details table {
      border: 0;
      padding: 32px;
      background: #FFFFFF;
      border: 1px solid #BEBEBE;
      border-radius: 16px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767.98px) {
        #thankyou-page .woocommerce-order-details table {
          padding: 24px; } }
      #thankyou-page .woocommerce-order-details table thead {
        display: none; }
      #thankyou-page .woocommerce-order-details table tr th {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        padding: 16px;
        padding-right: 15px;
        text-align: left; }
      #thankyou-page .woocommerce-order-details table td {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        padding: 16px; }
        #thankyou-page .woocommerce-order-details table td a {
          color: inherit; }
          #thankyou-page .woocommerce-order-details table td a:hover {
            color: #8F8F8F; }
        #thankyou-page .woocommerce-order-details table td:first-of-type {
          padding-right: 15px; }
        #thankyou-page .woocommerce-order-details table td:last-of-type {
          text-align: right;
          font-weight: 600;
          width: 30%; }
        #thankyou-page .woocommerce-order-details table td .wc-item-meta {
          display: none; }
  #thankyou-page .woocommerce-customer-details {
    display: none; }
  #thankyou-page .thankyou-footer {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
    #thankyou-page .thankyou-footer .row {
      justify-content: space-between; }
      #thankyou-page .thankyou-footer .row .col {
        padding-left: 12px;
        padding-right: 12px; }
    #thankyou-page .thankyou-footer .back-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0px 16px;
      height: 45px;
      border: 1px solid #6F4244;
      background: #fff;
      color: #6F4244;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767.98px) {
        #thankyou-page .thankyou-footer .back-btn {
          padding: 0px 30px; } }
      #thankyou-page .thankyou-footer .back-btn i {
        transition: .25s ease-in-out; }
      #thankyou-page .thankyou-footer .back-btn:hover {
        background-color: #6F4244;
        border-color: #6F4244;
        color: #fff; }
        #thankyou-page .thankyou-footer .back-btn:hover i {
          color: #fff; }
    #thankyou-page .thankyou-footer .pets {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767.98px) {
        #thankyou-page .thankyou-footer .pets {
          height: 45px;
          border-radius: 50px; } }
      #thankyou-page .thankyou-footer .pets:before {
        font-family: 'icomoon';
        display: inline-block;
        margin-right: 8px;
        content: "\e91f";
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          #thankyou-page .thankyou-footer .pets:before {
            margin-right: 6px; } }
      #thankyou-page .thankyou-footer .pets:hover {
        background-color: #9E6260; }
    #thankyou-page .thankyou-footer .living {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767.98px) {
        #thankyou-page .thankyou-footer .living {
          height: 45px;
          border-radius: 50px; } }
      #thankyou-page .thankyou-footer .living:before {
        font-family: 'icomoon';
        display: inline-block;
        margin-right: 8px;
        content: "\e91f";
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767.98px) {
          #thankyou-page .thankyou-footer .living:before {
            margin-right: 6px; } }
      #thankyou-page .thankyou-footer .living:hover {
        background-color: #9E6260; }
    @media only screen and (max-width: 767.98px) {
      #thankyou-page .thankyou-footer a {
        margin-bottom: 8px; } }
    @media only screen and (max-width: 767.98px) {
      #thankyou-page .thankyou-footer a:last-of-type {
        margin-bottom: 0; } }

#faq-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 65px; }
  @media only screen and (max-width: 767.98px) {
    #faq-page {
      padding-bottom: 25px; } }
  #faq-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #faq-page:after {
        height: 552px; } }
  #faq-page .woocommerce-breadcrumb {
    margin-top: 24px;
    margin-bottom: 32px; }
    @media only screen and (max-width: 767.98px) {
      #faq-page .woocommerce-breadcrumb {
        margin-top: 15px;
        margin-bottom: 24px;
        justify-content: center; } }
  #faq-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #faq-page .container {
        max-width: 1136px; } }
  @media (min-width: 1390px) {
    #faq-page .page-breadcrumb .container {
      max-width: 1358px; } }
  @media (min-width: 992px) {
    #faq-page #faq-body .container {
      max-width: 912px; } }
  @media only screen and (max-width: 767.98px) {
    #faq-page #faq-body .container {
      padding-left: 0;
      padding-right: 0; } }
  #faq-page .delimiter-line {
    position: relative;
    text-align: center; }
    #faq-page .delimiter-line i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 30px;
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
    #faq-page .delimiter-line:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    #faq-page .delimiter-line i {
      color: #BEBEBE; }
  #faq-page h1 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #111A1D;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
    text-align: center; }
    @media only screen and (max-width: 767.98px) {
      #faq-page h1 {
        letter-spacing: 0;
        font-weight: 400;
        color: #3C3C3C;
        margin-bottom: 40px; } }
  #faq-page .accordion-tabs {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 32px;
    margin-top: -18px; }
    @media only screen and (min-width: 992px) {
      #faq-page .accordion-tabs {
        padding-left: 72px;
        padding-right: 72px; } }
    #faq-page .accordion-tabs ul {
      margin-left: -16px;
      margin-right: -16px;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767.98px) {
        #faq-page .accordion-tabs ul {
          margin-left: -4px;
          margin-right: -4px; } }
      @media (max-width: 400px) {
        #faq-page .accordion-tabs ul {
          margin-left: 0px;
          margin-right: 0px; } }
      #faq-page .accordion-tabs ul li {
        padding-left: 16px;
        padding-right: 16px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 767.98px) {
          #faq-page .accordion-tabs ul li {
            padding-left: 4px;
            padding-right: 4px; } }
        @media (max-width: 400px) {
          #faq-page .accordion-tabs ul li {
            padding-left: 0px;
            padding-right: 0px; } }
        #faq-page .accordion-tabs ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          padding: 15px;
          flex-direction: column;
          min-height: 144px; }
          @media only screen and (max-width: 767.98px) {
            #faq-page .accordion-tabs ul li a {
              min-height: 111px;
              padding: 5px; } }
          #faq-page .accordion-tabs ul li a img {
            height: 40px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px; }
            @media only screen and (max-width: 767.98px) {
              #faq-page .accordion-tabs ul li a img {
                height: 30px; } }
          #faq-page .accordion-tabs ul li a span {
            display: block;
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #111A1D; }
            @media only screen and (max-width: 767.98px) {
              #faq-page .accordion-tabs ul li a span {
                font-size: 13px; } }
          #faq-page .accordion-tabs ul li a.active, #faq-page .accordion-tabs ul li a:hover {
            background: #F6EEED; }
  @media only screen and (max-width: 767.98px) {
    #faq-page .tab-content {
      padding-left: 15px;
      padding-right: 15px; } }
  #faq-page .accordion {
    counter-reset: my-counter; }
    @media only screen and (min-width: 1200px) {
      #faq-page .accordion {
        min-height: 300px; } }
    #faq-page .accordion .faq-wrap {
      margin-bottom: 16px;
      /* &:before {
           content: counter(my-counter) ". ";
           counter-increment: my-counter;
           position: absolute;
           font-family: 'Josefin Sans';
           font-style: normal;
           font-weight: 400;
           font-size: 18px;
           line-height: 170%;
           text-transform: uppercase;
           color: #000;
       }*/ }
      #faq-page .accordion .faq-wrap:last-of-type {
        margin-bottom: 0 !important; }
      @media only screen and (max-width: 767.98px) {
        #faq-page .accordion .faq-wrap {
          margin-bottom: 8px; } }
      #faq-page .accordion .faq-wrap h3 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 170%;
        text-transform: uppercase;
        color: #000;
        position: relative;
        padding: 4px 50px 4px 38px;
        border: 1px solid #dadada;
        border-radius: 40px;
        background-color: #fff; }
        @media only screen and (max-width: 991.98px) {
          #faq-page .accordion .faq-wrap h3 {
            font-size: 16px;
            line-height: 24px;
            padding: 16px 50px 16px 48px;
            border-radius: 100px; } }
        #faq-page .accordion .faq-wrap h3:before {
          content: counter(my-counter) ". ";
          counter-increment: my-counter;
          position: absolute;
          left: 16px; }
          @media only screen and (max-width: 991.98px) {
            #faq-page .accordion .faq-wrap h3:before {
              left: 28px; } }
        #faq-page .accordion .faq-wrap h3:hover {
          cursor: pointer; }
        #faq-page .accordion .faq-wrap h3:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 16px;
          font-family: icomoon;
          color: #D9D9D9;
          transition: .25s ease-in-out;
          content: "\e900";
          font-size: 24px;
          color: #111A1D; }
          @media only screen and (max-width: 767.98px) {
            #faq-page .accordion .faq-wrap h3:after {
              right: 24px; } }
        #faq-page .accordion .faq-wrap h3.active:after {
          content: "\e90f"; }
        #faq-page .accordion .faq-wrap h3.doubled:before {
          left: 17px; }
      #faq-page .accordion .faq-wrap .content {
        display: none;
        padding: 8px 0px 0px 14px; }
        #faq-page .accordion .faq-wrap .content p, #faq-page .accordion .faq-wrap .content li {
          font-family: 'Cormorant Garamond';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 170%;
          color: #000000; }
          #faq-page .accordion .faq-wrap .content p a, #faq-page .accordion .faq-wrap .content li a {
            text-decoration: underline;
            color: inherit; }
          #faq-page .accordion .faq-wrap .content p i, #faq-page .accordion .faq-wrap .content li i {
            font-weight: 600;
            font-style: italic; }
          #faq-page .accordion .faq-wrap .content p strong, #faq-page .accordion .faq-wrap .content li strong {
            font-weight: 600; }
        #faq-page .accordion .faq-wrap .content ul, #faq-page .accordion .faq-wrap .content ol {
          padding: 0;
          margin: 0;
          padding-left: 20px; }
        #faq-page .accordion .faq-wrap .content ul {
          list-style-type: disc; }

#account-page, #login-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 56px; }
  @media only screen and (max-width: 767.98px) {
    #account-page, #login-page {
      padding-bottom: 25px; } }
  #account-page:after, #login-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #account-page:after, #login-page:after {
        height: 552px; } }
  #account-page .save-account-details, #account-page .save-pet-details, #login-page .save-account-details, #login-page .save-pet-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4244;
    padding: 0px 16px;
    height: 45px;
    background: #6F4244;
    color: #fff;
    border-radius: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 767.98px) {
      #account-page .save-account-details, #account-page .save-pet-details, #login-page .save-account-details, #login-page .save-pet-details {
        font-size: 18px;
        letter-spacing: 0.02em;
        padding: 0 30px; } }
    #account-page .save-account-details:hover, #account-page .save-pet-details:hover, #login-page .save-account-details:hover, #login-page .save-pet-details:hover {
      background-color: #9E6260;
      border-color: #9E6260; }
  #account-page .woocommerce-breadcrumb, #login-page .woocommerce-breadcrumb {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      #account-page .woocommerce-breadcrumb, #login-page .woocommerce-breadcrumb {
        margin-top: 15px;
        margin-bottom: 24px;
        justify-content: center; } }
  #account-page .container, #login-page .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #account-page .container, #login-page .container {
        max-width: 1136px; } }
  @media (min-width: 1390px) {
    #account-page .page-breadcrumb .container, #login-page .page-breadcrumb .container {
      max-width: 1358px; } }
  #account-page .account-intro, #login-page .account-intro {
    margin-bottom: 24px; }
    #account-page .account-intro p, #login-page .account-intro p {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 150%;
      color: #111A1D;
      text-align: center; }
      #account-page .account-intro p a, #login-page .account-intro p a {
        color: inherit;
        text-decoration: underline; }
        #account-page .account-intro p a:hover, #login-page .account-intro p a:hover {
          color: #8F8F8F; }
  #account-page h1, #login-page h1 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #111A1D;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px; }
  @media only screen and (min-width: 992px) {
    #account-page .account-nav, #login-page .account-nav {
      border-radius: 16px;
      border: 1px solid #BEBEBE;
      background: #FFF;
      padding: 24px;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 991.98px) {
    #account-page .account-nav, #login-page .account-nav {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 992px) {
    #account-page .account-nav ul, #login-page .account-nav ul {
      display: flex;
      justify-content: space-around;
      /*padding-left: 50px;
       padding-right: 50px;*/ } }
  #account-page .account-nav ul li, #login-page .account-nav ul li {
    margin-left: 24px;
    margin-right: 24px; }
    #account-page .account-nav ul li a, #login-page .account-nav ul li a {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 1px;
      letter-spacing: 0.04em;
      color: #8F8F8F;
      display: flex;
      position: relative;
      padding: 24px 0px 24px 40px;
      text-transform: uppercase; }
      #account-page .account-nav ul li a:hover, #login-page .account-nav ul li a:hover {
        color: #111A1D; }
      #account-page .account-nav ul li a:before, #login-page .account-nav ul li a:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        font-size: 24px;
        color: inherit;
        display: block;
        font-family: icomoon; }
    #account-page .account-nav ul li.is-active a, #login-page .account-nav ul li.is-active a {
      color: #111A1D; }
    #account-page .account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard a:before, #login-page .account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
      content: "\e918"; }
    #account-page .account-nav ul li.woocommerce-MyAccount-navigation-link--pet a:before, #account-page .account-nav ul li.woocommerce-MyAccount-navigation-link--pet-account a:before, #login-page .account-nav ul li.woocommerce-MyAccount-navigation-link--pet a:before, #login-page .account-nav ul li.woocommerce-MyAccount-navigation-link--pet-account a:before {
      content: "\e923"; }
    #account-page .account-nav ul li.woocommerce-MyAccount-navigation-link--orders a:before, #login-page .account-nav ul li.woocommerce-MyAccount-navigation-link--orders a:before {
      content: "\e91d"; }
    #account-page .account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address a:before, #login-page .account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
      content: "\e924"; }
    #account-page .account-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before, #login-page .account-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
      content: "\e90d"; }
  #account-page .account-nav .tab-placeholder, #login-page .account-nav .tab-placeholder {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111A1D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #BEBEBE;
    background: #FFF;
    height: 40px;
    position: relative; }
    #account-page .account-nav .tab-placeholder:before, #login-page .account-nav .tab-placeholder:before {
      content: '';
      font-size: 24px;
      color: inherit;
      display: block;
      font-family: icomoon;
      margin-right: 5px; }
    @media only screen and (min-width: 992px) {
      #account-page .account-nav .tab-placeholder, #login-page .account-nav .tab-placeholder {
        display: none; } }
    #account-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--dashboard:before, #login-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--dashboard:before {
      content: "\e918"; }
    #account-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--pet:before, #login-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--pet:before {
      content: "\e923"; }
    #account-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--orders:before, #login-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--orders:before {
      content: "\e91d"; }
    #account-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--edit-address:before, #login-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--edit-address:before {
      content: "\e924"; }
    #account-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--customer-logout:before, #login-page .account-nav .tab-placeholder.woocommerce-MyAccount-navigation-link--customer-logout:before {
      content: "\e90d"; }
  @media only screen and (max-width: 991.98px) {
    #account-page .account-nav .wrapper-dropdown, #login-page .account-nav .wrapper-dropdown {
      position: relative;
      padding: 0px;
      cursor: pointer;
      outline: none; }
      #account-page .account-nav .wrapper-dropdown:after, #login-page .account-nav .wrapper-dropdown:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 24px;
        color: #fff;
        font-size: 16px;
        font-family: 'icomoon';
        content: "\e912";
        color: #111A1D;
        transition: .25s ease-in-out; }
      #account-page .account-nav .wrapper-dropdown .dropd, #login-page .account-nav .wrapper-dropdown .dropd {
        /* Size & position */
        position: absolute;
        top: calc(100% + 4px);
        left: 0px;
        right: 0px;
        padding: 0px;
        z-index: 100;
        overflow: scroll;
        height: auto;
        /* Styles */
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
        text-align: center;
        border-radius: 16px;
        border: 1px solid #BEBEBE;
        background: #FFF; }
        #account-page .account-nav .wrapper-dropdown .dropd li a, #login-page .account-nav .wrapper-dropdown .dropd li a {
          font-family: 'Josefin Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 1;
          letter-spacing: 0.04em;
          text-transform: uppercase;
          color: #8F8F8F;
          padding: 16px 10px 16px 10px;
          display: inline-flex;
          padding-left: 30px;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          #account-page .account-nav .wrapper-dropdown .dropd li a:hover, #account-page .account-nav .wrapper-dropdown .dropd li a.active, #login-page .account-nav .wrapper-dropdown .dropd li a:hover, #login-page .account-nav .wrapper-dropdown .dropd li a.active {
            color: #111A1D; }
        #account-page .account-nav .wrapper-dropdown .dropd li.is-active a, #login-page .account-nav .wrapper-dropdown .dropd li.is-active a {
          color: #111A1D; }
      #account-page .account-nav .wrapper-dropdown.active:after, #login-page .account-nav .wrapper-dropdown.active:after {
        transform: translateY(-50%) rotate(180deg); }
      #account-page .account-nav .wrapper-dropdown.active .dropd, #login-page .account-nav .wrapper-dropdown.active .dropd {
        opacity: 1;
        pointer-events: auto; } }
  #account-page .account-page-in, #account-page .form-login-guest, #login-page .account-page-in, #login-page .form-login-guest {
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      #account-page .account-page-in, #account-page .form-login-guest, #login-page .account-page-in, #login-page .form-login-guest {
        border-radius: 16px;
        border: 1px solid #BEBEBE;
        background: #FFF; } }
    #account-page .account-page-in .woocommerce-order-details h2, #account-page .form-login-guest .woocommerce-order-details h2, #login-page .account-page-in .woocommerce-order-details h2, #login-page .form-login-guest .woocommerce-order-details h2 {
      display: none; }
    #account-page .account-page-in .woocommerce-order-details table, #account-page .form-login-guest .woocommerce-order-details table, #login-page .account-page-in .woocommerce-order-details table, #login-page .form-login-guest .woocommerce-order-details table {
      border: 0; }
      #account-page .account-page-in .woocommerce-order-details table thead, #account-page .form-login-guest .woocommerce-order-details table thead, #login-page .account-page-in .woocommerce-order-details table thead, #login-page .form-login-guest .woocommerce-order-details table thead {
        display: none; }
      #account-page .account-page-in .woocommerce-order-details table tr th, #account-page .form-login-guest .woocommerce-order-details table tr th, #login-page .account-page-in .woocommerce-order-details table tr th, #login-page .form-login-guest .woocommerce-order-details table tr th {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        padding: 16px;
        padding-right: 15px;
        text-align: left; }
      #account-page .account-page-in .woocommerce-order-details table td, #account-page .form-login-guest .woocommerce-order-details table td, #login-page .account-page-in .woocommerce-order-details table td, #login-page .form-login-guest .woocommerce-order-details table td {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        padding: 16px; }
        #account-page .account-page-in .woocommerce-order-details table td a, #account-page .form-login-guest .woocommerce-order-details table td a, #login-page .account-page-in .woocommerce-order-details table td a, #login-page .form-login-guest .woocommerce-order-details table td a {
          color: inherit; }
          #account-page .account-page-in .woocommerce-order-details table td a:hover, #account-page .form-login-guest .woocommerce-order-details table td a:hover, #login-page .account-page-in .woocommerce-order-details table td a:hover, #login-page .form-login-guest .woocommerce-order-details table td a:hover {
            color: #8F8F8F; }
        #account-page .account-page-in .woocommerce-order-details table td:first-of-type, #account-page .form-login-guest .woocommerce-order-details table td:first-of-type, #login-page .account-page-in .woocommerce-order-details table td:first-of-type, #login-page .form-login-guest .woocommerce-order-details table td:first-of-type {
          padding-right: 15px; }
        #account-page .account-page-in .woocommerce-order-details table td:last-of-type, #account-page .form-login-guest .woocommerce-order-details table td:last-of-type, #login-page .account-page-in .woocommerce-order-details table td:last-of-type, #login-page .form-login-guest .woocommerce-order-details table td:last-of-type {
          text-align: right;
          font-weight: 600;
          width: 30%; }
        #account-page .account-page-in .woocommerce-order-details table td .wc-item-meta, #account-page .form-login-guest .woocommerce-order-details table td .wc-item-meta, #login-page .account-page-in .woocommerce-order-details table td .wc-item-meta, #login-page .form-login-guest .woocommerce-order-details table td .wc-item-meta {
          display: none; }
      #account-page .account-page-in .woocommerce-order-details table tfoot tr:last-of-type th, #account-page .account-page-in .woocommerce-order-details table tfoot tr:last-of-type td, #account-page .form-login-guest .woocommerce-order-details table tfoot tr:last-of-type th, #account-page .form-login-guest .woocommerce-order-details table tfoot tr:last-of-type td, #login-page .account-page-in .woocommerce-order-details table tfoot tr:last-of-type th, #login-page .account-page-in .woocommerce-order-details table tfoot tr:last-of-type td, #login-page .form-login-guest .woocommerce-order-details table tfoot tr:last-of-type th, #login-page .form-login-guest .woocommerce-order-details table tfoot tr:last-of-type td {
        border-top: 1px solid #BEBEBE; }
    #account-page .account-page-in .woocommerce-customer-details, #account-page .form-login-guest .woocommerce-customer-details, #login-page .account-page-in .woocommerce-customer-details, #login-page .form-login-guest .woocommerce-customer-details {
      display: none; }
    @media only screen and (min-width: 992px) {
      #account-page .account-page-in .custom-form, #account-page .form-login-guest .custom-form, #login-page .account-page-in .custom-form, #login-page .form-login-guest .custom-form {
        padding: 40px 70px; } }
    #account-page .account-page-in .woocommerce-Button, #account-page .form-login-guest .woocommerce-Button, #login-page .account-page-in .woocommerce-Button, #login-page .form-login-guest .woocommerce-Button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767.98px) {
        #account-page .account-page-in .woocommerce-Button, #account-page .form-login-guest .woocommerce-Button, #login-page .account-page-in .woocommerce-Button, #login-page .form-login-guest .woocommerce-Button {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #account-page .account-page-in .woocommerce-Button:hover, #account-page .form-login-guest .woocommerce-Button:hover, #login-page .account-page-in .woocommerce-Button:hover, #login-page .form-login-guest .woocommerce-Button:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
      @media only screen and (max-width: 767.98px) {
        #account-page .account-page-in .woocommerce-Button, #account-page .form-login-guest .woocommerce-Button, #login-page .account-page-in .woocommerce-Button, #login-page .form-login-guest .woocommerce-Button {
          letter-spacing: 0 !important;
          padding: 0 16px !important;
          font-size: 16px !important; } }
    #account-page .account-page-in .account-info .woocommerce-Button, #account-page .account-page-in .pet-account .woocommerce-Button, #account-page .form-login-guest .account-info .woocommerce-Button, #account-page .form-login-guest .pet-account .woocommerce-Button, #login-page .account-page-in .account-info .woocommerce-Button, #login-page .account-page-in .pet-account .woocommerce-Button, #login-page .form-login-guest .account-info .woocommerce-Button, #login-page .form-login-guest .pet-account .woocommerce-Button {
      display: none; }
    #account-page .account-page-in .pet-account .woocommerce-Button, #account-page .form-login-guest .pet-account .woocommerce-Button, #login-page .account-page-in .pet-account .woocommerce-Button, #login-page .form-login-guest .pet-account .woocommerce-Button {
      max-width: 441px; }
      @media only screen and (max-width: 991.98px) {
        #account-page .account-page-in .pet-account .woocommerce-Button, #account-page .form-login-guest .pet-account .woocommerce-Button, #login-page .account-page-in .pet-account .woocommerce-Button, #login-page .form-login-guest .pet-account .woocommerce-Button {
          margin-left: auto;
          margin-right: auto; } }
    #account-page .account-page-in table.account-orders-table thead th, #account-page .form-login-guest table.account-orders-table thead th, #login-page .account-page-in table.account-orders-table thead th, #login-page .form-login-guest table.account-orders-table thead th {
      text-transform: uppercase;
      padding: 16px 24px; }
    #account-page .account-page-in table.account-orders-table th, #account-page .account-page-in table.account-orders-table td, #account-page .form-login-guest table.account-orders-table th, #account-page .form-login-guest table.account-orders-table td, #login-page .account-page-in table.account-orders-table th, #login-page .account-page-in table.account-orders-table td, #login-page .form-login-guest table.account-orders-table th, #login-page .form-login-guest table.account-orders-table td {
      text-align: left;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
      @media only screen and (max-width: 767.98px) {
        #account-page .account-page-in table.account-orders-table th, #account-page .account-page-in table.account-orders-table td, #account-page .form-login-guest table.account-orders-table th, #account-page .form-login-guest table.account-orders-table td, #login-page .account-page-in table.account-orders-table th, #login-page .account-page-in table.account-orders-table td, #login-page .form-login-guest table.account-orders-table th, #login-page .form-login-guest table.account-orders-table td {
          text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      #account-page .account-page-in table.account-orders-table td:before, #account-page .form-login-guest table.account-orders-table td:before, #login-page .account-page-in table.account-orders-table td:before, #login-page .form-login-guest table.account-orders-table td:before {
        display: block;
        float: none;
        text-transform: uppercase;
        margin-bottom: 8px; } }
    @media only screen and (max-width: 767.98px) {
      #account-page .account-page-in table.account-orders-table tr, #account-page .form-login-guest table.account-orders-table tr, #login-page .account-page-in table.account-orders-table tr, #login-page .form-login-guest table.account-orders-table tr {
        border-radius: 16px;
        border: 1px solid #BEBEBE;
        background: #FFF;
        padding: 24px;
        display: block;
        margin-bottom: 24px; } }
    #account-page .account-page-in table.account-orders-table tfoot th, #account-page .form-login-guest table.account-orders-table tfoot th, #login-page .account-page-in table.account-orders-table tfoot th, #login-page .form-login-guest table.account-orders-table tfoot th {
      font-weight: 400; }
    #account-page .account-page-in table.account-orders-table td, #account-page .form-login-guest table.account-orders-table td, #login-page .account-page-in table.account-orders-table td, #login-page .form-login-guest table.account-orders-table td {
      padding: 13px 24px;
      /*&:before {
          font-weight: 700;
          color: $dark;
          margin-right: 5px;
      }*/ }
      @media only screen and (max-width: 767.98px) {
        #account-page .account-page-in table.account-orders-table td, #account-page .form-login-guest table.account-orders-table td, #login-page .account-page-in table.account-orders-table td, #login-page .form-login-guest table.account-orders-table td {
          padding: 0;
          padding-bottom: 32px; } }
      #account-page .account-page-in table.account-orders-table td .woocommerce-Price-amount, #account-page .form-login-guest table.account-orders-table td .woocommerce-Price-amount, #login-page .account-page-in table.account-orders-table td .woocommerce-Price-amount, #login-page .form-login-guest table.account-orders-table td .woocommerce-Price-amount {
        font-weight: 600;
        display: block; }
      #account-page .account-page-in table.account-orders-table td a, #account-page .form-login-guest table.account-orders-table td a, #login-page .account-page-in table.account-orders-table td a, #login-page .form-login-guest table.account-orders-table td a {
        color: inherit; }
      @media only screen and (max-width: 767.98px) {
        #account-page .account-page-in table.account-orders-table td:last-of-type, #account-page .form-login-guest table.account-orders-table td:last-of-type, #login-page .account-page-in table.account-orders-table td:last-of-type, #login-page .form-login-guest table.account-orders-table td:last-of-type {
          padding-bottom: 0; } }
    #account-page .account-page-in .col-lg-6:last-of-type .form-wrapper, #account-page .account-page-in .col-lg-6:last-of-type .ship-bill-wrap, #account-page .form-login-guest .col-lg-6:last-of-type .form-wrapper, #account-page .form-login-guest .col-lg-6:last-of-type .ship-bill-wrap, #login-page .account-page-in .col-lg-6:last-of-type .form-wrapper, #login-page .account-page-in .col-lg-6:last-of-type .ship-bill-wrap, #login-page .form-login-guest .col-lg-6:last-of-type .form-wrapper, #login-page .form-login-guest .col-lg-6:last-of-type .ship-bill-wrap {
      margin-left: auto; }
    @media only screen and (min-width: 768px) {
      #account-page .account-page-in .account-address .col-1, #account-page .account-page-in .account-address .col-2, #account-page .form-login-guest .account-address .col-1, #account-page .form-login-guest .account-address .col-2, #login-page .account-page-in .account-address .col-1, #login-page .account-page-in .account-address .col-2, #login-page .form-login-guest .account-address .col-1, #login-page .form-login-guest .account-address .col-2 {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 767.98px) {
      #account-page .account-page-in .account-address .col-1, #account-page .account-page-in .account-address .col-2, #account-page .form-login-guest .account-address .col-1, #account-page .form-login-guest .account-address .col-2, #login-page .account-page-in .account-address .col-1, #login-page .account-page-in .account-address .col-2, #login-page .form-login-guest .account-address .col-1, #login-page .form-login-guest .account-address .col-2 {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media only screen and (min-width: 992px) {
      #account-page .account-page-in .account-address .ship-bill-wrap, #account-page .form-login-guest .account-address .ship-bill-wrap, #login-page .account-page-in .account-address .ship-bill-wrap, #login-page .form-login-guest .account-address .ship-bill-wrap {
        max-width: 441px; } }
    @media only screen and (max-width: 991.98px) {
      #account-page .account-page-in .account-address .ship-bill-wrap, #account-page .form-login-guest .account-address .ship-bill-wrap, #login-page .account-page-in .account-address .ship-bill-wrap, #login-page .form-login-guest .account-address .ship-bill-wrap {
        border-radius: 16px;
        border: 1px solid #BEBEBE;
        background: #FFF;
        padding: 24px;
        display: block;
        margin-bottom: 24px; } }
    #account-page .account-page-in .account-address .ship-bill-wrap .edit, #account-page .form-login-guest .account-address .ship-bill-wrap .edit, #login-page .account-page-in .account-address .ship-bill-wrap .edit, #login-page .form-login-guest .account-address .ship-bill-wrap .edit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767.98px) {
        #account-page .account-page-in .account-address .ship-bill-wrap .edit, #account-page .form-login-guest .account-address .ship-bill-wrap .edit, #login-page .account-page-in .account-address .ship-bill-wrap .edit, #login-page .form-login-guest .account-address .ship-bill-wrap .edit {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #account-page .account-page-in .account-address .ship-bill-wrap .edit:hover, #account-page .form-login-guest .account-address .ship-bill-wrap .edit:hover, #login-page .account-page-in .account-address .ship-bill-wrap .edit:hover, #login-page .form-login-guest .account-address .ship-bill-wrap .edit:hover {
        background-color: #9E6260;
        border-color: #9E6260; }
    #account-page .account-page-in .account-address .ship-bill-wrap address, #account-page .form-login-guest .account-address .ship-bill-wrap address, #login-page .account-page-in .account-address .ship-bill-wrap address, #login-page .form-login-guest .account-address .ship-bill-wrap address {
      margin-bottom: 30px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 150%;
      color: #111A1D;
      border-radius: 16px;
      border: 1px solid #BEBEBE;
      background: #FFF;
      padding: 24px; }
    @media only screen and (min-width: 992px) {
      #account-page .account-page-in .form-wrapper, #account-page .form-login-guest .form-wrapper, #login-page .account-page-in .form-wrapper, #login-page .form-login-guest .form-wrapper {
        max-width: 441px; } }
    @media only screen and (max-width: 991.98px) {
      #account-page .account-page-in .form-wrapper, #account-page .form-login-guest .form-wrapper, #login-page .account-page-in .form-wrapper, #login-page .form-login-guest .form-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        border-radius: 16px;
        border: 1px solid #BEBEBE;
        background: #FFF;
        padding: 40px 24px; } }
    #account-page .account-page-in .form-wrapper .row, #account-page .form-login-guest .form-wrapper .row, #login-page .account-page-in .form-wrapper .row, #login-page .form-login-guest .form-wrapper .row {
      padding-left: 11px;
      padding-right: 11px; }
      #account-page .account-page-in .form-wrapper .row [class*="col-"], #account-page .form-login-guest .form-wrapper .row [class*="col-"], #login-page .account-page-in .form-wrapper .row [class*="col-"], #login-page .form-login-guest .form-wrapper .row [class*="col-"] {
        padding-left: 4px;
        padding-right: 4px; }
    #account-page .account-page-in .form-wrapper .col-md-6, #account-page .form-login-guest .form-wrapper .col-md-6, #login-page .account-page-in .form-wrapper .col-md-6, #login-page .form-login-guest .form-wrapper .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    #account-page .account-page-in .pet-acc-photo, #account-page .form-login-guest .pet-acc-photo, #login-page .account-page-in .pet-acc-photo, #login-page .form-login-guest .pet-acc-photo {
      text-align: center; }
      #account-page .account-page-in .pet-acc-photo input[type=file], #account-page .form-login-guest .pet-acc-photo input[type=file], #login-page .account-page-in .pet-acc-photo input[type=file], #login-page .form-login-guest .pet-acc-photo input[type=file] {
        opacity: 0; }
        #account-page .account-page-in .pet-acc-photo input[type=file]:hover, #account-page .form-login-guest .pet-acc-photo input[type=file]:hover, #login-page .account-page-in .pet-acc-photo input[type=file]:hover, #login-page .form-login-guest .pet-acc-photo input[type=file]:hover {
          cursor: pointer; }
    #account-page .account-page-in .no-orders, #account-page .form-login-guest .no-orders, #login-page .account-page-in .no-orders, #login-page .form-login-guest .no-orders {
      text-align: center;
      padding-top: 56px;
      padding-bottom: 56px;
      max-width: 336px;
      margin-left: auto;
      margin-right: auto; }
      #account-page .account-page-in .no-orders .nf-icon, #account-page .form-login-guest .no-orders .nf-icon, #login-page .account-page-in .no-orders .nf-icon, #login-page .form-login-guest .no-orders .nf-icon {
        margin-bottom: 24px; }
        #account-page .account-page-in .no-orders .nf-icon img, #account-page .form-login-guest .no-orders .nf-icon img, #login-page .account-page-in .no-orders .nf-icon img, #login-page .form-login-guest .no-orders .nf-icon img {
          display: block;
          max-width: 56px;
          margin-left: auto;
          margin-right: auto; }
      #account-page .account-page-in .no-orders h2, #account-page .form-login-guest .no-orders h2, #login-page .account-page-in .no-orders h2, #login-page .form-login-guest .no-orders h2 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        color: #111A1D;
        margin-bottom: 8px; }
      #account-page .account-page-in .no-orders p, #account-page .form-login-guest .no-orders p, #login-page .account-page-in .no-orders p, #login-page .form-login-guest .no-orders p {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        color: #111A1D; }
      #account-page .account-page-in .no-orders a.nf-btn, #account-page .form-login-guest .no-orders a.nf-btn, #login-page .account-page-in .no-orders a.nf-btn, #login-page .form-login-guest .no-orders a.nf-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #6F4244;
        padding: 0px 16px;
        height: 45px;
        background: #6F4244;
        color: #fff;
        border-radius: 50px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        margin-top: 24px;
        display: flex;
        width: 100%; }
        @media only screen and (max-width: 767.98px) {
          #account-page .account-page-in .no-orders a.nf-btn, #account-page .form-login-guest .no-orders a.nf-btn, #login-page .account-page-in .no-orders a.nf-btn, #login-page .form-login-guest .no-orders a.nf-btn {
            font-size: 18px;
            letter-spacing: 0.02em;
            padding: 0 30px; } }
        #account-page .account-page-in .no-orders a.nf-btn:hover, #account-page .form-login-guest .no-orders a.nf-btn:hover, #login-page .account-page-in .no-orders a.nf-btn:hover, #login-page .form-login-guest .no-orders a.nf-btn:hover {
          background-color: #9E6260;
          border-color: #9E6260; }
    #account-page .account-page-in .woocommerce-order, #account-page .form-login-guest .woocommerce-order, #login-page .account-page-in .woocommerce-order, #login-page .form-login-guest .woocommerce-order {
      max-width: 660px;
      margin-left: auto;
      margin-right: auto; }
      #account-page .account-page-in .woocommerce-order .order-details-wrapper, #account-page .form-login-guest .woocommerce-order .order-details-wrapper, #login-page .account-page-in .woocommerce-order .order-details-wrapper, #login-page .form-login-guest .woocommerce-order .order-details-wrapper {
        padding: 32px;
        background: #FFFFFF;
        border: 1px solid #BEBEBE;
        border-radius: 16px;
        margin-bottom: 40px; }
        @media only screen and (max-width: 767.98px) {
          #account-page .account-page-in .woocommerce-order .order-details-wrapper, #account-page .form-login-guest .woocommerce-order .order-details-wrapper, #login-page .account-page-in .woocommerce-order .order-details-wrapper, #login-page .form-login-guest .woocommerce-order .order-details-wrapper {
            padding-left: 24px;
            padding-right: 24px; } }
        #account-page .account-page-in .woocommerce-order .order-details-wrapper table, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table, #login-page .account-page-in .woocommerce-order .order-details-wrapper table, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table {
          border: 0; }
          #account-page .account-page-in .woocommerce-order .order-details-wrapper table thead, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table thead, #login-page .account-page-in .woocommerce-order .order-details-wrapper table thead, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table thead {
            display: none; }
          #account-page .account-page-in .woocommerce-order .order-details-wrapper table tr th, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table tr th, #login-page .account-page-in .woocommerce-order .order-details-wrapper table tr th, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table tr th {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 1;
            text-transform: uppercase;
            color: #111A1D;
            padding: 16px;
            padding-right: 15px;
            text-align: left; }
          #account-page .account-page-in .woocommerce-order .order-details-wrapper table td, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table td, #login-page .account-page-in .woocommerce-order .order-details-wrapper table td, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table td {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 1;
            text-transform: uppercase;
            color: #111A1D;
            padding: 16px; }
            #account-page .account-page-in .woocommerce-order .order-details-wrapper table td a, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table td a, #login-page .account-page-in .woocommerce-order .order-details-wrapper table td a, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table td a {
              color: inherit; }
              #account-page .account-page-in .woocommerce-order .order-details-wrapper table td a:hover, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table td a:hover, #login-page .account-page-in .woocommerce-order .order-details-wrapper table td a:hover, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table td a:hover {
                color: #8F8F8F; }
            #account-page .account-page-in .woocommerce-order .order-details-wrapper table td:first-of-type, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table td:first-of-type, #login-page .account-page-in .woocommerce-order .order-details-wrapper table td:first-of-type, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table td:first-of-type {
              padding-right: 15px; }
            #account-page .account-page-in .woocommerce-order .order-details-wrapper table td:last-of-type, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table td:last-of-type, #login-page .account-page-in .woocommerce-order .order-details-wrapper table td:last-of-type, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table td:last-of-type {
              text-align: right;
              font-weight: 600;
              width: 30%; }
            #account-page .account-page-in .woocommerce-order .order-details-wrapper table td .wc-item-meta, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table td .wc-item-meta, #login-page .account-page-in .woocommerce-order .order-details-wrapper table td .wc-item-meta, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table td .wc-item-meta {
              display: none; }
          #account-page .account-page-in .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type th, #account-page .account-page-in .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type td, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type th, #account-page .form-login-guest .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type td, #login-page .account-page-in .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type th, #login-page .account-page-in .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type td, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type th, #login-page .form-login-guest .woocommerce-order .order-details-wrapper table tfoot tr:last-of-type td {
            border-top: 1px solid #BEBEBE; }
    #account-page .account-page-in .woocommerce-customer-details, #account-page .form-login-guest .woocommerce-customer-details, #login-page .account-page-in .woocommerce-customer-details, #login-page .form-login-guest .woocommerce-customer-details {
      display: none; }
  #account-page button[type=submit], #login-page button[type=submit] {
    width: 100%; }
  #account-page .content, #login-page .content {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #111A1D;
    margin-bottom: 24px;
    max-width: 329px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  #account-page .social-login, #login-page .social-login {
    max-width: 329px;
    margin-left: auto;
    margin-right: auto; }
    #account-page .social-login a, #login-page .social-login a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 16px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1px;
      color: #111A1D;
      text-transform: uppercase;
      height: 40px;
      padding: 0 15px;
      border-radius: 40px;
      border: 1px solid #111A1D; }
      #account-page .social-login a img, #login-page .social-login a img {
        margin-right: 8px;
        height: 24px; }
      #account-page .social-login a:last-of-type, #login-page .social-login a:last-of-type {
        margin-bottom: 0; }
  #account-page .or-line, #login-page .or-line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767.98px) {
      #account-page .or-line, #login-page .or-line {
        margin-bottom: 32px; } }
    #account-page .or-line :before, #login-page .or-line :before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #D9D9D9 calc(50% + 20px), #D9D9D9 100%); }
    #account-page .or-line span, #login-page .or-line span {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      text-align: center;
      color: #8F8F8F;
      text-transform: uppercase; }

@media only screen and (min-width: 992px) {
  #login-page .container {
    max-width: 962px; } }
@media only screen and (min-width: 768px) {
  #login-page:after {
    height: 1024px; } }
@media only screen and (max-width: 767.98px) {
  #login-page:after {
    height: 705px; } }
#login-page .form-login-guest .custom-form {
  position: relative; }
  @media only screen and (min-width: 992px) {
    #login-page .form-login-guest .custom-form {
      padding: 56px; } }
  @media only screen and (min-width: 992px) {
    #login-page .form-login-guest .custom-form:after {
      content: '';
      display: block;
      width: 1px;
      height: 369px;
      background-color: #B5B5B5;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media only screen and (min-width: 992px) {
  #login-page .form-login-guest .form-wrapper {
    max-width: 354px; } }
@media only screen and (max-width: 991.98px) {
  #login-page .form-login-guest .form-wrapper {
    padding: 24px !important; } }
#login-page .password-input {
  /*padding: 16px;
  background: #F2CFCF;
  border: 1px solid #A83F45;
  border-radius: 8px;*/
  display: block; }
  #login-page .password-input .woocommerce-password-strength {
    margin-top: 24px;
    position: relative;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #111A1D;
    padding-left: 32px;
    border: 1px solid #A83F45;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    padding: 16px 16px 14px 48px;
    text-align: left;
    background: #F2CFCF; }
    #login-page .password-input .woocommerce-password-strength:before {
      display: block;
      content: '';
      width: 24px;
      height: 24px;
      position: absolute;
      left: 16px; }
    #login-page .password-input .woocommerce-password-strength.short:before, #login-page .password-input .woocommerce-password-strength.bad:before {
      background: url(img/ico/info-circle.svg); }
    #login-page .password-input .woocommerce-password-strength.good, #login-page .password-input .woocommerce-password-strength.strong {
      padding-bottom: 16px;
      padding-left: 16px;
      border-bottom: 1px solid #A83F45;
      border-radius: 8px !important;
      background: #C1E1B9;
      border-color: #196406; }
      #login-page .password-input .woocommerce-password-strength.good:before, #login-page .password-input .woocommerce-password-strength.strong:before {
        display: none; }
  #login-page .password-input .woocommerce-password-hint {
    background: #F2CFCF;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #111A1D;
    border: 1px solid #A83F45;
    border-radius: 0px 0px 8px 8px;
    border-top: 0;
    padding: 0px 16px 16px 16px;
    text-align: left;
    display: block; }

#forgot-pwd-page .form-login-guest {
  max-width: 438px;
  margin-left: auto;
  margin-right: auto; }
#forgot-pwd-page .intro-edit-account p {
  font-size: 16px !important;
  line-height: 1 !important; }
@media only screen and (min-width: 992px) {
  #forgot-pwd-page .custom-form {
    padding: 40px !important; } }
#forgot-pwd-page .custom-form:after {
  display: none !important; }
#forgot-pwd-page .back-to-login {
  text-align: center; }
  #forgot-pwd-page .back-to-login a {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #111A1D;
    text-transform: uppercase;
    text-decoration: underline; }
    #forgot-pwd-page .back-to-login a:hover {
      color: #8F8F8F; }

.woocommerce-edit-address .account-page-in {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 992px) {
    .woocommerce-edit-address .account-page-in {
      max-width: 660px; } }
@media only screen and (max-width: 991.98px) {
  .woocommerce-edit-address #edit-address-page {
    border-radius: 16px;
    border: 1px solid #BEBEBE;
    background: #FFF;
    padding: 24px;
    display: block; } }

.woocommerce-view-order .account-page-in {
  border: 0 !important;
  background: none !important;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 992px) {
    .woocommerce-view-order .account-page-in {
      max-width: 660px; } }
  .woocommerce-view-order .account-page-in .order-details {
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-view-order .account-page-in .order-details {
        padding: 24px; } }
    .woocommerce-view-order .account-page-in .order-details .wod-header {
      position: relative;
      margin-bottom: 44px;
      text-align: center; }
      .woocommerce-view-order .account-page-in .order-details .wod-header a.back-to-orders {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        font-size: 24px;
        color: #111A1D; }
      .woocommerce-view-order .account-page-in .order-details .wod-header h2 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height */
        text-align: center;
        text-transform: uppercase;
        color: #111A1D;
        padding-left: 40px;
        padding-right: 40px; }
  .woocommerce-view-order .account-page-in .woocommerce-order-details {
    background-color: #fff;
    position: relative;
    z-index: 1; }

.testimonials-archive .testimonial-title, .testimonials-slider .testimonial-title {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #341D1E;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .testimonials-archive .testimonial-title, .testimonials-slider .testimonial-title {
      font-size: 36px; } }
  @media only screen and (max-width: 991.98px) {
    .testimonials-archive .testimonial-title, .testimonials-slider .testimonial-title {
      font-size: 30px; } }

#about-body .testimonials-archive {
  padding-bottom: 50px; }
  #about-body .testimonials-archive article + article {
    margin-top: 30px; }

div.testimonial-author {
  display: block;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: center; }
  div.testimonial-author .author-avatar {
    margin-bottom: 24px; }
    div.testimonial-author .author-avatar img {
      max-width: 60px;
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    div.testimonial-author .author-avatar.placeholder img {
      border-radius: 0;
      aspect-ratio: initial; }

.testimonial-rating {
  display: flex;
  justify-content: center; }
  .testimonial-rating i {
    color: #EEA83E;
    font-size: 20px; }
  .testimonial-rating i + i {
    margin-left: 9px; }

.testimonial-quote + .testimonial-rating {
  margin-top: 40px; }

.testimonial-rating + .testimonial-author {
  margin-top: 11px; }

.testimonial-quote {
  text-align: center; }
  .testimonial-quote p {
    position: relative;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 122%;
    color: #000; }
    @media only screen and (max-width: 767.98px) {
      .testimonial-quote p {
        font-size: 24px; } }
    .testimonial-quote p:before, .testimonial-quote p:after {
      display: inline; }
    .testimonial-quote p:before {
      content: '“'; }
    .testimonial-quote p:after {
      content: '”'; }
    .testimonial-quote p .read-more, .testimonial-quote p .read-less {
      font-size: 75%;
      text-decoration: underline;
      color: inherit; }
      .testimonial-quote p .read-more:hover, .testimonial-quote p .read-less:hover {
        color: #8F8F8F; }

#testimonial-section {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    #testimonial-section {
      padding-top: 52px;
      padding-bottom: 52px; } }
  #testimonial-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px; }
  #testimonial-section .container {
    position: relative;
    z-index: 1; }
  #testimonial-section .section-heading {
    margin-bottom: 50px; }
    @media only screen and (max-width: 991.98px) {
      #testimonial-section .section-heading {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 24px; } }
    @media only screen and (max-width: 991.98px) {
      #testimonial-section .section-heading .row {
        flex-direction: column;
        align-items: center;
        margin-left: -18px;
        margin-right: -18px;
        justify-content: space-between; } }
    #testimonial-section .section-heading h1, #testimonial-section .section-heading h2 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #341D1E;
      text-transform: uppercase;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #testimonial-section .section-heading h1, #testimonial-section .section-heading h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 991.98px) {
        #testimonial-section .section-heading h1, #testimonial-section .section-heading h2 {
          font-size: 30px; } }
    #testimonial-section .section-heading .see-all {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #3C3C3C;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      text-transform: uppercase; }
      @media only screen and (max-width: 991.98px) {
        #testimonial-section .section-heading .see-all {
          font-size: 16px;
          font-weight: 500;
          padding: 0px 30px;
          border: 1px solid #BEBEBE;
          border-radius: 40px;
          height: 40px; } }
      #testimonial-section .section-heading .see-all:after {
        font-family: icomoon;
        content: "\e919";
        color: #3C3C3C;
        margin-left: 10px;
        transition: .25s ease-in-out; }
        @media only screen and (max-width: 991.98px) {
          #testimonial-section .section-heading .see-all:after {
            position: relative;
            top: 2px; } }
      #testimonial-section .section-heading .see-all:hover:after {
        margin-left: 14px; }
      #testimonial-section .section-heading .see-all:after {
        display: none; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #testimonial-section .section-heading .see-all {
          font-size: 16px;
          font-weight: 400;
          height: 40px; } }
      @media only screen and (max-width: 991.98px) {
        #testimonial-section .section-heading .see-all {
          margin-left: 3px;
          margin-right: 3px;
          background-color: #BEBEBE;
          color: #fff; } }
      #testimonial-section .section-heading .see-all span {
        margin-left: 5px; }
        @media only screen and (max-width: 991.98px) {
          #testimonial-section .section-heading .see-all span {
            display: none; } }
  #testimonial-section .text-right {
    text-align: right; }
    @media only screen and (max-width: 991.98px) {
      #testimonial-section .text-right {
        text-align: center; } }
  #testimonial-section .testimonial-slider {
    text-align: center; }
    #testimonial-section .testimonial-slider article {
      padding-bottom: 70px;
      max-width: 865px;
      margin-left: auto;
      margin-right: auto; }
    #testimonial-section .testimonial-slider .slick-prev, #testimonial-section .testimonial-slider .slick-next {
      margin-top: -32px; }
      #testimonial-section .testimonial-slider .slick-prev:before, #testimonial-section .testimonial-slider .slick-next:before {
        font-size: 32px;
        color: #000; }

#instashop {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px; }
  #instashop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
    background-repeat: repeat;
    opacity: 0.25;
    background-size: 80px;
    height: 705px; }
    @media only screen and (max-width: 767.98px) {
      #instashop:after {
        height: 552px; } }
  #instashop .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      #instashop .container {
        max-width: 1136px; } }
  @media only screen and (min-width: 768px) {
    #instashop .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767.98px) {
    #instashop .woocommerce-breadcrumb {
      margin-top: 24px;
      margin-bottom: 8px;
      justify-content: center; } }
  @media only screen and (max-width: 767.98px) {
    #instashop .page-breadcrumb {
      order: 2; } }
  @media (min-width: 1390px) {
    #instashop .page-breadcrumb .container {
      max-width: 1358px; } }
  #instashop .is-items {
    position: relative; }
    #instashop .is-items .is-row {
      display: grid;
      grid-template-columns: repeat(6, 1fr); }
      @media only screen and (min-width: 768px) {
        #instashop .is-items .is-row {
          gap: 8px; } }
      @media only screen and (max-width: 767.98px) {
        #instashop .is-items .is-row {
          display: flex;
          flex-wrap: wrap;
          margin-right: -4px;
          margin-left: -4px; } }
      #instashop .is-items .is-row .photo-holder {
        display: block;
        overflow: hidden;
        border-radius: 4px;
        aspect-ratio: 1 / 1; }
        @media only screen and (max-width: 767.98px) {
          #instashop .is-items .is-row .photo-holder {
            padding-left: 4px;
            padding-right: 4px;
            flex: 0 0 50%;
            max-width: 50%;
            width: 100%; } }
        #instashop .is-items .is-row .photo-holder img {
          display: block;
          width: 100%;
          transition: .25s ease-in-out;
          object-fit: cover;
          aspect-ratio: 1/1;
          border-radius: 4px; }
        #instashop .is-items .is-row .photo-holder:hover img {
          transform: scale(1.1); }
        #instashop .is-items .is-row .photo-holder:nth-child(1) {
          grid-area: 1 / 1 / 3 / 3; }
        #instashop .is-items .is-row .photo-holder:nth-child(2) {
          grid-area: 1 / 3 / 2 / 4; }
        #instashop .is-items .is-row .photo-holder:nth-child(3) {
          grid-area: 1 / 4 / 2 / 5; }
        #instashop .is-items .is-row .photo-holder:nth-child(4) {
          grid-area: 1 / 5 / 3 / 7; }
        #instashop .is-items .is-row .photo-holder:nth-child(5) {
          grid-area: 3 / 1 / 3 / 3; }
        #instashop .is-items .is-row .photo-holder:nth-child(6) {
          grid-area: 2 / 3 / 5 / 5; }
        #instashop .is-items .is-row .photo-holder:nth-child(7) {
          grid-area: 3 / 5 / 3 / 7; }
        #instashop .is-items .is-row .photo-holder:nth-child(8) {
          grid-area: 4 / 3 / 3 / 4; }
          @media only screen and (min-width: 768px) {
            #instashop .is-items .is-row .photo-holder:nth-child(8) {
              margin-top: calc(100% + 8px); } }
        #instashop .is-items .is-row .photo-holder:nth-child(9) {
          grid-area: 3 / 4 / 3 / 4; }
          @media only screen and (min-width: 768px) {
            #instashop .is-items .is-row .photo-holder:nth-child(9) {
              margin-top: calc(100% + 8px); } }
  #instashop .is-load-more {
    text-align: center;
    margin-top: 40px; }
    #instashop .is-load-more .loadmore {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767.98px) {
        #instashop .is-load-more .loadmore {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      #instashop .is-load-more .loadmore:hover {
        background-color: #9E6260;
        border-color: #9E6260; }

#collaborate-page {
  display: flex;
  flex-direction: column; }
  #collaborate-page #testimonial-section {
    padding-top: 0; }
    @media only screen and (max-width: 1199.98px) {
      #collaborate-page #testimonial-section {
        padding-top: 20px; } }
    #collaborate-page #testimonial-section:after {
      display: none; }
  #collaborate-page .container {
    position: relative;
    z-index: 1; }
  #collaborate-page .home-wwd {
    padding-top: 50px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 991.98px) {
      #collaborate-page .home-wwd {
        padding-bottom: 50px; } }
    #collaborate-page .home-wwd .wwd-in {
      max-width: 1080px; }
      #collaborate-page .home-wwd .wwd-in p {
        margin-bottom: 0; }
  #collaborate-page .collaborate-holder {
    position: relative;
    padding-bottom: 104px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #collaborate-page .collaborate-holder {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 991.98px) {
      #collaborate-page .collaborate-holder {
        padding-bottom: 52px; } }
    #collaborate-page .collaborate-holder:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.81%, rgba(255, 255, 255, 0.1) 67.22%, #FFFFFF 100%), url(img/bg/bg_pattern.png);
      background-repeat: repeat;
      opacity: 0.25;
      background-size: 80px; }

.colaborate-hero {
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .colaborate-hero:after {
    /*@include after-cnt;
    background: linear-gradient(0deg, rgba(75, 41, 5, 0.3), rgba(75, 41, 5, 0.3));
    display: none;
    @include bp(sm-down) {
        display: block;
    }*/ }
  .colaborate-hero .container {
    min-height: 484px;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767.98px) {
      .colaborate-hero .container {
        padding-top: 32px;
        padding-bottom: 32px; } }
    .colaborate-hero .container .hero-content {
      max-width: 800px; }
    .colaborate-hero .container h1 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 64px;
      line-height: 100%;
      letter-spacing: -0.05em;
      color: #FFFFFF;
      text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16); }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .colaborate-hero .container h1 {
          font-size: 48px; } }
      @media only screen and (max-width: 991.98px) {
        .colaborate-hero .container h1 {
          font-size: 40px; } }
    .colaborate-hero .container .hero-btn {
      margin-top: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #6F4244;
      padding: 0px 16px;
      height: 45px;
      background: #6F4244;
      color: #fff;
      border-radius: 50px;
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      text-transform: capitalize; }
      @media only screen and (max-width: 767.98px) {
        .colaborate-hero .container .hero-btn {
          font-size: 18px;
          letter-spacing: 0.02em;
          padding: 0 30px; } }
      .colaborate-hero .container .hero-btn:hover {
        background-color: #9E6260;
        border-color: #9E6260; }

.collaborate-whyus .cw-holder {
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto; }
.collaborate-whyus .row {
  position: relative; }
.collaborate-whyus h2 {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #341D1E;
  position: sticky;
  top: 179px;
  height: fit-content;
  text-align: left; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .collaborate-whyus h2 {
      font-size: 36px; } }
  @media only screen and (max-width: 991.98px) {
    .collaborate-whyus h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) {
    .collaborate-whyus h2 {
      margin-top: 82px; } }
  @media only screen and (max-width: 767.98px) {
    .collaborate-whyus h2 {
      margin-bottom: 24px;
      text-align: center; } }
  @media only screen and (max-width: 767.98px) {
    .collaborate-whyus h2 br {
      display: none; } }
.collaborate-whyus .cw-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 642px;
  margin-left: auto; }
  .collaborate-whyus .cw-items .cw_item {
    padding: 24px;
    background: #FAF7F6;
    border-radius: 24px; }
    .collaborate-whyus .cw-items .cw_item img + h3 {
      margin-top: 16px; }
    .collaborate-whyus .cw-items .cw_item h3 {
      font-family: 'Josefin Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: -0.03em;
      color: #6F4244; }
      .collaborate-whyus .cw-items .cw_item h3 + .text {
        margin-top: 10px; }
    .collaborate-whyus .cw-items .cw_item .text ul {
      list-style-type: disc;
      padding-left: 1.1em; }
    .collaborate-whyus .cw-items .cw_item .text p, .collaborate-whyus .cw-items .cw_item .text li {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      color: #6F4244; }
      .collaborate-whyus .cw-items .cw_item .text p strong, .collaborate-whyus .cw-items .cw_item .text li strong {
        font-weight: 700; }
      .collaborate-whyus .cw-items .cw_item .text p + ul, .collaborate-whyus .cw-items .cw_item .text p + p, .collaborate-whyus .cw-items .cw_item .text p + li, .collaborate-whyus .cw-items .cw_item .text li + ul, .collaborate-whyus .cw-items .cw_item .text li + p, .collaborate-whyus .cw-items .cw_item .text li + li {
        margin-top: 3px; }

.latest-inspirations {
  background-color: #FAF7F6;
  padding-top: 104px;
  padding-bottom: 104px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .latest-inspirations {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 991.98px) {
    .latest-inspirations {
      padding-top: 52px;
      padding-bottom: 52px; } }
  .latest-inspirations h2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #341D1E;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .latest-inspirations h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 991.98px) {
      .latest-inspirations h2 {
        font-size: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .latest-inspirations .post-items {
      padding-bottom: 50px; } }
  .latest-inspirations .post-items .slick-slide {
    margin: 0 12px; }
  .latest-inspirations .post-items .slick-list {
    margin: 0 -12px; }
    @media only screen and (max-width: 767.98px) {
      .latest-inspirations .post-items .slick-list {
        padding: 0 20% 0 0; } }
  @media only screen and (max-width: 767.98px) {
    .latest-inspirations .post-items .slick-dots {
      bottom: 10px; } }
  .latest-inspirations .post-items .post-item {
    position: relative; }
    .latest-inspirations .post-items .post-item .post-thumbnail {
      overflow: hidden;
      border-radius: 4px; }
      .latest-inspirations .post-items .post-item .post-thumbnail img {
        display: block;
        width: 100%;
        object-fit: cover;
        transition: .25s ease-in-out;
        aspect-ratio: 3/2;
        overflow-clip-margin: unset; }
    .latest-inspirations .post-items .post-item .content-holder {
      margin-top: 16px; }
      .latest-inspirations .post-items .post-item .content-holder .post-title {
        display: block;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        color: #341D1E; }
        .latest-inspirations .post-items .post-item .content-holder .post-title + p {
          margin-top: 8px; }
      .latest-inspirations .post-items .post-item .content-holder p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #111A1D;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .latest-inspirations .post-items .post-item .content-holder .readmore {
        margin-top: 19px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.02em;
        color: #3C3C3C;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: uppercase; }
        @media only screen and (max-width: 991.98px) {
          .latest-inspirations .post-items .post-item .content-holder .readmore {
            font-size: 16px;
            font-weight: 500;
            padding: 0px 30px;
            border: 1px solid #BEBEBE;
            border-radius: 40px;
            height: 40px; } }
        .latest-inspirations .post-items .post-item .content-holder .readmore:after {
          font-family: icomoon;
          content: "\e919";
          color: #3C3C3C;
          margin-left: 10px;
          transition: .25s ease-in-out; }
          @media only screen and (max-width: 991.98px) {
            .latest-inspirations .post-items .post-item .content-holder .readmore:after {
              position: relative;
              top: 2px; } }
        .latest-inspirations .post-items .post-item .content-holder .readmore:hover:after {
          margin-left: 14px; }
    .latest-inspirations .post-items .post-item .url-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0; }
    .latest-inspirations .post-items .post-item:hover .post-thumbnail img {
      transform: scale(1.1); }

.collaborate-contact {
  padding-top: 52px;
  padding-bottom: 20px;
  /*@include bp(lg) {
      padding-top: 80px;
  }
  @include bp(md-down) {
      padding-top: 52px;
  }*/ }
  .collaborate-contact .cc-holder {
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto; }
  .collaborate-contact h2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #341D1E;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .collaborate-contact h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 991.98px) {
      .collaborate-contact h2 {
        font-size: 30px; } }
  .collaborate-contact .cc-items {
    margin-bottom: 40px; }
    .collaborate-contact .cc-items .row {
      padding-left: 9px;
      padding-right: 9px; }
    .collaborate-contact .cc-items [class*="col-"] {
      padding-left: 6px;
      padding-right: 6px; }
      @media only screen and (max-width: 767.98px) {
        .collaborate-contact .cc-items [class*="col-"] + [class*="col-"] {
          margin-top: 24px; } }
    .collaborate-contact .cc-items .cc_item {
      display: flex;
      flex-direction: column;
      text-align: center;
      padding: 24px;
      gap: 16px;
      background: #FAF7F6;
      border-radius: 24px;
      height: 100%; }
      .collaborate-contact .cc-items .cc_item h3 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.03em;
        color: #6F4244; }
      .collaborate-contact .cc-items .cc_item p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 140%;
        text-align: center;
        color: #6F4244; }
  .collaborate-contact .cc-form p {
    text-align: center; }

#gift-cards {
  padding-top: 24px;
  padding-bottom: 104px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #gift-cards {
      padding-top: 0;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 991.98px) {
    #gift-cards {
      padding-bottom: 52px; } }
  #gift-cards h2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #341D1E;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #gift-cards h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 991.98px) {
      #gift-cards h2 {
        font-size: 30px; } }
  #gift-cards .gift-cards-slider {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    #gift-cards .gift-cards-slider .slick-slide {
      margin: 0 4px; }
    #gift-cards .gift-cards-slider .slick-list {
      margin: 0 -4px; }
    @media only screen and (max-width: 767.98px) {
      #gift-cards .gift-cards-slider {
        padding-bottom: 50px; } }
    @media only screen and (max-width: 767.98px) {
      #gift-cards .gift-cards-slider .slick-dots {
        bottom: 10px; } }

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  z-index: 999999; }

@media only screen and (max-width: 360px) {
  #product-single #product-single-main .addcart-wrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 72px;
    width: 100%;
    background-color: #fff;
    padding: 8px 8px; } }

/*# sourceMappingURL=style.css.map */
