@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --header-nav-height: 52px;
  --header-height-no-promo: 105px;
  --header-height-logo-sm: 128px;
  --header-h: 176px;
  --header-nav-height-mobile: 50px;
}

/* Theme variables */
/* Fonts */
/* Grid breakpoints */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c0392b;
  --orange: #fd7e14;
  --yellow: #f8bf55;
  --green: #7dd46f;
  --teal: #20c997;
  --cyan: #677DB7;
  --white: #fff;
  --gray: #747474;
  --gray-dark: #343a40;
  --primary: #a88a55;
  --secondary: #f4eede;
  --success: #7dd46f;
  --info: #677DB7;
  --warning: #f8bf55;
  --danger: #c0392b;
  --light: #f5efe5;
  --dark: #3a322a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, picture {
  display: block;
}

body {
  margin: 0;
  font-family: "EB Garamond", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
  color: #3a322a;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #a88a55;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(182.3636363636, 156.7272727273, 111.4363636364);
  text-decoration: underline;
}

a:not([href]) {
  text-decoration: none;
}
a:not([href]):hover {
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9c9489;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

a:focus, button:focus {
  outline: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  legend {
    font-size: calc(1.275rem + 0.3002502085vw);
  }
}
legend {
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.font-size-xxs, .confirmation-process-list .wrapper-title {
  font-size: 11px !important;
}

.font-size-xs, .benefits-block li p:nth-child(2) {
  font-size: 12px !important;
}

.font-size-sm, .sidebar-links li > a, .sidebar-links li > span, .confirmation-process-list .custom-item .inner > p:not(:first-child), .reassurance-item p:not(.h5) {
  font-size: 13px !important;
}

.font-size-md, .heading-counter h2:before {
  font-size: 15px !important;
}

.font-size-lg, .confirmation-process-list .custom-item .inner > p:first-child {
  font-size: 18px !important;
}

.font-size-xl {
  font-size: 20px !important;
}

.font-size-descr {
  font-size: 14px !important;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-ng-xs {
  letter-spacing: -0.005em !important;
}

.letter-spacing-ng {
  letter-spacing: -0.02em !important;
}

.letter-spacing-sm {
  letter-spacing: 0.05em !important;
}

.letter-spacing-md, .heading-counter h2:before, .custom-ptab td:first-child, .tab-banners-alt .mm_block_type_image .h5, .tab-banners-alt .mm_block_type_image .heading-counter h2, .heading-counter .tab-banners-alt .mm_block_type_image h2 {
  letter-spacing: 0.1em !important;
}

.letter-spacing-lg, .confirmation-process-list .wrapper-title, .home-boutique-info .small, .collection-item .link-arrow, .links h3,
.links .h3,
.links .modal-body h1,
.modal-body .links h1,
.links .modal-body .h1,
.modal-body .links .h1,
.links .product-description h2,
.product-description .links h2, .product-counter, .plain-title, .eyebrow-title {
  letter-spacing: 0.22em !important;
}

.line-height-1, .lg-num {
  line-height: 1;
}

.line-height-lg, .reassurance-item p:not(.h5) {
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .product-description h2, .modal-body h1, .modal-body .h1, .h4, .h3-ctitle .customcontent-prodcarousel .carousel-title, .blog-post.-single h2, .h5, .heading-counter h2, .table .heading-counter h2, .heading-counter .table h2, .table .h5, .custom-ptab table .h5, .product-description table .h5, .h6, .h-title-3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 1.875rem;
  letter-spacing: -0.02em;
}

h1, .h1 {
  font-size: clamp(2.428571rem, 0.9167rem + 5.1556vw, 5.75rem);
}

h2, .h2 {
  font-size: clamp(2.1428571rem, 0.9167rem + 4.0889vw, 4.75rem);
}

h3, .h3, .product-description h2, .modal-body h1, .modal-body .h1 {
  font-size: clamp(1.71428571rem, 1.0417rem + 1.9556vw, 2.875rem);
}

h4, .h4, .h3-ctitle .customcontent-prodcarousel .carousel-title, .blog-post.-single h2 {
  font-size: clamp(1.428571rem, 1rem + 1.0667vw, 2rem);
}

h5, .h5, .heading-counter h2, .table .heading-counter h2, .heading-counter .table h2, .table .h5, .custom-ptab table .h5, .product-description table .h5 {
  font-size: clamp(1.2857142rem, 1.0417rem + 0.3556vw, 1.375rem);
}

h6, .h6 {
  font-size: 1rem;
}

.h-title-3 {
  font-size: clamp(1.875rem, 1.3542rem + 2.2222vw, 3.4375rem);
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-5, .display-4, .display-3, .display-2, .display-1 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-align: center;
  margin-bottom: 1.125rem;
}
.display-5:before, .display-4:before, .display-3:before, .display-2:before, .display-1:before {
  content: "— ";
}
.display-5:after, .display-4:after, .display-3:after, .display-2:after, .display-1:after {
  content: " —";
}

.display-1 {
  font-size: clamp(3.16265rem, 2.125rem + 2vw, 5rem);
}

.display-2 {
  font-size: clamp(2.5603rem, 1.75rem + 1.6vw, 4rem);
}

.display-3 {
  font-size: clamp(2.1084rem, 1.4375rem + 1.2vw, 3rem);
}

.display-4 {
  font-size: clamp(15px, 1.25rem + 1vw, 16px);
}

.display-5 {
  font-size: 14px;
}

.plain-title, .eyebrow-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #9c9489;
  margin-bottom: 1rem;
}

.eyebrow-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #a88a55;
  width: 24px;
  height: 1px;
  margin-right: 12px;
}

.hr-divider:before, .hr-divider:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  height: 1px;
  background-color: #ece5d8;
}

.text-icon:before {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ece5d8;
}

small,
.small {
  font-size: 70%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-inline {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 70%;
  color: #747474;
}
.blockquote-footer::before {
  content: "— ";
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 768.98px) {
  h1:not(.display-1, .display-2, .display-3, .display-4, .display-5), h2:not(.display-1, .display-2, .display-3, .display-4, .display-5), h3:not(.display-1, .display-2, .display-3, .display-4, .display-5), h4:not(.display-1, .display-2, .display-3, .display-4, .display-5), h5:not(.display-1, .display-2, .display-3, .display-4, .display-5), h6:not(.display-1, .display-2, .display-3, .display-4, .display-5),
  .h1:not(.display-1, .display-2, .display-3, .display-4, .display-5), .h2:not(.display-1, .display-2, .display-3, .display-4, .display-5), .h3:not(.display-1, .display-2, .display-3, .display-4, .display-5), .h4:not(.display-1, .display-2, .display-3, .display-4, .display-5), .h3-ctitle .customcontent-prodcarousel .carousel-title:not(.display-1, .display-2, .display-3, .display-4, .display-5), .blog-post.-single h2:not(.display-1, .display-2, .display-3, .display-4, .display-5), .h5:not(.display-1, .display-2, .display-3, .display-4, .display-5), .h6:not(.display-1, .display-2, .display-3, .display-4, .display-5) {
    line-height: 1.05;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #747474;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #2d2d2d;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1920px;
  }
}

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .addess-hours [class*=col-], .page-contact .content-wrapper, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .addess-hours [class*=col-], .page-contact .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .custom-ptab table, .product-description table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3a322a;
}
.table th, .custom-ptab table th, .product-description table th,
.table td,
.custom-ptab table td,
.product-description table td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #ece5d8;
}
.table th, .custom-ptab table th, .product-description table th {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.table td, .custom-ptab table td, .product-description table td {
  font-size: 14.5px;
}
.table tbody + tbody, .custom-ptab table tbody + tbody, .product-description table tbody + tbody {
  border-top: 2px solid #ece5d8;
}
.table:not(.table-bordered) th, .custom-ptab table:not(.table-bordered) th, .product-description table:not(.table-bordered) th,
.table:not(.table-bordered) td,
.custom-ptab table:not(.table-bordered) td,
.product-description table:not(.table-bordered) td {
  padding-left: 0;
}
.table:not(.table-bordered) th:last-child, .custom-ptab table:not(.table-bordered) th:last-child, .product-description table:not(.table-bordered) th:last-child,
.table:not(.table-bordered) td:last-child,
.custom-ptab table:not(.table-bordered) td:last-child,
.product-description table:not(.table-bordered) td:last-child {
  padding-right: 0;
}
.table.rows-border-top:not(.table-bordered) th, .custom-ptab table:not(.table-bordered) th, .product-description table.rows-border-top:not(.table-bordered) th,
.table.rows-border-top:not(.table-bordered) td,
.custom-ptab table:not(.table-bordered) td,
.product-description table.rows-border-top:not(.table-bordered) td {
  border-bottom: none;
  border-top: 1px solid #ece5d8;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-lg th, .custom-ptab table th, .product-description table th,
.table-lg td,
.custom-ptab table td,
.product-description table td {
  padding: 1.125rem;
}

.table-xl th,
.table-xl td {
  padding: 1.5rem 1rem;
}

.table-bordered {
  border: 1px solid #ece5d8;
  /*th,
  td {
    border: $table-border-width solid $table-border-color;
  }*/
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #3a322a;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(230.64, 222.24, 207.4);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(209.76, 194.16, 166.6);
}

.table-hover .table-primary:hover {
  background-color: rgb(222.0077042802, 210.6310505837, 190.5322957198);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(222.0077042802, 210.6310505837, 190.5322957198);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(251.92, 250.24, 245.76);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(249.28, 246.16, 237.84);
}

.table-hover .table-secondary:hover {
  background-color: rgb(245.545, 240.3877272727, 226.635);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(245.545, 240.3877272727, 226.635);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(218.6, 242.96, 214.68);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(187.4, 232.64, 180.12);
}

.table-hover .table-success:hover {
  background-color: rgb(200.8727272727, 237.0963636364, 195.0436363636);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(200.8727272727, 237.0963636364, 195.0436363636);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(212.44, 218.6, 234.84);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(175.96, 187.4, 217.56);
}

.table-hover .table-info:hover {
  background-color: rgb(195.1364285714, 203.8008928571, 226.6435714286);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(195.1364285714, 203.8008928571, 226.6435714286);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(253.04, 237.08, 207.4);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(251.36, 221.72, 166.6);
}

.table-hover .table-warning:hover {
  background-color: rgb(252.0315254237, 227.8596610169, 182.9084745763);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(252.0315254237, 227.8596610169, 182.9084745763);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(237.36, 199.56, 195.64);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(222.24, 152.04, 144.76);
}

.table-hover .table-danger:hover {
  background-color: rgb(231.5181818182, 181.2, 175.9818181818);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(231.5181818182, 181.2, 175.9818181818);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.2, 250.52, 247.72);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(249.8, 246.68, 241.48);
}

.table-hover .table-light:hover {
  background-color: rgb(245.1166666667, 239.1866666667, 229.3033333333);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(245.1166666667, 239.1866666667, 229.3033333333);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(199.84, 197.6, 195.36);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(152.56, 148.4, 144.24);
}

.table-hover .table-dark:hover {
  background-color: rgb(187.5875609756, 184.85, 182.1124390244);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(187.5875609756, 184.85, 182.1124390244);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .custom-ptab table .thead-dark th, .product-description table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .custom-ptab table .thead-light th, .product-description table .thead-light th {
  color: #414141;
  background-color: #f5efe5;
  border-color: #ece5d8;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(1.55em + 1.75rem + 2px);
  padding: 0.875rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: #3a322a;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid #ece5d8;
  border-bottom-width: 1px;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3a322a;
}
.form-control:focus {
  color: #3a322a;
  background-color: transparent;
  border-color: #a88a55;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: #9c9489;
  opacity: 0.55;
}
.form-control::-moz-placeholder {
  color: #9c9489;
  opacity: 0.55;
}
.form-control:-ms-input-placeholder {
  color: #9c9489;
  opacity: 0.55;
}
.form-control::-ms-input-placeholder {
  color: #9c9489;
  opacity: 0.55;
}
.form-control::placeholder {
  color: #9c9489;
  opacity: 0.55;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #E7E2E7;
  opacity: 1;
}
.form-control.-white {
  background-color: #fff;
  border-width: 1px;
}

select.form-control {
  display: inline-block;
  padding-right: 1.9375rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27%3e%3cpath d=%27M1 1.5L6 6.5L11 1.5%27 stroke=%27%23343a40%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
select.form-control[multiple], select.form-control[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9375rem;
  background-image: none;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:focus::-ms-value {
  color: #3a322a;
  background-color: transparent;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label, .form-control-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.18em;
}

.col-form-label-lg {
  padding-top: calc(1.25rem + 1px);
  padding-bottom: calc(1.25rem + 1px);
  font-size: 1rem;
  line-height: 1.52;
}

.col-form-label-sm {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 0.888rem;
  line-height: 1.55;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #3a322a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.55em + 1.125rem + 2px);
  padding: 0.5625rem 0;
  font-size: 0.888rem;
  line-height: 1.55;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.52em + 2.5rem + 2px);
  padding: 1.25rem 0;
  font-size: 1rem;
  line-height: 1.52;
  border-radius: 0;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.9375rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  line-height: 1;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #9c9489;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 70%;
  color: #7dd46f;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px 11px;
  margin-top: 0.1rem;
  font-size: 0.6875rem;
  line-height: 1.55;
  color: #2d2d2d;
  background-color: #7dd46f;
  border-radius: 2px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #7dd46f;
  padding-right: calc(1.55em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%237dd46f%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3875em + 0.4375rem) center;
  background-size: calc(0.775em + 0.875rem) calc(0.775em + 0.875rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #7dd46f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.55em + 1.75rem);
  background-position: top calc(0.3875em + 0.4375rem) right calc(0.3875em + 0.4375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #7dd46f;
  padding-right: calc(0.75em + 3.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27%3e%3cpath d=%27M1 1.5L6 6.5L11 1.5%27 stroke=%27%23343a40%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27none%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%237dd46f%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") transparent no-repeat center right 1.9375rem/calc(0.775em + 0.875rem) calc(0.775em + 0.875rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #7dd46f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #7dd46f;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #7dd46f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #7dd46f;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(160.4545454545, 223.7272727273, 150.2727272727);
  background-color: rgb(160.4545454545, 223.7272727273, 150.2727272727);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7dd46f;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #7dd46f;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #7dd46f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 70%;
  color: #c0392b;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px 11px;
  margin-top: 0.1rem;
  font-size: 0.6875rem;
  line-height: 1.55;
  color: #fff;
  background-color: #c0392b;
  border-radius: 2px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.has-error .form-control ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.has-error .form-control ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .has-error .form-control {
  border-color: #c0392b;
  padding-right: calc(1.55em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23c0392b%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23c0392b%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3875em + 0.4375rem) center;
  background-size: calc(0.775em + 0.875rem) calc(0.775em + 0.875rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .has-error .form-control:focus {
  border-color: #c0392b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid, .has-error textarea.form-control {
  padding-right: calc(1.55em + 1.75rem);
  background-position: top calc(0.3875em + 0.4375rem) right calc(0.3875em + 0.4375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid, .has-error .custom-select.form-control {
  border-color: #c0392b;
  padding-right: calc(0.75em + 3.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27%3e%3cpath d=%27M1 1.5L6 6.5L11 1.5%27 stroke=%27%23343a40%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27none%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23c0392b%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23c0392b%27 stroke=%27none%27/%3e%3c/svg%3e") transparent no-repeat center right 1.9375rem/calc(0.775em + 0.875rem) calc(0.775em + 0.875rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus, .has-error .custom-select.form-control:focus {
  border-color: #c0392b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .has-error .form-check-input.form-control ~ .form-check-label {
  color: #c0392b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .has-error .form-check-input.form-control ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.has-error .form-check-input.form-control ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .has-error .custom-control-input.form-control ~ .custom-control-label {
  color: #c0392b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .has-error .custom-control-input.form-control ~ .custom-control-label::before {
  border-color: #c0392b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .has-error .custom-control-input.form-control:checked ~ .custom-control-label::before {
  border-color: rgb(214.0127659574, 85.3319148936, 71.9872340426);
  background-color: rgb(214.0127659574, 85.3319148936, 71.9872340426);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .has-error .custom-control-input.form-control:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .has-error .custom-control-input.form-control:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c0392b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .has-error .custom-file-input.form-control ~ .custom-file-label {
  border-color: #c0392b;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .has-error .custom-file-input.form-control:focus ~ .custom-file-label {
  border-color: #c0392b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
}

.has-error .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  color: #3a322a;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0.875rem 1.625rem;
  font-size: 0.6875rem;
  line-height: 1.55;
  border-radius: 0;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;
  color: #3a322a;
  outline: none;
}
.btn:before, .btn i {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.3em;
}
.btn.fontello-youtube:before {
  color: #CA3A31;
}
.btn .material-icons {
  vertical-align: -5px;
}
.btn svg {
  width: auto;
  height: 1.125rem;
  margin-left: 0.375rem;
  vertical-align: baseline;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary, .btn-cream {
  background-color: #f4eede;
  border-color: #f4eede;
}

.btn-primary:hover {
  background-color: rgb(253.174, 251.286630303, 248.526);
  border-color: rgb(253.174, 251.286630303, 248.526);
}

.btn-cream:hover {
  background-color: rgb(251.115, 247.1156363636, 240.385);
  border-color: rgb(251.115, 247.1156363636, 240.385);
}

.btn-secondary {
  background-color: #a88a55;
  border-color: #a88a55;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #8a6a3b;
  border-color: #8a6a3b;
  color: #fff;
}

.btn-ghost {
  background-color: transparent;
  border-color: #3a322a;
}
.btn-ghost:hover {
  background-color: rgb(215.8356561265, 195.4966276013, 159.5643438735);
}

.btn-pdp {
  background-color: #fff;
  border-color: rgba(58, 50, 42, 0.42);
  font-size: 12px;
}

.btn-pdp-alt {
  background-color: #fcfaf6;
  border-color: rgba(58, 50, 42, 0.36);
}

.btn-pdp:hover, .btn-pdp-alt:hover {
  background-color: #3a322a;
  border-color: #3a322a;
  color: #fff;
}

.home-cta-anim:after {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.home-cta-anim:hover {
  -webkit-box-shadow: 0 5px 14px -6px rgba(28, 24, 21, 0.6);
          box-shadow: 0 5px 14px -6px rgba(28, 24, 21, 0.6);
}
.home-cta-anim:hover:after {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.home-cta-anim.disc-coll-btn:hover, .home-cta-anim.amour-cta-btn:hover {
  background-color: #f4eede;
  border-color: #f4eede;
}

@media (min-width: 769px) {
  .amour-cta-btn.home-cta-anim:hover {
    background-color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 768.98px) {
  .sm-cta-btn.home-cta-anim:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .sm-cta-btn {
    background-color: #fff;
    border-color: #fff;
  }
  .sm-cta-btn:hover {
    background-color: #f4eede;
    border-color: #f4eede;
  }
}
@media (min-width: 769px) {
  .amour-cta-btn {
    background-color: #fff;
    border-color: #fff;
  }
  .amour-cta-btn:hover {
    background-color: #f4eede;
    border-color: #f4eede;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-cta-anim, .home-cta-anim svg {
    -webkit-transition: none;
    transition: none;
  }
  .home-cta-anim:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.maison-cta {
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.5s ease, border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.5s ease, border-color 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.5s ease, border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.maison-cta svg, .maison-cta [class^=ic-]:after, .maison-cta [class^=ic-]:before, .maison-cta [class*=" ic-"]:after, .maison-cta [class*=" ic-"]:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.maison-cta:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 26px 50px -22px rgba(28, 24, 21, 0.4);
          box-shadow: 0 26px 50px -22px rgba(28, 24, 21, 0.4);
}
.maison-cta:hover svg, .maison-cta:hover [class^=ic-]:after, .maison-cta:hover [class^=ic-]:before, .maison-cta:hover [class*=" ic-"]:after, .maison-cta:hover [class*=" ic-"]:before {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.maison-cta:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .maison-cta, .maison-cta svg {
    -webkit-transition: none;
    transition: none;
  }
  .maison-cta:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.btn-card, .btn-card-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  color: #3a322a;
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
  text-align: center;
  padding: 1.25rem 1rem;
}
.btn-card.-md, .btn-card-alt.-md {
  padding: 1.8125rem 1.4375rem;
}
.btn-card.-lg, .btn-card-alt.-lg {
  padding: 2.0625rem 1.6875rem;
}
.btn-card:hover, .btn-card-alt:hover {
  color: #3a322a;
}

.btn-card {
  background-color: #f5efe5;
}

.btn-card-alt {
  background-color: #fff;
  border-color: #3a322a;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #3a322a;
  background-color: rgb(247.825, 243.9113636364, 233.475);
  border-color: rgb(247.825, 243.9113636364, 233.475);
}

.btn-underline {
  color: #fff;
  border-bottom-color: #fff;
}
.btn-underline:hover {
  color: #3a322a;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-secondary {
  color: #a88a55;
  border-color: #a88a55;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #a88a55;
  border-color: #a88a55;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #a88a55;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(151.0671936759, 124.0909090909, 76.4328063241);
  border-color: rgb(151.0671936759, 124.0909090909, 76.4328063241);
}

.btn-outline-dark {
  color: #3a322a;
  border-color: #3a322a;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3a322a;
  border-color: #3a322a;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3a322a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(43.21, 37.25, 31.29);
  border-color: rgb(43.21, 37.25, 31.29);
}

.btn-ternary {
  background-color: #fff;
  border-color: rgba(58, 50, 42, 0.42);
}

.btn-chalk {
  background-color: #fcfaf6;
  border-color: rgba(58, 50, 42, 0.36);
}

.btn-ternary:hover, .btn-chalk:hover {
  background-color: #3a322a;
  border-color: #3a322a;
  color: #fff;
}

.btn-auth {
  border: 1px solid #ece5d8;
}

.btn-auth-alt {
  background-color: #ebe4d4;
  border: 1px solid #3a322a;
}

.btn-arrow:after, .btn-arrow-left:before {
  font-family: "fontello";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn-arrow:after {
  content: "\e8d2";
  margin-left: 4px;
}
.btn-arrow:hover:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn-arrow-left:before {
  content: "\e8d1";
  margin-right: 4px;
}
.btn-arrow-left:hover:before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.link-u, .condition-label a, .custom-checkbox a {
  background: none;
  color: inherit;
  border: solid #ece5d8;
  border-width: 0 0 1px;
  padding: 0 0 2px;
  line-height: inherit;
}
.link-u:hover, .condition-label a:hover, .custom-checkbox a:hover {
  border-color: #3a322a;
}

.btn-link {
  background: none;
  border: none;
  display: inline-block;
  color: #3a322a;
  font-size: 0.9375rem;
}
.btn-link:hover {
  color: #3a322a;
}
.btn-link:hover:after {
  border-bottom-color: #a88a55;
}
.btn-link:focus, .btn-link.focus {
  color: #3a322a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:focus:after, .btn-link.focus:after {
  border-bottom-color: #a88a55;
}
.btn-link:disabled, .btn-link.disabled {
  pointer-events: none;
  color: #747474;
}
.btn-link:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  margin-top: 0.8em;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.25rem 3.8764rem;
  font-size: 1rem;
  line-height: 1.52;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5625rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.55;
  border-radius: 0;
}
.btn-sm svg, .btn-group-sm > .btn svg {
  height: 12px;
}
.btn-sm.-icon-before svg, .btn-group-sm > .-icon-before.btn svg {
  margin: 0 0.375rem 0 0;
}
.btn-sm.-icon-before.-icon-after svg, .btn-group-sm > .-icon-before.-icon-after.btn svg {
  margin: 0 0 0 0.375rem;
}

.btn-action {
  padding-left: 1.16375rem;
  padding-right: 1.16375rem;
  border-radius: 0;
}
.btn-action:before, .btn-action i {
  font-size: inherit;
  width: 1em;
  margin: 0;
}
.btn-action i {
  line-height: inherit;
  width: auto;
  height: auto;
  vertical-align: initial;
}
.btn-action.btn-lg, .btn-group-lg > .btn-action.btn {
  padding-left: 1.5875rem;
  padding-right: 1.5875rem;
}
.btn-action.btn-sm, .btn-group-sm > .btn-action.btn {
  padding-left: 0.781875rem;
  padding-right: 0.781875rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft,
.dropup-custom,
.dropright-custom,
.dropdown-custom,
.dropleft-custom {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-toggle:focus, .dropdown-toggle:hover {
  color: #a88a55;
}
.dropdown-menu, .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  max-width: 100vw;
  padding: 4px;
  margin: 0.3125rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #3a322a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ece5d8;
  -webkit-box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22);
          box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22);
  overflow-x: hidden;
  overflow-y: auto;
}

/* .dropdown-menu {
    display: none;
} */
.dropdown-menu, .dropdown-menu-custom {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -2rem, 0);
          transform: translate3d(0, -2rem, 0);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-menu, .dropdown-menu-custom {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown-menu.show, .dropdown-menu-custom.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0);
}

.dropdown-menu {
  max-height: 480px;
}

@media (min-width: 992px) {
  .dropdown-menu-custom:not(.dropdown-hover-menu-lg) {
    max-height: 480px;
  }
  .dropdown-hover-menu-lg {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s 0.3s, visibility 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
    transition: opacity 0.2s 0.3s, visibility 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
    transition: opacity 0.2s 0.3s, visibility 0.2s 0.3s, transform 0.2s 0.3s;
    transition: opacity 0.2s 0.3s, visibility 0.2s 0.3s, transform 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
    -webkit-transform: translate3d(0, 2rem, 0);
            transform: translate3d(0, 2rem, 0);
  }
  .dropdown-hover-toggler-lg:hover .dropdown-hover-menu-lg {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s 0.35s, visibility 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
    transition: opacity 0.2s 0.35s, visibility 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
    transition: opacity 0.2s 0.35s, visibility 0.2s 0.35s, transform 0.2s 0.35s;
    transition: opacity 0.2s 0.35s, visibility 0.2s 0.35s, transform 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
    opacity: 1;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-custom-left {
  right: auto;
  left: 0;
}

.dropdown-menu-custom-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-custom-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-custom-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-custom-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-custom-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-custom-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-custom-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-custom-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-custom-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu, .dropup .dropdown-menu-custom, .dropup-custom .dropdown-menu, .dropup-custom .dropdown-menu-custom {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.dropup .dropdown-toggle::after, .dropup-custom .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after, .dropup-custom .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup-custom .dropdown-menu-custom:not(.show) {
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
}

.dropright .dropdown-menu, .dropright .dropdown-menu-custom, .dropright-custom .dropdown-menu, .dropright-custom .dropdown-menu-custom {
  top: 100%;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.3125rem;
}
.dropright .dropdown-toggle::after, .dropright-custom .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after, .dropright-custom .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after, .dropright-custom .dropdown-toggle::after {
  vertical-align: 0;
}

.dropright-custom .dropdown-menu-custom:not(.show) {
  -webkit-transform: translate3d(-2rem, 0, 0);
          transform: translate3d(-2rem, 0, 0);
}

.dropleft .dropdown-menu, .dropleft .dropdown-menu-custom, .dropleft-custom .dropdown-menu, .dropleft-custom .dropdown-menu-custom {
  top: 100%;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.3125rem;
}
.dropleft .dropdown-toggle::after, .dropleft-custom .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
}
.dropleft .dropdown-toggle::after, .dropleft-custom .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before, .dropleft-custom .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after, .dropleft-custom .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before, .dropleft-custom .dropdown-toggle::before {
  vertical-align: 0;
}

.dropleft-custom .dropdown-menu-custom:not(.show) {
  -webkit-transform: translate3d(2rem, 0, 0);
          transform: translate3d(2rem, 0, 0);
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #E7E2E7;
}

.dropdown-item, .select-list {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 0.5625rem 0.75rem;
  clear: both;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus, .select-list:hover, .select-list:focus {
  color: #3a322a;
  text-decoration: none;
  outline: none;
  background-color: #f5efe5;
}
.dropdown-item:hover .text-primary, .dropdown-item:hover .blog-post.-single li::marker, .blog-post.-single .dropdown-item:hover li::marker, .dropdown-item:focus .text-primary, .dropdown-item:focus .blog-post.-single li::marker, .blog-post.-single .dropdown-item:focus li::marker, .select-list:hover .text-primary, .select-list:hover .blog-post.-single li::marker, .blog-post.-single .select-list:hover li::marker, .select-list:focus .text-primary, .select-list:focus .blog-post.-single li::marker, .blog-post.-single .select-list:focus li::marker {
  color: inherit !important;
}
.dropdown-item.active, .dropdown-item:active, .select-list.active, .select-list:active {
  color: #3a322a;
  text-decoration: none;
  background-color: #ebe4d4;
}
.dropdown-item.disabled, .dropdown-item:disabled, .select-list.disabled, .select-list:disabled {
  color: #747474;
  pointer-events: none;
  background-color: transparent;
}

/* .dropdown-menu.show {
    display: block;
} */
.dropdown-header {
  display: block;
  padding: 0.5625rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.888rem;
  color: #747474;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5625rem 0.75rem;
  color: inherit;
}

.drow-down-wrapper {
  position: relative;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .dropdown-custom-md-fullscreen .dropdown-menu-custom {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 1.4rem;
    border: none;
    padding: 1.5rem 0;
    will-change: transform, opacity, visibility;
  }
  .dropdown-custom-md-fullscreen .dropdown-menu-custom:not(.show) {
    -webkit-transform: scale(0.87, 0.87);
            transform: scale(0.87, 0.87);
  }
  .dropdown-custom-md-fullscreen .dropdown-menu-custom.show {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .dropdown-custom-md-fullscreen .dropdown-icon, .dropdown-custom-md-fullscreen .dropdown-label {
    padding-left: 12px;
    padding-right: 1rem;
  }
  .dropdown-custom-md-fullscreen .dropdown-icon {
    font-size: 1.7em;
    width: auto;
  }
  .dropdown-custom-md-fullscreen .dropdown-icon + .dropdown-label {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-custom-md-fullscreen .dropdown-label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E7E2E7;
  }
  .dropdown-custom-md-fullscreen .dropdown-item, .dropdown-custom-md-fullscreen .select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    word-break: break-word;
  }
  .dropdown-custom-md-fullscreen .dropdown-item:hover .dropdown-label, .dropdown-custom-md-fullscreen .dropdown-item:focus .dropdown-label, .dropdown-custom-md-fullscreen .dropdown-item:active .dropdown-label, .dropdown-custom-md-fullscreen .select-list:hover .dropdown-label, .dropdown-custom-md-fullscreen .select-list:focus .dropdown-label, .dropdown-custom-md-fullscreen .select-list:active .dropdown-label {
    border-color: transparent;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.21875rem;
  padding-left: 1.21875rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.9073rem;
  padding-left: 2.9073rem;
}

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: #9c9489;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-prepend .input-group-text {
  padding-left: 0 !important;
}

.input-group-append .input-group-text {
  padding-right: 0 !important;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.52em + 2.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.25rem 3.8764rem;
  font-size: 1rem;
  line-height: 1.52;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.55em + 1.125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5625rem 0.75rem;
  font-size: 0.888rem;
  line-height: 1.55;
  border-radius: 0;
}

.input-group-sm > .form-control {
  padding-left: 0;
  padding-right: 0;
}

.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 11px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9375rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-custom {
  position: relative;
}
.input-group-custom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 0.185rem;
  right: 5px;
  padding: 0.625em 1.875em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-group-custom .btn:hover, .input-group-custom .btn:focus {
  color: #a88a55;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-custom-lg .form-control {
  height: 3.375rem;
}
.input-group-custom-lg .btn {
  font-size: 1rem;
  right: 3px;
  padding: 0.625em 1.875em;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.55rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.275rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #3a322a;
  border-color: #ebe4d4;
  background-color: #ebe4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 5px 14px -6px rgba(28, 24, 21, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 5px 14px -6px rgba(28, 24, 21, 0.6);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a88a55;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #3a322a;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #747474;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #E7E2E7;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.275rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #6e6e6e solid 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.275rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.55em + 1.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.55em + 1.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a88a55;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #E7E2E7;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.55em + 1.75rem + 2px);
  padding: 0.875rem 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
  color: #3a322a;
  background-color: transparent;
  border: 1px solid #ece5d8;
  white-space: nowrap;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.55em + 1.75rem);
  padding: 0.875rem 0.9375rem;
  line-height: 1.55;
  color: #3a322a;
  text-transform: uppercase;
  content: "Browse";
  background-color: #a88a55;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  display: block;
  border: none;
  border-radius: 0;
  background: none;
  text-align: center;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ece5d8;
  border-top: 1px solid #ece5d8;
  margin-bottom: 1.5rem;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link {
  color: #9c9489;
  padding: 1.5em 2em;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3a322a;
  border-bottom-color: #3a322a;
}

@media (max-width: 991.98px) {
  .nav-tabs .nav-link {
    font-size: 10px;
    padding: 1.2em;
  }
}
.nav-pills {
  margin: 0 -0.5rem;
}
.nav-pills .nav-link {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  padding: 0.875rem 1.8rem;
  margin: 0 0.5rem 0.5rem;
  border: 1px solid #ece5d8;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #3a322a;
  background-color: #ebe4d4;
  border-color: #3a322a;
}
.nav-pills.nav-pills-sm {
  margin: 0 -0.25rem;
}
.nav-pills.nav-pills-sm .nav-link {
  padding: 1.166em 2em;
  margin: 0 0.25rem 0.25rem;
}

.nav-btns {
  margin-bottom: 0;
}
.homeproduct-tabs .nav-btns {
  margin-bottom: 0 !important;
}
.nav-btns .nav-link {
  color: #9c9489;
  padding: 1.166em 2em;
  border: 1px solid transparent;
  margin-bottom: -1px;
}
.nav-btns .nav-link.active {
  color: #3a322a;
  background-color: #fff;
  border-color: #ece5d8 #ece5d8 #fff;
}

@media (max-width: 991.98px) {
  .nav-btns .nav-link {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media (max-width: 768.98px) {
  .nav-btns .nav-link {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 575.98px) {
  .homeproduct-tabs .nav-btns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .nav-btns .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nav-fill .nav-item, .nav-fill > .nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0 !important;
}
.tab-content > .tab-pane.active {
  visibility: visible;
  height: auto;
  opacity: 1 !important;
}
.tab-content > .tab-pane.active.-heroimage-enabled {
  overflow: visible;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-body, .checkout-step.-summary .block-promo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
}

.card-title {
  margin-bottom: 1.75rem;
}

.card-subtitle {
  margin-top: -1.75rem/2;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.75rem;
}

.card-header {
  padding: 1.75rem 1.75rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ece5d8;
}
.card-header:first-child {
  border-radius: 14px 14px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.75rem 1.75rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ece5d8;
}
.card-footer:last-child {
  border-radius: 0 0 14px 14px;
}

.card-header-tabs {
  margin-right: -1.75rem/2;
  margin-bottom: -1.75rem;
  margin-left: -1.75rem/2;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1.75rem/2;
  margin-left: -1.75rem/2;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.card-deck .card {
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -4px;
    margin-left: -4px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px;
  }
}

.card-group > .card {
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.card-elem {
  padding: 1.5rem 2rem;
  background-color: #f9f5ee;
  border: 1px solid #ece5d8;
}
.card-elem:hover {
  background-color: #fff;
  border-color: #8a6a3b;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: rgba(28, 24, 21, 0.4) 0px 16px 30px -20px;
          box-shadow: rgba(28, 24, 21, 0.4) 0px 16px 30px -20px;
}

.breadcrumb {
  border-bottom: 1px solid #f3ede2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
  list-style: none;
  letter-spacing: 0.1em;
}
.breadcrumb[data-depth="1"] {
  display: none;
}
.breadcrumb .breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ul, .breadcrumb ol {
  list-style: none;
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: inherit;
  content: "›";
  margin: 0 0.25rem 0 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item:last-child, .breadcrumb-item.active {
  color: #6a6359;
}

.pagination, .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.page-link:focus {
  outline: none;
  -webkit-box-shadow: 0 5px 14px -6px rgba(28, 24, 21, 0.6);
          box-shadow: 0 5px 14px -6px rgba(28, 24, 21, 0.6);
}
.pagination-lg .page-link {
  font-size: 1.25rem;
}

.pagination-sm .page-link {
  font-size: 0.75rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.486em;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #a88a55;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(134.1343873518, 110.1818181818, 67.8656126482);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 138, 85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 138, 85, 0.5);
}

.badge-secondary {
  color: #2d2d2d;
  background-color: #f4eede;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #2d2d2d;
  background-color: rgb(231.25, 218.2954545455, 183.75);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 238, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 238, 222, 0.5);
}

.badge-success {
  color: #2d2d2d;
  background-color: #7dd46f;
}
a.badge-success:hover, a.badge-success:focus {
  color: #2d2d2d;
  background-color: rgb(89.5454545455, 200.2727272727, 71.7272727273);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(125, 212, 111, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #677DB7;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(75.5357142857, 98.6160714286, 159.4642857143);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 125, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 125, 183, 0.5);
}

.badge-warning {
  color: #2d2d2d;
  background-color: #f8bf55;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #2d2d2d;
  background-color: rgb(245.9830508475, 172.5593220339, 36.0169491525);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 191, 85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 191, 85, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #c0392b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(150.3319148936, 44.629787234, 33.6680851064);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.5);
}

.badge-light {
  color: #2d2d2d;
  background-color: #f5efe5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #2d2d2d;
  background-color: rgb(230.8333333333, 216.3333333333, 192.1666666667);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 239, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 239, 229, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #3a322a;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(28.42, 24.5, 20.58);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 50, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 50, 42, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #E7E2E7;
  border-radius: 25px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  font-size: 13px;
  position: relative;
  padding: 1.125rem 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  border: 1px dashed transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.125rem 1.25rem;
  color: inherit;
}

.alert-danger {
  color: rgb(38.4, 11.4, 8.6);
  background-color: rgb(227.28, 167.88, 161.72);
  border-color: rgb(217.2, 136.2, 127.8);
}
.alert-danger hr {
  border-top-color: rgb(211.3581818182, 117.84, 108.1418181818);
}
.alert-danger a, .alert-danger .alert-link {
  color: black;
}
.alert-danger a:hover, .alert-danger .alert-link:hover {
  color: inherit;
}

.alert-success {
  color: rgb(25, 42.4, 22.2);
  background-color: rgb(197.8, 236.08, 191.64);
  border-color: rgb(177, 229.2, 168.6);
}
.alert-success hr {
  border-top-color: rgb(159.2727272727, 223.3363636364, 148.9636363636);
}
.alert-success a, .alert-success .alert-link {
  color: rgb(5.2631578947, 8.9263157895, 4.6736842105);
}
.alert-success a:hover, .alert-success .alert-link:hover {
  color: inherit;
}

.alert-warning {
  color: rgb(49.6, 38.2, 17);
  background-color: rgb(251.92, 226.84, 180.2);
  border-color: rgb(250.8, 216.6, 153);
}
.alert-warning hr {
  border-top-color: rgb(249.7915254237, 207.3796610169, 128.5084745763);
}
.alert-warning a, .alert-warning .alert-link {
  color: rgb(11.618018018, 8.9477477477, 3.981981982);
}
.alert-warning a:hover, .alert-warning .alert-link:hover {
  color: inherit;
}

.alert-primary {
  color: rgb(33.6, 27.6, 17);
  background-color: rgb(216.72, 203.52, 180.2);
  border-color: rgb(202.8, 184.8, 153);
}
.alert-primary hr {
  border-top-color: rgb(194.1677042802, 173.1910505837, 136.1322957198);
}
.alert-primary a, .alert-primary .alert-link {
  color: black;
}
.alert-primary a:hover, .alert-primary .alert-link:hover {
  color: inherit;
}

.alert-info {
  background-color: #f9f5ee;
  border-color: #ece5d8;
  color: #6a6359;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E7E2E7;
  border-radius: 20px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #a88a55;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #414141;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #3a322a;
  text-decoration: none;
  background-color: #f4eede;
}
.list-group-item-action:active {
  color: #3a322a;
  background-color: #ebe4d4;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #ece5d8;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #747474;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3a322a;
  border-color: #3a322a;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(87.36, 71.76, 44.2);
  background-color: rgb(230.64, 222.24, 207.4);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(87.36, 71.76, 44.2);
  background-color: rgb(222.0077042802, 210.6310505837, 190.5322957198);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(87.36, 71.76, 44.2);
  border-color: rgb(87.36, 71.76, 44.2);
}

.list-group-item-secondary {
  color: rgb(126.88, 123.76, 115.44);
  background-color: rgb(251.92, 250.24, 245.76);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(126.88, 123.76, 115.44);
  background-color: rgb(245.545, 240.3877272727, 226.635);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 123.76, 115.44);
  border-color: rgb(126.88, 123.76, 115.44);
}

.list-group-item-success {
  color: rgb(65, 110.24, 57.72);
  background-color: rgb(218.6, 242.96, 214.68);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(65, 110.24, 57.72);
  background-color: rgb(200.8727272727, 237.0963636364, 195.0436363636);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(65, 110.24, 57.72);
  border-color: rgb(65, 110.24, 57.72);
}

.list-group-item-info {
  color: rgb(53.56, 65, 95.16);
  background-color: rgb(212.44, 218.6, 234.84);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(53.56, 65, 95.16);
  background-color: rgb(195.1364285714, 203.8008928571, 226.6435714286);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(53.56, 65, 95.16);
  border-color: rgb(53.56, 65, 95.16);
}

.list-group-item-warning {
  color: rgb(128.96, 99.32, 44.2);
  background-color: rgb(253.04, 237.08, 207.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(128.96, 99.32, 44.2);
  background-color: rgb(252.0315254237, 227.8596610169, 182.9084745763);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 99.32, 44.2);
  border-color: rgb(128.96, 99.32, 44.2);
}

.list-group-item-danger {
  color: rgb(99.84, 29.64, 22.36);
  background-color: rgb(237.36, 199.56, 195.64);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(99.84, 29.64, 22.36);
  background-color: rgb(231.5181818182, 181.2, 175.9818181818);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.84, 29.64, 22.36);
  border-color: rgb(99.84, 29.64, 22.36);
}

.list-group-item-light {
  color: rgb(127.4, 124.28, 119.08);
  background-color: rgb(252.2, 250.52, 247.72);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(127.4, 124.28, 119.08);
  background-color: rgb(245.1166666667, 239.1866666667, 229.3033333333);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4, 124.28, 119.08);
  border-color: rgb(127.4, 124.28, 119.08);
}

.list-group-item-dark {
  color: rgb(30.16, 26, 21.84);
  background-color: rgb(199.84, 197.6, 195.36);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(30.16, 26, 21.84);
  background-color: rgb(187.5875609756, 184.85, 182.1124390244);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(30.16, 26, 21.84);
  border-color: rgb(30.16, 26, 21.84);
}

.close {
  float: right;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .close {
    font-size: calc(1.275rem + 0.3002502085vw);
  }
}
.close {
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #747474;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  font-size: 1rem;
  color: #3a322a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding-right: 0 !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.fade.in .modal-dialog, .modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
}
.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered, .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-dialog-centered::before, .modal-dialog::before {
  display: block;
  height: 100vh;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable, .modal-dialog-scrollable.modal-dialog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content, .modal-dialog-scrollable.modal-dialog .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before, .modal-dialog-scrollable.modal-dialog::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-content .close {
  font-size: 9px;
  font-weight: 700;
  font-family: "fontello";
  display: block;
  height: 3.625rem;
  width: 3.625rem;
  cursor: pointer;
  color: #000;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  opacity: 0.65;
}
.modal-content .close:hover, .modal-content .close:focus {
  opacity: 1;
  outline: none;
}
.modal-content .close span {
  display: none;
}
.modal-content .close i {
  display: none;
}
.modal-content .close:before {
  content: "+";
}

.modal-backdrop, .overlay-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 24, 21, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.modal-backdrop.fade, .fade.overlay-panel {
  pointer-events: none;
  opacity: 0;
}
.modal-backdrop.fade.in, .fade.in.overlay-panel, .modal-backdrop.fade.show, .fade.show.overlay-panel {
  opacity: 1;
  pointer-events: auto;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.93rem 1.5rem;
  overflow: hidden;
  background-color: #f5efe5;
  border-bottom: 1px solid #ece5d8;
}
.modal-header img, .modal-header svg {
  width: 62px;
  height: 28px;
}
.modal-header .close {
  margin: -0.93rem -1.5rem -0.93rem auto;
}
.modal-header .material-icons {
  font-size: 0.85em;
  line-height: 0.8333em;
  color: #7dd46f;
}
.modal-header .material-icons.error {
  color: #c0392b;
}
.modal-header .material-icons.feedback {
  color: #f8bf55;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer h5, .modal-footer .h5, .modal-footer .heading-counter h2, .heading-counter .modal-footer h2 {
  margin-top: 0.3em;
}
.modal-footer h6, .modal-footer .h6 {
  margin-top: 0.3em;
}
.modal-footer {
  border-top: 1px solid #ece5d8;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: min(950px, 95vw);
    margin: 24px auto 0;
  }
  .modal-dialog-scrollable {
    max-height: 100%;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100vh;
  }
  .modal-dialog-centered, .modal-dialog {
    min-height: 100%;
  }
  .modal-dialog-centered::before, .modal-dialog::before {
    height: 100vh;
  }
  .modal-content {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: min(750px, 95vw);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: min(950px, 95vw);
  }
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: min(1600px, 95vw);
  }
}
.modal-product-images.owl-carousel {
  opacity: 1 !important;
  display: block !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  letter-spacing: 0.22em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.6875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.tooltip-subcategory, .tooltip.-attr-tooltip {
  text-transform: uppercase;
  padding: 5px 9px;
}
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 240px;
  padding: 8px 11px;
  color: #3a322a;
  background-color: rgb(243.7888333333, 237.7185916667, 225.1111666667);
  border: 1px solid rgba(22, 19, 16, 0.22);
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 14px;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 14px;
  border-radius: 2px;
  text-align: center;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.888rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 25px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 25px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 25px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3a322a;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle, .text-icon:before {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #a88a55 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(134.1343873518, 110.1818181818, 67.8656126482) !important;
}

.bg-secondary {
  background-color: #f4eede !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(231.25, 218.2954545455, 183.75) !important;
}

.bg-success {
  background-color: #7dd46f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(89.5454545455, 200.2727272727, 71.7272727273) !important;
}

.bg-info {
  background-color: #677DB7 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(75.5357142857, 98.6160714286, 159.4642857143) !important;
}

.bg-warning {
  background-color: #f8bf55 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(245.9830508475, 172.5593220339, 36.0169491525) !important;
}

.bg-danger {
  background-color: #c0392b !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(150.3319148936, 44.629787234, 33.6680851064) !important;
}

.bg-light, .sidebar-links li > span, .wr-bg-light .custom-wrapper-content, .page-customer-account:not(.page-authentication):not(.page-registration) #content, #view:not(.page-authentication):not(.page-registration) #content, #module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) #content {
  background-color: #f5efe5 !important;
}

a.bg-light:hover, .wr-bg-light a.custom-wrapper-content:hover, .page-customer-account:not(.page-authentication):not(.page-registration) a#content:hover, #view:not(.page-authentication):not(.page-registration) a#content:hover, #module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) a#content:hover, a.bg-light:focus, .wr-bg-light a.custom-wrapper-content:focus, .page-customer-account:not(.page-authentication):not(.page-registration) a#content:focus, #view:not(.page-authentication):not(.page-registration) a#content:focus, #module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) a#content:focus,
button.bg-light:hover,
.wr-bg-light button.custom-wrapper-content:hover,
.page-customer-account:not(.page-authentication):not(.page-registration) button#content:hover,
#view:not(.page-authentication):not(.page-registration) button#content:hover,
#module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) button#content:hover,
button.bg-light:focus,
.wr-bg-light button.custom-wrapper-content:focus,
.page-customer-account:not(.page-authentication):not(.page-registration) button#content:focus,
#view:not(.page-authentication):not(.page-registration) button#content:focus,
#module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) button#content:focus {
  background-color: rgb(230.8333333333, 216.3333333333, 192.1666666667) !important;
}

.bg-dark {
  background-color: #3a322a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(28.42, 24.5, 20.58) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gold-deep {
  background-color: #8a6a3b !important;
}

.border, .facets-text-block .description, .item-border .description {
  border: 1px solid #ece5d8 !important;
}

.border-top, .custom-wrapper.-displayFooterAfter .custom-wrapper-content, .item-border-top .description, .wr-border-top .custom-wrapper-content {
  border-top: 1px solid #ece5d8 !important;
}

.border-right, .item-hr-list.-bordered li:not(:last-child) {
  border-right: 1px solid #ece5d8 !important;
}

.border-bottom, .item-border-bottom .description, .wr-border-bottom .custom-wrapper-content, .blog-post.-single .accordion-item:last-child {
  border-bottom: 1px solid #ece5d8 !important;
}

.border-left {
  border-left: 1px solid #ece5d8 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-left-bold {
  border-left: 2px solid #ece5d8;
}

.border-color-alt, .madecustom-list li {
  border-color: #f3ede2 !important;
}

.border-gold-deep {
  border-color: #8a6a3b !important;
}

.border-primary {
  border-color: #a88a55 !important;
}

.border-secondary {
  border-color: #f4eede !important;
}

.border-success {
  border-color: #7dd46f !important;
}

.border-info {
  border-color: #677DB7 !important;
}

.border-warning {
  border-color: #f8bf55 !important;
}

.border-danger {
  border-color: #c0392b !important;
}

.border-light {
  border-color: #f5efe5 !important;
}

.border-dark, .sidebar-links li > span, .item-border-dark .description {
  border-color: #3a322a !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-xxs {
  border-radius: 4px !important;
}

.rounded-xs {
  border-radius: 7px !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded-md {
  border-radius: 15px !important;
}

.rounded {
  border-radius: 20px !important;
}

.rounded-top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-right {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-left {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-lg {
  border-radius: 25px !important;
}

.rounded-circle, .social-contact a {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block, .heading-counter h2:before {
  display: inline-block !important;
}

.d-block, .sidebar-links li > a, .sidebar-links li > span, .item-hr-list li a {
  display: block !important;
}

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

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

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

.d-flex, .benefits-block .inner, .reassurance-item > .link, .header-slide .slide-btns, .item-hr-list ul, .social-contact a, .social-contact ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive p {
  margin: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column, .benefits-block .inner {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap, .header-slide .slide-btns, .social-contact ul {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end, .header-slide .slide-btns {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center, .reassurance-item > .link, .social-contact a, .social-contact ul {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center, .reassurance-item > .link, .header-slide .slide-btns, .social-contact a {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.flex-basis-0 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.cat-filters-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(58, 50, 42, 0.32) transparent;
}
.cat-filters-scroll::-webkit-scrollbar {
  width: 8px;
}
.cat-filters-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.cat-filters-scroll::-webkit-scrollbar-thumb {
  background: rgba(58, 50, 42, 0.28);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.cat-filters-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(58, 50, 42, 0.5);
  background-clip: padding-box;
  border: 2px solid transparent;
}

.position-static {
  position: static !important;
}

.position-relative, .mm_block_type_image {
  position: relative !important;
}

.position-absolute, .mm_block_type_image .h5, .mm_block_type_image .heading-counter h2, .heading-counter .mm_block_type_image h2 {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.overlay-panel {
  visibility: hidden;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.overlay-panel.fade {
  -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
.overlay-panel.fade.show {
  visibility: visible;
}

.overlay-layer,
.overlay-layer.-h_left-v_top,
.overlay-html .description,
.overlay-html.-h_left-v_top .description {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.overlay-layer.-h_center-v_top,
.overlay-html.-h_center-v_top .description {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay-layer.-h_right-v_top,
.overlay-html.-h_right-v_top .description {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.overlay-layer.-h_left-v_middle,
.overlay-html.-h_left-v_middle .description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-layer.-h_center-v_middle,
.overlay-html.-h_center-v_middle .description {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-layer.-h_right-v_middle,
.overlay-html.-h_right-v_middle .description {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-layer.-h_left-v_bottom,
.overlay-html.-h_left-v_bottom .description {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.overlay-layer.-h_center-v_bottom,
.overlay-html.-h_center-v_bottom .description {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.overlay-layer.-h_right-v_bottom,
.overlay-html.-h_right-v_bottom .description {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/*Mobile*/
@media (max-width: 575.98px) {
  .overlay-layer.-h_left-v_top-xs-max {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overlay-layer.-h_center-v_top-xs-max {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overlay-layer.-h_right-v_top-xs-max {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overlay-layer.-h_left-v_middle-xs-max {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overlay-layer.-h_center-v_middle-xs-max {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overlay-layer.-h_right-v_middle-xs-max {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overlay-layer.-h_left-v_bottom-xs-max {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .overlay-layer.-h_center-v_bottom-xs-max {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .overlay-layer.-h_right-v_bottom-xs-max {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .sticky-top-moble {
    position: sticky;
    top: var(--header-nav-height-mobile);
    background-color: #fff;
    z-index: 5;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 1px 0 rgba(42, 38, 32, 0.04) !important;
          box-shadow: 0 1px 0 rgba(42, 38, 32, 0.04) !important;
}

.shadow {
  -webkit-box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22) !important;
          box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .benefits-block .custom-wrapper-content, .benefits-block .-grid-layout, .benefits-block .custom-item, .benefits-block .description, .benefits-block .description > .inner {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.mb-0, .confirmation-process-list .custom-item .inner > p:not(:first-child), .reassurance-item p:not(.h5):last-child, .last-child-mb-0 .inner *:last-child, #ps_cashondelivery-displayOrderConfirmation p, .products-block .carousel-descr p, .mm_block_type_image .h5, .mm_block_type_image .heading-counter h2, .heading-counter .mm_block_type_image h2,
.my-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

.mb-2, .cart-summary .cart-summary-line:not(:last-child), .checkout-step.-summary .cart-summary-line:not(:last-child),
.my-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

.mb-3, .heading-counter h2, .confirmation-process-list .custom-item:not(:last-child), .cart-summary .alma-widget-container, .checkout-step.-summary .alma-widget-container,
.my-3 {
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

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

.mt-5, .heading-counter h2:not(:first-child),
.my-5 {
  margin-top: 3rem !important;
}

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

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

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

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

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

.pr-0,
.px-0,
.wr-mx-0 .custom-item {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0,
.wr-mx-0 .custom-item {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.pt-2,
.py-2,
.sidebar-links li > a,
.sidebar-links li > span {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.wr-mx-n2 .custom-item {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2,
.sidebar-links li > a,
.sidebar-links li > span {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2,
.wr-mx-n2 .custom-item {
  padding-left: 0.5rem !important;
}

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

.pt-3, .item-pt-3 .inner,
.py-3,
.item-hr-list li a,
.checkout-step.-summary .block-promo {
  padding-top: 1rem !important;
}

.pr-3,
.px-3,
.sidebar-links li > a,
.sidebar-links li > span,
.wr-mx-n3 .custom-item {
  padding-right: 1rem !important;
}

.pb-3, .underline-ctitle .headerbox, .item-pb-3 .inner,
.py-3,
.item-hr-list li a,
.checkout-step.-summary .block-promo {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3,
.sidebar-links li > a,
.sidebar-links li > span,
.wr-mx-n3 .custom-item {
  padding-left: 1rem !important;
}

.p-4, .cart-container .block-promo {
  padding: 1.5rem !important;
}

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

.pr-4,
.px-4,
.item-hr-list li,
.wr-mx-n4 .custom-item {
  padding-right: 1.5rem !important;
}

.pb-4, .item-pb-4 .inner, .social-contact .description, .checkout-step.-summary .cart-summary-totals,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4,
.item-hr-list li,
.wr-mx-n4 .custom-item {
  padding-left: 1.5rem !important;
}

.p-5, .wr-p-5 .custom-wrapper-content {
  padding: 3rem !important;
}

.pt-5, .item-pt-5 .inner, .wr-pt-5 .custom-wrapper-content,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5, .item-pb-5 .inner, .wr-pb-5 .custom-wrapper-content,
.py-5 {
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto, .mainbanners-block .wrapper-description, .products-block .carousel-descr,
.mx-auto {
  margin-right: auto !important;
}

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

.ml-auto, .mainbanners-block .wrapper-description, .products-block .carousel-descr,
.mx-auto {
  margin-left: auto !important;
}

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

.-mt-xs {
  margin-top: 0.75rem !important;
}

.-mt-sm {
  margin-top: clamp(1.07142857rem, 0.8333rem + 0.4444vw, 1.25rem) !important;
}

.-mt-md {
  margin-top: clamp(2.1428571rem, 1.6667rem + 0.8889vw, 2.5rem) !important;
}

.-mt-lg {
  margin-top: clamp(3rem, 1.625rem + 4.2667vw, 5.625rem) !important;
}

.-mt-xl {
  margin-top: clamp(6.28571rem, 4.5rem + 4.2667vw, 8.5rem) !important;
}

.-mb-xxs {
  margin-bottom: 0.5rem !important;
}

.-mb-xs {
  margin-bottom: 0.75rem !important;
}

.-mb-sm {
  margin-bottom: clamp(1.07142857rem, 0.8333rem + 0.4444vw, 1.25rem) !important;
}

.-mb-md {
  margin-bottom: clamp(2.1428571rem, 1.6667rem + 0.8889vw, 2.5rem) !important;
}

.-mb-lg {
  margin-bottom: clamp(3rem, 1.625rem + 4.2667vw, 5.625rem) !important;
}

.-mb-xl {
  margin-bottom: clamp(6.28571rem, 4.5rem + 4.2667vw, 8.5rem) !important;
}

/*@include media-breakpoint-down(lg) {
  .-mt-sm {
    margin-top: calc(.65rem + .5vw);
  }
  .-mt-md {
    margin-top: calc(1rem + 1.2vw);
  }
  .-mt-lg {
    margin-top: calc(1.2rem + 2.3vw);
  }
  .-mt-xl {
    margin-top: calc(1.5rem + 4.5vw);
  }

  .-mb-sm {
    margin-bottom: calc(.65rem + .5vw);
  }
  .-mb-md {
    margin-bottom: calc(1rem + 1.2vw);
  }
  .-mb-lg {
    margin-bottom: calc(1.2rem + 2.3vw);
  }
  .-mb-xl {
    margin-bottom: calc(1.5rem + 4.5vw);
  }
}*/
.text-base, .heading-counter h2, .sidebar-links li > span, .strong-text-base strong, .blog-post.-single strong {
  color: #3a322a !important;
}

.text-soft, .confirmation-process-list .custom-item .inner > p:not(:first-child), .reassurance-item p:not(.h5), .home-boutique-info table td:first-child, .addess-hours td:first-child, .tab-banners-alt .mm_block_type_image .h5, .tab-banners-alt .mm_block_type_image .heading-counter h2, .heading-counter .tab-banners-alt .mm_block_type_image h2 {
  color: #6a6359 !important;
}

.text-gold-deep, .heading-counter h2:before, .madecustom-block [class^=display-], .madecustom-block [class*=" display-"], .wr-numbered-list.-gold-deep-counter .custom-item .inner:before, .text-icon:before {
  color: #8a6a3b !important;
}

.text-gold-light {
  color: #c9a96b !important;
}

.text-lighter {
  color: #ece5d8 !important;
}

.ic-arrow-right:after {
  font-size: 1rem;
  font-family: "fontello";
  content: "\e8d2";
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center, .social-contact a, .tab-banners-alt .mm_block_type_image {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-default, .confirmation-process-list .wrapper-title {
  text-align: inherit !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-default {
    text-align: inherit !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-default {
    text-align: inherit !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-default {
    text-align: inherit !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-default {
    text-align: inherit !important;
  }
}
.text-initial, .text-initial-ctitle .carousel-title, .text-initial-ctitle .carousel-descr {
  text-align: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .confirmation-process-list .wrapper-title, .mainbanners-block .wrapper-title, .custom-ptab td:first-child, .custom-ptab th:first-child, .product-description td, .product-description th, .tab-banners-alt .mm_block_type_image .h5, .tab-banners-alt .mm_block_type_image .heading-counter h2, .heading-counter .tab-banners-alt .mm_block_type_image h2 {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-none {
  text-transform: none !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, .mm_block_type_image .h5, .mm_block_type_image .heading-counter h2, .heading-counter .mm_block_type_image h2 {
  color: #fff !important;
}

.text-primary, .blog-post.-single li::marker {
  color: #a88a55 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(134.1343873518, 110.1818181818, 67.8656126482) !important;
}

.text-secondary {
  color: #f4eede !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(231.25, 218.2954545455, 183.75) !important;
}

.text-success {
  color: #7dd46f !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(89.5454545455, 200.2727272727, 71.7272727273) !important;
}

.text-info {
  color: #677DB7 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(75.5357142857, 98.6160714286, 159.4642857143) !important;
}

.text-warning {
  color: #f8bf55 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(245.9830508475, 172.5593220339, 36.0169491525) !important;
}

.text-danger {
  color: #c0392b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(150.3319148936, 44.629787234, 33.6680851064) !important;
}

.text-light {
  color: #f5efe5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(230.8333333333, 216.3333333333, 192.1666666667) !important;
}

.text-dark {
  color: #3a322a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(28.42, 24.5, 20.58) !important;
}

/* Start custom */
a.text-primary:hover, a.text-primary:focus, button.text-primary:hover, button.text-primary:focus {
  color: #c9a96b !important;
}

a.text-secondary:hover, a.text-secondary:focus, button.text-secondary:hover, button.text-secondary:focus, a.text-base:hover, a.text-base:focus, a > *.text-base:hover, .heading-counter a > h2:hover, .strong-text-base a > strong:hover, .blog-post.-single a > strong:hover, a > *.text-base:focus, .heading-counter a > h2:focus, .strong-text-base a > strong:focus, .blog-post.-single a > strong:focus, button.text-base:hover, button.text-base:focus, button > *.text-base:hover, .heading-counter button > h2:hover, .strong-text-base button > strong:hover, .blog-post.-single button > strong:hover, button > *.text-base:focus, .heading-counter button > h2:focus, .strong-text-base button > strong:focus, .blog-post.-single button > strong:focus {
  color: #a88a55 !important;
}

/* End custom */
.text-muted, .confirmation-process-list .wrapper-title, .madecustom-list li p:not(:first-child) {
  color: #9c9489 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #6e6e6e;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .custom-ptab table, .product-description table {
    border-collapse: collapse !important;
  }
  .table td, .custom-ptab table td, .product-description table td,
  .table th,
  .custom-ptab table th,
  .product-description table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ece5d8;
  }
  .table .thead-dark th, .custom-ptab table .thead-dark th, .product-description table .thead-dark th {
    color: inherit;
    border-color: #ece5d8;
  }
}
.mainbanners-block .wrapper-title {
  color: #6a6359;
}

.link-item, div.blockcart-header, .payment-option-label, .delivery-option-2, a, button, .card-elem {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s, left 0.25s ease, right 0.25s ease, visibility 0.2s ease-in-out, -webkit-box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s;
}

.header-page a, .header-page button, .header-page .blockcart-header {
  -webkit-transition: color 0.1s, background-color 0.1s, -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: color 0.1s, background-color 0.1s, -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: color 0.1s, background-color 0.1s, transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: color 0.1s, background-color 0.1s, transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.dropdown-toggle:focus {
  outline: none;
}

.custom-radio input[type=radio]:focus + span {
  outline: none;
  -webkit-box-shadow: 0 5px 14px -6px rgba(28, 24, 21, 0.6);
          box-shadow: 0 5px 14px -6px rgba(28, 24, 21, 0.6);
}

.dropdown-toggle:focus {
  color: #a88a55;
}

/* Focus ring for accessibility */
.custom-checkbox input[type=checkbox]:focus-visible + span:not(.color), a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 1px dashed #a88a55;
  outline-offset: 4px;
}

.font-family-secondary, .confirmation-process-list .custom-item .inner > p:first-child, .sm-num, .lg-num {
  font-family: "Cormorant Garamond", serif;
}

.definition-list dl dd, .definition-list dl dt {
  line-height: 0.95;
  margin-bottom: 1em;
  padding: 0.45em;
  border: 1px solid #ece5d8;
  background-color: #ebe4d4;
}

.definition-list dl dd {
  background-color: #fafafa;
}

.style-reset {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  color: inherit;
  border: none;
  background-color: transparent;
}
.style-reset:focus {
  outline: none;
}

.blockcart .cart-products-count {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.545454em;
  min-width: 1.545454em;
  height: 1.545454em;
  padding: 0px 0.363636em;
  text-align: center;
  border-radius: 50%;
  background-color: #c0392b;
  color: #fff;
}

.insta-box .widget-title, .sidebar .block-title, .products-block .title {
  font-size: clamp(1.20482rem, 0.9357rem + 0.262vw, 1.25rem);
  display: block;
}

.-overlay-color .wrapper-link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.faceted-overlay .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cart-summary-product-list .product-name {
  font-family: "Cormorant Garamond", serif;
}

.current-price > .price, .product-discount .regular-price, .price, .product-price {
  font-family: "Cormorant Garamond", serif;
}

.regular-price {
  font-family: "Cormorant Garamond", serif;
  text-decoration: line-through;
  letter-spacing: 0;
  color: #9c9489;
}

.product-line-grid .discount, .current-price .discount {
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  margin-left: 0.3125rem;
  padding: 0.35em 0.5em;
  vertical-align: middle;
  color: #fff;
  background-color: #c0392b;
}

.page-item {
  display: inline-block;
  vertical-align: top;
}
.page-item:not(:last-child) {
  margin-right: 0.5rem;
}

.page-link {
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.076923em;
  height: 3.076923em;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ece5d8;
}
.page-link i {
  font-weight: inherit;
}

.page-item:hover:not(.disabled) .page-link:not(.disabled) {
  text-decoration: none;
  color: #fff;
  border-color: #9c9489;
  background: #9c9489;
}

.page-item.active .page-link, .page-item.current .page-link {
  text-decoration: none;
  color: #fff;
  border-color: #3a322a;
  background: #3a322a;
  opacity: 1;
}

.page-link.disabled, .page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.35;
}

.page-item.current .page-link, .page-item.active .page-link {
  pointer-events: none;
}

.-rounded-arrows .owl-nav .btn-prev:before, .owl-nav.-rounded .btn-prev:before, .owl-nav .owl-prev:before {
  content: "&";
}

.-rounded-arrows .owl-nav .btn-prev:before, .owl-nav.-rounded .btn-next:before, .owl-nav .owl-next:before {
  content: "%";
}

.-rounded-arrows .owl-nav .owl-prev, .-rounded-arrows .owl-nav .owl-next, .owl-nav.-rounded .btn-prev,
.owl-nav.-rounded .btn-next {
  font-family: "fontello";
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.94);
  border: 1px solid #ece5d8;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 20px;
          box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.owl-nav.-collections .btn-prev, .owl-nav.-collections .btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-nav.-collections .btn-prev {
  left: 32px;
}

.owl-nav.-collections .btn-next {
  right: 32px;
}

.link-item, .alert-item, #cart-summary-product-list .media, .product-pack .card {
  border: 1px solid #ece5d8;
}

.page-customer-account:not(.page-authentication):not(.page-registration) #content, #view:not(.page-authentication):not(.page-registration) #content, #module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) #content, .card {
  border: 1px solid #ece5d8;
}

.item-card-body .inner, .page-customer-account:not(.page-authentication):not(.page-registration) #content, #view:not(.page-authentication):not(.page-registration) #content, #module-ps_emailalerts-account:not(.page-authentication):not(.page-registration) #content, .card-body, .checkout-step.-summary .block-promo {
  padding: 1.75rem 1.75rem;
}

.item-card-body-lg .inner, .card-body-lg {
  padding: 2.5rem;
}

.product-discounts-title, .product-pack .h4, .product-pack .h3-ctitle .customcontent-prodcarousel .carousel-title, .h3-ctitle .customcontent-prodcarousel .product-pack .carousel-title, .product-pack .blog-post.-single h2, .blog-post.-single .product-pack h2, .quantity-control-label {
  display: block;
  font-size: clamp(1.28012rem, 0.9821rem + 0.3274vw, 1.375rem);
  margin-bottom: 0.625rem;
}

/*--- icons */
/* --- Cart*/
/* Cart item */
.cart-grid-body .cart-item:not(:last-child) {
  border-bottom: 1px solid #ece5d8;
}

.product-line-grid, .cart-grid-body .cart-head {
  grid-template-columns: 120px 1.5fr auto auto;
}

.footer-container .products:not(.-inside-heroimage).-widget .product-miniature {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}
.footer-container .products:not(.-inside-heroimage).-widget .product-miniature:before {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0;
}
.footer-container .products:not(.-inside-heroimage).-widget .thumbnail-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container .-grid.products:not(.-inside-heroimage) .product-miniature, .footer-container .-list.products:not(.-inside-heroimage) .product-miniature {
  margin-bottom: 1.875rem;
}
.footer-container .-grid.products:not(.-inside-heroimage) .thumbnail-container, .footer-container .-list.products:not(.-inside-heroimage) .thumbnail-container {
  background-color: #fff;
}
.footer-container .-list.products:not(.-inside-heroimage) .right-block {
  padding: 1rem 0;
}

.tbattr-list__option.color {
  position: relative;
  margin-bottom: 10px;
}

.facet input[type=checkbox] + span.color:after, .tbattr-list__option.color:after {
  content: "";
  display: block;
  margin-top: 3px;
  width: 100%;
  height: 1.5px;
  background-color: #3a322a;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  left: 0;
  top: 100%;
}

.tbattr-list__option.color.-active:after {
  opacity: 1;
}

.wishlist-button-product.-added, .product-miniature .wishlist-button-add .-added {
  color: #c0392b;
  -webkit-animation: zoomInOut 0.8s ease-in-out;
          animation: zoomInOut 0.8s ease-in-out;
}

.radio-label, .color-label {
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ece5d8;
  padding: 11px 13px;
  -webkit-transition: background-color 0.15s, border-color 0.15s;
  transition: background-color 0.15s, border-color 0.15s;
}

.input-color:hover + .color-label, .input-color:focus + .color-label, .input-radio:hover + .radio-label, .input-radio:focus + .radio-label {
  border-color: #9c9489;
  background-color: #f5efe5;
  color: #3a322a;
}

.input-color:checked + .color-label, .input-radio:checked + .radio-label {
  border-color: #3a322a;
  background-color: #ebe4d4;
  color: #3a322a;
}

.radio-label .variant-checked, .color-label .variant-checked {
  opacity: 0;
}

.input-color:checked + .color-label .variant-checked, .input-radio:checked + .radio-label .variant-checked {
  opacity: 1;
}

.benefits-block li::before, .item-square-bullet .inner::before, .item-square-bullet-md .inner::before, .reass-item::before, .square-bullet-list li::before {
  content: "";
  display: inline-block;
  width: 3.5px;
  height: 3.5px;
  background-color: #b89f74;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-square-bullet-md .inner::before {
  width: 6.5px;
  height: 6.5px;
}

.benefits-block li, .reass-item, .square-bullet-list li {
  padding-left: 19px;
  position: relative;
}
.benefits-block li::before, .reass-item::before, .square-bullet-list li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.payment-option-label, .delivery-option-2 {
  background-color: #fff;
  border: 1px solid #ece5d8;
  padding: 1.125rem 1.25rem;
  cursor: pointer;
}

input[type=radio]:checked + .payment-option-label, input[type=radio]:checked + .delivery-option-2 {
  background-color: #3a322a;
  border-color: #3a322a;
  color: #fff;
}

.payment-option-label:after, .delivery-option-2:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ece5d8;
  border-radius: 50%;
}

input[type=radio]:checked + .payment-option-label:after, input[type=radio]:checked + .delivery-option-2:after {
  background-color: #3a322a;
  border-color: #3a322a;
  -webkit-box-shadow: inset 0 0 0 4.5px #fff;
          box-shadow: inset 0 0 0 4.5px #fff;
}

.payment-option, .delivery-option {
  margin: 10px 0;
}

.payment-option-label .payment-name, .delivery-option-2 .carrier-name {
  font-size: 1.1875rem;
}

.confirmation-process-list .customitems-list.-grid-layout, .madecustom-list, .numbered-list {
  counter-reset: item;
}

.confirmation-process-list .custom-item .inner, .madecustom-list li, .numbered-list li {
  counter-increment: item;
  position: relative;
  padding-left: 45px;
}
.confirmation-process-list .custom-item .inner:before, .madecustom-list li:before, .numbered-list li:before {
  content: counter(item, decimal-leading-zero);
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8a6a3b;
  font-family: "Cormorant Garamond", serif;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.grid-cols-2, .nav-page {
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 769px) {
  .grid-cols-md-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .grid-cols-lg-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.d-grid, .nav-page {
  display: grid !important;
}

.gap-1 {
  gap: 6px;
}

.gap-col-1 {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.gap-row-1 {
  row-gap: 6px;
}

.gap-2 {
  gap: 8px;
}

.gap-col-2 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.gap-row-2 {
  row-gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-col-3 {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.gap-row-3 {
  row-gap: 12px;
}

.gap-4, .social-contact ul, .nav-page {
  gap: 16px;
}

.gap-col-4 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.gap-row-4 {
  row-gap: 16px;
}

.gap-5 {
  gap: 24px;
}

.gap-col-5 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.gap-row-5 {
  row-gap: 24px;
}

.gap-6, .reassurance-prod .-grid-layout {
  gap: 32px;
}

.gap-col-6 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.gap-row-6 {
  row-gap: 32px;
}

@media (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
  .gap-sm-1 {
    gap: 6px;
  }
  .gap-col-sm-1 {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .gap-row-sm-1 {
    row-gap: 6px;
  }
  .gap-sm-2 {
    gap: 8px;
  }
  .gap-col-sm-2 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .gap-row-sm-2 {
    row-gap: 8px;
  }
  .gap-sm-3 {
    gap: 12px;
  }
  .gap-col-sm-3 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .gap-row-sm-3 {
    row-gap: 12px;
  }
  .gap-sm-4 {
    gap: 16px;
  }
  .gap-col-sm-4 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .gap-row-sm-4 {
    row-gap: 16px;
  }
  .gap-sm-5 {
    gap: 24px;
  }
  .gap-col-sm-5 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .gap-row-sm-5 {
    row-gap: 24px;
  }
  .gap-sm-6 {
    gap: 32px;
  }
  .gap-col-sm-6 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .gap-row-sm-6 {
    row-gap: 32px;
  }
}
@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}
.container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-fluid, .container-medium, .workshop-section .container {
  padding-left: 12px;
  padding-right: 12px;
  width: 80vw;
  max-width: 100%;
}

.container-medium, .workshop-section .container, .container-lg, .container-large {
  margin-left: auto;
  margin-right: auto;
}

.container-medium, .workshop-section .container {
  max-width: 1536px;
}

.container-large {
  max-width: 1920px;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-fluid, .container-medium, .workshop-section .container {
    width: 100%;
  }
}
/*@font-face {
  font-family: "EB Garamond";
  src: url(../css/4c0c4bb646ee5844c20a.woff2) format("woff2"), url(../css/1ccfd5994c8a89abbd4b.woff) format("woff"), url(../css/4aa62c0df0b2d639140d.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url(../css/2c48120279eb07ad8f09.woff2) format("woff2"), url(../css/235f3784e833e9e9af8d.woff) format("woff"), url(../css/4f4eb35a1f4a4f80bc98.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url(../css/5cff0907fc5f985f8e76.woff2) format("woff2"), url(../css/280b6c72a23f76b6bf75.woff) format("woff"), url(../css/f4c45e9562c714fae754.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url(../css/48e51c80a1388fbd8941.woff2) format("woff2"), url(../css/989b45bf0a229975a168.woff) format("woff"), url(../css/74cc00a4ba10fa879458.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url(../css/8efc254d7a8d3b2211c6.woff2) format("woff2"), url(../css/8ee89447c8702ff96301.woff) format("woff"), url(../css/12b46edccc833e10b71f.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url(../css/88f65fd2de1edfd1e30f.woff2) format("woff2"), url(../css/9b12a95cc5311977703b.woff) format("woff"), url(../css/33b7ca1278851a6ff942.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../css/12a47ed5fd5585f0f422.woff2) format("woff2"), url(../css/f2a0933406f783065152.woff) format("woff"), url(../css/00b1fb69fb78ff50fd55.ttf) format("truetype");
}
@font-face {
  font-family: "fontello";
  src: url(../css/f5214e903f06453e7f7e.woff2) format("woff2"), url(../css/038e817e1bce01b968f8.woff) format("woff"), url(../css/3e8c88095321bb5cc815.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
[class^=fontello-]:before, [class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontello-eye:before {
  content: '"';
} /* '"' */
.fontello-more:before {
  content: "#";
} /* '#' */
.fontello-gplus:before {
  content: "$";
} /* '$' */
.fontello-right-open-big:before {
  content: "%";
} /* '%' */
.fontello-left-open-big:before {
  content: "&";
} /* '&' */
.fontello-cash-delivery:before {
  content: "'";
} /* ''' */
.fontello-up-open-big:before {
  content: "(";
} /* '(' */
.fontello-down-open-big:before {
  content: ")";
} /* ')' */
.fontello-th-grid:before {
  content: "*";
} /* '*' */
.fontello-cross:before {
  content: "+";
} /* '+' */
.fontello-circle:before {
  content: ",";
} /* ',' */
.fontello-youtube:before {
  content: ".";
} /* '.' */
.fontello-rss:before {
  content: "/";
} /* '/' */
.fontello-maestro:before {
  content: "0";
} /* '0' */
.fontello-pinterest:before {
  content: "2";
} /* '2' */
.fontello-facebook:before {
  content: "6";
} /* '6' */
.fontello-vimeo:before {
  content: "7";
} /* '7' */
.fontello-linkedin:before {
  content: "8";
} /* '8' */
.fontello-dribbble:before {
  content: "9";
} /* '9' */
.fontello-behance:before {
  content: ";";
} /* ';' */
.fontello-comment-empty:before {
  content: "<";
} /* '<' */
.fontello-calendar:before {
  content: "=";
} /* '=' */
.fontello-user:before {
  content: ">";
} /* '>' */
.fontello-star:before {
  content: "@";
} /* '@' */
.fontello-star-empty:before {
  content: "A";
} /* 'A' */
.fontello-phone:before {
  content: "B";
} /* 'B' */
.fontello-location:before {
  content: "C";
} /* 'C' */
.fontello-fax:before {
  content: "D";
} /* 'D' */
.fontello-mail:before {
  content: "E";
} /* 'E' */
.fontello-paypal:before {
  content: "F";
} /* 'F' */
.fontello-quote-left:before {
  content: "G";
} /* 'G' */
.fontello-discover:before {
  content: "H";
} /* 'H' */
.fontello-stripe:before {
  content: "I";
} /* 'I' */
.fontello-visa:before {
  content: "J";
} /* 'J' */
.fontello-mastercard:before {
  content: "K";
} /* 'K' */
.fontello-amazon:before {
  content: "L";
} /* 'L' */
.fontello-payu:before {
  content: "M";
} /* 'M' */
.fontello-pencil:before {
  content: "O";
} /* 'O' */
.fontello-credit-card:before {
  content: "P";
} /* 'P' */
.fontello-heart-fill-1:before {
  content: "Q";
} /* 'Q' */
.fontello-search:before {
  content: "T";
} /* 'T' */
.fontello-whatsapp:before {
  content: "\e89d";
} /* '' */
.fontello-diamond:before {
  content: "\e8cb";
} /* '' */
.fontello-heart:before {
  content: "\e8cc";
} /* '' */
.fontello-pin:before {
  content: "\e8cd";
} /* '' */
.fontello-scissors:before {
  content: "\e8ce";
} /* '' */
.fontello-shield:before {
  content: "\e8cf";
} /* '' */
.fontello-truck:before {
  content: "\e8d0";
} /* '' */
.fontello-arrow-left:before {
  content: "\e8d1";
} /* '' */
.fontello-arrow-right:before {
  content: "\e8d2";
} /* '' */
.fontello-chevron-left:before {
  content: "\e8d3";
} /* '' */
.fontello-chevron-right:before {
  content: "\e8d4";
} /* '' */
.fontello-clock:before {
  content: "\e8d5";
} /* '' */
.fontello-corner-arrow:before {
  content: "\e8d6";
} /* '' */
.fontello-heart-fill:before {
  content: "\e8d7";
} /* '' */
.fontello-icon:before {
  content: "\e8f7";
} /* '' */
.fontello-instagram:before {
  content: "\e9b6";
} /* '' */
.fontello-pinterest-alt:before {
  content: "\e9b7";
} /* '' */
.fontello-facebook-alt:before {
  content: "\e9b8";
} /* '' */
.fontello-instagram-alt:before {
  content: "\f16d";
} /* '' */
.fontello-bank:before {
  content: "\f19d";
} /* '' */
.fontello-telegram:before {
  content: "\f2c6";
} /* '' */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem; /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

html {
  font-size: 100%;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus, a:hover {
  text-decoration: none;
}

video {
  background-color: #000;
}

video, iframe {
  max-width: 100%;
}

.bg-lighter {
  background-color: #f9f5ee;
}

.color {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}

.custom-checkbox input[type=checkbox] + span.color {
  border: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  min-width: 0;
  max-width: none;
}

.group-span-filestyle label {
  margin: 0;
}

.done {
  display: inline-block;
  margin-right: 5px;
}

.definition-list dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.definition-list dl dt, .definition-list dl dd {
  margin-bottom: 0;
}
.definition-list dl dt {
  font-weight: 400;
}
.help-block {
  margin-top: 0.5rem;
}

.fade.in {
  opacity: 1;
}

.list-group-item-action {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 769px) {
  .nav-page > * {
    width: 61%;
  }
  .nav-page > *:first-child {
    justify-self: end;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 87.5%;
  }
  .color {
    width: 15px;
    height: 15px;
  }
}
ol {
  padding-left: 2rem;
}

hr {
  width: 100%;
}

.rte {
  line-height: 1.7;
  /*h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
      margin-top: 0.3em;
  }*/
}
.rte ul, .rte ol {
  padding-left: 1.375rem;
}
.rte ul li, .rte ol li {
  padding-left: 0.3125rem;
  margin-bottom: 0.5625rem;
}
.rte ul {
  list-style-type: disc;
}
.rte {
  /*    a:not(.btn) {
          @extend .text-primary;
          @extend .link-u;
      }*/
}

/* font */
.font-family-base, .product-miniature .regular-price, .product-miniature .price, .tab-banners-alt .mm_block_type_image .h5, .tab-banners-alt .mm_block_type_image .heading-counter h2, .heading-counter .tab-banners-alt .mm_block_type_image h2 {
  font-family: "EB Garamond", serif;
}

.text-shadow {
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

/* decorative */
.-underline:after {
  border-bottom: 1px solid;
  content: "";
  display: block;
  width: 2.4em;
  padding-top: 7px;
}

.no-style {
  display: none !important;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #3a322a;
  cursor: pointer;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.custom-checkbox .material-icons {
  display: none;
}
.custom-checkbox > label {
  line-height: 1.34;
  margin-bottom: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-align: initial;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox input[type=checkbox] + span {
  display: block;
  margin-right: 10px;
}
.custom-checkbox input[type=checkbox] + span:not(.color) {
  position: relative;
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  max-height: 14px;
  cursor: pointer;
  border: 1px solid #9c9489;
}
.custom-checkbox input[type=checkbox]:checked + span:not(.color) {
  border-color: #3a322a;
  -webkit-box-shadow: inset 0 0 0 3.5px #3a322a;
          box-shadow: inset 0 0 0 3.5px #3a322a;
}
.radio-inline {
  margin-right: 8px;
}

.custom-radio {
  display: inline-block;
  position: relative;
}
.custom-radio input[type=radio] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.custom-radio input[type=radio] + span {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #9c9489;
  background-color: white;
  margin-right: 10px;
}
.custom-radio input[type=radio]:checked + span {
  -webkit-box-shadow: inset 0 0 0 3.5px #3a322a;
          box-shadow: inset 0 0 0 3.5px #3a322a;
  border-color: #3a322a;
}
.bootstrap-touchspin {
  max-width: 97px;
  display: inline-block;
  position: relative;
}
.bootstrap-touchspin .form-control {
  border-width: 1px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 5.2px 0;
}
.bootstrap-touchspin .btn.btn-touchspin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: none;
  color: inherit;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  z-index: 4;
  font-size: 16px;
}
.bootstrap-touchspin .btn.btn-touchspin:hover {
  color: #a88a55;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  right: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  left: 0;
}

/**/
.mm_columns_ul {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.mm_columns_ul .h1, .mm_columns_ul .h2, .mm_columns_ul .h3, .mm_columns_ul .product-description h2, .product-description .mm_columns_ul h2, .mm_columns_ul .modal-body h1, .modal-body .mm_columns_ul h1, .mm_columns_ul .h4, .mm_columns_ul .h3-ctitle .customcontent-prodcarousel .carousel-title, .h3-ctitle .customcontent-prodcarousel .mm_columns_ul .carousel-title, .mm_columns_ul .blog-post.-single h2, .blog-post.-single .mm_columns_ul h2, .mm_columns_ul .h5, .mm_columns_ul .heading-counter h2, .heading-counter .mm_columns_ul h2, .mm_columns_ul .h6 {
  font-family: "Cormorant Garamond", serif !important;
}
.mm_columns_ul .mega-link:before {
  margin-right: 4px;
}

.ets_mm_megamenu.click_open_submenu .mm_columns_ul {
  display: block;
}

.layout_layout1 .ets_mm_megamenu_content {
  background: none !important;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub {
  direction: rtl;
}
.mm_menus_li.mm_sub_align_right.mm_has_sub > a {
  direction: ltr;
}
.mm_menus_li.mm_sub_align_right.mm_has_sub .mm_columns_ul {
  direction: ltr;
}

.mm_menus_li > a > img {
  line-height: 20px;
  margin-right: 5px;
}
.mm_menus_li > a > i.fa {
  line-height: 20px;
  margin-right: 5px;
}

.row_ets_mm_hook_to .help-block {
  display: none;
}
.row_ets_mm_hook_to .help-block.active {
  display: none;
}

.changestatus .mm_menus_ul {
  pointer-events: auto !important;
}
.changestatus .mm_menus_ul * {
  pointer-events: auto !important;
}

.hidden-block-by-permission.mm_block_type_html {
  display: none !important;
}

.mm_breaker {
  clear: both;
}

span.mm_alert.alert-warning {
  background-color: #fff3d7;
  padding: 8px 15px;
  border-left: 3px solid #fcc94f;
  color: #eaa021;
  clear: both;
  display: block;
}
span.mm_alert.alert-warning:before {
  content: "\f06a";
  font-family: "Fontawesome", Arial;
  margin-right: 8px;
  margin-left: -4px;
  color: #fcc94f;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.transition_slide.ets_mm_megamenu .mm_columns_ul {
  display: none;
  height: auto;
}

.mm_block_type_image .h5, .mm_block_type_image .heading-counter h2, .heading-counter .mm_block_type_image h2 {
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 18px;
}

.tab-banners-alt .mm_block_type_image .h5, .tab-banners-alt .mm_block_type_image .heading-counter h2, .heading-counter .tab-banners-alt .mm_block_type_image h2 {
  font-size: 9px;
  left: 8px;
  right: 8px;
  bottom: 10px;
}

.services-tab .mm_block_type_html > .plain-title {
  color: #3a322a !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
}

@media (min-width: 992px) {
  .arrow {
    display: none;
  }
  .mm_menus_li > a {
    text-underline-offset: 5px;
  }
  .mm_menus_li.active > a {
    text-decoration: underline;
  }
  .mm_columns_li {
    padding: 0 8px;
  }
  .noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
  .ets_mm_megamenu.bg_submenu[data-bggray=bg_gray]:before {
    opacity: 1;
    visibility: visible;
  }
  body .ets_mm_megamenu::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    bottom: 0;
    z-index: 9;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
  }
  .ets_mm_megamenu {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .ets_mm_megamenu:hover {
    z-index: 1000;
  }
  .ets_mm_megamenu .mm_columns_ul {
    background-color: #fff;
    border-top: 1px solid #ece5d8;
    border-bottom: 1px solid #ece5d8;
    position: absolute;
    top: 100%;
    visibility: hidden;
    left: 0;
    width: 100%;
    font-size: 15px;
    z-index: 100;
    max-height: calc(100vh - var(--header-height, 176px));
    overflow-y: auto;
    -webkit-box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22);
            box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22);
  }
  .ets_mm_megamenu .mm_columns_ul_container {
    padding: 44px 3%;
  }
  .ets_mm_megamenu .mm_no_border .mm_columns_ul {
    z-index: 1;
  }
  .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    margin-top: 0;
    display: block;
  }
  .ets_mm_megamenu a {
    outline: medium none;
    text-decoration: none;
  }
  .ets_mm_megamenu a:focus {
    outline: medium none;
    text-decoration: none;
  }
  .ets_mm_megamenu a:active {
    outline: medium none;
    text-decoration: none;
  }
  .ets_mm_megamenu .mm_sub_align_left > .mm_columns_ul {
    left: auto;
    right: auto;
  }
  .ets_mm_megamenu .mm_sub_align_right > .mm_columns_ul {
    left: auto;
    right: auto;
  }
  .ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
    display: none;
  }
  .-hide-bar .mm_columns_ul {
    max-height: calc(100vh - var(--header-height-logo-sm, 128px));
  }
  .column_size_1 {
    width: 8.33333%;
  }
  .column_size_2 {
    width: 16.6667%;
  }
  .column_size_3 {
    width: 25%;
  }
  .column_size_4 {
    width: 33.333%;
  }
  .column_size_5 {
    width: 41.6667%;
  }
  .column_size_6 {
    width: 50%;
  }
  .column_size_7 {
    width: 58.3333%;
  }
  .column_size_8 {
    width: 66.6667%;
  }
  .column_size_9 {
    width: 75%;
  }
  .column_size_10 {
    width: 83.3333%;
  }
  .column_size_11 {
    width: 91.6667%;
  }
  .column_size_12 {
    width: 100%;
  }
  .desktop-megamenu {
    opacity: 1;
    max-height: 160px;
    -webkit-transition: max-height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.32s, border-color 0.3s;
    transition: max-height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.32s, border-color 0.3s;
  }
  .desktop-megamenu.-menu-hidden {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  .mm_menus_li > a {
    display: block;
    padding: 1.4em 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.22em;
  }
  .ets_mm_megamenu_content .ets_mm_megamenu_content_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  .ets_mm_megamenu.mm_menu_center ul.mm_menus_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ets_mm_megamenu.mm_menu_right ul.mm_menus_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .transition_fade:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover .mm_columns_ul, .transition_fadeInUp:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover .mm_columns_ul {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
  .transition_fade.click_open_submenu .mm_menus_li.mm_has_sub .mm_columns_ul.open {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    display: block;
  }
  .mm_menus_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    width: 100%;
    z-index: 10;
  }
  .mm_blocks_li li > a, .ets_mm_block_content > a:first-child:not(.menu-img-link) {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ece5d8;
  }
  .collections-tab .mm_columns_li:not(:first-child), .jewelry-tab .mm_columns_li:not(:first-child) {
    width: 18.75%;
  }
  .collections-tab .mm_columns_li:not(:first-child), .house-tab .mm_columns_li:not(:first-child) {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .collections-tab .plain-title {
    white-space: nowrap;
  }
  .collections-tab .mm_block_type_image .ets_mm_block_content {
    -webkit-filter: saturate(0.8);
            filter: saturate(0.8);
    -webkit-transition: -webkit-filter 0.45s;
    transition: -webkit-filter 0.45s;
    transition: filter 0.45s;
    transition: filter 0.45s, -webkit-filter 0.45s;
  }
  .collections-tab .mm_block_type_image .ets_mm_block_content:hover {
    -webkit-filter: saturate(1);
            filter: saturate(1);
  }
  .engagement-tab .mm_columns_li {
    padding: 0 0.9375rem;
  }
  .engagement-tab .mm_columns_li:nth-child(1) {
    padding-right: 1.5rem;
    border-right: 1px solid #ece5d8;
  }
  .engagement-tab .mm_columns_li:nth-child(2) {
    padding-left: 2.5rem;
  }
  .engagement-tab .mm_blocks_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .engagement-tab .mm_blocks_ul, .engagement-tab .mm_block_type_image, .engagement-tab .ets_mm_block_content, .engagement-tab .menu-img-link, .engagement-tab .menu-img {
    height: 100%;
  }
  .engagement-tab .image-center .ets_mm_block_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .engagement-tab .image-center .menu-img {
    height: auto;
  }
  .engagement-tab .mm_blocks_li.-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .engagement-tab .menu-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .alliances-tab .mm_columns_li, .services-tab .mm_columns_li, .help-tab .mm_columns_li {
    width: 20%;
  }
  .alliances-tab .mm_columns_li:nth-child(2) {
    padding-right: 1rem;
    border-right: 1px solid #ece5d8;
  }
  .alliances-tab .mm_columns_li:nth-child(3) {
    padding-left: 1.875rem;
  }
  .jewelry-tab .mm_block_type_image .ets_mm_block_content:after {
    content: "";
    position: absolute;
    inset: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.45) 100%);
  }
  .services-tab .mm_block_type_html > .plain-title {
    color: #6a6359 !important;
    margin-bottom: 0.25rem !important;
  }
  .house-tab .mm_columns_li:first-child {
    width: 30%;
  }
  .house-tab .mm_columns_li:not(:first-child) {
    width: 23.3333%;
    padding: 0 12px;
  }
  .help-tab .mm_columns_li:last-child {
    padding-left: 1.125rem;
  }
}
@media (min-width: 1401px) {
  .mm_columns_ul_container {
    max-width: 1344px;
    width: 70vw;
  }
}
@media (max-width: 991.98px) {
  .ets_mm_megamenu_content > .container {
    padding: 0;
  }
  .ets_mm_megamenu .ets_mm_megamenu * {
    pointer-events: auto !important;
  }
  .ets_mm_megamenu .mm_columns_ul {
    background-color: #f5efe5;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }
  .ets_mm_megamenu .mm_columns_ul::before {
    display: none;
  }
  .ets_mm_megamenu .mm_columns_ul.active {
    max-height: 1200px;
  }
  .ets_mm_megamenu .mm_columns_ul_container {
    padding: 16px 22px;
  }
  .mm_columns_ul .mega-link {
    font-weight: normal !important;
  }
  .mm_columns_ul a, .mm_columns_ul .mega-link {
    color: #6a6359;
    display: block;
    padding: 9px 0px;
    font-size: 14px;
  }
  .ets_mm_block_content.hide-mobile {
    display: none !important;
  }
  .mm_menus_li {
    border-bottom: 1px solid #f3ede2;
  }
  .mm_menus_li > a {
    font-family: "Cormorant Garamond", serif !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-size: 21px;
    padding: 17px 22px;
  }
  .mm_menus_li .arrow {
    width: 56px;
    font-size: 20px;
  }
  .mm_menus_li .arrow .close-icon {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .mm_menus_li .arrow.opened .close-icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ets_mm_block.hidden-block-in-mobile {
    display: none !important;
  }
  .transition_default .mm_menus_ul.active {
    display: block;
    height: auto;
    opacity: 1;
    position: absolute;
    top: 100%;
    visibility: visible;
    z-index: 100;
    left: 0;
  }
  .transition_default .mm_menus_ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
  }
  .services-tab .mm_block_type_html > .plain-title {
    margin: 0 !important;
  }
}
.blockcart .cart-products-count {
  top: -7px;
  right: -9px;
}

.cart-modal-content .cart-products-count {
  margin-bottom: 0.9375rem;
}
.cart-modal-content .aeuc_unit_price_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991.98px) {
  #blockcart-modal .product-image {
    width: 400px;
  }
  .cart-modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  #blockcart-modal .modal-dialog {
    margin: 0;
  }
  .cart-modal-footer .btn {
    width: 100%;
  }
  .cart-modal-footer .btn:first-child {
    margin-bottom: 15px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel:not(.header-slider) {
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
  border: none;
  padding: 0;
}

.owl-carousel.owl-loaded {
  opacity: 1;
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  display: none;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  opacity: 1;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
  /* .owl-lazy[src^=""], */ /* .owl-lazy:not([src]) */
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel {
  clear: both;
}

.owl-item > * {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.owl-controls {
  display: table;
  margin: 1.4375rem auto 0;
  position: relative;
}
.owl-controls:has(.owl-dots.disabled):has(.owl-nav.disabled) {
  display: none;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(188px, 66vw);
  margin: 0 auto;
}
.owl-dots .owl-dot {
  padding: 8px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.owl-dots .owl-dot span {
  background-color: #3a322a;
  display: block;
  width: 100%;
  height: 3px;
  opacity: 0.2;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-dots .owl-dot.active, .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:focus span {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .-compact-dots-md .owl-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .-compact-dots-md .owl-dot {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 5px 6px;
  }
  .-compact-dots-md .owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  }
  .-compact-dots-md .owl-dot.active span {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "fontello";
  color: #3a322a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
  -webkit-transition: border-color 0.18s, color 0.18s, background-color 0.18s, opacity 0.18s, visibility 0.18s;
  transition: border-color 0.18s, color 0.18s, background-color 0.18s, opacity 0.18s, visibility 0.18s;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #a88a55;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
.owl-nav .owl-prev {
  left: -39px;
}
.owl-nav .owl-next {
  right: -39px;
}
.-rounded-arrows.-sm-arrows .owl-nav .owl-prev, .-rounded-arrows.-sm-arrows .owl-nav .owl-next {
  font-size: 11px;
}

@media (max-width: 991.98px) {
  .-rounded-arrows-md .owl-controls {
    position: static;
  }
  .-rounded-arrows-md .owl-nav .owl-prev, .-rounded-arrows-md .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    border: 1px solid #ece5d8;
    font-size: 1rem;
    width: 3em;
    height: 3em;
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 20px;
            box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 20px;
    border-radius: 50%;
  }
  .-rounded-arrows-md .owl-nav .owl-prev {
    left: 10px;
  }
  .-rounded-arrows-md .owl-nav .owl-next {
    right: 10px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) 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 {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInDown {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInLeft {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInRight {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-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);
  }
  60% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes zoomInUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
            transform: scale3d(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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
            transform: scale3d(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);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-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);
  }
  100% {
    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;
}

.search-btn:hover, .search-btn-toggle:hover {
  color: #a88a55;
}

.search-widget .search-form {
  margin: 0 -1rem;
}
.search-widget .input-text {
  outline: none;
  padding: 0;
}
.search-widget .input-text::-webkit-input-placeholder {
  color: #3a322a;
  opacity: 0.85;
}
.search-widget .input-text::-moz-placeholder {
  color: #3a322a;
  opacity: 0.85;
}
.search-widget .input-text:-ms-input-placeholder {
  color: #3a322a;
  opacity: 0.85;
}
.search-widget .input-text::-ms-input-placeholder {
  color: #3a322a;
  opacity: 0.85;
}
.search-widget .input-text::placeholder {
  color: #3a322a;
  opacity: 0.85;
}

.customsearch-info__icon {
  color: #f3ede2;
}

@media (max-width: 768.98px) {
  .customsearch-modal .modal-dialog {
    margin-top: 0.5rem;
    margin-top: 0.5rem;
  }
  .customsearch-modal .modal-content {
    height: 96%;
  }
  .customsearch-modal .modal-body, .customsearch-modal .customsearch-info, .customsearch-modal .customsearch-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customsearch-modal .customsearch-info, .customsearch-modal .customsearch-results {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*Blog module*/
.home_blog_post_area .owl-dots {
  padding-top: 1.5625rem;
}

.blog-post:not(.-single) .post-wrapper {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.blog-post:not(.-single) .post-wrapper:after {
  color: #8a6a3b;
  font-family: "fontello";
  content: "\e8d2";
}
.blog-post:not(.-single) .post-wrapper:hover {
  opacity: 0.62;
}
.blog-post.video .post-meta, .blog-post.audio .post-meta {
  margin-left: 0;
}

#module-xipblog-single .breadcrumb-container, #module-xipblog-single .columns-container {
  max-width: 744px;
}

.blog-post.-single .title {
  max-width: 680px;
}
.blog-post.-single h2 {
  letter-spacing: -0.01em;
  margin-top: 3.625rem;
  color: #3a322a;
}
.blog-post.-single p {
  margin-bottom: 1.5rem;
}
.blog-post.-single .accordion-btn:not(:hover) {
  color: #3a322a;
}

#module-xipblog-blog .breadcrumb-container, #module-xipblog-blog .columns-container {
  max-width: 820px;
}
#module-xipblog-blog .rte {
  max-width: 540px;
}

@media (max-width: 991.98px) {
  .blog-subcategories .blog-item {
    white-space: nowrap;
  }
}
.-blog .page-list .previous.disabled, .-blog .page-list .next.disabled {
  display: none;
}

.comment-item .avatar {
  font-size: 2.8rem;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
}
.comment-item .content-part {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products.owl-carousel > .owl-stage-outer > .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 992px) {
  .customcontent-slide-prodcarousel .h3, .customcontent-slide-prodcarousel .product-description h2, .product-description .customcontent-slide-prodcarousel h2, .customcontent-slide-prodcarousel .modal-body h1, .modal-body .customcontent-slide-prodcarousel h1, .customcontent-slide-prodcarousel .modal-body .h1, .modal-body .customcontent-slide-prodcarousel .h1 {
    font-size: 2.5rem;
  }
}
.-widgetbox {
  position: relative;
}
.-widgetbox .owl-carousel {
  position: static;
}
.-widgetbox .owl-nav {
  position: absolute;
  top: 0.6875rem;
  right: 1rem;
}
.-widgetbox .owl-nav .owl-prev, .-widgetbox .owl-nav .owl-next {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0 2px;
}

.-single {
  position: relative;
}

.footer-container .products-block:not(.-heroimage-enabled) .display-5 {
  color: #fff;
}
.footer-container .products-block:not(.-heroimage-enabled) .products, .footer-container .products-block:not(.-heroimage-enabled) .custom-item {
  color: #3a322a;
}
.products-block .carousel-descr {
  max-width: 680px;
}
.products-block .footerbox {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.product-flag {
  display: inline-block;
  background-color: #fff;
  color: #6a6359;
  border: 1px solid #ece5d8;
  text-transform: uppercase;
  font-size: 9.5px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  -webkit-transition: border-color 0.18s, color 0.18s, background-color 0.18s;
  transition: border-color 0.18s, color 0.18s, background-color 0.18s;
}
.product-flag.out_of_stock {
  background-color: #747474;
  color: #fff;
}

a.product-flag:not(.-collection):hover {
  color: #fff;
  background-color: #3a322a;
  border-color: #3a322a;
}

.product-flag.-collection {
  color: #8a6a3b;
  border-color: #a88a55;
}
.product-flag.-collection:hover {
  color: #fff;
  background-color: #a88a55;
}

/* Keep long flag rows on one line before owlCarousel takes over (product.tpl: .js-product-flags). */
.product-miniature .product-flag {
  display: block;
  white-space: nowrap;
}
.product-miniature .product-flags:not(.owl-loaded), .product-miniature .product-flags .owl-stage {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.product-miniature .product-flags:not(.owl-loaded) {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  overflow: hidden;
}
.product-miniature .product-flags .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-miniature .product-flags .owl-controls {
  margin: 0;
  position: static;
}
.product-miniature .product-flags .owl-prev, .product-miniature .product-flags .owl-next {
  background-color: #fff;
  border: 1px solid #ece5d8;
  top: 0;
  height: 20.5px;
  width: 20px;
  font-size: 9px;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
}
.product-miniature .product-flags .owl-prev:hover, .product-miniature .product-flags .owl-next:hover {
  background-color: #3a322a;
  border-color: #3a322a;
  color: #fff;
}
.product-miniature .product-flags .owl-prev {
  left: -0.75rem;
}
.product-miniature .product-flags .owl-next {
  right: -0.75rem;
}

@media (max-width: 768.98px) {
  .product-miniature .product-flag {
    font-size: 8px;
  }
}
.tbattr-list {
  margin: 0 -14px 8px;
}
.tbattr-list__group {
  padding: 0 14px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  position: relative;
}
.tbattr-list__group:nth-child(even):before {
  content: "";
  display: block;
  border-left: 1px solid #ece5d8;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
/*
 * Before owlCarousel is initialized (views/js/front.js), .js-product-thumbs is just a plain
 * container with one <picture class="thumbnail-picture"> per image, which stack one under the
 * other and make the miniature jump in height once the carousel takes over. Stacking them on
 * top of each other (only the first one kept in normal flow, driving the container's height)
 * avoids that layout shift; owl-loaded overrides all of this once the carousel is ready.
 */
.product-thumbs:not(.owl-loaded) {
  position: relative;
}
.product-thumbs:not(.owl-loaded) > .thumbnail-picture {
  display: block;
}
.product-thumbs:not(.owl-loaded) > .thumbnail-picture:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-thumbs .owl-controls {
  position: static;
  margin: 0;
}
.product-thumbs .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}
.product-thumbs .owl-prev, .product-thumbs .owl-next {
  font-size: 18px;
}
.product-thumbs .owl-prev {
  left: 0;
}
.product-thumbs .owl-next {
  right: 0;
}

.product-miniature .thumbnail-container {
  position: relative;
  padding-bottom: 12px;
  -webkit-box-shadow: inset -1px 0 0 #f3ede2, inset 0 -1px 0 #f3ede2;
          box-shadow: inset -1px 0 0 #f3ede2, inset 0 -1px 0 #f3ede2;
}
.product-miniature .wishlist-button-add {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #ece5d8;
  color: #3a322a;
  position: absolute;
  top: 42px;
  right: 12px;
  z-index: 1;
  font-size: 16px;
  outline: none;
}
.product-miniature .wishlist-button-add:hover {
  border-color: #3a322a;
}
.product-miniature .thumbnail-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-miniature .thumbnail-picture {
  background-color: #fff;
  padding: 0 3px;
}
.product-miniature .product-thumbnail {
  position: relative;
  display: block;
}
.product-miniature .product-thumbnail img {
  width: 100%;
  display: inline-block;
}
.product-miniature .product-flags {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
.product-miniature .product-title {
  margin-bottom: 5px;
}
.product-miniature .product-title a {
  display: block;
}
.product-miniature .right-block {
  padding-top: 14px;
}
.product-miniature .product-price-and-shipping {
  font-size: 0.875rem;
}
.product-miniature .aeuc_unit_price_label {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0;
}

.tab-pane .product-miniature .thumbnail-container {
  -webkit-box-shadow: inset -1px 0 0 #f3ede2;
          box-shadow: inset -1px 0 0 #f3ede2;
}

.homeproduct-tabs .products > .owl-stage-outer {
  border-left: 1px solid #f3ede2;
  border-right: 1px solid #f3ede2;
  border-bottom: 1px solid #f3ede2;
}

@media (min-width: 992px) {
  .product-miniature .wishlist-button-add, .product-miniature .owl-nav, .product-miniature .product-flags .owl-item:not(:first-child), .product-miniature .product-flags > .product-flag:not(:first-child) {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .product-miniature:hover .wishlist-button-add, .product-miniature:hover .owl-nav, .product-miniature:hover .product-flags .owl-item:not(:first-child), .product-miniature:hover .product-flags > .product-flag:not(:first-child) {
    opacity: 1;
  }
  .product-miniature .wishlist-button-add.-added {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .product-miniature .product-thumbs .owl-dots {
    bottom: -1px;
  }
  .product-miniature .right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-miniature .tbattr-list {
    margin: 14px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-miniature .tbattr-list__group {
    padding: 0;
    width: 100%;
  }
  .product-miniature .tbattr-list__group:nth-child(even):before {
    display: none;
  }
  .product-miniature .tbattr-list__option.color {
    margin-bottom: 14px;
  }
}
@media (max-width: 768.98px) {
  .product-miniature .product-flags {
    display: none !important;
  }
  .product-miniature .wishlist-button-add {
    top: 12px;
  }
}
@media (min-width: 992px) {
  .alt-prod-card .product-miniature .right-block {
    position: relative;
  }
  .alt-prod-card .product-miniature .owl-dots, .alt-prod-card .product-miniature .tbattr-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
  }
  .alt-prod-card .product-miniature .tbattr-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 6px);
    z-index: 1;
    margin: 0;
    padding-top: 3.25rem;
    padding-bottom: 1.3125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(52%, rgba(255, 255, 255, 0.82)), to(rgba(255, 255, 255, 0.97)));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 52%, rgba(255, 255, 255, 0.97) 100%);
  }
  .alt-prod-card .product-miniature:hover .owl-dots, .alt-prod-card .product-miniature:hover .tbattr-list {
    opacity: 1;
    visibility: visible;
  }
}
.-grid .catalog-products .product-miniature {
  width: 50%;
}

@media (min-width: 769px) {
  .-grid .catalog-products .product-miniature {
    width: 25%;
  }
}
.products.-widget {
  margin: 0 -0.25rem;
}
.products.-widget .thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -0.25rem;
}
.products.-widget .product-miniature {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem 0.75rem;
}
.products.-widget .product-miniature .variant-links,
.products.-widget .product-miniature .highlighted-informations,
.products.-widget .product-miniature .product-flags, .products.-widget .product-miniature .product_desc {
  display: none !important;
}
.products.-widget .thumbnail-wrapper, .products.-widget .right-block {
  padding: 0 0.25rem;
}
.products.-widget .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 110px;
}
.products.-widget .product-title {
  font-size: 0.875rem;
}
.products.-widget .product-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products.-widget .product-price-and-shipping {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.products.-widget .product-list-reviews, .products.-widget .star-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.4em;
}
.products.-widget .price {
  font-size: 1.1rem;
}
.products.-widget:not(.-carousel.-multi-items):not(.-inside-heroimage) .product-miniature {
  position: relative;
}
.products.-widget:not(.-carousel.-multi-items):not(.-inside-heroimage) .product-miniature:after {
  content: "";
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0;
  border-bottom: 1px solid #ece5d8;
}

@media (min-width: 992px) {
  .block-category .category-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .block-category.-cover-image .description-wrapper {
    z-index: 1;
  }
  .block-category.-cover-image .title, .block-category.-cover-image .description {
    max-width: 520px;
  }
  .block-category .title {
    font-size: clamp(2.1428571428rem, 1.301rem + 2.449vw, 3.75rem);
  }
}
@media (max-width: 991.98px) {
  .block-category.-cover-image .title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .block-category.-cover-image .title-mobile {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 12px;
  }
  .category-cover-wr {
    position: relative;
  }
  .category-cover {
    aspect-ratio: 460/219;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 56% center;
       object-position: 56% center;
  }
}
.subcategories-list:not(.owl-loaded) {
  overflow: hidden;
}
.subcategories-list .owl-controls {
  position: static;
}
.subcategories-list .owl-nav .owl-prev, .subcategories-list .owl-nav .owl-next {
  top: 36%;
}
.subcategories-list .owl-nav .owl-prev {
  left: -4px;
}
.subcategories-list .owl-nav .owl-next {
  right: -4px;
}

.-in-panel .owl-nav .owl-prev, .-in-panel .owl-nav .owl-next {
  top: 50%;
}

.category-miniature {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.category-miniature .category-link {
  width: 89px;
  margin-bottom: 10px;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.35s;
  transition: border-color 0.2s, -webkit-transform 0.35s;
  transition: border-color 0.2s, transform 0.35s;
  transition: border-color 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
.category-miniature .category-link:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.category-miniature .category-name {
  font-size: 11px;
  line-height: 1.25;
}

.-in-panel .category-miniature {
  width: 60px;
}
.-in-panel .category-miniature .category-link {
  width: 53px;
}

@media (min-width: 992px) {
  .subcategories-list .owl-controls {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .subcategories-list .owl-nav .owl-next, .subcategories-list .owl-nav .owl-prev {
    top: 29%;
  }
}
.block-categories [data-depth] a {
  margin-bottom: 0.6875rem;
  color: #6e6e6e;
}
.block-categories [data-depth] a:hover {
  color: #a88a55;
}
.block-categories [data-depth="1"] a {
  font-size: 0.888rem;
}
.block-categories .navbar-toggler, .block-categories .arrows {
  right: 0;
  top: -0.4375rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.block-categories .collapse-icons[aria-expanded=true] .add {
  display: none;
}
.block-categories .collapse-icons[aria-expanded=true] .remove {
  display: block;
}
.block-categories .collapse-icons .remove {
  display: none;
}
.block-categories .arrows[aria-expanded=true] .arrow-down {
  display: none;
}
.block-categories .arrows[aria-expanded=true] .arrow-up {
  display: block;
}
.block-categories .arrows .arrow-up {
  display: none;
}

.filter-button .search-filter-count {
  font-size: 10px;
}

.select-title {
  font-size: 13px;
  text-align: left;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  padding: 0.4rem 1.75rem 0.4rem 0.875rem;
  cursor: pointer;
  background: none;
  color: inherit;
  border: 1px solid #ece5d8;
  min-width: 142px;
}
.select-title i {
  font-size: 10px;
  line-height: 1;
  font-weight: inherit;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
  color: #9c9489;
}
.select-title:focus {
  outline: none;
}

.show .select-title {
  border-color: #3a322a;
}
.show .select-title i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 992px) {
  .page-category .desktop-megamenu,
  .cms-id-9 .desktop-megamenu {
    -webkit-transition: max-height 0.15s, opacity 0.15s, border-color 0.3s;
    transition: max-height 0.15s, opacity 0.15s, border-color 0.3s;
  }
  .products-selection-wr, .menu-sizes {
    background-color: #fff;
    top: var(--header-nav-height);
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
  }
  .products-selection-wr.-is-stuck, .-is-stuck.menu-sizes {
    opacity: 1;
    visibility: visible;
  }
  .products-selection-panel {
    grid-template-columns: 1fr auto 1fr;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .subcategories ~ .products-sort-order {
    justify-self: end;
  }
}
/* display view */
.display-view .view-item {
  line-height: 1;
  cursor: pointer;
  color: #747474;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.display-view .view-item:hover, .display-view .view-item.-active {
  color: #a88a55;
}
.display-view .view-item:first-child {
  margin-right: 0.7530120482rem;
}

.cat-drawer {
  background-color: #fff;
  width: min(380px, 92vw);
  z-index: 1050;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-box-shadow: 0 20px 60px -16px rgba(28, 24, 21, 0.35);
          box-shadow: 0 20px 60px -16px rgba(28, 24, 21, 0.35);
  visibility: hidden;
  -webkit-transition: visibility 0.15s, -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition: visibility 0.15s, -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.15s;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.15s, -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.cat-drawer.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.search_filter_controls img {
  width: 62px;
  height: 28px;
}

.facet .title .remove {
  display: none;
}
.facet .title[aria-expanded=true] .add {
  display: none;
}
.facet .title[aria-expanded=true] .remove {
  display: block;
}
.facet .navbar-toggler {
  width: 35px;
  height: 30px;
  cursor: pointer;
}
.facet .facet-item {
  margin-bottom: 12px;
}
.facet .search-link {
  font-size: 14px;
}
.facet input[type=checkbox]:checked + span.color:after {
  opacity: 1;
}

.faceted-overlay {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 24, 21, 0.42);
}
.faceted-overlay .overlay__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faceted-overlay .spinner {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  border-radius: 100%;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ui slider */
#search_filters .slider-title {
  font-size: 14px;
  margin: 0.5rem 0 0;
  text-align: center;
}

.ui-slider.ui-slider-horizontal {
  height: 7px;
  border: none;
  background: #f5efe5;
}
.ui-slider.ui-slider-horizontal .ui-widget-header {
  background: #ebe4d4;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  font-size: 15px;
  top: -0.4em;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #6a6359;
  margin: 0;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin: 0 0 0 -1.2em;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle:hover {
  background: #3a322a;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #8a6a3b;
}

/* end ui slider */
@media (min-width: 992px) {
  @-webkit-keyframes rdvPulse {
    0%, 100% {
      -webkit-box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.28);
              box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.28);
    }
    50% {
      -webkit-box-shadow: 0 0 0 6px rgba(201, 169, 107, 0.08);
              box-shadow: 0 0 0 6px rgba(201, 169, 107, 0.08);
    }
  }
  @keyframes rdvPulse {
    0%, 100% {
      -webkit-box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.28);
              box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.28);
    }
    50% {
      -webkit-box-shadow: 0 0 0 6px rgba(201, 169, 107, 0.08);
              box-shadow: 0 0 0 6px rgba(201, 169, 107, 0.08);
    }
  }
  .reserve-header-btn {
    padding: 0.5625rem 0.875rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    color: inherit;
  }
  .reserve-header-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #3a322a;
  }
  .reserve-header-btn:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #a88a55;
    border-radius: 50%;
    -webkit-box-shadow: rgba(168, 138, 85, 0.22) 0px 0px 0px 3px;
            box-shadow: rgba(168, 138, 85, 0.22) 0px 0px 0px 3px;
    -webkit-animation: 2.4s ease 0s infinite normal none running rdvPulse;
            animation: 2.4s ease 0s infinite normal none running rdvPulse;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-page:not(.-is-overlap) .reserve-header-btn:not(:hover), .-hide-bar .reserve-header-btn:not(:hover) {
    border-color: #ece5d8;
  }
  .-hide-bar .reserve-header-btn {
    padding: 0.3125rem 0.6875rem;
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .reserve-header-btn {
    padding: 0;
    color: inherit;
    background: none;
    border: none;
  }
}
.page-box {
  background-color: #fff;
}

.-is-not-index .wrapper-main.-no-breadcrumb {
  padding-top: 1.5625rem;
}

.page-index .full-width-column {
  padding-left: 0;
  padding-right: 0;
}
.page-index.layout-left-column .wrapper-main, .page-index.layout-left-column .container, .page-index.layout-right-column .wrapper-main, .page-index.layout-right-column .container, .page-index.layout-both-columns .wrapper-main, .page-index.layout-both-columns .container {
  max-width: 1920px;
}
.page-index.layout-left-column .wrapper-main, .page-index.layout-right-column .wrapper-main, .page-index.layout-both-columns .wrapper-main {
  margin: 0 auto;
}
.page-index.layout-left-column .wrapper-columns, .page-index.layout-right-column .wrapper-columns, .page-index.layout-both-columns .wrapper-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.page-index.layout-left-column .sidebar, .page-index.layout-right-column .sidebar, .page-index.layout-both-columns .sidebar {
  margin-top: 1.5rem;
}

.wrapper-main, #footer {
  overflow-x: clip;
}

/*@include media-breakpoint-up(lg){
    body {
        &:not(.page-product):not(.page-cart) {
            .page-box {
                overflow: hidden;
            }
        }
    }
}*/
.wishlist-toast {
  color: #fff;
  padding: 0.5rem 1rem;
  position: fixed;
  right: 20px;
  z-index: 9999;
  top: 70px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
}
.wishlist-toast .wishlist-toast-text {
  margin-bottom: 0;
}
.wishlist-toast.success {
  background-color: #7dd46f;
}
.wishlist-toast.error {
  background-color: #c0392b;
}
.wishlist-toast.isActive {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

.wishlist-modal {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.wishlist-modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1051;
}
.wishlist-modal.show .modal-backdrop, .wishlist-modal.show .overlay-panel {
  pointer-events: all;
}
.wishlist-modal .modal-backdrop, .wishlist-modal .overlay-panel,
.wishlist-modal + .modal-backdrop,
.wishlist-modal + .overlay-panel {
  pointer-events: none;
}
.wishlist-modal .modal-backdrop.in, .wishlist-modal .in.overlay-panel,
.wishlist-modal + .modal-backdrop.in,
.wishlist-modal + .in.overlay-panel {
  pointer-events: all;
}

.wishlist-login .wishlist-modal[data-v-a4bec002],
.wishlist-delete .wishlist-modal[data-v-b30802ea],
.wishlist-create .wishlist-modal[data-v-939b3d2a],
.wishlist-create .wishlist-modal[data-v-6fe09a6b],
.wishlist-rename .wishlist-modal[data-v-02ac532b] {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.wishlist-login .wishlist-modal.show[data-v-a4bec002],
.wishlist-delete .wishlist-modal.show[data-v-b30802ea],
.wishlist-create .wishlist-modal.show[data-v-939b3d2a],
.wishlist-create .wishlist-modal.show[data-v-6fe09a6b],
.wishlist-rename .wishlist-modal.show[data-v-02ac532b] {
  opacity: 1;
  pointer-events: all;
  z-index: 1053;
}

.wishlist-button-product {
  font-size: 24px;
  color: #3a322a;
}
.wishlist-products-container-header .wishlist-products-count {
  font-size: 0.35em;
}

.wishlist-products-item .wishlist-product {
  position: relative;
}
.wishlist-products-item .wishlist-button-add {
  position: absolute;
  top: 0;
  right: 0;
}
.wishlist-products-item .wishlist-button-add i {
  font-size: 2.1875rem;
}

@media (min-width: 992px) {
  .wishtlist-top {
    font-size: 16px;
    line-height: 1;
  }
  .wishtlist-top .icon:before {
    font-weight: 700;
  }
  .wishtlist-top:hover, .wishtlist-top:focus {
    color: #f4eede;
  }
}
.products.-widget .wishlist-button-add {
  display: none !important;
}

.wishlist-add-to-new {
  cursor: pointer;
}

.wishlist-list-loader {
  padding: 0 20px;
  width: 100%;
}

/* ------PRODUCT PAGE-------- */
.page-product .wrapper-main.-no-breadcrumb {
  padding-top: 8px;
}

@media (min-width: 992px) {
  .product-container.-p-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .r-column-inner {
    position: sticky;
    top: var(--header-nav-height);
    padding: 22px clamp(3.75rem, -4.8017rem + 13.7931vw, 11.75rem) 40px;
  }
  .modal-open .r-column-inner {
    position: static;
  }
}
@media (min-width: 1401px) {
  .product-section {
    padding-inline: clamp(0px, (100vw - 1920px) * 0.283, 430px);
  }
}
@media (min-width: 1921px) {
  .product-container.-p-page {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1920px) and (min-width: 1101px) {
  .product-container.-p-page {
    grid-template-columns: minmax(0, 1fr) 51.5vw;
    width: 95vw;
  }
}
.images-container .product-images {
  overflow: hidden;
}

@-webkit-keyframes thumbs-carousel-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes thumbs-carousel-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .product-images .thumb-container:not(:last-child) {
    margin-bottom: 8px;
  }
  .product-images .thumb {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .product-images .owl-controls {
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12px;
  }
}
@media (max-width: 1199.98px) {
  .product-images.js-thumbs-carousel:not(.owl-loaded) {
    position: relative;
    overflow: hidden;
  }
  .product-images.js-thumbs-carousel:not(.owl-loaded) > .thumb-wrapper:first-child > .thumb-container:not(:first-child),
  .product-images.js-thumbs-carousel:not(.owl-loaded) > .thumb-wrapper:not(:first-child),
  .product-images.js-thumbs-carousel:not(.owl-loaded) > .thumb-container:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
  }
  .product-images.js-thumbs-carousel:not(.owl-loaded)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.55);
  }
  .product-images.js-thumbs-carousel:not(.owl-loaded)::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    border: 0.2em solid rgba(168, 138, 85, 0.25);
    border-right-color: #a88a55;
    border-radius: 50%;
    -webkit-animation: thumbs-carousel-spin 0.75s linear infinite;
            animation: thumbs-carousel-spin 0.75s linear infinite;
  }
  .product-images .owl-controls {
    margin-top: 15px;
  }
}
.product-manufacturer > a {
  max-width: 145px;
}

.more-info .tab-pane {
  max-width: 800px;
  margin: 0 auto;
}

.product-prices .product-unit-price {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
}
.product-prices .product-price {
  line-height: 0.95;
}

.product-discount .regular-price {
  font-size: 1.1875rem;
}

.current-price > .price {
  font-size: 1.5rem;
  vertical-align: middle;
}
.input-container {
  position: relative;
}

.input-radio, .input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.attr-size-list {
  grid-template-columns: repeat(6, 1fr);
}

.an-pf-field-type-text-wrap .form-control, .an-pf-field-type-textarea-wrap .form-control {
  background-color: #fcfaf6;
  padding: 0.75rem 1rem;
  line-height: 1;
  height: 42px;
  font-size: 15px;
}

.qty > #quantity_wanted {
  visibility: hidden;
  max-width: 100px;
  height: calc(1.55em + 1.75rem + 2px);
}

@media (min-width: 769px) and (max-width: 1199.98px) {
  .product-quantity .bootstrap-touchspin {
    max-width: 75px;
  }
  .qty > #quantity_wanted {
    max-width: 75px;
  }
}
@media (max-width: 575.98px) {
  .product-quantity .bootstrap-touchspin {
    max-width: 70px;
  }
  .qty > #quantity_wanted {
    max-width: 70px;
  }
}
.product-add-to-cart {
  margin-top: 1.875rem;
}
.product-add-to-cart .btn-ternary {
  font-size: 12px;
}

.product-description td, .product-description th {
  font-size: 0.9375rem;
}

.custom-ptab td:first-child, .custom-ptab th:first-child {
  font-size: 0.8125rem;
}
.custom-ptab td:last-child, .custom-ptab th:last-child {
  font-size: 0.9375rem;
}
.custom-ptab td:first-child {
  color: #8a6a3b;
}

@media (min-width: 992px) {
  .custom-ptab td:first-child {
    width: 180px;
    padding-right: 1rem !important;
  }
  .custom-ptab td:last-child {
    padding-left: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  .table-tab {
    display: block;
  }
  .table-tab tr, .table-tab td, .table-tab th {
    display: block;
  }
  .table-tab td:nth-child(2) {
    border-top: none !important;
    padding-top: 0;
  }
}
.product-info-table .feature-name {
  font-size: 0.8125rem;
  width: 40%;
}
.product-info-table .feature-value {
  font-size: 0.9375rem;
}

.product-customization-item .file-input {
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.r-column .breadcrumb {
  font-size: 9px;
}
.r-column .breadcrumb-item:first-child {
  display: none;
}
.r-column .breadcrumb-item:nth-child(2):before {
  display: none;
}
.r-column .product-flag {
  font-size: 7.5px;
}
.r-column .product-flag.-collection {
  padding: 2px 7px;
}
.r-column .product-flag.-collection:not(:hover) {
  background-color: rgba(168, 138, 85, 0.08);
  border-color: rgba(168, 138, 85, 0.28);
}

@media (max-width: 1199.98px) {
  .r-column-inner {
    padding: 28px 20px;
  }
}
.product-modal .modal-dialog {
  max-width: 100%;
  width: min(1600px, 96vw);
  height: 98vh;
  max-height: 98vh;
  margin: 0 auto;
}
.product-modal .modal-content {
  overflow: hidden;
}
.product-modal .modal-content .modal-body {
  padding: 0;
}
.product-modal .modal-header.-breadcrumb .modal-title {
  letter-spacing: 0.1em !important;
}
.product-modal .modal-product-dots img {
  display: block;
  width: 42px;
  border: 1px solid #ece5d8;
  outline-offset: -2px;
  opacity: 0.65;
  -webkit-transition: opacity 0.2s, border-color 0.2s;
  transition: opacity 0.2s, border-color 0.2s;
}
.product-modal .modal-product-dots .owl-dot:hover img, .product-modal .modal-product-dots .owl-dot.active img {
  opacity: 1;
}
.product-modal .modal-product-dots .owl-dot.active img {
  outline: #000 solid 1px;
}

.modal-product-attrs {
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: rgba(22, 19, 16, 0.4) 0px 8px 24px -10px;
          box-shadow: rgba(22, 19, 16, 0.4) 0px 8px 24px -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  z-index: 1;
}
.modal-product-attrs__group-name {
  font-size: 10px;
}
.modal-product-attrs__option {
  background-color: #fff;
  border: 1px solid #ece5d8;
  padding: 3px;
}
.modal-product-attrs__option.-active {
  border-color: #3a322a;
}
.modal-product-attrs__color {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: cover;
}

.modal-product-images .owl-item {
  overflow: hidden;
}
.modal-product-images .modal-thumb-container {
  text-align: center;
  overflow: hidden;
}
.modal-product-images .modal-thumb-container .thumb {
  display: block;
  width: 100%;
  max-height: calc(98vh - 148px);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.modal-product-images .modal-thumb-container .thumb.-is-zoomed {
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
}
.modal-product-images .modal-thumb-container .thumb.-is-panning {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-transition: none;
  transition: none;
}
.modal-product-images .owl-controls {
  position: static;
  margin: 0;
}
.modal-product-images .owl-prev, .modal-product-images .owl-next {
  font-size: 14px;
  width: 3.1428em;
  height: 3.1428em;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ece5d8;
}
.modal-product-images .owl-prev:hover, .modal-product-images .owl-next:hover {
  background-color: #3a322a;
  border-color: #3a322a;
  color: #fff;
}
.modal-product-images .owl-prev {
  left: 12px;
}
.modal-product-images .owl-next {
  right: 12px;
}
.modal-product-images:not(.owl-loaded) {
  overflow: hidden;
}
.modal-product-images:not(.owl-loaded) .modal-thumb-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.modal-product-images.is-preparing:not(.owl-loaded) .modal-thumb-container:not(.is-active) {
  display: none !important;
}

.modal-zoom-range {
  width: 110px;
  accent-color: #3a322a;
  cursor: pointer;
}

@media (min-width: 769px) {
  .modal-footer-col {
    width: 199px;
  }
}
@media (max-width: 575.98px) {
  .modal-product-attrs {
    width: calc(100% - 120px);
  }
}
.js-mailalert {
  max-width: 499px;
  margin: 15px 0 0;
}
.js-mailalert .form-control {
  margin-bottom: 15px;
}

.product-pack .pack-product-name {
  font-size: 0.875rem;
}

.thumb-mask > .mask {
  width: 55px;
}

.table-product-discounts th {
  width: 33.333%;
}

/*Fix payment icons size for PrestaShop Checkout module*/
.ps_checkout.payment-method-logo {
  width: 65px !important;
  height: 45px !important;
}

@media (min-width: 769px) {
  .checkout-current-step-title {
    font-size: 3.5rem;
  }
}
/* summary product list in right column of checkout page */
#cart-summary-product-list {
  font-size: 0.888rem;
}
#cart-summary-product-list .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
}
#cart-summary-product-list .media-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
#cart-summary-product-list .product-name, #cart-summary-product-list .product-quantity, #cart-summary-product-list .product-price, #cart-summary-product-list .product-line-info-secondary {
  padding: 0 5px;
}
#cart-summary-product-list .product-name {
  max-width: 90px;
}
#cart-summary-product-list .aeuc_unit_price_label {
  display: none;
}
#cart-summary-product-list .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Order items / totals in confirmation */
.order-table-head {
  grid-template-columns: 212px 1.5fr auto auto;
}

.order-line {
  grid-template-columns: 100px 1.5fr auto auto;
}
@media (max-width: 768.98px) {
  .order-line {
    grid-template-columns: 92px 1fr;
  }
}
.order-line .product-name, .order-line .price, .order-line .product-price {
  font-size: 17px;
}
.order-line .qty-text {
  min-width: 60px;
}
.order-line .price {
  min-width: 100px;
}

.checkout-steps {
  background-color: rgb(251.113, 247.3429166667, 238.187);
}
@media (max-width: 768.98px) {
  .checkout-steps__list {
    gap: 24px;
  }
}
.checkout-steps__step .checkout-steps__btn {
  border-bottom: 2px solid transparent;
}
.checkout-steps__step:not(.checkout-steps__step--current):not(.checkout-steps__step--success) .checkout-steps__btn {
  background-color: #fff;
  opacity: 0.55;
}
.checkout-steps__step:not(:last-child) {
  border-right: 1px solid #ece5d8;
}
.checkout-steps__step--current .checkout-steps__btn {
  border-bottom-color: #3a322a;
}
@media (max-width: 768.98px) {
  .checkout-steps__step--current {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.checkout-steps__step--success .checkout-steps__btn, .checkout-steps__step--current .checkout-steps__btn {
  background-color: #f5efe5;
}
@media (max-width: 768.98px) {
  .checkout-steps__step:not(.checkout-steps__step--current) .checkout-steps__content {
    display: none;
  }
}
.checkout-steps__number {
  font-size: 22px;
}
.checkout-steps__status {
  opacity: 0.6;
  margin-top: 2px;
}
.checkout-steps__btn[disabled] {
  background-color: #fff;
  opacity: 0.55;
  pointer-events: none;
}

/* Step layout — 2 steps visible (desktop); 1 step = 100% below lg */
.checkout-track-wrapper {
  margin: 0 -0.75rem;
}

.checkout-track {
  --checkout-steps: 4;
  --checkout-visible: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(var(--checkout-steps) * 100% / var(--checkout-visible));
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  will-change: transform;
}
.checkout-track.checkout-track--ready {
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 992px) {
  .checkout-track {
    --checkout-visible: 2;
  }
}

.checkout-step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / var(--checkout-steps));
          flex: 0 0 calc(100% / var(--checkout-steps));
  width: calc(100% / var(--checkout-steps));
  max-width: calc(100% / var(--checkout-steps));
  padding: 0 0.75rem;
}
.checkout-step:not(.-current, .-summary) {
  opacity: 0.42;
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, filter 0.4s;
  transition: opacity 0.4s, filter 0.4s, -webkit-filter 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkout-step .default-input {
  min-width: 40%;
}
.checkout-step .default-input[name=address1], .checkout-step .default-input[name=address2] {
  min-width: 60%;
}

/* Personal info step */
/* Address step */
.address-item .radio-block {
  cursor: pointer;
}
.address-item.selected {
  border-color: #a88a55;
}

/* Shipping step */
.delivery-option-2 .carrier-name, .delivery-option-2 .carrier-delay {
  word-break: break-word;
}
.delivery-option-2 .carrier-delay {
  color: #9c9489;
}
input[type=radio]:checked + .delivery-option-2 .carrier-delay {
  color: inherit;
  opacity: 0.72;
}
#delivery_message, #gift_message {
  margin-bottom: 1.25rem;
}

#gift_message {
  max-width: 100%;
}

/* @include media-breakpoint-down(xs) {
    .delivery-option {
        text-align: center;
    }
} */
/* Payment options step */
.condition-label a {
  color: #a88a55;
}

/*Order confirmation*/
.confirmation-text {
  max-width: 540px;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.confirmation-summary-line.cart-total .value {
  font-size: 2.5rem;
}

/* Reset password */
.page-password #main {
  max-width: 1140px;
  margin: 0 auto;
}
.page-password h1 {
  text-align: center;
}

@media (max-width: 768.98px) {
  .page-password .form-control-submit {
    margin-top: 15px;
  }
}
.password-requirements-length i,
.password-requirements-score i {
  font-size: 14px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

#notifications {
  width: 100%;
}

.ps-alert-success i, .ps-alert-error i {
  display: block;
  text-align: center;
}
.ps-alert-success svg, .ps-alert-error svg {
  max-width: 120px;
}

.sidebar > div,
.sidebar > section {
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .sidebar > div,
  .sidebar > section {
    margin-bottom: 1.1rem;
  }
  .sidebar .block-title {
    position: relative;
    padding-right: 1.71em;
  }
  .sidebar .block-title:after {
    font-family: "fontello";
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 0.72em;
    content: ")";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .sidebar .block-title.-show:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  .column-block .collapse-box {
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.35s, visibility 0.35s;
    transition: max-height 0.35s, visibility 0.35s;
  }
  .column-block.-show .collapse-box {
    max-height: 500vh;
    visibility: visible;
  }
}
@media (max-width: 768.98px) {
  .product-line-grid {
    grid-template-columns: 92px 1fr;
  }
}
.product-line-grid .product-name {
  font-size: 1.1875rem;
}
.product-line-grid .out-of-stock {
  color: #c0392b;
}
.product-line-grid .available {
  color: #7dd46f;
}
.product-line-grid .price, .product-line-grid .product-price {
  font-size: 18px;
}
.product-line-grid .product-discount,
.product-line-grid .current-price {
  display: inline-block;
  vertical-align: top;
}
.product-line-grid .regular-price {
  vertical-align: middle;
}
.product-line-grid .unit-price-cart {
  font-size: 0.875rem;
  margin-top: 4px;
  padding-left: 2px;
}
.product-line-grid .product-line-grid-price {
  min-width: 90px;
}

.product-line-info.-attr {
  line-height: 1.2;
}

/** CART RIGHT **/
.cart-summary .cart-total-notax .value, .checkout-step.-summary .cart-total-notax .value {
  font-size: 1.125rem;
}
.cart-summary .cart-total .value, .checkout-step.-summary .cart-total .value {
  font-size: 1.75rem;
}
.cart-summary-subtotals-container {
  padding: 0;
}

.promo-discounts {
  margin-bottom: 0;
}
.promo-discounts .code {
  cursor: pointer;
  text-decoration: underline;
}

.block-promo > .block-promo {
  border: none !important;
  padding: 0 !important;
}
.block-promo .promo-input {
  height: 33px !important;
  padding: 6px 0;
}
.block-promo .promo-input::-webkit-input-placeholder {
  color: #3a322a;
  opacity: 1;
}
.block-promo .promo-input::-moz-placeholder {
  color: #3a322a;
  opacity: 1;
}
.block-promo .promo-input:-ms-input-placeholder {
  color: #3a322a;
  opacity: 1;
}
.block-promo .promo-input::-ms-input-placeholder {
  color: #3a322a;
  opacity: 1;
}
.block-promo .promo-input::placeholder {
  color: #3a322a;
  opacity: 1;
}
.promo-code .alert-danger {
  position: relative;
  display: none;
  margin-top: 1.25rem;
  color: white;
  background-color: #c0392b;
}
.promo-code .alert-danger::after {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: " ";
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #c0392b;
}

.block-promo.promo-highlighted {
  margin-bottom: 0;
  padding: 7px 1.25rem;
}

.promo-name .remove-voucher {
  width: 16px;
  height: 16px;
}

.qty > .js-cart-line-product-quantity {
  visibility: hidden;
  max-width: 100px;
  height: calc(1.55em + 1.75rem + 2px);
}

@media (min-width: 992px) {
  .cart-grid-right .wrapper-inner {
    position: sticky;
    top: 174px;
  }
}
/*** Most of the customer accpunt pages ***/
.table-labeled th {
  vertical-align: middle;
}
.table-labeled td {
  vertical-align: middle;
}
.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap;
}

#module-ps_emailalerts-account #content-wrapper {
  width: 100%;
}

/*** My account landing page ***/
.account-links > a {
  padding: 0 0.5rem;
  margin: 0.5rem 0;
}

.link-item {
  background-color: #f5efe5;
  color: #6a6359;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
}
.link-item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  background-color: #f9f5ee;
  border: 1px solid #ece5d8;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  font-size: 1.4375rem;
}
.link-item svg {
  width: 1.4375rem;
  height: 2rem;
}
.link-item:hover {
  background-color: #3a322a;
  border-color: #3a322a;
  color: #fff;
}
.link-item:hover i {
  color: #3a322a;
}

.js-customer-form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/*** Addresses page ***/
.page-addresses .notifications-container {
  padding-left: 0;
  padding-right: 0;
}
.page-addresses .address-add-btn {
  border: 1px dashed #ece5d8;
}

/*** History page ***/
#history .orders .order {
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
}
#history .orders .order .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 6px;
  color: white;
  border-radius: 3px;
}
#history .orders .order:last-child {
  border-bottom: 0;
}

/*** Order details page ***/
.page-order-detail .box {
  margin-bottom: 16px;
}

#order-products.return th.head-checkbox {
  width: 30px;
}
#order-products.return td {
  vertical-align: middle;
}
#order-products.return td.qty {
  min-width: 125px;
}
#order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
}
#order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -0.625rem 0;
  padding-left: 0.25rem;
}

.order-items .order-item .checkbox {
  width: 30px;
  padding: 0 15px;
}
.order-items .order-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}

/*** Order return page ***/
#order-return-infos .customization {
  margin-top: 12px;
}

/* footer links */
.page-footer {
  margin-top: 1.5625rem;
}

.page-index .page-footer, .page-product .page-footer, .page-category .page-footer {
  margin: 0;
}

@media (min-width: 576px) {
  .page-footer .account-link {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .page-footer .account-link {
    width: 100%;
    margin: 0 0 15px;
  }
}
/*** Login page ***/
.login-form .btn, .register-form .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.customer-form .form-group, .customer-form .field-password-policy, .customer-form .form-footer, .address-form-container .form-group, .address-form-container .field-password-policy, .address-form-container .form-footer {
  width: 100%;
}

.address-form-container .form-group.-postcode, .address-form-container .form-group.-city {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.address-form-container .form-group.-postcode {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.address-form-container .form-group.-city {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.form-group label {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .address-form-container .form-group.-postcode {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 105px;
  }
  .address-form-container .form-group.-id_country {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 0px;
            flex: 2 1 0;
  }
}
@media (max-width: 991.98px) {
  .authentication-block > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.customization-modal .product-customization-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E7E2E7;
  padding: 0.625rem 0;
}
.customization-modal .product-customization-line .label {
  text-align: right;
}

#products .page-not-found #_desktop_search_bar,
#pagenotfound .page-not-found #_desktop_search_bar {
  display: none !important;
}

.fbefore-block {
  padding: 0 3rem;
}

.fbefore-title {
  margin-bottom: 0.75rem;
}

.footer-page {
  background-color: #f5efe5;
  font-size: 0.8125rem;
  padding-top: 3.5rem;
}

.footer-one {
  color: #9c9489;
  line-height: 2;
}

.links h3,
.links .h3,
.links .modal-body h1,
.modal-body .links h1,
.links .modal-body .h1,
.modal-body .links .h1,
.links .product-description h2,
.product-description .links h2 {
  font-size: 11px;
  text-transform: uppercase;
  color: #3a322a;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .footer-container .links {
    margin-bottom: 2rem;
  }
  .footer-container .links .collapse {
    display: block;
  }
  .footer-two > .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 991.98px) {
  .footer-container {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .footer-container .links {
    text-align: center;
    margin-bottom: 2.25rem;
  }
}
/*fix inner shadow in Chrome and Safari mobile*/
input[type=text],
input[type=password],
input[type=button],
input[type=submit],
input[type=email],
input[type=number],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  /* stylelint-disable */
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type=number] {
  /* stylelint-enable */
}

.form-control-label {
  padding-top: 0;
  padding-bottom: 0;
}

.header-page {
  color: #3a322a;
}
.header-page.-is-sticky-lg.-hide-bar .header-logo {
  height: 36px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.header-page.-is-sticky-lg.-hide-bar .header-logo a {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-clip-path: inset(31% 0px 27%);
          clip-path: inset(31% 0px 27%);
}

.header-promo {
  height: 23px;
  max-height: 23px;
  overflow: hidden;
  -webkit-transition: max-height 0.12s linear, opacity 0.12s linear;
  transition: max-height 0.12s linear, opacity 0.12s linear;
}

.header-logo {
  -webkit-transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.3s, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.3s, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.3s;
  transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.3s, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header-logo a {
  color: inherit;
  -webkit-clip-path: inset(0px);
          clip-path: inset(0px);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-clip-path 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 0.3s;
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-clip-path 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 0.3s;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), clip-path 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.3s;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), clip-path 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.3s, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-clip-path 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 0.3s;
}

@media (min-width: 992px) {
  .header-logo {
    height: 84px;
  }
  .header-page {
    border-bottom: 1px solid transparent;
  }
  .header-page:not(.-is-overlap) {
    border-color: #f0f0f0;
  }
  .header-page.-is-sticky-lg.-hide-bar .header-logo a {
    -webkit-transform: scale(0.74);
            transform: scale(0.74);
  }
  .header-page:not(.-is-overlap), .header-page.-is-overlap.-hide-bar, .header-page.-is-overlap.-menu-hover:not(.-hide-bar) {
    background-color: rgba(255, 255, 255, 0.97);
  }
  .header-page.-is-overlap.-menu-hover:not(.-hide-bar) {
    color: #3a322a !important;
  }
  .header-page:not(.-is-sticky-lg):not(.-is-overlap) {
    position: relative;
  }
  .header-page.-is-overlap.fixed-top:not(.-is-sticky-lg) {
    position: absolute;
  }
  .header-page.-is-overlap.fixed-top:not(.-hide-bar) {
    color: #fff;
  }
  .header-page.-is-overlap.fixed-top:not(.-hide-bar) .header-logo {
    /*a {
        filter: drop-shadow(rgba($black, 0.4) 0px 2px 5px);
    }*/
  }
  .header-logo a {
    max-width: 186px;
    height: 84px;
  }
  .header-logo svg, .header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-nav {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .-hide-bar .header-nav, .header-page.-is-overlap.-menu-hover:not(.-hide-bar) .header-nav {
    border-color: #f3ede2;
  }
  .header-nav .right-nav > *:not(:last-child) {
    margin-right: 1.125rem;
  }
  .page-contact .header-page.-is-overlap, [class^=category-collection-] .header-page.-is-overlap, [class*=" category-collection-"] .header-page.-is-overlap {
    color: #3a322a !important;
  }
  .page-contact .header-page.-is-overlap .reserve-header-btn, [class^=category-collection-] .header-page.-is-overlap .reserve-header-btn, [class*=" category-collection-"] .header-page.-is-overlap .reserve-header-btn {
    text-shadow: rgba(255, 255, 255, 0.95) 0px 1px 10px, rgba(255, 255, 255, 0.85) 0px 0px 3px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0px 1px 12px;
            box-shadow: rgba(255, 255, 255, 0.7) 0px 1px 12px;
  }
  .page-contact .header-page.-is-overlap .reserve-header-btn:not(:hover), [class^=category-collection-] .header-page.-is-overlap .reserve-header-btn:not(:hover), [class*=" category-collection-"] .header-page.-is-overlap .reserve-header-btn:not(:hover) {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .page-contact .mm_menus_li > a, [class^=category-collection-] .mm_menus_li > a, [class*=" category-collection-"] .mm_menus_li > a {
    text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 6px, rgba(255, 255, 255, 0.5) 0px 0px 2px;
  }
  .page-contact .header-page.-is-overlap.-hide-bar:not(.-menu-hover) {
    background-color: transparent;
  }
  .page-contact .header-page.-is-overlap.-hide-bar:not(.-menu-hover) .header-nav {
    border-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .header-page {
    z-index: 100;
    border-bottom: 1px solid transparent;
  }
  .header-page:not(.-is-overlap) {
    border-color: #f0f0f0;
  }
  .header-page:not(.-is-overlap), .header-page.-is-overlap.-hide-bar {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .header-page:not(.-is-sticky-xs):not(.-is-overlap) {
    position: relative;
  }
  .header-page.-is-overlap.fixed-top:not(.-is-sticky-xs) {
    position: absolute;
  }
  .header-page.-is-overlap.fixed-top.-is-sticky-xs:not(.-hide-bar) {
    color: #fff;
  }
  .-is-not-index .header-page.-is-sticky-xs {
    position: sticky;
    top: 0;
  }
  .page-contact .header-page.-is-overlap, [class^=category-collection-] .header-page.-is-overlap, [class*=" category-collection-"] .header-page.-is-overlap {
    color: #3a322a !important;
  }
  .menu-button .hide-icon {
    width: 26px;
    height: 26px;
  }
  .header-nav > .container {
    max-width: 92%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .left-nav {
    width: 100%;
  }
  .header-logo {
    height: 58px;
  }
  .header-logo a {
    display: block;
    width: 130px;
  }
  .header-logo svg {
    width: 100%;
    height: auto;
  }
  .header-contact svg, .search-btn-toggle svg, #_mobile_user_info svg, .blockcart-header svg {
    width: 20px;
    height: 20px;
  }
  .header-nav,
  .wrapper-main,
  #notifications,
  .footer-page,
  .navigation-bar,
  .header-banner,
  .header-nav .block-social,
  .header-nav .social-contact {
    -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
    transition: 0.5s opacity, 0.5s -webkit-transform;
    transition: 0.5s opacity, 0.5s transform;
    transition: 0.5s opacity, 0.5s transform, 0.5s -webkit-transform;
  }
  #mobile_top_menu_wrapper {
    color: #3a322a;
    z-index: 1050;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: min(420px, 88vw);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: rgba(28, 24, 21, 0.35) 0px 20px 60px -16px;
            box-shadow: rgba(28, 24, 21, 0.35) 0px 20px 60px -16px;
  }
  .menu-show #mobile_top_menu_wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .menu-logo {
    width: 112px;
  }
}
/*--- Animation  ---*/
.header-page.-is-sticky-lg {
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .header-page.-is-sticky-lg {
    -webkit-transition: none;
    transition: none;
  }
}

.aeuc_before_label {
  font-size: 0.75rem;
}

.tax-shipping-delivery-label {
  margin-top: 0.625rem;
}

.tax-shipping-delivery-label, .aeuc_shipping_label, .delivery-information {
  font-size: 0.8125rem;
}

.aeuc_unit_price_label {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.aeuc_shipping_label a:before, .aeuc_delivery_label a:before {
  content: "-";
}

.unvisible {
  display: none;
}

.block-social .social-list, .social-contact .social-list, .block-social ul, .social-contact ul {
  gap: 0.875rem;
}
.block-social a, .social-contact a {
  width: 36px;
  height: 36px;
  background-color: #3a322a;
  color: #fff;
}
.block-social a:before, .social-contact a:before, .block-social a svg, .social-contact a svg {
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.block-social a svg, .social-contact a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
.block-social a:hover:before, .social-contact a:hover:before, .block-social a:hover svg, .social-contact a:hover svg {
  -webkit-transform: scale(1.122);
          transform: scale(1.122);
}

@media (max-width: 991.98px) {
  .block-social .h3, .social-contact .h3, .block-social .modal-body h1, .social-contact .modal-body h1, .modal-body .block-social h1, .modal-body .social-contact h1, .block-social .modal-body .h1, .social-contact .modal-body .h1, .modal-body .block-social .h1, .modal-body .social-contact .h1, .block-social .product-description h2, .social-contact .product-description h2, .product-description .block-social h2, .product-description .social-contact h2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header-contact a + a {
    position: relative;
  }
  .header-contact a + a:after {
    height: 15px;
    content: "";
    border-right: 1px solid;
    opacity: 0.25;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.contact-bg-fixed, .contact-fade-overlay {
  pointer-events: none;
}

.contact-bg-fixed {
  z-index: 0;
}

.contact-fade-overlay {
  z-index: 2;
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(var(--header-nav-height, 160px) + 25px), transparent calc(var(--header-nav-height, 160px) + 100px));
          mask-image: linear-gradient(to bottom, #000 calc(var(--header-nav-height, 160px) + 25px), transparent calc(var(--header-nav-height, 160px) + 100px));
}

.page-contact .columns-container {
  position: relative;
  z-index: 1;
}
.page-contact .footer-page {
  position: relative;
}

.addess-hours .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.addess-hours .description {
  padding: 1.75rem !important;
}
.addess-hours .inner {
  padding-right: 0 !important;
}
.addess-hours [class*=col-]:not(.description) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.addess-hours td {
  padding: 0.5rem 0;
}
.addess-hours td:first-child {
  width: 100px;
}

@media (min-width: 576px) {
  .page-contact .columns-container {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .addess-hours .row {
    display: grid;
    grid-template-columns: minmax(-webkit-max-content, 1fr) minmax(0, 1.4fr);
    grid-template-columns: minmax(max-content, 1fr) minmax(0, 1.4fr);
  }
  .addess-hours .embed-responsive {
    height: 100%;
  }
  .addess-hours .embed-responsive:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-contact .wrapper-main {
    padding-top: var(--header-h, 160px);
  }
  .page-contact .columns-container {
    width: 70%;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .page-contact .columns-container {
    margin-top: 141px;
  }
}
@media (max-width: 768.98px) {
  .contact-bg-fixed .image, .contact-fade-overlay .image {
    aspect-ratio: 480/426;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 9% 50%;
       object-position: 9% 50%;
  }
  .addess-hours .item-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media (max-width: 575.98px) {
  .contact-title {
    padding-left: 52%;
  }
}
.social-contact a {
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 1.25rem;
}
.social-contact:after {
  content: "";
  display: block;
  border-top: 1.5px solid #3a322a;
  width: 50%;
  margin: 0 auto 1.5625rem;
}

.contact-footer {
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .contact-footer {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.store-item .store-open {
  border-left: #E7E2E7 1px solid;
}
.store-item .store-item-footer .material-icons {
  font-size: 16px;
}

.store-picture img {
  width: 180px;
}

@media (max-width: 575.98px) {
  .store-item .store-picture img {
    width: 100%;
  }
  .store-item .store-open {
    border-left: none;
    border-top: 1px solid #ece5d8;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 480px) {
  .page-stores .store-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.block_newsletter .subscribe-title, .block_newsletter .conditions {
  max-width: 440px;
}
.block_newsletter .form {
  max-width: 293px;
}
.block_newsletter .gdpr_consent, .block_newsletter #gdpr_consent {
  white-space: normal;
  margin-bottom: 15px;
}
.block_newsletter .custom-checkbox {
  display: block;
}
.block_newsletter .form-control {
  line-height: 1;
  height: auto;
  padding: 0.625rem 0.9375rem;
}
.block_newsletter .btn-submit svg {
  margin: 0;
}
.block_newsletter .subscription-note {
  font-size: 11px;
}
@media (min-width: 992px) {
  .block_newsletter.fbefore-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid #9c9489;
    height: 100%;
    opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: translateY(-50%) scaleY(0.6667);
            transform: translateY(-50%) scaleY(0.6667);
  }
}

html.fancybox-lock {
  overflow: visible !important;
}

.fancybox-lock .fancybox-overlay.fancybox-overlay-fixed {
  overflow-x: hidden;
}

.fancybox-wrap .fancybox-skin {
  background: #fff;
  padding: 40px 30px 12px 15px !important;
}
.fancybox-wrap .fancybox-error {
  color: inherit;
}

.fancybox-skin .fancybox-close {
  background-image: none;
  background-color: #f5f5f5;
  color: #000;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  cursor: pointer;
  display: block;
  font: 14px/45px "fontello";
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}
.fancybox-skin .fancybox-close:hover, .fancybox-skin .fancybox-close:focus {
  opacity: 1;
  background-color: #ebe4d4;
  color: #3a322a;
  outline: none;
}
.fancybox-skin .fancybox-close:active {
  background-color: rgb(226.9047619048, 217.0714285714, 194.5952380952);
}
.fancybox-skin .fancybox-close:after {
  content: "+";
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

.video-frame .fancybox-skin {
  background: #000;
  padding: 0 !important;
}

.page-cms #content-wrapper {
  width: 100%;
}

.page-sitemap #content-wrapper {
  width: 100%;
}
.page-sitemap .container-fluid, .page-sitemap .container-xl {
  padding: 0;
}
.page-sitemap .sitemap {
  padding: 0;
}
.page-sitemap .sitemap ul {
  margin: 0;
}
.page-sitemap .sitemap ul a {
  display: block;
  padding: 5px 0;
}
.page-sitemap .sitemap .nested {
  padding-left: 1.25rem;
}

.btn-to-top {
  z-index: 2;
  right: 30px;
  bottom: 80px;
}

@media (max-width: 991.98px) {
  .btn-to-top {
    bottom: 68px;
    right: 12px;
  }
}
.brand {
  padding: 0 4px;
  margin-bottom: 1.5rem;
}
.brand .wrapperlink {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .brand .wrapperlink {
    -webkit-transition: none;
    transition: none;
  }
}
.brand .wrapperlink {
  will-change: transform;
}
.brand .wrapperlink:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.brand .image {
  display: inline-block;
}

.-grid .brand {
  text-align: center;
}
.-grid .brand-infos {
  margin-top: 1rem;
}
.-grid .brand-desc {
  font-size: 0.9375rem;
}

.-list .brand-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
}
.-list .brand-img, .-list .brand-infos {
  padding: 0 0.5rem;
}
.-list .brand-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 170px;
}

.-widget .brand {
  padding: 0 0.25rem;
  margin-bottom: 0.75rem;
}
.-widget .brand-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem;
}
.-widget .brand-img, .-widget .brand-infos {
  padding: 0 0.25rem;
}
.-widget .brand-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 110px;
}
.-widget .brand-title {
  font-size: 0.875rem;
}
.-widget .brand-desc {
  font-size: 0.8125rem;
}

.-overlay-color .wrapper-link:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 100%);
}

@media (min-width: 992px) {
  .item-h-100 .item-row, .item-h-100 .item-row > .link, .item-h-100 > .link, .item-h-100 .wrapper-link, .item-h-100 .description, .item-h-100 .inner, .item-h-100 .inner > .card, .item-h-100 .inner > .btn-card {
    height: 100%;
  }
  .item-h-100.-content-h-auto .inner {
    height: auto;
  }
  .img-cover-h-100 .wrapper-link, .img-cover-h-100 .wrapper-link .image {
    height: 100%;
  }
  .img-cover-h-100 .wrapper-link .image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sm-num:after, .lg-num:after {
  content: "";
  display: block;
  margin-top: 14px;
  background-color: #8a6a3b;
  width: 0;
  height: 1px;
  -webkit-transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}
.sm-num.num-border-dark:after, .lg-num.num-border-dark:after {
  background-color: #3a322a;
}

.lg-num {
  font-size: 4rem;
}

.wow-animated .sm-num:after {
  width: 56px;
}
.wow-animated .lg-num:after {
  width: 100%;
}

.hover-shadow .item-row {
  -webkit-transition: -webkit-box-shadow 0.28s, -webkit-transform 0.28s;
  transition: -webkit-box-shadow 0.28s, -webkit-transform 0.28s;
  transition: box-shadow 0.28s, transform 0.28s;
  transition: box-shadow 0.28s, transform 0.28s, -webkit-box-shadow 0.28s, -webkit-transform 0.28s;
}
.hover-shadow .item-row:hover {
  -webkit-box-shadow: rgba(28, 24, 21, 0.5) 0px 22px 48px -26px;
          box-shadow: rgba(28, 24, 21, 0.5) 0px 22px 48px -26px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.hover-shadow-alt {
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  position: relative;
}
.hover-shadow-alt:before {
  content: "";
  position: absolute;
  inset: 0 0.5rem;
  z-index: -1;
  -webkit-transition: -webkit-box-shadow 0.28s;
  transition: -webkit-box-shadow 0.28s;
  transition: box-shadow 0.28s;
  transition: box-shadow 0.28s, -webkit-box-shadow 0.28s;
}
.hover-shadow-alt:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.hover-shadow-alt:hover:before {
  -webkit-box-shadow: rgba(28, 24, 21, 0.5) 0 22px 48px -26px;
          box-shadow: rgba(28, 24, 21, 0.5) 0 22px 48px -26px;
}

.wr-numbered-list .customitems-list {
  counter-reset: item;
}
.wr-numbered-list .custom-item .inner {
  counter-increment: item;
}
.wr-numbered-list .custom-item .inner:before {
  font-size: 18px;
  content: counter(item, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
}
.item-hr-list.-underline-hover-item li a {
  position: relative;
}
.item-hr-list.-underline-hover-item li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #a88a55;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.item-hr-list.-underline-hover-item li a:hover::after {
  opacity: 1;
}

.custom-item .link {
  color: inherit;
}
.custom-item .link:hover, .custom-item .link:focus {
  color: inherit;
}

.underline-ctitle .headerbox {
  border-bottom: 1px solid #ece5d8;
}

@media (min-width: 1200px) {
  .custom-wrapper.container.-custom-box-width,
  .custom-wrapper-content > .container.-custom-box-width {
    width: var(--cc-content-box-width);
  }
}
.header-banner p {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .-side-img-position:not(.item-card-body):not(.item-card-body-lg) .description:first-child .inner {
    padding-right: 1.5625rem;
  }
  .-side-img-position:not(.item-card-body):not(.item-card-body-lg) .link + .description .inner {
    padding-left: 1.5625rem;
  }
}
.-fullwidth-side-img-postion .inner {
  width: 100%;
}
.custom-wrapper:not(.px-base) .-fullwidth-side-img-postion .inner {
  padding: 0 clamp(1.581325rem, -0.9234rem + 9.1028vw, 10rem);
}

@media (min-width: 1200px) {
  .-fullwidth-side-img-postion .inner {
    max-width: 1191px;
  }
}
.wr-custom-item .custom-item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.-stretch-to-edges {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.header-promo {
  line-height: 1.33;
}
.header-promo .custom-wrapper-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-promo .custom-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.header-slider.owl-carousel {
  display: block;
  overflow: hidden;
}
.header-slider.owl-carousel:not(.-box) {
  max-width: 100%;
}

.header-slider.-displayWrapperTop {
  margin-bottom: 1rem;
}

.header-slide > .wrapper-link {
  color: inherit;
}
.header-slide > .wrapper-link:hover, .header-slide > .wrapper-link:focus {
  color: inherit;
}
.header-slide.-overlay-color .wrapper-link:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), color-stop(22%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.35) 100%);
}
.header-slide.-fullscreen.-video .embed-responsive-item, .header-slide.-fullscreen.-video iframe, .header-slide.-fullscreen.-video embed, .header-slide.-fullscreen.-video video,
.header-slide.-fullscreen .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.header-slide.-fullscreen.-video .embed-responsive-item,
.header-slide.-fullscreen.-video iframe,
.header-slide.-fullscreen.-video embed,
.header-slide.-fullscreen.-video object,
.header-slide.-fullscreen.-video video {
  background-color: #000;
}
.header-slide.-fullscreen.-video p {
  margin: 0;
}
.header-slide.-fullscreen .image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header-slide .wrapper-content {
  gap: 1rem;
}
.header-slide .inner {
  margin-bottom: 2.75rem;
}
.header-slide {
  /* lazy loading spinner*/
}
.header-slide .spinner-border {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header-slide .title-one {
  font-size: clamp(40px, 5.4vw, 76px);
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 3px 22px;
  margin-bottom: 32px;
}
.header-slide .title-one:after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-left: auto;
  margin-top: 18px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 169, 107, 0)), to(#c9a96b));
  background: linear-gradient(90deg, rgba(201, 169, 107, 0) 0%, #c9a96b 100%);
}
.header-slide .title-two {
  font-size: 12.5px;
  font-weight: 500;
  color: #FDDBA0;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 2px 14px;
  letter-spacing: 0.42em;
  padding-right: 0.42em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-slide .slide-btns {
  gap: 36px;
}

.-loaded .spinner-border {
  opacity: 0;
  visibility: hidden;
}

.header-slide.-fullscreen > .wrapper-link {
  width: 100%;
}
.header-slide.-fullscreen > .wrapper-link {
  width: 100%;
  padding-top: 39.85714%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .page-box.-overlap-header .header-slide.-fullscreen > .wrapper-link {
    height: 100vh;
  }
  .page-box:not(.-overlap-header) .header-slide.-fullscreen > .wrapper-link {
    height: calc(100vh - 178px);
  }
}

.page-box.-overlap-header .header-slide.-fullscreen.-video {
  height: 100vh;
}
.page-box:not(.-overlap-header) .header-slide.-fullscreen.-video {
  height: calc(100vh - 178px);
}

@media (min-width: 576px) {
  .header-slide.-fullscreen.-video {
    width: 100%;
  }
  .header-slide.-fullscreen.-video {
    width: 100%;
    padding-top: 39.85714%;
  }
}
@media (min-width: 992px) {
  .-overlap-header .header-slider.-fullscreen.-displayTopColumn .description, .-overlap-header .header-slider.-fullwidth.-displayTopColumn .description {
    padding-top: 182px !important;
  }
}
@media (max-width: 575.98px) and (min-width: 361px) {
  .header-slide .btn-box {
    margin: clamp(2.63554rem, 1.75rem + 4vw, 3.2379518rem) 0 clamp(3.2379518rem, 1.75rem + 4vw, 3.8403614rem);
  }
}
.header-slider .owl-nav .owl-prev, .header-slider .owl-nav .owl-next {
  font-size: 1.5625rem;
}
.header-slider .owl-nav .owl-prev {
  left: 1.5rem;
}
.header-slider .owl-nav .owl-next {
  right: 1.5rem;
}
.header-slider .owl-dots {
  padding: 0;
  position: absolute;
}
.header-slider .owl-dots .owl-dot:not(.active):not(:hover):not(:focus) span {
  background-color: #fff;
}
.header-slider .owl-dots .owl-dot:before {
  border-color: #fff;
}
.header-slider.-left-dots .owl-dots, .header-slider.-right-dots .owl-dots {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-slider.-left-dots .owl-dots .owl-dot, .header-slider.-right-dots .owl-dots .owl-dot {
  display: block;
  margin: 8px 0;
}
.header-slider.-left-dots .owl-dots {
  left: 2%;
}
.header-slider.-left-dots.-box .owl-dots {
  left: 32px;
}
.header-slider.-right-dots .owl-dots {
  right: 2%;
}
.header-slider.-right-dots.-box .owl-dots {
  right: 32px;
}
.header-slider.-top-dots .owl-dots, .header-slider.-bottom-dots .owl-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header-slider.-top-dots .owl-dots {
  top: 1.5rem;
}
.header-slider.-bottom-dots .owl-dots {
  bottom: 1.5rem;
}

@media (min-width: 992px) {
  .header-slider.-fullscreen.-top-dots.-displayTopColumn .owl-dots, .header-slider.-fullwidth.-top-dots.-displayTopColumn .owl-dots {
    top: 226px;
  }
}
/*--- Animation ---*/
.header-slide .description p, .header-slide .description h1, .header-slide .description h2, .header-slide .description h3, .header-slide .description h4, .header-slide .description h5, .header-slide .description h6 {
  position: relative;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header-slide .description p:nth-child(2), .header-slide .description h1:nth-child(2), .header-slide .description h2:nth-child(2), .header-slide .description h3:nth-child(2), .header-slide .description h4:nth-child(2), .header-slide .description h5:nth-child(2), .header-slide .description h6:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.header-slide .description p:nth-child(3), .header-slide .description h1:nth-child(3), .header-slide .description h2:nth-child(3), .header-slide .description h3:nth-child(3), .header-slide .description h4:nth-child(3), .header-slide .description h5:nth-child(3), .header-slide .description h6:nth-child(3) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.header-slide .description p:nth-child(4), .header-slide .description h1:nth-child(4), .header-slide .description h2:nth-child(4), .header-slide .description h3:nth-child(4), .header-slide .description h4:nth-child(4), .header-slide .description h5:nth-child(4), .header-slide .description h6:nth-child(4) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.header-slide .description p:nth-child(5), .header-slide .description h1:nth-child(5), .header-slide .description h2:nth-child(5), .header-slide .description h3:nth-child(5), .header-slide .description h4:nth-child(5), .header-slide .description h5:nth-child(5), .header-slide .description h6:nth-child(5) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.header-slide .description p:nth-child(6), .header-slide .description h1:nth-child(6), .header-slide .description h2:nth-child(6), .header-slide .description h3:nth-child(6), .header-slide .description h4:nth-child(6), .header-slide .description h5:nth-child(6), .header-slide .description h6:nth-child(6) {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
.header-slide .description p:nth-child(2n+1), .header-slide .description h1:nth-child(2n+1), .header-slide .description h2:nth-child(2n+1), .header-slide .description h3:nth-child(2n+1), .header-slide .description h4:nth-child(2n+1), .header-slide .description h5:nth-child(2n+1), .header-slide .description h6:nth-child(2n+1) {
  -webkit-transform: translate(-300px, 0);
          transform: translate(-300px, 0);
}
.header-slide .description p:nth-child(2n), .header-slide .description h1:nth-child(2n), .header-slide .description h2:nth-child(2n), .header-slide .description h3:nth-child(2n), .header-slide .description h4:nth-child(2n), .header-slide .description h5:nth-child(2n), .header-slide .description h6:nth-child(2n) {
  -webkit-transform: translate(300px, 0);
          transform: translate(300px, 0);
}

.active .header-slide .description p, .active .header-slide .description h1, .active .header-slide .description h2, .active .header-slide .description h3, .active .header-slide .description h4, .active .header-slide .description h5, .active .header-slide .description h6 {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/*end animation slide*/
@media (min-width: 992px) {
  .active .-kenburns .image {
    -webkit-animation: kenburns 20s infinite 1s;
            animation: kenburns 20s infinite 1s;
  }
}
@-webkit-keyframes kenburns {
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
            transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
  }
}
@keyframes kenburns {
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 120px, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
            transform: scale3d(2, 2, 2) translate3d(170px, 100px, 0px);
  }
}
.mainbanners-block .wrapper-description {
  max-width: 704px;
  padding: 0 12px;
}
.mainbanners-block .-grid-layout {
  display: grid;
  grid-template-columns: minmax(0px, 620fr) minmax(0px, 296fr) minmax(0px, 443fr) minmax(0px, 561fr);
}
.mainbanners-block .all-collections {
  left: 50%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.top-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top-banner > .link .inner {
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  color: #fff;
  font-size: 0.9375rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
  padding: 0.4375rem 1rem;
  border-radius: 25px;
  background: rgba(20, 14, 8, 0.72);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.top-banner > .link p {
  margin: 0;
}
.top-banner > .link:hover .inner {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
.top-banner:nth-child(1) > .link .inner, .top-banner:nth-child(3) > .link .inner, .top-banner:nth-child(4) > .link .inner {
  bottom: 63%;
}
.top-banner:nth-child(2) > .link .inner, .top-banner:nth-child(3) > .link .inner {
  left: 50%;
}
.top-banner:nth-child(1) > .link .inner {
  left: 68%;
}
.top-banner:nth-child(2) > .link .inner {
  bottom: 71%;
}
.top-banner:nth-child(4) > .link .inner {
  left: 47%;
}

@media (max-width: 768.98px) {
  .mainbanners-block {
    padding-bottom: 51px;
  }
  .mainbanners-block .all-collections {
    bottom: 0;
  }
}
.collections-section .custom-wrapper-content > .container {
  position: relative;
}

.collection-item .image {
  -webkit-filter: saturate(0.7);
          filter: saturate(0.7);
  -webkit-transition: -webkit-filter 0.45s;
  transition: -webkit-filter 0.45s;
  transition: filter 0.45s;
  transition: filter 0.45s, -webkit-filter 0.45s;
}
.collection-item > .link:hover .image {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}
.collection-item p:last-child {
  margin-bottom: 0;
}
.collection-item .title {
  margin-bottom: 0.75rem;
}
.collection-item .link-arrow {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.collection-item .link-arrow:after {
  content: "→";
  display: inline-block;
  margin-left: 0.625rem;
}
.collection-item .inner {
  -webkit-transform: translate(0, 32px);
          transform: translate(0, 32px);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.collection-item .link-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.collection-item > .link:hover .inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.collection-item > .link:hover .link-arrow {
  opacity: 1;
}

.owl-nav.-collections.disabled {
  display: none;
}
.owl-nav.-collections .btn-prev.disabled,
.owl-nav.-collections .btn-next.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .collections-section:not(.collection-single) .custom-wrapper-content > .container {
    padding-left: min(108px, 5vw);
    padding-right: min(108px, 5vw);
  }
  .owl-nav.-collections .btn-prev {
    left: min(128px, 5vw + 20px);
  }
  .owl-nav.-collections .btn-next {
    right: min(128px, 5vw + 20px);
  }
}
@media (min-width: 1401px) {
  .collections-section:not(.collection-single) .custom-wrapper-content > .container {
    width: 1920px;
  }
}
@media (max-width: 768.98px) {
  .collections-section .owl-carousel {
    margin-right: -12px;
  }
  .collections-section .owl-stage {
    width: 30000px !important;
  }
  .collections-section .owl-item {
    width: 40vw !important;
  }
  .owl-nav.-collections {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .collections-section .owl-item {
    width: 61vw !important;
  }
}
@media (max-width: 991.98px) {
  .services-list .item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .services-list .item-row > .link, .services-list .item-row > .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
  }
  .services-list .item-row > .description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 991.98px) {
  .service-header .custom-wrapper-content {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
@media (max-width: 768.98px) {
  .about-us-block .wrapper-link {
    width: 100% !important;
  }
}
.madecustom-section .custom-wrapper-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.madecustom-section .container {
  width: min(100%, 1920px);
}

@media (min-width: 1200px) {
  .madecustom-block.-side-img-position .link + .description {
    padding-left: 5rem !important;
  }
  .madecustom-block.-side-img-position .link + .description .inner {
    padding-left: 0;
  }
  .madecustom-block.-side-img-position .madecustom-text {
    max-width: 460px;
  }
}
.madecustom-block .wrapper-link {
  overflow: visible !important;
}
.madecustom-block .wrapper-link:after {
  content: "";
  position: absolute;
  bottom: 6%;
  right: -7%;
  width: 36%;
  padding-top: 26%;
  background-color: #fff;
  background-origin: padding-box;
  background-clip: padding-box;
  border: 20px solid #fff;
  -webkit-box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22);
          box-shadow: 0 24px 60px -28px rgba(42, 38, 32, 0.22);
}
.madecustom-block .inner > *:last-child {
  margin-bottom: 0;
}

.madecustom-list {
  margin-top: 3.375rem;
  margin-bottom: 1.1875rem;
}
.madecustom-list li {
  border-top: 1px solid;
  padding: 1rem 0 1rem 67px;
}
.madecustom-list li p:first-child {
  font-size: 15px;
  margin-bottom: 3px;
}
.madecustom-list li p:not(:first-child) {
  font-size: 13px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .madecustom-block .item-row > .link, .madecustom-block .item-row > .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .madecustom-block .wrapper-link:after {
    right: 3%;
  }
  .madecustom-block.-side-img-position .link + .description .inner {
    padding-left: 24px !important;
  }
}
.workshop-img {
  container-type: inline-size;
  container-name: workshop-img-side;
}
.workshop-img img {
  width: 74%;
}

.home-boutique-info {
  margin-top: 2.25rem;
  padding-top: 2rem;
}
.home-boutique-info table td {
  padding: 3px 0;
}
.home-boutique-info table td:first-child {
  padding-right: 1.125rem;
}

@media (min-width: 1200px) {
  .workshop-img.col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    max-width: 44%;
  }
  .workshop-descr.col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
    max-width: 56%;
  }
}
@media (max-width: 1199.98px) {
  .workshop-img, .workshop-descr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768.98px) {
  .workshop-img, .workshop-descr {
    text-align: center !important;
  }
  .workshop-descr table {
    margin: 0 auto;
  }
}
.custom-wrapper.-displayFooterAfter .custom-wrapper-content {
  padding-top: 1rem;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.-ticker-mode .ticker-mode-wrapper {
  overflow: hidden;
}
.-ticker-mode .container {
  width: auto;
  max-width: 100%;
}
.-ticker-mode .description {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.-ticker-mode .inner {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100% !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}
.-ticker-mode .inner > * {
  display: inline-block;
  padding: 0 5px;
}

.accordion-item {
  border-top: 1px solid #ece5d8;
}

.accordion-header {
  padding: 1.25rem 0;
}

.accordion:not(.accordion-secondary) .accordion-btn {
  position: relative;
  padding-right: 25px;
}
.accordion:not(.accordion-secondary) .accordion-btn:before, .accordion:not(.accordion-secondary) .accordion-btn:after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #8a6a3b;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}
.accordion:not(.accordion-secondary) .accordion-btn:before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.accordion:not(.accordion-secondary) .accordion-btn:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.accordion:not(.accordion-secondary) .accordion-btn[aria-expanded=true]:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}
.accordion:not(.accordion-secondary) .accordion-btn[aria-expanded=true]:after {
  -webkit-transform: translate(0, -50%) rotate(225deg);
          transform: translate(0, -50%) rotate(225deg);
}
.accordion:not(.accordion-secondary) .accordion-btn:hover {
  color: #8a6a3b;
}
.accordion:not(.accordion-secondary) .accordion-panel {
  padding-right: 2.625rem;
}

.accordion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.25rem;
}

.accordion-sm .accordion-header {
  padding: 0.9375rem 0;
}

.accordion-border-bottom .accordion-item {
  border-top: none;
  border-bottom: 1px solid #ece5d8;
}

.accordion-border-soft .accordion-item {
  border-color: #f3ede2;
}

.accordion-secondary .accordion-btn-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.accordion-secondary .accordion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}
.accordion-secondary .accordion-btn[aria-expanded=true] .accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reassurance-item {
  max-width: 380px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
}
.reassurance-item > .link {
  height: 62px;
}
.reassurance-item .description {
  margin-top: 0.125rem;
}
.reassurance-item .h5, .reassurance-item .heading-counter h2, .heading-counter .reassurance-item h2 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.benefits-block li p:first-child {
  line-height: 1.2;
  margin-bottom: 0;
}
.benefits-block .inner > *:last-child {
  margin-bottom: 0;
}

.confirmation-process-list .custom-item .inner:before {
  font-size: 24px;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.confirmation-process-list .custom-item .inner > p:first-child {
  margin-bottom: 2px;
}
.sidebar-links li > a, .sidebar-links li > span {
  border: 1px solid transparent;
}
.sidebar-links li > a:hover {
  color: #3a322a;
}

.heading-counter .inner {
  counter-reset: heading-legal;
}
.heading-counter h2 {
  counter-increment: heading-legal;
}
.heading-counter h2:before {
  content: counter(heading-legal, decimal-leading-zero);
}

@media (min-width: 992px) {
  .sidebar-links {
    top: calc(var(--header-height-logo-sm) + 20px);
  }
}
@media (min-width: 769px) {
  .legal-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
  }
  .sidebar-links {
    max-width: 264px;
    -ms-flex-preferred-size: 264px;
        flex-basis: 264px;
  }
}
@media (max-width: 991.98px) {
  .sidebar-links {
    background-color: #fff;
    top: var(--header-nav-height);
  }
  .sidebar-links .inner {
    padding: 0.5rem 0;
  }
}
.coll-hero {
  position: relative;
}

.coll-hero-name {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.9), 0 1px 3px rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .coll-hero {
    position: relative;
    aspect-ratio: 2172/596;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .coll-hero.-animate-height {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
  }
}
@media (min-width: 992px) {
  .coll-hero-bg, .coll-hero-fade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  .coll-hero-bg:before, .coll-hero-fade:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(250, 247, 241, 0.92)), color-stop(26%, rgba(250, 247, 241, 0.58)), color-stop(48%, rgba(250, 247, 241, 0.14)), color-stop(62%, rgba(250, 247, 241, 0)));
    background: linear-gradient(90deg, rgba(250, 247, 241, 0.92) 0%, rgba(250, 247, 241, 0.58) 26%, rgba(250, 247, 241, 0.14) 48%, rgba(250, 247, 241, 0) 62%);
  }
  .coll-hero-bg.-is-visible, .coll-hero-fade.-is-visible {
    opacity: 1;
  }
  .coll-hero-bg {
    z-index: 0;
  }
  .coll-hero-bg.-is-pinned {
    position: absolute;
  }
  .coll-hero-fade {
    z-index: 2;
    -webkit-mask-image: linear-gradient(to bottom, #000 calc(var(--header-h, 160px) + 6px), transparent calc(var(--header-h, 160px) + 40px));
            mask-image: linear-gradient(to bottom, #000 calc(var(--header-h, 160px) + 6px), transparent calc(var(--header-h, 160px) + 40px));
  }
  .coll-hero-fade.-is-hidden {
    opacity: 0;
  }
  .coll-hero-name {
    width: 39.3%;
    top: 17.935vw;
    left: 14%;
  }
  .coll-hero-desc {
    left: 14%;
    width: 39.3%;
    z-index: 1;
    pointer-events: none;
    text-shadow: 0 1px 10px rgba(250, 247, 241, 0.95), 0 1px 2px rgba(250, 247, 241, 0.85);
  }
}
@media (max-width: 991.98px) {
  .coll-hero-bg .image {
    aspect-ratio: 450/258;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 61% 50%;
       object-position: 61% 50%;
  }
  .coll-hero-name {
    bottom: 16%;
  }
}
.sizes-guide-modal .modal-body > .row {
  max-width: 648px;
  margin: 0 auto !important;
}

.-animate .image, .-animate .description.overlay-layer > .inner {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.-animate:hover .image {
  -webkit-transform: scale(1.12, 1.12);
          transform: scale(1.12, 1.12);
}
.-animate:hover .description.overlay-layer > .inner {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

/* commons */
.insta-box .alert {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.insta-item {
  display: none;
}
.insta-item .instalink {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: 133.5%;
}
.insta-item .instalink:before {
  background-color: #a88a55;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.05;
  -webkit-transition: 0.7s opacity;
  transition: 0.7s opacity;
}
.insta-item .instalink:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f16d";
  font-family: "fontello";
  font-size: 60px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(10);
          transform: translate(-50%, -50%) scale(10);
  -webkit-transition: 0.7s opacity, 0.7s -webkit-transform;
  transition: 0.7s opacity, 0.7s -webkit-transform;
  transition: 0.7s transform, 0.7s opacity;
  transition: 0.7s transform, 0.7s opacity, 0.7s -webkit-transform;
  z-index: 1;
}
.insta-item .instaimg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.7s -webkit-transform;
  transition: 0.7s -webkit-transform;
  transition: 0.7s transform;
  transition: 0.7s transform, 0.7s -webkit-transform;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.insta-item .caption {
  font-size: 0.888rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  z-index: 2;
  -webkit-transform: scale(0.85, 0.85);
          transform: scale(0.85, 0.85);
  -webkit-transition: 0.7s opacity, 0.7s -webkit-transform;
  transition: 0.7s opacity, 0.7s -webkit-transform;
  transition: 0.7s opacity, 0.7s transform;
  transition: 0.7s opacity, 0.7s transform, 0.7s -webkit-transform;
  opacity: 0;
}
.insta-item:hover .instalink:before {
  opacity: 0.75;
}
.insta-item:hover .instalink .caption {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.insta-item:hover .instalink .caption, .insta-item:hover .instalink:after {
  opacity: 1;
}
.insta-item:hover .instalink:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.insta-item:hover .instaimg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.insta-list.-captions-on .instalink:after {
  display: none;
}

.insta-box.-grid .instabox-title {
  font-size: clamp(1.506024rem, 1.0731rem + 0.7204vw, 1.9375rem);
  text-transform: none;
}

/* widget */
.insta-box.-widget .insta-item .instalink:after {
  font-size: 26px;
}
.insta-box.-widget .instafooter {
  font-size: 0.75rem;
  font-weight: 400;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0;
}
.insta-box.-widget .caption {
  font-size: 11px;
  line-height: 1.55;
  bottom: 24px;
  padding: 0.25rem;
}
.-carousel .insta-item {
  display: block;
}

@media (max-width: 991.98px) {
  .-mobile-scroll .insta-item {
    display: block;
    max-width: 89%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 89%;
            flex: 0 0 89%;
  }
  .-mobile-scroll ~ .showmore-wrapper {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #facebook_block .fb_iframe_widget {
    margin: 0 -5px;
  }
}
/* header links widget */
.header-page .links {
  line-height: inherit;
}
.header-page .wrapper .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.header-page .wrapper li {
  margin: 0;
  padding: 3px 10px 3px 0;
  font-size: inherit;
}

@media (max-width: 991.98px) {
  .header-page .wrapper li {
    padding-top: 0;
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 991.98px) {
  .-mobile-scroll {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .-mobile-scroll > * {
    scroll-snap-align: start;
  }
}
