* {
  -webkit-font-smoothing: antialiased;
}

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

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

audio,
canvas,
img,
video {
  vertical-align: middle;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

[hidden] {
  display: none;
}

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="checkbox"].styled:checked + label, input[type="checkbox"].styled:not(:checked) + label, input[type="radio"].styled:checked + label, input[type="radio"].styled:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before, input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8db;
  background: white;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before {
  border-radius: 3px;
}

input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  border-radius: 50%;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after, input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  content: '';
  width: 8px;
  height: 8px;
  line-height: 0.8;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #0096db;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after {
  border-radius: 2px;
}

input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  border-radius: 50%;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 40px;
  color: #8b8b8b;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 45px;
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #878787;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -1px;
}

.container {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

@media (max-width: 1400px) {
  .container {
    width: 95%;
  }
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*='col_'] {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*='col_'].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row.big-gutter > [class*='col_'] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*='col_'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*='col_'] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*='col_'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*='col_'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.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.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.col-12 {
  -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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@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%;
  }
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

.d-flex {
  display: -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: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -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;
  }
}

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

.flex-column {
  -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 {
  -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 {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -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;
}

.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 {
  -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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
  }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .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;
  }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
  }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
  }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html {
  font-size: 10px;
}

h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: calc( 4.4rem + 12px);
  margin-bottom: 35px;
}

h1 b,
h1 strong {
  font-weight: 900;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: calc( 4rem + 12px);
  margin-bottom: 30px;
}

h2 b,
h2 strong {
  font-weight: 900;
}

h3 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: calc( 3.8rem + 12px);
  margin-bottom: 25px;
}

h3 b,
h3 strong {
  font-weight: 900;
}

h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc( 2.4rem + 12px);
}

h4 b,
h4 strong {
  font-weight: 900;
}

h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc( 2rem + 12px);
}

h5 b,
h5 strong {
  font-weight: 900;
}

h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc( 1.5rem + 12px);
}

h6 b,
h6 strong {
  font-weight: 900;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 4rem;
    line-height: calc( 4rem + 12px);
  }
  h2 {
    font-size: 3.8rem;
    line-height: calc( 3.8rem + 12px);
  }
  h3 {
    font-size: 2.4rem;
    line-height: calc( 2.4rem + 12px);
  }
  h4 {
    font-size: 2rem;
    line-height: calc( 2rem + 12px);
  }
  h5 {
    font-size: 1.5rem;
    line-height: calc( 1.5rem + 12px);
  }
  h6 {
    font-size: 1rem;
    line-height: calc( 1rem + 12px);
  }
  p {
    font-size: 1.4rem;
    line-height: calc( 1.4rem + 12px);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.8rem;
    line-height: calc( 3.8rem + 12px);
  }
  h2 {
    font-size: 2.4rem;
    line-height: calc( 2.4rem + 12px);
  }
  h3 {
    font-size: 2rem;
    line-height: calc( 2rem + 12px);
  }
  h4 {
    font-size: 1.5rem;
    line-height: calc( 1.5rem + 12px);
  }
  h5 {
    font-size: 1rem;
    line-height: calc( 1rem + 12px);
  }
  h6 {
    letter-spacing: 1px;
    line-height: calc( 1px + 12px);
  }
}

p {
  font-family: "Josefin Sans", sans-serif, Arial, Helvetica, sans-serif;
  color: #878787;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc( 1.6rem + 12px);
  margin: 0 0 25px;
}

p:empty {
  display: none;
  margin: 0;
}

p a {
  font-size: 100%;
  margin: 0;
  color: #878787;
  text-decoration: none;
}

p a:hover {
  color: #ff0000;
}

p span {
  font-size: 100%;
  margin: 0;
}

p label {
  font-size: 100%;
  margin: 0;
}

p i {
  font-style: italic;
}

p b {
  font-style: italic;
  font-weight: 700;
}

a {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #878787;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a p {
  font-size: 100%;
  margin: 0;
}

a a {
  font-size: 100%;
  margin: 0;
}

a span {
  font-size: 100%;
  margin: 0;
}

a label {
  font-size: 100%;
  margin: 0;
}

a:hover {
  color: #ff0000;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

span {
  font-family: "Josefin Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

span p {
  font-size: 100%;
  margin: 0;
}

span a {
  font-size: 100%;
  margin: 0;
}

span span {
  font-size: 100%;
  margin: 0;
}

span label {
  font-size: 100%;
  margin: 0;
}

label {
  font-family: "Josefin Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

label p {
  font-size: 100%;
  margin: 0;
}

label a {
  font-size: 100%;
  margin: 0;
}

label span {
  font-size: 100%;
  margin: 0;
}

label label {
  font-size: 100%;
  margin: 0;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  margin: 40px 0;
}

blockquote:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  content: '';
  height: 100%;
  width: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #d7d7d7;
}

blockquote p {
  color: #878787;
  font-family: "Josefin Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: calc( 1.6rem + 12px);
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1024px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

li {
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 7px;
}

.the-content ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #878787;
  font-size: 7px;
  width: 1em;
  vertical-align: middle;
  margin-right: 5px;
}

.the-content ol {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
}

.the-content ol li {
  counter-increment: step-counter;
}

.the-content ol li:before {
  color: #878787;
  content: counter(step-counter) ".";
  margin-right: 5px;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li {
  color: white;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0 0 25px;
}

@media (max-width: 1024px) {
  input {
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  input {
    margin: 0 0 10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

input[type="checkbox"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="checkbox"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="radio"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="radio"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

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

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

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #878787;
  font-family: "Josefin Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.checkbox {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
}

.radio-input {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  margin-right: 40px;
}

.radio-input span {
  margin-right: 10px;
}

.radio {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
  background: url(images/radio.png) no-repeat;
}

.select-block {
  position: relative;
}

.select-block .selectric-wrapper {
  background: #fff;
}

.select-block .selectric-wrapper .selectric .select-button {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  background-image: url(images/select-arrow2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
}

.select-block .selectric-wrapper .selectric span.label {
  height: 39px;
  color: #878787;
  font-size: 1.1rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 30px;
}

.select-block .selectric-wrapper.white-select {
  border: 0;
}

.select-block .selectric-wrapper .selectric-items ul li {
  padding: 7px 20px;
  color: #878787;
  font-size: 1.3rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #c2c0c6;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  display: initial;
  width: auto;
  float: none;
  text-align: initial;
  font-size: inherit;
  line-height: normal;
  text-transform: none;
  padding: 0;
}

.styled-checkbox + label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  vertical-align: text-top;
  border: 2px solid #d1d3d4;
  background: #e6e7e8;
  margin-right: 10px;
}

.styled-checkbox:checked + label:before {
  color: #f73093;
}

.styled-checkbox:checked + label:after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 2px;
  height: 2px;
  content: '';
  background: #f73093;
  -webkit-box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
          box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.styled-checkbox:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}

.styled-checkbox:disabled + label:before {
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
  /*all required fields*/
}

select option {
  /*select option*/
}

input[type="file"] {
  /*file field*/
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #DA291C;
}

div.wpcf7-mail-sent-ok {
  color: #3F724C;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #727272;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

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

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.section {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section {
    padding: 25px 0;
  }
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

* {
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #b4885be3;
}

body::-webkit-scrollbar-thumb:hover {
  background: #B4885B;
}

.container {
  width: 1400px;
  padding: 0;
}

@media (max-width: 1480px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 560px) {
  .container {
    padding: 0;
  }
}

.page-template-login .header,
.page-template-login .footer {
  display: none;
}

.page-template-login.logged-in .header,
.page-template-login.logged-in .footer {
  display: initial;
}

#yith-wcwl-message {
  display: none !important;
}

.round #tawkchat-status-text-container {
  background: #C99C69;
}

.header {
  position: relative;
}

.header .header--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  .header .header--desktop {
    display: none;
  }
}

.header .header--column {
  width: calc(50% - 100px);
  padding-bottom: 15px;
}

@media (max-width: 1240px) {
  .header .header--column {
    width: calc(50% - 70px);
  }
}

.header .header--column.logo {
  width: 210px;
  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: 0 -5px;
  position: relative;
  z-index: 20;
  background: white;
}

.header .header--column.logo a {
  width: 100%;
  display: block;
}

.header .header--column.logo a .img {
  width: 65%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1240px) {
  .header .header--column.logo {
    width: 150px;
  }
}

.header .header--column:first-of-type .header--top,
.header .header--column:first-of-type .header--bottom {
  padding-left: calc((100vw - 1400px) / 3 - 20px);
  padding-right: 5px;
}

@media (max-width: 1480px) {
  .header .header--column:first-of-type .header--top,
  .header .header--column:first-of-type .header--bottom {
    padding-left: 20px;
  }
}

.header .header--column:first-of-type .header--top .links,
.header .header--column:first-of-type .header--bottom .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  padding-left: 38px;
  border-left: 1px solid #E5E5E5;
  margin-left: 44px;
}

.header .header--column:first-of-type .header--top .links .link,
.header .header--column:first-of-type .header--bottom .links .link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header--column:first-of-type .header--top .links .link:hover,
.header .header--column:first-of-type .header--bottom .links .link:hover {
  color: #C99C69;
}

.header .header--column:first-of-type .header--top .links .img,
.header .header--column:first-of-type .header--bottom .links .img {
  margin-right: 5px;
}

.header .header--column:first-of-type .header--top .search--cont,
.header .header--column:first-of-type .header--bottom .search--cont {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  position: relative;
}

.header .header--column:first-of-type .header--top .search--cont .search,
.header .header--column:first-of-type .header--bottom .search--cont .search {
  width: 100%;
}

.header .header--column:first-of-type .header--top .search--cont .search .input,
.header .header--column:first-of-type .header--bottom .search--cont .search .input {
  background: none;
  border: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #707070;
  padding: 0;
  caret-color: #C99C69;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  padding-right: 10px;
}

.header .header--column:first-of-type .header--top .search--cont .search .btn-submit,
.header .header--column:first-of-type .header--bottom .search--cont .search .btn-submit {
  padding: 0;
  margin: 0;
  background: none;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont {
  position: absolute;
  top: 15px;
  right: -28px;
  z-index: 50;
  width: 100%;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown {
  border-radius: 0 0 6px 6px;
  padding: 10px;
  background: white;
  position: relative;
  z-index: 51;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10px;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(1),
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(2),
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(3),
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item::after,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item::after {
  content: " ";
  border: 0.2px solid #ececec;
  width: 90%;
  left: 5%;
  bottom: 5px;
  position: absolute;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item:last-of-type::after,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item:last-of-type::after {
  display: none;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item .img,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item .img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item .text,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item .text {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  width: calc(100% - 60px);
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item .text .a .h2,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item .text .a .h2 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
  margin: 0;
  font-weight: 400;
}

.header .header--column:first-of-type .header--top .search--cont .search--dropdown--cont .search--dropdown .item .text .a .h2:hover,
.header .header--column:first-of-type .header--bottom .search--cont .search--dropdown--cont .search--dropdown .item .text .a .h2:hover {
  color: #C99C69;
}

.header .header--column:last-of-type .header--top,
.header .header--column:last-of-type .header--bottom {
  padding-right: calc((100vw - 1400px) / 3 - 20px);
  padding-left: 5px;
}

@media (max-width: 1480px) {
  .header .header--column:last-of-type .header--top,
  .header .header--column:last-of-type .header--bottom {
    padding-right: 20px;
  }
}

.header .header--column:last-of-type .social {
  padding-right: 26px;
  margin-right: 20px;
  border-right: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1480px) {
  .header .header--column:last-of-type .social {
    padding-right: 10px;
  }
}

@media (max-width: 1240px) {
  .header .header--column:last-of-type .social {
    padding-right: 5px;
    margin-right: 5px;
  }
}

.header .header--column:last-of-type .social .link {
  color: #707070;
  padding: 0 13px;
  font-size: 20px;
}

@media (max-width: 1480px) {
  .header .header--column:last-of-type .social .link {
    padding: 0 5px;
  }
}

.header .header--column:last-of-type .social .link:hover {
  color: #C99C69;
}

.header .header--column:last-of-type .dropdowns {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header--column:last-of-type .dropdowns .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}

@media (max-width: 1480px) {
  .header .header--column:last-of-type .dropdowns .dropdown {
    font-size: 14px;
  }
}

.header .header--column:last-of-type .dropdowns .dropdown a {
  color: #707070;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont {
  position: absolute;
  border-radius: 6px;
  top: 15px;
  right: -28px;
  z-index: 50;
  width: 341px;
  padding-top: 25px;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 52;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont .account--toggle {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 40px 23px;
  background: white;
  position: relative;
  z-index: 51;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 23px;
  color: white;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont .btn:hover {
  color: #C99C69;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont .p {
  margin: 0;
  background: #F7F8FD;
  color: #515151;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 14px 23px;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont .p .link {
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  color: #FF0000;
}

.header .header--column:last-of-type .dropdowns .dropdown .account--toggle--cont .p .link:hover {
  text-decoration: underline;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont {
  position: absolute;
  border-radius: 6px;
  top: 15px;
  right: -28px;
  z-index: 50;
  width: 367px;
  padding-top: 25px;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 52;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .cart--toggle {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 27px 22px;
  background: white;
  position: relative;
  z-index: 51;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid #F7F8FD;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .item .thumbnail {
  width: 95px;
  height: 95px;
  background-size: contain;
  background-position: center;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .item .text {
  width: calc(100% - 110px);
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .item .h2 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .item .h3 {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .item .p {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .subtotal {
  margin: 0 0 30px;
  background: #F7F8FD;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 14px 23px;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .subtotal .p {
  margin: 0;
  color: #515151;
  font-size: 18px;
  line-height: 22px;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .subtotal .p span {
  font-weight: 800;
  margin: 0;
  color: #515151;
  font-size: 18px;
  line-height: 22px;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .btn {
  width: 100%;
  color: white;
  text-align: center;
}

.header .header--column:last-of-type .dropdowns .dropdown .cart--toggle--cont .btn:hover {
  color: #C99C69;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont {
  position: absolute;
  border-radius: 6px;
  top: 15px;
  right: -28px;
  z-index: 50;
  width: 367px;
  padding-top: 25px;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inherit;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  top: 15px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 52;
  display: inherit;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .wishlist--toggle {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 27px 22px;
  background: white;
  position: relative;
  z-index: 51;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid #F7F8FD;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .item .thumbnail {
  width: 95px;
  height: 95px;
  background-size: contain;
  background-position: center;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .item .text {
  width: calc(100% - 110px);
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .item .h2 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .item .h3 {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .item .p {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .subtotal {
  margin: 0 0 30px;
  background: #F7F8FD;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 14px 23px;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .subtotal .p {
  margin: 0;
  color: #515151;
  font-size: 18px;
  line-height: 22px;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .subtotal .p span {
  font-weight: 800;
  margin: 0;
  color: #515151;
  font-size: 18px;
  line-height: 22px;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .btn {
  width: 100%;
  color: white;
  text-align: center;
}

.header .header--column:last-of-type .dropdowns .dropdown .wishlist--toggle--cont .btn:hover {
  color: #C99C69;
}

.header .header--column:last-of-type .dropdowns .dropdown img {
  margin-right: 5px;
}

.header .header--column:last-of-type .dropdowns .dropdown i {
  margin-left: 5px;
}

.header .header--column .header--top {
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: -5px 0 20px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0;
  min-height: 60px;
}

.header .header--column .header--top .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--column .header--top .search .input {
  margin-bottom: 0;
  height: 20px;
}

.header .header--column .header--bottom {
  padding-top: 25px;
}

.header .header--column .header--bottom .nav .ul, .header .header--column .header--bottom .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1480px) {
  .header .header--column .header--bottom .nav .ul, .header .header--column .header--bottom .nav ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.header .header--column .header--bottom .nav .ul .li, .header .header--column .header--bottom .nav .ul li, .header .header--column .header--bottom .nav ul .li, .header .header--column .header--bottom .nav ul li {
  padding: 0 13px;
  border-right: 1px solid #E5E5E5;
}

@media (max-width: 1480px) {
  .header .header--column .header--bottom .nav .ul .li, .header .header--column .header--bottom .nav .ul li, .header .header--column .header--bottom .nav ul .li, .header .header--column .header--bottom .nav ul li {
    padding: 0 7px;
  }
}

@media (max-width: 1240px) {
  .header .header--column .header--bottom .nav .ul .li, .header .header--column .header--bottom .nav .ul li, .header .header--column .header--bottom .nav ul .li, .header .header--column .header--bottom .nav ul li {
    border: none;
    padding: 0 3px;
  }
}

.header .header--column .header--bottom .nav .ul .li:first-of-type, .header .header--column .header--bottom .nav .ul li:first-of-type, .header .header--column .header--bottom .nav ul .li:first-of-type, .header .header--column .header--bottom .nav ul li:first-of-type {
  padding-left: 0;
}

.header .header--column .header--bottom .nav .ul .li:last-of-type, .header .header--column .header--bottom .nav .ul li:last-of-type, .header .header--column .header--bottom .nav ul .li:last-of-type, .header .header--column .header--bottom .nav ul li:last-of-type {
  padding-right: 0;
  border: none;
}

.header .header--column .header--bottom .nav .ul .li .a, .header .header--column .header--bottom .nav .ul .li a, .header .header--column .header--bottom .nav .ul li .a, .header .header--column .header--bottom .nav .ul li a, .header .header--column .header--bottom .nav ul .li .a, .header .header--column .header--bottom .nav ul .li a, .header .header--column .header--bottom .nav ul li .a, .header .header--column .header--bottom .nav ul li a {
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #707070;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .header .header--column .header--bottom .nav .ul .li .a, .header .header--column .header--bottom .nav .ul .li a, .header .header--column .header--bottom .nav .ul li .a, .header .header--column .header--bottom .nav .ul li a, .header .header--column .header--bottom .nav ul .li .a, .header .header--column .header--bottom .nav ul .li a, .header .header--column .header--bottom .nav ul li .a, .header .header--column .header--bottom .nav ul li a {
    font-size: 14px;
  }
}

.header .header--column .header--bottom .nav .ul .li .a:hover, .header .header--column .header--bottom .nav .ul .li a:hover, .header .header--column .header--bottom .nav .ul li .a:hover, .header .header--column .header--bottom .nav .ul li a:hover, .header .header--column .header--bottom .nav ul .li .a:hover, .header .header--column .header--bottom .nav ul .li a:hover, .header .header--column .header--bottom .nav ul li .a:hover, .header .header--column .header--bottom .nav ul li a:hover {
  color: #C99C69;
  text-decoration: underline;
}

.header .header--column .header--bottom .nav .submenu--cont {
  position: absolute;
  width: calc(100% - (100vw - 1400px) + 40px);
  top: 100px;
  padding-top: 25px;
  left: 50%;
  z-index: 200;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header--column .header--bottom .nav .submenu--cont.inactive {
  opacity: 0;
  z-index: -1;
}

@media (max-width: 1480px) {
  .header .header--column .header--bottom .nav .submenu--cont {
    width: 100%;
  }
}

.header .header--column .header--bottom .nav .submenu {
  background: white;
  padding: 26px 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 25px;
  width: 100%;
}

.header .header--column .header--bottom .nav .submenu.inactive {
  opacity: 0;
  z-index: -1;
}

@media (max-width: 1480px) {
  .header .header--column .header--bottom .nav .submenu {
    width: 100%;
  }
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 200px;
}

@media (max-width: 1240px) {
  .header .header--column .header--bottom .nav .submenu .column:first-of-type {
    width: 40%;
  }
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type .h2 {
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 17px;
  color: #333333;
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type .sub-ul {
  margin-bottom: 17px;
  display: block;
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type .sub-ul .li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #818181;
  border: none;
  padding: none;
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type .sub-ul .li .a {
  font-size: 15px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #818181;
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type .more {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 52px;
}

.header .header--column .header--bottom .nav .submenu .column:first-of-type .more:hover {
  border-bottom: 1px solid #C99C69;
}

.header .header--column .header--bottom .nav .submenu .column:nth-of-type(2) ul {
  display: block;
}

.header .header--column .header--bottom .nav .submenu .column:nth-of-type(2) ul li {
  margin: 0;
  padding: 0;
  border: none;
}

.header .header--column .header--bottom .nav .submenu .column:nth-of-type(2) ul li a {
  font-size: 16px;
  line-height: 50px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type {
  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: 40%;
}

@media (max-width: 1240px) {
  .header .header--column .header--bottom .nav .submenu .column:last-of-type {
    width: unset;
  }
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider {
  width: 340px;
  padding-bottom: 60px;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .slick-dots {
  bottom: 0;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .slick-dots li {
  padding: 0;
  margin: 0 10px;
  border: none;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .slick-dots li button::before {
  display: none;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .slide {
  background: #FBFBFB;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .img {
  width: 100%;
  height: 224px;
  background-position: center;
  background-size: contain;
  background-image: url(./images/prod.png);
  background-repeat: no-repeat;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .text {
  text-align: center;
  padding: 20px 48px;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .text .h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Suave";
  color: #C99C69;
  margin-bottom: 10px;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .text .p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
  margin-bottom: 24px;
}

.header .header--column .header--bottom .nav .submenu .column:last-of-type .header--slider .text .span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Suave";
  color: #C99C69;
  margin: 0 auto 17px;
  display: block;
}

.header .header--column .header--bottom .nav .submenu .column .sub--col {
  width: 50%;
  height: auto;
}

.header .header--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header .header--mobile {
    display: block;
  }
}

.header .header--mobile .mobile--bar {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header .header--mobile .mobile--bar .logo {
  width: 90px;
}

.header .header--mobile .mobile--bar .logo .img {
  width: 100%;
  height: auto;
}

.header .header--mobile .mobile--bar .menu--toggler {
  font-size: 25px;
}

.header .header--mobile .mobile--menu {
  display: none;
  padding-top: 20px;
}

.header .header--mobile .mobile--menu .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20%;
}

.header .header--mobile .mobile--menu .icons .li .a {
  font-size: 22px;
  color: #C99C69;
}

.header .header--mobile .mobile--menu .search--cont {
  position: relative;
}

.header .header--mobile .mobile--menu .search--cont .search {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20% 20px;
  border: 2px solid #C99C69;
  border-radius: 30px;
  padding: 10px;
}

@media (max-width: 560px) {
  .header .header--mobile .mobile--menu .search--cont .search {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.header .header--mobile .mobile--menu .search--cont .search .input {
  background: none;
  border: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #707070;
  padding: 0;
  caret-color: #C99C69;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  padding-right: 10px;
  margin: 0;
  height: 20px;
}

.header .header--mobile .mobile--menu .search--cont .search .btn-submit {
  padding: 0;
  margin: 0;
  background: none;
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont {
  position: absolute;
  top: 40px;
  right: -28px;
  z-index: 50;
  width: 60%;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown {
  border-radius: 0 0 6px 6px;
  padding: 10px;
  background: white;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  position: relative;
  z-index: 51;
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10px;
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(1), .header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(2), .header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item .img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item .text {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  width: calc(100% - 60px);
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item .text a {
  font-size: 16px;
  color: #C99C69;
}

.header .header--mobile .mobile--menu .search--cont .search--dropdown--cont .search--dropdown .item .text a h2 {
  color: #C99C69;
  font-size: 14px;
}

.header .header--mobile .mobile--menu .nav {
  width: 60%;
  margin: 0 auto;
}

.header .header--mobile .mobile--menu .nav .ul, .header .header--mobile .mobile--menu .nav ul {
  text-align: center;
  margin: 0 auto;
}

.header .header--mobile .mobile--menu .nav .ul .li, .header .header--mobile .mobile--menu .nav .ul li, .header .header--mobile .mobile--menu .nav ul .li, .header .header--mobile .mobile--menu .nav ul li {
  text-align: center;
}

.header .header--mobile .mobile--menu .nav .ul .li .a, .header .header--mobile .mobile--menu .nav .ul .li a, .header .header--mobile .mobile--menu .nav .ul li .a, .header .header--mobile .mobile--menu .nav .ul li a, .header .header--mobile .mobile--menu .nav ul .li .a, .header .header--mobile .mobile--menu .nav ul .li a, .header .header--mobile .mobile--menu .nav ul li .a, .header .header--mobile .mobile--menu .nav ul li a {
  color: black;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.header .header--mobile .mobile--menu .nav .ul .li .sub-menu, .header .header--mobile .mobile--menu .nav .ul li .sub-menu, .header .header--mobile .mobile--menu .nav ul .li .sub-menu, .header .header--mobile .mobile--menu .nav ul li .sub-menu {
  display: none;
}

.header .header--mobile .mobile--menu .nav .ul .li.menu-item-has-children > a, .header .header--mobile .mobile--menu .nav .ul li.menu-item-has-children > a, .header .header--mobile .mobile--menu .nav ul .li.menu-item-has-children > a, .header .header--mobile .mobile--menu .nav ul li.menu-item-has-children > a {
  position: relative;
}

.header .header--mobile .mobile--menu .nav .ul .li.menu-item-has-children > a:after, .header .header--mobile .mobile--menu .nav .ul li.menu-item-has-children > a:after, .header .header--mobile .mobile--menu .nav ul .li.menu-item-has-children > a:after, .header .header--mobile .mobile--menu .nav ul li.menu-item-has-children > a:after {
  content: '';
  background-image: url(images/angle-right-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 4px;
  right: -5px;
  top: 3px;
}

.header .header--mobile .mobile--menu .nav .ul .li.menu-item-has-children > a.show:after, .header .header--mobile .mobile--menu .nav .ul li.menu-item-has-children > a.show:after, .header .header--mobile .mobile--menu .nav ul .li.menu-item-has-children > a.show:after, .header .header--mobile .mobile--menu .nav ul li.menu-item-has-children > a.show:after {
  content: '';
  background-image: url(images/angle-left-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 4px;
  right: -5px;
  top: 3px;
}

.header .header--mobile .mobile--menu .links {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header .header--mobile .mobile--menu .links .link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header--mobile .mobile--menu .links .link:hover {
  color: #C99C69;
}

.header .header--mobile .mobile--menu .links .img {
  margin-right: 5px;
}

.footer {
  background: #FBFBFB;
}

.footer .logo--cont {
  margin-bottom: 100px;
  padding-top: 86px;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
}

.footer .logo--cont .logo {
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FBFBFB;
  padding: 0 40px;
}

.footer .footer--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #C8C8C8;
}

@media (max-width: 1024px) {
  .footer .footer--cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .footer .footer--cont {
    padding-bottom: 20px;
  }
}

.footer .footer--cont .column {
  max-width: 15%;
}

@media (max-width: 1024px) {
  .footer .footer--cont .column {
    width: 30%;
    max-width: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer .footer--cont .column {
    width: 50%;
    max-width: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .footer .footer--cont .column {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: unset;
    margin-bottom: 20px;
  }
}

.footer .footer--cont .column .h2 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .footer .footer--cont .column .h2 {
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.footer .footer--cont .column .li,
.footer .footer--cont .column li {
  margin: 0;
}

.footer .footer--cont .column .li .a,
.footer .footer--cont .column .li .span,
.footer .footer--cont .column .li a,
.footer .footer--cont .column li .a,
.footer .footer--cont .column li .span,
.footer .footer--cont .column li a {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 768px) {
  .footer .footer--cont .column .li .a,
  .footer .footer--cont .column .li .span,
  .footer .footer--cont .column .li a,
  .footer .footer--cont .column li .a,
  .footer .footer--cont .column li .span,
  .footer .footer--cont .column li a {
    line-height: 18px;
  }
}

.footer .footer--cont .column .li .a:hover,
.footer .footer--cont .column .li a:hover,
.footer .footer--cont .column li .a:hover,
.footer .footer--cont .column li a:hover {
  color: #C99C69;
}

.footer .copyright--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .footer .copyright--cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .copyright--cont .p {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .footer .copyright--cont .p {
    width: 100%;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.footer .copyright--cont .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .copyright--cont .ul .li {
  margin-left: 27px;
}

.btn, .button {
  font-size: 16px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 18px 32px;
  font-weight: 350;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .btn, .button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.btn.btn--gold, .btn.wc-backward, .btn.wc-forward, .button.btn--gold, .button.wc-backward, .button.wc-forward {
  background: none;
  color: white;
  position: relative;
  z-index: 2;
  border: 1px solid #C99C69;
}

.btn.btn--gold::after, .btn.wc-backward::after, .btn.wc-forward::after, .button.btn--gold::after, .button.wc-backward::after, .button.wc-forward::after {
  content: " ";
  background: #C99C69;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation-name: bigger;
          animation-name: bigger;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.btn.btn--gold:hover, .btn.wc-backward:hover, .btn.wc-forward:hover, .button.btn--gold:hover, .button.wc-backward:hover, .button.wc-forward:hover {
  color: #C99C69;
  background: none;
}

.btn.btn--gold:hover:after, .btn.wc-backward:hover:after, .btn.wc-forward:hover:after, .button.btn--gold:hover:after, .button.wc-backward:hover:after, .button.wc-forward:hover:after {
  -webkit-animation-name: smaller;
          animation-name: smaller;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@media (max-width: 1024px) {
  .btn.btn--gold:hover, .btn.wc-backward:hover, .btn.wc-forward:hover, .button.btn--gold:hover, .button.wc-backward:hover, .button.wc-forward:hover {
    background: none;
    color: white;
  }
  .btn.btn--gold:hover::after, .btn.wc-backward:hover::after, .btn.wc-forward:hover::after, .button.btn--gold:hover::after, .button.wc-backward:hover::after, .button.wc-forward:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}

.btn.btn--gold--empty, .button.btn--gold--empty {
  background: none;
  border: 1px solid #C99C69;
  color: #C99C69;
  position: relative;
  z-index: 2;
  border: 1px solid #C99C69;
}

.btn.btn--gold--empty::after, .button.btn--gold--empty::after {
  content: " ";
  background: #C99C69;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation-name: smaller;
          animation-name: smaller;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.btn.btn--gold--empty:hover, .button.btn--gold--empty:hover {
  color: white;
}

.btn.btn--gold--empty:hover:after, .button.btn--gold--empty:hover:after {
  -webkit-animation-name: bigger;
          animation-name: bigger;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background: #C99C69;
}

@media (max-width: 1024px) {
  .btn.btn--gold--empty:hover, .button.btn--gold--empty:hover {
    background: none;
    color: white;
  }
  .btn.btn--gold--empty:hover::after, .button.btn--gold--empty:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes smaller {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes smaller {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes bigger {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes bigger {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.yith-wcwl-add-button i {
  font-size: 22px;
}

.yith-wcwl-add-button:hover i {
  color: #B4885B;
}

.feedback i {
  color: #B4885B;
}

.alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}

@media (max-width: 1480px) {
  .alert {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .alert {
    padding: 10px 30px 10px 10px;
    margin-bottom: 10px;
  }
}

.alert i {
  font-size: 30px;
}

@media (max-width: 560px) {
  .alert i {
    font-size: 20px;
  }
}

.alert .text {
  margin-left: 15px;
}

.alert .text h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .alert .text h2 {
    font-size: 14px;
    line-height: 18px;
  }
}

.alert .text p {
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .alert .text p {
    font-size: 14px;
    line-height: 18px;
  }
}

.alert .discard {
  position: absolute;
  right: 25px;
  top: 40%;
  -webkit-transform: transitionY(-50%);
          transform: transitionY(-50%);
}

@media (max-width: 560px) {
  .alert .discard {
    right: 17px;
  }
}

.alert .discard i {
  font-size: 12px;
}

.alert.warning {
  background: #FFF2CF;
  border: 1px solid #FCEABB;
  color: #C99C69;
}

.alert.warning h1,
.alert.warning h2,
.alert.warning h3,
.alert.warning h4,
.alert.warning h5,
.alert.warning h6,
.alert.warning p,
.alert.warning li {
  color: #C99C69;
}

.alert.error {
  background: #FFCFCF;
  border: 1px solid #FCBBBB;
  color: #C96969;
}

.alert.error h1,
.alert.error h2,
.alert.error h3,
.alert.error h4,
.alert.error h5,
.alert.error h6,
.alert.error p,
.alert.error li {
  color: #C96969;
}

.alert.info {
  background: #CDE5FE;
  border: 1px solid #B6D9FD;
  color: #325981;
}

.alert.info h1,
.alert.info h2,
.alert.info h3,
.alert.info h4,
.alert.info h5,
.alert.info h6,
.alert.info p,
.alert.info li {
  color: #325981;
}

.alert.succes {
  background: #CDFED5;
  border: 1px solid #B6FDBF;
  color: #32814F;
}

.alert.succes h1,
.alert.succes h2,
.alert.succes h3,
.alert.succes h4,
.alert.succes h5,
.alert.succes h6,
.alert.succes p,
.alert.succes li {
  color: #325981;
}

.woocommerce-notices-wrapper {
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
}

.woocommerce-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #CDE5FE;
  border: 1px solid #B6D9FD;
  color: #325981;
  font-size: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.woocommerce-info a,
.woocommerce-info h1,
.woocommerce-info h2,
.woocommerce-info h3,
.woocommerce-info h4,
.woocommerce-info h5,
.woocommerce-info h6,
.woocommerce-info p,
.woocommerce-info li {
  color: #325981;
}

.woocommerce-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
  background: #CDFED5;
  border: 1px solid #B6FDBF;
  color: #32814F;
  font-size: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.woocommerce-message a,
.woocommerce-message h1,
.woocommerce-message h2,
.woocommerce-message h3,
.woocommerce-message h4,
.woocommerce-message h5,
.woocommerce-message h6,
.woocommerce-message p,
.woocommerce-message li {
  color: #325981;
}

#yith-wcwl-popup-message {
  display: none;
}

.page-home .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 98px;
  position: relative;
}

@media (max-width: 768px) {
  .page-home .hero {
    padding-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .page-home .hero {
    padding-bottom: 20px;
  }
}

.page-home .hero .img {
  background-position: center;
  background-size: cover;
  width: 61%;
  margin-left: -15%;
}

@media (max-width: 1240px) {
  .page-home .hero .img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: -1;
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .page-home .hero .img {
    display: none;
  }
}

.page-home .hero .content {
  width: 1029px;
  padding-top: 100px;
}

@media (max-width: 1240px) {
  .page-home .hero .content {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .page-home .hero .content {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .page-home .hero .content {
    padding-top: 50px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content {
    padding-top: 20px;
  }
}

.page-home .hero .content .card {
  width: 100%;
  background-color: rgba(201, 156, 105, 0.12);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 86px;
}

@media (max-width: 1240px) {
  .page-home .hero .content .card {
    background-color: rgba(236, 226, 214, 0.83);
  }
}

@media (max-width: 1024px) {
  .page-home .hero .content .card {
    padding: 40px;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .page-home .hero .content .card {
    margin-bottom: 50px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.page-home .hero .content .card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 27px;
  left: 22px;
  content: " ";
  display: inline-block;
  border: 2px solid #C99C69;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}

.page-home .hero .content .card .text--cont {
  position: relative;
  z-index: 20;
  padding: 95px 30px 45px 0;
  width: 70%;
}

@media (max-width: 1240px) {
  .page-home .hero .content .card .text--cont {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont {
    padding: 10px;
  }
}

.page-home .hero .content .card .text--cont .text-slider {
  position: relative;
}

.page-home .hero .content .card .text--cont .text-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 10px;
  overflow: hidden;
}

.page-home .hero .content .card .text--cont .text-slider:not(.slick-slider) .text {
  display: none;
  overflow: hidden;
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots {
  position: absolute;
  top: 0;
  left: -150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: slides;
}

@media (max-width: 1240px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots {
    left: -100px;
  }
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots {
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: -60px;
    top: unset;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots {
    bottom: -30px;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li {
  padding: 20px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li {
    padding: 0 10px;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li::before {
  counter-increment: slides;
  content: "0" counter(slides);
  font-size: 18px;
  line-height: 20px;
  font-family: "Suave";
  opacity: 0.5;
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li::before {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active {
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active {
    padding-bottom: 0px;
    padding-right: 120px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active {
    padding: 0 10px;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active::before {
  opacity: 1;
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active::after {
  content: " ";
  display: inline-block;
  height: 80px;
  bottom: 0;
  border-right: 1px solid #707070;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active::after {
    height: 1px;
    width: 80px;
    right: 0;
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 1px solid #707070;
    left: 50px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active::after {
    display: none;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active:last-of-type {
  padding-top: 120px;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active:last-of-type {
    padding-top: 0px;
    padding-left: 120px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active:last-of-type {
    padding: 0 10px;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active:last-of-type::after {
  content: " ";
  display: inline-block;
  height: 80px;
  padding-top: 20px;
  border-right: 1px solid #707070;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active:last-of-type::after {
    height: 1px;
    width: 80px;
    border-right: none;
    padding-top: 0;
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 1px solid #707070;
    left: 25px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text-slider .slick-dots li.slick-active:last-of-type::after {
    display: none;
  }
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li button {
  display: none;
}

.page-home .hero .content .card .text--cont .text-slider .slick-dots li button:before {
  display: none;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text {
    text-align: center;
  }
  .page-home .hero .content .card .text--cont .text p {
    margin: 0 auto;
  }
}

.page-home .hero .content .card .text--cont .text .h2 {
  font-family: "Suave";
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 7px;
  color: #333333;
  font-weight: 400;
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text .h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

.page-home .hero .content .card .text--cont .text .h1 {
  font-family: "Suave";
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .page-home .hero .content .card .text--cont .text .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text .h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}

.page-home .hero .content .card .text--cont .text .p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #707070;
  font-weight: 350;
  width: 70%;
}

@media (max-width: 1240px) {
  .page-home .hero .content .card .text--cont .text .p {
    color: #333333;
  }
}

@media (max-width: 768px) {
  .page-home .hero .content .card .text--cont .text .p {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-home .hero .content .card .text--cont .text .p span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #C99C69;
  font-weight: 350;
}

.page-home .hero .content .card .text--cont .text .buttons .btn {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .text .buttons .btn {
    background: #C99C69;
    color: white;
  }
  .page-home .hero .content .card .text--cont .text .buttons .btn::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .text .buttons .btn {
    margin: 0 10px 10px 0;
  }
}

.page-home .hero .content .card .text--cont .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
  padding-left: 20px;
}

@media (max-width: 1240px) {
  .page-home .hero .content .card .text--cont .ul {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .ul {
    padding-left: 0;
    padding-top: 20px;
  }
}

.page-home .hero .content .card .text--cont .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .page-home .hero .content .card .text--cont .ul .li {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .page-home .hero .content .card .text--cont .ul .li {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .card .text--cont .ul .li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.page-home .hero .content .card .text--cont .ul .li:last-of-type {
  padding: 0;
}

.page-home .hero .content .card .text--cont .ul .li .img {
  width: 20px;
  height: auto;
  min-height: unset;
  margin-right: 10px;
  position: relative;
  top: unset;
  left: unset;
}

.page-home .hero .content .card .text--cont .ul .li .p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-size: "Josefin Sans", sans-serif;
  color: #333333;
}

.page-home .hero .content .card .text--cont .ul .li .img {
  height: 40px;
  width: auto;
}

.page-home .hero .content .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 27.8%;
  padding-right: 29px;
  padding-bottom: 32px;
}

@media (max-width: 1240px) {
  .page-home .hero .content .products {
    background: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .products {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 20px 0;
  }
}

.page-home .hero .content .products .products--slider {
  width: 330px;
}

@media (max-width: 560px) {
  .page-home .hero .content .products .products--slider {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-home .hero .content .products .products--slider .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1480px) {
  .page-home .hero .content .products .products--slider .product {
    padding-top: 20px;
  }
}

@media (max-width: 560px) {
  .page-home .hero .content .products .products--slider .product {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.page-home .hero .content .products .products--slider .product .prod--img {
  width: 176px;
  height: 172px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.page-home .hero .content .products .products--slider .product .prod--text {
  max-width: 150px;
}

.page-home .hero .content .products .products--slider .product .prod--text .h2 {
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 14px;
}

@media (max-width: 560px) {
  .page-home .hero .content .products .products--slider .product .prod--text .h2 {
    margin-bottom: 5px;
  }
}

.page-home .hero .content .products .products--slider .product .prod--text .p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-home .hero .content .products .products--slider .product .prod--text .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}

.page-home .hero .content .products .products--slider .product .prod--text .span {
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 23px;
  color: #C99C69;
  font-family: "Suave";
}

@media (max-width: 560px) {
  .page-home .hero .content .products .products--slider .product .prod--text .span {
    margin-bottom: 5px;
  }
}

.page-home .hero .content .products .products--slider .product .prod--text .link {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
}

.page-home .hero .content .products .products--slider .product .prod--text .link:hover {
  color: #C99C69;
  text-decoration: underline;
}

.page-home .hero .content .products .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-left: 10px;
}

.page-home .hero .content .products .controls .arrow {
  margin: 0 10px 0 0;
  cursor: pointer;
}

.page-home .hero .content .products .controls .arrow.inactive {
  opacity: 0.5;
}

.page-home .hero .content .products .controls .products-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-home .hero .content .products .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 19px;
  color: #333333;
  font-family: "Suave";
  margin-left: 10px;
}

.page-home .hero .content .products .step .total,
.page-home .hero .content .products .step .actual {
  font-size: 17px;
  line-height: 19px;
  color: #333333;
  font-family: "Suave";
  margin-bottom: 0;
}

.page-home .hero .content .products .step .actual {
  color: #C99C69;
  font-size: 23px;
  line-height: 25px;
}

.page-home .section--1 {
  position: relative;
  background: white;
}

.page-home .section--1 .arrow {
  position: absolute;
  top: 30%;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .page-home .section--1 .arrow {
    display: none;
  }
}

.page-home .section--1 .categories--left {
  left: calc((100vw - 1400px) / 4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-home .section--1 .categories--right {
  right: calc((100vw - 1400px) / 4);
}

.page-home .section--1 .section--cont .categories--slider {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 151px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.page-home .section--1 .section--cont .categories--slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1480px) {
  .page-home .section--1 .section--cont .categories--slider {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .page-home .section--1 .section--cont .categories--slider {
    margin: 0;
  }
}

.page-home .section--1 .section--cont .categories--slider .slick-dots {
  bottom: 20px;
}

.page-home .section--1 .section--cont .categories--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

.page-home .section--1 .section--cont .categories--slider .slick-dots li button::before {
  display: none;
}

.page-home .section--1 .section--cont .categories--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-home .section--1 .section--cont .categories--slider .category--wrap {
  padding: 11px 11px;
  height: inherit;
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category {
  background-color: #FBFBFB;
  padding: 60px 27px 35px;
  min-height: 300px;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category .h2 {
  font-size: 26px;
  line-height: 29px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 32px;
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category .ul .li {
  margin-bottom: 5px;
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category .ul .li::before {
  content: url(./images/gold-arrow.svg);
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category .ul .li .a {
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category .ul .li .a:hover {
  color: #C99C69;
}

.page-home .section--1 .section--cont .categories--slider .category--wrap .category .img {
  background-position: center;
  background-size: contain;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

.page-home .section--2 {
  padding: 50px  56px 144px;
}

@media (max-width: 1024px) {
  .page-home .section--2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .page-home .section--2 {
    padding: 0 2.5%;
  }
}

.page-home .section--2 .section--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .page-home .section--2 .section--cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-home .section--2 .section--cont .column {
  min-height: 472px;
  background-position: center;
  background-size: cover;
  width: calc(50% - 22px);
  position: relative;
}

@media (max-width: 1024px) {
  .page-home .section--2 .section--cont .column {
    width: 100%;
    min-height: 350px;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column {
    padding: 20px;
    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;
    min-height: 300px;
    margin-bottom: 10px;
  }
}

.page-home .section--2 .section--cont .column::after {
  content: " ";
  border: 1px solid #C99C69;
  position: absolute;
  width: calc(100% - 42px);
  left: 21px;
  height: calc(100% - 52px);
  top: 26px;
  z-index: 40;
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}

.page-home .section--2 .section--cont .column::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}

.page-home .section--2 .section--cont .column:first-of-type {
  padding: 94px 20px 20px 60px;
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column:first-of-type {
    padding: 20px;
  }
}

.page-home .section--2 .section--cont .column:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 20px 57px 47px;
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column:last-of-type {
    padding: 20px;
    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;
  }
}

.page-home .section--2 .section--cont .column .text {
  width: 45%;
  position: relative;
  z-index: 50;
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column .text {
    width: 100%;
  }
}

.page-home .section--2 .section--cont .column .text .h2 {
  font-size: 30px;
  line-height: 33px;
  color: white;
  font-family: "Suave";
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column .text .h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.page-home .section--2 .section--cont .column .text .p {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
}

@media (max-width: 560px) {
  .page-home .section--2 .section--cont .column .text .p {
    color: white;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-home .section--2 .section--cont .column .text .link {
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 20px;
}

.page-home .section--2 .section--cont .column .text .link:hover {
  text-decoration: underline;
}

.page-home .section--3 {
  padding-bottom: 210px;
  position: relative;
}

@media (max-width: 768px) {
  .page-home .section--3 {
    padding-bottom: 120px;
  }
}

@media (max-width: 560px) {
  .page-home .section--3 {
    padding-top: 20px;
  }
}

.page-home .section--3 .arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .page-home .section--3 .arrow {
    display: none;
  }
}

.page-home .section--3 .collection--left {
  left: calc((100vw - 1400px) / 4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-home .section--3 .collection--right {
  right: calc((100vw - 1400px) / 4);
}

.page-home .section--3 .section--cont .h2 {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin: 0 auto 30px;
}

@media (max-width: 560px) {
  .page-home .section--3 .section--cont .h2 {
    margin-bottom: 20px;
  }
}

.page-home .section--3 .section--cont .products .ul {
  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-bottom: 3px;
  border-bottom: 1px solid #D1D1D1;
}

@media (max-width: 560px) {
  .page-home .section--3 .section--cont .products .ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-home .section--3 .section--cont .products .ul .li {
  padding: 13px 19px;
  margin: 0 13px;
  font-family: "Josefin Sans", sans-serif;
  color: rgba(112, 112, 112, 0.5);
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
}

.page-home .section--3 .section--cont .products .ul .li a {
  color: rgba(112, 112, 112, 0.5);
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 768px) {
  .page-home .section--3 .section--cont .products .ul .li {
    padding: 10px 10px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-home .section--3 .section--cont .products .ul .li.active, .page-home .section--3 .section--cont .products .ul .li:hover {
  background: #C99C69;
  color: white;
}

.page-home .section--3 .section--cont .products .ul .li.active a, .page-home .section--3 .section--cont .products .ul .li:hover a {
  color: white;
}

.page-home .section--3 .section--cont .products .slider--cont {
  margin-top: 40px;
}

@media (max-width: 560px) {
  .page-home .section--3 .section--cont .products .slider--cont {
    margin-top: 20px;
  }
}

.page-home .section--3 .section--cont .products .slider--cont .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slick-dots {
  bottom: -75px;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slick-dots li {
  margin: 0;
  width: 30px;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slick-dots li button::before {
  display: none;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slick-dots li.slick-active button {
  opacity: 1;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap {
  width: 25%;
  padding: 12px 8px;
  height: inherit;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide {
  background: #FBFBFB;
  height: 100%;
  position: relative;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 25px;
  right: 22px;
  font-size: 20px;
  color: #C99C69;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .img {
  width: 90%;
  padding-top: 90%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 560px) {
  .page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .img {
    width: 100%;
    padding-top: 150px;
  }
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .img .discount {
  position: absolute;
  top: 25px;
  left: 22px;
  background: #C99C69;
  font-size: 18px;
  line-height: 20px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  padding: 7px 10px;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .text {
  padding: 5px 32px 18px;
  text-align: center;
}

@media (max-width: 560px) {
  .page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .text {
    padding: 5px 0 0;
  }
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .text .h3 {
  font-size: 20px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Suave";
  margin-bottom: 10px;
  font-weight: 400;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .text .p {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 350;
}

.page-home .section--3 .section--cont .products .slider--cont .collection--slider .slide--wrap .slide .text .span {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Suave";
  margin-bottom: 17px;
  font-weight: 400;
}

.page-home .section--4 {
  padding: 69px 0 53px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 560px) {
  .page-home .section--4 {
    padding: 0;
    min-height: 300px;
    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;
  }
}

.page-home .section--4 .section--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 560px) {
  .page-home .section--4 .section--cont {
    width: 100%;
    padding: 15px 0;
  }
}

.page-home .section--4 .section--cont .text {
  width: 570px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 120px 56px 150px 56px;
  position: relative;
}

@media (max-width: 1240px) {
  .page-home .section--4 .section--cont .text {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 1024px) {
  .page-home .section--4 .section--cont .text {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .page-home .section--4 .section--cont .text {
    width: 80%;
    padding: 40px;
  }
}

@media (max-width: 560px) {
  .page-home .section--4 .section--cont .text {
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.page-home .section--4 .section--cont .text::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  right: 28px;
  bottom: 33px;
  border: 1px solid #C99C69;
}

@media (max-width: 768px) {
  .page-home .section--4 .section--cont .text::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-home .section--4 .section--cont .text::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
  }
}

.page-home .section--4 .section--cont .text .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 43px;
}

@media (max-width: 560px) {
  .page-home .section--4 .section--cont .text .h2 {
    margin-bottom: 10px;
  }
}

.page-home .section--4 .section--cont .text .p {
  font-size: 22px;
  line-height: 30px;
  color: "Josefin Sans", sans-serif;
  color: #333333;
  font-family: "Suave";
  font-weight: 350;
  margin-bottom: 32px;
}

@media (max-width: 560px) {
  .page-home .section--4 .section--cont .text .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-home .section--5 {
  background: #FBFBFB;
  padding-bottom: 180px;
  position: relative;
  padding-top: 134px;
}

@media (max-width: 1024px) {
  .page-home .section--5 {
    padding-top: 80px;
  }
}

@media (max-width: 560px) {
  .page-home .section--5 {
    padding-top: 50px;
  }
}

@media (max-width: 560px) {
  .page-home .section--5 {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}

.page-home .section--5 .arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .page-home .section--5 .arrow {
    display: none;
  }
}

.page-home .section--5 .testimonials--left {
  left: calc((100vw - 1400px) / 4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-home .section--5 .testimonials--right {
  right: calc((100vw - 1400px) / 4);
}

.page-home .section--5 .section--cont {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-home .section--5 .section--cont .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 32px;
}

@media (max-width: 560px) {
  .page-home .section--5 .section--cont .h2 {
    margin-bottom: 20px;
  }
}

.page-home .section--5 .section--cont .testimonials--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83.2%;
  margin: 0 -37.5px;
}

@media (max-width: 1480px) {
  .page-home .section--5 .section--cont .testimonials--slider {
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .page-home .section--5 .section--cont .testimonials--slider {
    margin: 0 -8px;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slick-dots {
  bottom: -20px;
}

@media (max-width: 560px) {
  .page-home .section--5 .section--cont .testimonials--slider .slick-dots {
    bottom: 0;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

.page-home .section--5 .section--cont .testimonials--slider .slick-dots li button::before {
  display: none;
}

.page-home .section--5 .section--cont .testimonials--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1480px) {
  .page-home .section--5 .section--cont .testimonials--slider {
    width: 100%;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slide--wrap {
  padding: 0 37.5px;
}

@media (max-width: 1024px) {
  .page-home .section--5 .section--cont .testimonials--slider .slide--wrap {
    padding: 0 8px;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slide--wrap .img {
  margin-bottom: 25px;
  width: 100%;
  padding-top: 213px;
  background-position: center;
  background-size: cover;
  background-image: url(./images/review.jpg);
}

@media (max-width: 560px) {
  .page-home .section--5 .section--cont .testimonials--slider .slide--wrap .img {
    padding-top: 150px;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slide--wrap .text {
  text-align: center;
}

.page-home .section--5 .section--cont .testimonials--slider .slide--wrap .h3 {
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .page-home .section--5 .section--cont .testimonials--slider .slide--wrap .h3 {
    margin-bottom: 10px;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slide--wrap .p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 19px;
}

@media (max-width: 560px) {
  .page-home .section--5 .section--cont .testimonials--slider .slide--wrap .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-home .section--5 .section--cont .testimonials--slider .slide--wrap .span {
  font-size: 14px;
  line-height: 16px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 350;
  margin-bottom: 0;
}

.page-home .section--6 .section--gold {
  background: #C99C69;
  padding: 34px 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -88px;
  margin-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1240px) {
  .page-home .section--6 .section--gold {
    padding: 34px 50px;
  }
}

@media (max-width: 1024px) {
  .page-home .section--6 .section--gold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .page-home .section--6 .section--gold {
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.page-home .section--6 .section--gold .text {
  width: 38%;
  margin-right: 55px;
}

@media (max-width: 1480px) {
  .page-home .section--6 .section--gold .text {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-home .section--6 .section--gold .text {
    margin: 0;
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold .text {
    width: 100%;
  }
}

.page-home .section--6 .section--gold .text .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 11px;
  letter-spacing: 8px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold .text .h2 {
    letter-spacing: 2px;
  }
}

.page-home .section--6 .section--gold .text .p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold .text .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-home .section--6 .section--gold form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  background: white;
  padding: 8px 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .page-home .section--6 .section--gold form {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold form {
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-home .section--6 .section--gold form input[type=email] {
  margin-bottom: 0;
  height: 50px;
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  border: none;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold form input[type=email] {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-home .section--6 .section--gold form .mc4wp-form-fields {
  width: 100%;
}

.page-home .section--6 .section--gold form .mc4wp-response {
  position: absolute;
  top: 70px;
}

.page-home .section--6 .section--gold form input[type=submit] {
  background-color: #C99C69;
  position: absolute;
  top: 6px;
  right: 5px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--gold form input[type=submit] {
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 15px;
    height: 45px;
    width: 25%;
    border: 1px solid white;
  }
}

.page-home .section--6 .section--cont {
  margin-bottom: 100px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-home .section--6 .section--cont .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 58px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .h2 {
    margin-bottom: 20px;
  }
}

.page-home .section--6 .section--cont .blog--slider {
  width: 100%;
  margin: 0 -8px;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap {
  padding: 0 8px;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .img {
  width: 100%;
  padding-top: 211px;
  background-position: center;
  background-size: cover;
  background-image: url(./images/review.jpg);
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .img {
    padding-top: 150px;
  }
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text {
  padding: 0px 20px 20px;
  background: #FBFBFB;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text {
    padding: 0;
  }
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .h3 {
    margin-bottom: 10px;
  }
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .link {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .link img {
  margin-left: 15px;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .link {
    margin-bottom: 5px;
  }
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .link:hover {
  border-bottom-color: #C99C69;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail {
  padding-top: 18px;
  border-top: 1px solid #CBCBCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail {
    padding-top: 5px;
  }
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail .p {
  margin-bottom: 0;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail .p i {
  color: #C99C69;
  font-size: 12px;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail .p span,
.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail .p a {
  font-size: 13px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 0;
}

.page-home .section--6 .section--cont .blog--slider .slide-wrap .slide .text .detail .p a:hover {
  color: #C99C69;
}

.page-home .section--6 .section--cont .blog--slider .slick-dots {
  bottom: -75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
}

.page-home .section--6 .section--cont .blog--slider .slick-dots li {
  margin: 0 2px;
}

.page-home .section--6 .section--cont .blog--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
  line-height: 1;
  font-size: 0;
  text-indent: -999px;
  color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
}

.page-home .section--6 .section--cont .blog--slider .slick-dots li button::before {
  display: none;
}

.page-home .section--6 .section--cont .blog--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-product .breadcrumbs,
.page-thank .breadcrumbs,
.page-account .breadcrumbs,
.page-payment .breadcrumbs,
.page-category .breadcrumbs,
.page-cart .breadcrumbs,
.page-checkout .breadcrumbs,
.page-gifts .breadcrumbs,
.page-about .breadcrumbs,
.page-contact .breadcrumbs,
.page-jewelry .breadcrumbs,
.page-article .breadcrumbs,
.page-blog .breadcrumbs,
.page-general .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-product .breadcrumbs a,
.page-product .breadcrumbs span,
.page-thank .breadcrumbs a,
.page-thank .breadcrumbs span,
.page-account .breadcrumbs a,
.page-account .breadcrumbs span,
.page-payment .breadcrumbs a,
.page-payment .breadcrumbs span,
.page-category .breadcrumbs a,
.page-category .breadcrumbs span,
.page-cart .breadcrumbs a,
.page-cart .breadcrumbs span,
.page-checkout .breadcrumbs a,
.page-checkout .breadcrumbs span,
.page-gifts .breadcrumbs a,
.page-gifts .breadcrumbs span,
.page-about .breadcrumbs a,
.page-about .breadcrumbs span,
.page-contact .breadcrumbs a,
.page-contact .breadcrumbs span,
.page-jewelry .breadcrumbs a,
.page-jewelry .breadcrumbs span,
.page-article .breadcrumbs a,
.page-article .breadcrumbs span,
.page-blog .breadcrumbs a,
.page-blog .breadcrumbs span,
.page-general .breadcrumbs a,
.page-general .breadcrumbs span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #707070;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}

.page-product .breadcrumbs a .post-product-archive,
.page-product .breadcrumbs span .post-product-archive,
.page-thank .breadcrumbs a .post-product-archive,
.page-thank .breadcrumbs span .post-product-archive,
.page-account .breadcrumbs a .post-product-archive,
.page-account .breadcrumbs span .post-product-archive,
.page-payment .breadcrumbs a .post-product-archive,
.page-payment .breadcrumbs span .post-product-archive,
.page-category .breadcrumbs a .post-product-archive,
.page-category .breadcrumbs span .post-product-archive,
.page-cart .breadcrumbs a .post-product-archive,
.page-cart .breadcrumbs span .post-product-archive,
.page-checkout .breadcrumbs a .post-product-archive,
.page-checkout .breadcrumbs span .post-product-archive,
.page-gifts .breadcrumbs a .post-product-archive,
.page-gifts .breadcrumbs span .post-product-archive,
.page-about .breadcrumbs a .post-product-archive,
.page-about .breadcrumbs span .post-product-archive,
.page-contact .breadcrumbs a .post-product-archive,
.page-contact .breadcrumbs span .post-product-archive,
.page-jewelry .breadcrumbs a .post-product-archive,
.page-jewelry .breadcrumbs span .post-product-archive,
.page-article .breadcrumbs a .post-product-archive,
.page-article .breadcrumbs span .post-product-archive,
.page-blog .breadcrumbs a .post-product-archive,
.page-blog .breadcrumbs span .post-product-archive,
.page-general .breadcrumbs a .post-product-archive,
.page-general .breadcrumbs span .post-product-archive {
  display: none;
}

.page-product .breadcrumbs i,
.page-thank .breadcrumbs i,
.page-account .breadcrumbs i,
.page-payment .breadcrumbs i,
.page-category .breadcrumbs i,
.page-cart .breadcrumbs i,
.page-checkout .breadcrumbs i,
.page-gifts .breadcrumbs i,
.page-about .breadcrumbs i,
.page-contact .breadcrumbs i,
.page-jewelry .breadcrumbs i,
.page-article .breadcrumbs i,
.page-blog .breadcrumbs i,
.page-general .breadcrumbs i {
  color: #707070;
  margin: 0 10px;
}

.page-product .breadcrumbs a:hover,
.page-thank .breadcrumbs a:hover,
.page-account .breadcrumbs a:hover,
.page-payment .breadcrumbs a:hover,
.page-category .breadcrumbs a:hover,
.page-cart .breadcrumbs a:hover,
.page-checkout .breadcrumbs a:hover,
.page-gifts .breadcrumbs a:hover,
.page-about .breadcrumbs a:hover,
.page-contact .breadcrumbs a:hover,
.page-jewelry .breadcrumbs a:hover,
.page-article .breadcrumbs a:hover,
.page-blog .breadcrumbs a:hover,
.page-general .breadcrumbs a:hover {
  color: #C99C69;
}

.page-product .section--cont,
.page-thank .section--cont,
.page-account .section--cont,
.page-payment .section--cont,
.page-category .section--cont,
.page-cart .section--cont,
.page-checkout .section--cont,
.page-gifts .section--cont,
.page-about .section--cont,
.page-contact .section--cont,
.page-jewelry .section--cont,
.page-article .section--cont,
.page-blog .section--cont,
.page-general .section--cont {
  padding: 20px 0;
  background: #FBFBFB;
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 20;
}

.page-product .section--cont .text,
.page-thank .section--cont .text,
.page-account .section--cont .text,
.page-payment .section--cont .text,
.page-category .section--cont .text,
.page-cart .section--cont .text,
.page-checkout .section--cont .text,
.page-gifts .section--cont .text,
.page-about .section--cont .text,
.page-contact .section--cont .text,
.page-jewelry .section--cont .text,
.page-article .section--cont .text,
.page-blog .section--cont .text,
.page-general .section--cont .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .page-product .section--cont .text,
  .page-thank .section--cont .text,
  .page-account .section--cont .text,
  .page-payment .section--cont .text,
  .page-category .section--cont .text,
  .page-cart .section--cont .text,
  .page-checkout .section--cont .text,
  .page-gifts .section--cont .text,
  .page-about .section--cont .text,
  .page-contact .section--cont .text,
  .page-jewelry .section--cont .text,
  .page-article .section--cont .text,
  .page-blog .section--cont .text,
  .page-general .section--cont .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-product .section--cont .text .h1,
.page-thank .section--cont .text .h1,
.page-account .section--cont .text .h1,
.page-payment .section--cont .text .h1,
.page-category .section--cont .text .h1,
.page-cart .section--cont .text .h1,
.page-checkout .section--cont .text .h1,
.page-gifts .section--cont .text .h1,
.page-about .section--cont .text .h1,
.page-contact .section--cont .text .h1,
.page-jewelry .section--cont .text .h1,
.page-article .section--cont .text .h1,
.page-blog .section--cont .text .h1,
.page-general .section--cont .text .h1 {
  font-size: 20px;
  line-height: 24px;
  color: #C99C69;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.page-thank .main--section {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .page-thank .main--section {
    padding-top: 50px;
  }
}

@media (max-width: 560px) {
  .page-thank .main--section {
    padding-top: 20px;
  }
}

@media (max-height: 420px) {
  .page-thank .main--section {
    padding-top: 20px;
  }
}

.page-thank .main--section .text {
  text-align: center;
  width: 41%;
  margin: 0 auto 54px;
}

@media (max-width: 1240px) {
  .page-thank .main--section .text {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .page-thank .main--section .text {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .page-thank .main--section .text {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-height: 420px) {
  .page-thank .main--section .text {
    margin-bottom: 10px;
  }
}

.page-thank .main--section .text h2 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 27px;
  color: #C99C69;
}

@media (max-width: 560px) {
  .page-thank .main--section .text h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

@media (max-height: 420px) {
  .page-thank .main--section .text h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
}

.page-thank .main--section .text p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 27px;
  color: #2E2E2E;
}

@media (max-width: 560px) {
  .page-thank .main--section .text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

@media (max-height: 420px) {
  .page-thank .main--section .text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .page-thank .main--section .text img {
    width: 50%;
    height: auto;
  }
}

@media (max-height: 420px) {
  .page-thank .main--section .text img {
    width: 20%;
  }
}

.page-thank .main--section .item {
  width: 61%;
  margin: 0 auto 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .page-thank .main--section .item {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .page-thank .main--section .item {
    width: 100%;
  }
}

.page-thank .main--section .item .img {
  margin: 0 20px 0 0;
}

.page-thank .main--section .item .p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #515151;
}

@media (max-width: 560px) {
  .page-thank .main--section .item .p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-height: 420px) {
  .page-thank .main--section .item .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-payment .section--1 {
  padding: 134px 0 124px;
}

@media (max-width: 1240px) {
  .page-payment .section--1 {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .page-payment .section--1 {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-payment .section--1 {
    padding: 20px 0;
  }
}

.page-payment .section--1 .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .page-payment .section--1 .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-payment .section--1 .section .form {
  background: #FBFBFB;
  border: 2px solid #E1E1E1;
  width: 44%;
  padding: 45px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  .page-payment .section--1 .section .form {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .page-payment .section--1 .section .form {
    width: 75%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .page-payment .section--1 .section .form {
    width: 90%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
  }
}

.page-payment .section--1 .section .form .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .h2 {
    margin-bottom: 10px;
  }
}

.page-payment .section--1 .section .form .input--cont {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .input--cont {
    margin-bottom: 10px;
  }
}

.page-payment .section--1 .section .form .input--cont.col__30 {
  width: 31.5%;
}

.page-payment .section--1 .section .form .input--cont .label {
  font-size: 18px;
  line-height: 30px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  margin: 0;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .input--cont .label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-payment .section--1 .section .form .input--cont .input {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 8px;
  border: 1px solid #CECECE;
  height: 50px;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .input--cont .input {
    height: 30px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-payment .section--1 .section .form .input--cont .select--wrap {
  border-radius: 8px;
  border: 1px solid #CECECE;
  background: white;
  position: relative;
}

.page-payment .section--1 .section .form .input--cont .select--wrap i {
  position: absolute;
  color: #515151;
  right: 20px;
  top: 35%;
  -webkit-transform: transitionY(-50%);
          transform: transitionY(-50%);
  font-size: 16px;
}

.page-payment .section--1 .section .form .input--cont .select {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit--appearance: none;
  -moz-appearance: none;
  height: 50px;
  padding: 16px;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .input--cont .select {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-payment .section--1 .section .form .checkbox--cont {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.page-payment .section--1 .section .form .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-payment .section--1 .section .form .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .checkbox--cont .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-payment .section--1 .section .form .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .form .checkbox--cont .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-payment .section--1 .section .form .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-payment .section--1 .section .form .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-payment .section--1 .section .form .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-payment .section--1 .section .form .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-payment .section--1 .section .form .btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 8px;
}

.page-payment .section--1 .section .img {
  width: 51.5%;
  padding-top: 30%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1240px) {
  .page-payment .section--1 .section .img {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .page-payment .section--1 .section .img {
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .page-payment .section--1 .section .img {
    width: 90%;
    padding-top: 56.25%;
  }
}

@media (max-width: 560px) {
  .page-payment .section--1 .section .img {
    width: 100%;
    padding-top: 70%;
  }
}

.page-cart .cart {
  padding: 140px 0;
}

@media (max-width: 1024px) {
  .page-cart .cart {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .page-cart .cart {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-cart .cart {
    padding: 20px 0;
  }
}

.page-cart .cart .cart--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  .page-cart .cart .cart--cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-cart .cart .content {
  width: calc(100% - 460px);
}

@media (max-width: 1240px) {
  .page-cart .cart .content {
    width: 100%;
    margin: 0 0 50px;
  }
}

.page-cart .cart .content .products .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FBFBFB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  margin: 0 0 36px;
}

@media (max-width: 1480px) {
  .page-cart .cart .content .products .li {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0  0 10px;
  }
}

.page-cart .cart .content .products .wrapper-cupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-cart .cart .content .products .wrapper-cupon .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .wrapper-cupon .coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-cart .cart .content .products .wrapper-cupon .coupon input {
  width: 268px;
  margin-right: 35px;
  height: 54px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 19px;
  color: #989898;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .wrapper-cupon .coupon input {
    width: 100%;
    margin: 0 0 10px;
    height: 36px;
  }
}

.page-cart .cart .content .products .wrapper-cupon .coupon button {
  background: #B4885B;
  color: white;
  position: relative;
  z-index: 2;
  border: 1px solid #B4885B;
  font-size: 16px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 18px 32px;
  font-weight: 350;
  text-transform: uppercase;
  overflow: hidden;
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .wrapper-cupon .coupon button {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.page-cart .cart .content .products .delete {
  width: 33px;
  height: 33px;
  background: #E2E2E2;
  border-radius: 50%;
  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;
  color: #989898;
  position: relative;
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .delete {
    margin: 0 0 20px;
  }
}

.page-cart .cart .content .products .delete:hover {
  color: red;
  background: #FFCFCF;
}

.page-cart .cart .content .products .delete a {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.page-cart .cart .content .products .text {
  width: 22.3%;
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .text {
    width: 90%;
    text-align: center;
    margin: 0 0 20px;
  }
}

.page-cart .cart .content .products .text .h2 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .text .h2 {
    margin: 0;
  }
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .text .h2 {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-cart .cart .content .products .text .p {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .text .p {
    margin: 0;
  }
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .text .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-cart .cart .content .products .text .span {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .text .span {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-cart .cart .content .products .img {
  width: 134px;
  height: 134px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .img {
    width: 90%;
    margin: 0 0 20px;
  }
}

.page-cart .cart .content .products .img a {
  max-width: 100%;
  height: 100%;
  position: relative;
}

.page-cart .cart .content .products .img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-cart .cart .content .products .price span, .page-cart .cart .content .products .price bdi {
  font-size: 28px;
  line-height: 34px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-cart .cart .content .products .price span, .page-cart .cart .content .products .price bdi {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .update {
    margin: 0 0 20px;
  }
}

.page-cart .cart .content .products .update .p {
  font-size: 16px;
  line-height: 19px;
  color: #515151;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.page-cart .cart .content .products .update i {
  color: #C99C69;
}

.page-cart .cart .content .products .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .page-cart .cart .content .products .quantity {
    margin: 0 0 20px;
  }
}

.page-cart .cart .content .products .quantity label {
  display: none;
}

.page-cart .cart .content .products .quantity input {
  width: 52px;
  height: 52px;
  margin: 0 4px 0 0;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid #CCCCCC;
  -moz-appearance: textfield;
}

.page-cart .cart .content .products .quantity input[type=number]::-webkit-inner-spin-button,
.page-cart .cart .content .products .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-cart .cart .content .products .quantity .increment,
.page-cart .cart .content .products .quantity .decrement {
  width: 24px;
  height: 24px;
  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;
  color: white;
  font-size: 8px;
  background: #C99C69;
  cursor: pointer;
}

.page-cart .cart .content .products .quantity .increment {
  margin-bottom: 4px;
}

.page-cart .cart .subtotal {
  margin-bottom: 20px;
}

.page-cart .cart .shop_table {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  padding: 0;
}

.page-cart .cart .shop_table #shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-cart .cart .shop_table #shipping_method li input {
  margin-right: 7px;
}

.page-cart .cart .woocommerce-shipping-methods li label {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
}

.page-cart .cart .shipping-calculator-button {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
}

.page-cart .cart .shipping-calculator-button:hover {
  text-decoration: underline;
}

.page-cart .cart .sidebar {
  background: #FBFBFB;
  width: 404px;
  padding: 55px 40px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 560px) {
  .page-cart .cart .sidebar {
    width: 100%;
    padding: 20px;
  }
}

.page-cart .cart .sidebar .ul {
  padding: 11px 0;
  border-bottom: 1px solid #D6D6D6;
}

.page-cart .cart .sidebar .ul li {
  font-size: 16px;
  line-height: 40px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

.page-cart .cart .sidebar .subtotal,
.page-cart .cart .sidebar .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #D6D6D6;
}

.page-cart .cart .sidebar .subtotal .span,
.page-cart .cart .sidebar .delivery .span {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-cart .cart .sidebar .subtotal .p,
.page-cart .cart .sidebar .delivery .p {
  font-size: 20px;
  line-height: 24px;
  color: #515151;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-cart .cart .sidebar .subtotal .p span,
.page-cart .cart .sidebar .delivery .p span {
  font-weight: 700;
}

.page-cart .cart .sidebar .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0 15px;
}

.page-cart .cart .sidebar .total .span {
  font-size: 22px;
  line-height: 27px;
  color: #515151;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-cart .cart .sidebar .total .p {
  font-size: 25px;
  line-height: 30px;
  color: #C99C69;
  font-weight: 700;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.page-cart .cart .sidebar .total .p span {
  font-weight: 700;
}

.page-cart .cart .sidebar .button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 18px 32px;
  font-weight: 350;
  text-transform: uppercase;
  overflow: hidden;
  background: none;
  color: white;
  position: relative;
  z-index: 2;
  border: 1px solid #C99C69;
}

.page-cart .cart .sidebar .button::after {
  content: " ";
  background: #C99C69;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation-name: bigger;
          animation-name: bigger;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.page-cart .cart .sidebar .button:hover {
  color: #C99C69;
  background: none;
}

.page-cart .cart .sidebar .button:hover:after {
  -webkit-animation-name: smaller;
          animation-name: smaller;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@media (max-width: 1024px) {
  .page-cart .cart .sidebar .button:hover {
    background: none;
    color: white;
  }
  .page-cart .cart .sidebar .button:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 560px) {
  .page-cart .cart .sidebar .button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.page-checkout .checkout {
  padding: 77px 0 113px;
}

@media (max-width: 768px) {
  .page-checkout .checkout {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-checkout .checkout {
    padding: 20px 0;
  }
}

.page-checkout .checkout .checkout--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1240px) {
  .page-checkout .checkout .checkout--cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-checkout .checkout .checkout--cont .column--1 {
  width: calc(100% - 470px);
}

@media (max-width: 1240px) {
  .page-checkout .checkout .checkout--cont .column--1 {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 {
    margin: 0 0 20px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 #ship-to-different-address {
  height: 50px;
}

.page-checkout .checkout .checkout--cont .column--1 #ship-to-different-address label {
  width: unset;
}

.page-checkout .checkout .checkout--cont .column--1 .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .login {
    margin: 0 0 20px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .login .input--cont {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin-bottom: 17px;
  padding: 9px 19px;
  width: 48%;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .login .input--cont {
    margin-bottom: 10px;
    width: 100%;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .login .input--cont .label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
}

.page-checkout .checkout .checkout--cont .column--1 .login .input--cont .input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .login .input--cont .input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .login .link--red {
  font-size: 16px;
  line-height: 25px;
  color: red;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: right;
}

.page-checkout .checkout .checkout--cont .column--1 .login .link--red:hover {
  text-decoration: underline;
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-checkout .checkout .checkout--cont .column--1 .login .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-checkout .checkout .checkout--cont .column--1 .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .coupon {
    margin: 0 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .coupon .input--cont {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin: 0 56px 0 0;
  padding: 9px 19px;
  width: calc(100% - 290px);
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .coupon .input--cont {
    margin: 0 0 10px;
    width: 100%;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .coupon .input--cont label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
}

.page-checkout .checkout .checkout--cont .column--1 .coupon .input--cont .input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .coupon .input--cont .input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .coupon .btn {
  width: 100%;
  text-align: center;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .woocommerce-billing-fields__field-wrapper, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .column {
  width: 47%;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .column {
    width: 100%;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .h2 {
  font-size: 20px;
  line-height: 25px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .h2 {
    margin: 0 0 10px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin-bottom: 17px;
  padding: 9px 19px;
  width: 47%;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row {
    margin-bottom: 10px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont label, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont input, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont input, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont select, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row select {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 20;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont select, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row select {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont .select--cont, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row .select--cont {
  width: 100%;
  position: relative;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .input--cont .select--cont i, .page-checkout .checkout .checkout--cont .column--1 .delivery--info .form-row .select--cont i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #515151;
  font-size: 16px;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info #payment ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info #payment ul li input {
  margin-right: 7px;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info #payment ul li .payment_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info #payment button {
  background: #C99C69;
  color: #fff;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-checkout .checkout .checkout--cont .column--1 .delivery--info .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin-bottom: 17px;
  padding: 9px 19px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .input--cont {
    margin-bottom: 10px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont .label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont .input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .input--cont .input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont .textarea {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 120px;
  padding: 13px 21px;
  resize: none;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .input--cont .textarea {
    font-size: 14px;
    line-height: 18px;
    height: 90px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont .select {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 20;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .input--cont .select {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont .select--cont {
  width: 100%;
  position: relative;
}

.page-checkout .checkout .checkout--cont .column--1 .input--cont .select--cont i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #515151;
  font-size: 16px;
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont {
  padding-top: 63px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont {
    padding-top: 20px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .h2 {
  font-size: 20px;
  line-height: 25px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li {
  padding: 28px 52px;
  background: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #C99C69;
  font-weight: 500;
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li strong {
  margin: 0 10px;
  font-size: 16px;
  color: #000;
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li span bdi {
  font-size: 16px;
  color: #000;
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .woocommerce-Price-amount {
  position: relative;
  top: 2px;
}

@media (max-width: 768px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .img {
  width: 134px;
  height: 134px;
  margin-right: 63px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .img {
    margin: 0;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text {
  width: 240px;
}

@media (max-width: 768px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text {
    width: 200px;
  }
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text .h2 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text .h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text .p {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text .p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text .span {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .text .span {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .price {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .price {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: none;
            transform: none;
  }
}

.page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .price .h3 {
  font-size: 28px;
  line-height: 34px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--1 .items--cont .items .li .price .h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--2 {
  width: 404px;
  background: #FBFBFB;
  padding: 55px 40px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--2 {
    width: 100%;
    padding: 20px;
  }
}

.page-checkout .checkout .checkout--cont .column--2 .subtotal,
.page-checkout .checkout .checkout--cont .column--2 .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #D6D6D6;
}

.page-checkout .checkout .checkout--cont .column--2 .subtotal .span,
.page-checkout .checkout .checkout--cont .column--2 .delivery .span {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-checkout .checkout .checkout--cont .column--2 .subtotal .p,
.page-checkout .checkout .checkout--cont .column--2 .delivery .p {
  font-size: 20px;
  line-height: 24px;
  color: #515151;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-checkout .checkout .checkout--cont .column--2 .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0 15px;
}

.page-checkout .checkout .checkout--cont .column--2 .total .span {
  font-size: 22px;
  line-height: 27px;
  color: #515151;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-checkout .checkout .checkout--cont .column--2 .total .p {
  font-size: 25px;
  line-height: 30px;
  color: #C99C69;
  font-weight: 700;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .img {
  margin-right: 15px;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox--label span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-checkout .checkout .checkout--cont .column--2 .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-checkout .checkout .checkout--cont .column--2 .btn {
  display: block;
  width: 100%;
  text-align: center;
}

.page-404 {
  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: 100vw;
  height: 100vh;
  position: relative;
}

.page-404 .content--inner {
  width: 650px;
  text-align: center;
}

.page-404 .content--inner .img {
  width: 100%;
  height: auto;
}

.page-404 .content--inner .h1 {
  font-size: 35px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #707070;
  margin-bottom: 42px;
}

.page-general .container--inner {
  padding: 100px 0;
  color: #515151;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 768px) {
  .page-general .container--inner {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-general .container--inner {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
  }
}

.page-general .container--inner h1 {
  font-size: 36px;
  line-height: 42px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-general .container--inner p {
  color: #515151;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-general .container--inner p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-general .container--inner a {
  color: #C99C69;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-general .container--inner a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-general .container--inner a:hover {
  text-decoration: underline;
}

.page-general .container--inner li {
  color: #989898;
  font-size: 18px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-general .container--inner li {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-general .container--inner ul li {
  position: relative;
  padding-left: 20px;
}

.page-general .container--inner ul li::before {
  content: "-";
  color: #989898;
  font-size: 18px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 0;
}

.page-general .container--inner ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.page-general .container--inner ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
}

.page-general .container--inner ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #989898;
  font-size: 18px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 0;
}

.page-general .container--inner blockquote {
  padding: 23px 0;
  border: 1px solid #B1B1B1;
  border-left: none;
  border-right: none;
  margin: 0;
  text-align: center;
}

@media (max-width: 560px) {
  .page-general .container--inner blockquote {
    padding: 10px 0;
  }
}

.page-general .container--inner blockquote::before {
  display: none;
}

.page-general .container--inner blockquote p {
  color: #C99C69;
  font-size: 22px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  width: 590px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .page-general .container--inner blockquote p {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .page-general .container--inner blockquote p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-general .container--inner img {
  max-width: 100%;
  height: auto;
}

.page-general .container--inner h2 {
  color: #C99C69;
  font-size: 30px;
  line-height: 34px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-general .container--inner h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.page-general .container--inner h3,
.page-general .container--inner h4 {
  color: #C99C69;
  font-size: 26px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-general .container--inner h3,
  .page-general .container--inner h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

.page-general .container--inner h5,
.page-general .container--inner h6 {
  color: #C99C69;
  font-size: 22px;
  line-height: 26px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-general .container--inner h5,
  .page-general .container--inner h6 {
    font-size: 18px;
    line-height: 22px;
  }
}

.page-product .breadcrumbs i:nth-of-type(2), .tax-product_cat .breadcrumbs i:nth-of-type(2) {
  display: none;
}

.page-contact .contact--cont {
  padding: 107px 0 84px;
}

@media (max-width: 768px) {
  .page-contact .contact--cont {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-contact .contact--cont {
    padding: 20px 0;
  }
}

.page-contact .contact--cont .contact {
  background: #FBFBFB;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  padding: 40px 0;
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 1240px) {
  .page-contact .contact--cont .contact {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .page-contact .contact--cont .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .page-contact .contact--cont .contact {
    padding: 20px 0;
  }
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.page-contact .contact--cont .contact .h2 {
  font-size: 26px;
  line-height: 29px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 400;
}

.page-contact .contact--cont .contact .p {
  font-size: 20px;
  line-height: 24px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-contact .contact--cont .contact .column--1 {
  width: 58%;
  padding: 0 60px;
}

@media (max-width: 1024px) {
  .page-contact .contact--cont .contact .column--1 {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 {
    padding: 0 10px;
  }
}

.page-contact .contact--cont .contact .column--1 .h2 {
  margin: 0 0 10px;
}

.page-contact .contact--cont .contact .column--1 form {
  padding-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form {
    padding-top: 10px;
  }
}

.page-contact .contact--cont .contact .column--1 form br {
  display: none;
}

.page-contact .contact--cont .contact .column--1 form .input--cont {
  margin: 0 0 24px;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .input--cont {
    margin: 0 0 10px;
  }
}

.page-contact .contact--cont .contact .column--1 form .input--cont.col--50 {
  width: 48.2%;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .input--cont.col--50 {
    width: 100%;
  }
}

.page-contact .contact--cont .contact .column--1 form .input--cont.col--100 {
  width: 100%;
}

.page-contact .contact--cont .contact .column--1 form .input--cont .label {
  font-size: 15px;
  line-height: 18px;
  color: #878787;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 10px;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .input--cont .label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-contact .contact--cont .contact .column--1 form .input--cont .input,
.page-contact .contact--cont .contact .column--1 form .input--cont .textarea {
  border: 1px solid #DEDEDE;
  border-radius: 7px;
  background: white;
  margin: 0;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 19px;
  color: #2E2E2E;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .input--cont .input,
  .page-contact .contact--cont .contact .column--1 form .input--cont .textarea {
    font-size: 14px;
    line-height: 1;
    padding: 10px;
  }
}

.page-contact .contact--cont .contact .column--1 form .input--cont .input {
  height: 47px;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .input--cont .input {
    height: 34px;
  }
}

.page-contact .contact--cont .contact .column--1 form .input--cont .textarea {
  height: 97px;
  resize: none;
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 45px;
  width: 100%;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .checkbox--cont {
    margin-bottom: 10px;
  }
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-contact .contact--cont .contact .column--1 form .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-contact .contact--cont .contact .column--1 form .btn {
  background: #C99C69;
  color: white;
}

.page-contact .contact--cont .contact .column--2 {
  width: 42%;
  padding: 0 40px;
  border-left: 1px solid #B2B2B2;
}

@media (max-width: 1024px) {
  .page-contact .contact--cont .contact .column--2 {
    width: 100%;
    border: none;
  }
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 {
    padding: 0 10px;
  }
}

.page-contact .contact--cont .contact .column--2 .h2 {
  margin: 0 0 24px;
  padding: 0 0 10px;
  border-bottom: 1px solid #BBBBBB;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 .h2 {
    margin: 0 0 10px;
  }
}

.page-contact .contact--cont .contact .column--2 .item {
  margin: 0 0 50px;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 .item {
    margin: 0 0 10px;
  }
}

.page-contact .contact--cont .contact .column--2 .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-contact .contact--cont .contact .column--2 .item .content .icon {
  margin-right: 15px;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 .item .content .icon {
    margin: 0 10px 0 0;
  }
}

.page-contact .contact--cont .contact .column--2 .item .content .ul {
  width: 100%;
}

.page-contact .contact--cont .contact .column--2 .item .content .ul .li {
  font-size: 18px;
  line-height: 30px;
  color: #606060;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 .item .content .ul .li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
  }
}

.page-contact .contact--cont .contact .column--2 .item .content .ul .li span {
  font-size: 18px;
  line-height: 30px;
  color: #606060;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 .item .content .ul .li span {
    font-size: 14px;
    line-height: 20px;
  }
}

.page-contact .contact--cont .contact .column--2 .item .content .ul .li .p,
.page-contact .contact--cont .contact .column--2 .item .content .ul .li .a {
  font-size: 18px;
  line-height: 30px;
  color: #606060;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-contact .contact--cont .contact .column--2 .item .content .ul .li .p,
  .page-contact .contact--cont .contact .column--2 .item .content .ul .li .a {
    font-size: 14px;
    line-height: 20px;
  }
}

.page-contact .contact--cont .contact .column--2 .item .content .ul .li .p {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}

.page-contact .contact--cont .contact .column--2 .item .content .ul .li .a:hover {
  color: #C99C69;
}

.page-category .slider--cont {
  background: #FBFBFB;
  position: relative;
  padding: 20px 0;
}

@media (max-width: 1480px) {
  .page-category .slider--cont {
    padding-bottom: 100px;
  }
}

.page-category .slider--cont .arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  cursor: pointer;
}

@media (max-width: 1480px) {
  .page-category .slider--cont .arrow {
    display: none;
  }
}

.page-category .slider--cont .products--2--left {
  left: calc((100vw - 1400px) / 4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-category .slider--cont .products--2--right {
  right: calc((100vw - 1400px) / 4);
}

.page-category .slider--cont .products--2--slider {
  margin: 0 -7px;
}

@media (max-width: 1600px) {
  .page-category .slider--cont .products--2--slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1480px) {
  .page-category .slider--cont .products--2--slider {
    width: 100%;
  }
}

.page-category .slider--cont .products--2--slider .slick-dots {
  bottom: -75px;
}

@media (max-width: 1480px) {
  .page-category .slider--cont .products--2--slider .slick-dots li {
    width: 25px;
    margin: 0;
  }
}

.page-category .slider--cont .products--2--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

@media (max-width: 1480px) {
  .page-category .slider--cont .products--2--slider .slick-dots li button {
    width: 25px;
    padding: 0;
    margin: 0;
    border-radius: 0px;
  }
}

.page-category .slider--cont .products--2--slider .slick-dots li button::before {
  display: none;
}

.page-category .slider--cont .products--2--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1480px) {
  .page-category .slider--cont .products--2--slider .slick-dots li.slick-active button {
    -webkit-transform: none;
            transform: none;
  }
}

.page-category .slider--cont .products--2--slider .slide--wrap {
  padding: 0 7px;
}

.page-category .slider--cont .products--2--slider .slide--wrap .slide .img {
  width: 100%;
  height: 170px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.page-category .slider--cont .products--2--slider .slide--wrap .slide .text {
  text-align: center;
}

.page-category .slider--cont .products--2--slider .slide--wrap .slide .text .a {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.page-category .category--cont {
  padding: 80px 0;
  background: white;
}

@media (max-width: 768px) {
  .page-category .category--cont {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-category .category--cont {
    padding: 20px 0;
  }
}

.page-category .category--cont .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .page-category .category--cont .category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-category .category--cont .category .sidebar {
  width: 300px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-category .category--cont .category .sidebar {
    width: 100%;
  }
}

.page-category .category--cont .category .sidebar .tag {
  background: #FBFBFB;
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 26px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .page-category .category--cont .category .sidebar .tag {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-category .category--cont .category .sidebar .element {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .page-category .category--cont .category .sidebar .element {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .page-category .category--cont .category .sidebar .element {
    margin-bottom: 10px;
  }
}

.page-category .category--cont .category .sidebar .element .h2 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 14px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 560px) {
  .page-category .category--cont .category .sidebar .element .h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-category .category--cont .category .sidebar .element .h2 .toggler {
  position: absolute;
  right: 0;
  top: 0;
  color: #A8A8A8;
}

.page-category .category--cont .category .sidebar .element .h2 .info {
  position: absolute;
  right: 20px;
  top: 0;
}

.page-category .category--cont .category .sidebar .element .h2 .info .message {
  display: none;
  position: absolute;
  right: -300px;
  width: 260px;
  top: -50px;
  z-index: 5;
  font-size: 14px;
  color: #818181;
  padding: 15px;
  background: #ffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.page-category .category--cont .category .sidebar .element .h2 .info .message:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.page-category .category--cont .category .sidebar .element .h2 .info i {
  cursor: pointer;
}

.page-category .category--cont .category .sidebar .element .ul {
  margin-bottom: 16px;
  display: none;
}

.page-category .category--cont .category .sidebar .element .ul .li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-category .category--cont .category .sidebar .element .ul .li a {
  font-size: 18px;
  line-height: 30px;
  color: #818181;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
}

.page-category .category--cont .category .sidebar .element .ul .li a:hover {
  color: #C99C69;
}

.page-category .category--cont .category .sidebar .element .ul .li a.active {
  color: #C99C69;
}

.page-category .category--cont .category .sidebar .element .more {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
  display: none;
}

.page-category .category--cont .category .sidebar .element .more i {
  font-size: 12px;
  margin-left: 5px;
}

.page-category .category--cont .category .sidebar .price--range p {
  margin: 0;
}

.page-category .category--cont .category .sidebar .price--range label {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.page-category .category--cont .category .sidebar .price--range input {
  margin: 0;
}

.page-category .category--cont .category .sidebar .price--range .ui-slider {
  margin: 20px 0;
}

.page-category .category--cont .category .sidebar .price--range .ui-widget-content {
  border: 1px solid #D9D9D9;
  background: #D9D9D9;
}

.page-category .category--cont .category .sidebar .price--range .ui-slider-range.ui-corner-all.ui-widget-header {
  background: #C99C69;
}

.page-category .category--cont .category .sidebar .price--range .ui-state-default, .page-category .category--cont .category .sidebar .price--range .ui-widget-content .ui-state-default {
  border-radius: 50%;
  border: 5px solid white;
  background: #C99C69;
  top: -10px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page-category .category--cont .category .sidebar .price--range .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #818181;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}

.page-category .category--cont .category .sidebar .price--range .values input {
  border: 1px solid #D1D1D1;
  font-size: 18px;
  line-height: 1;
  color: #818181;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 10px 16px;
  display: block;
  width: 130px;
  text-align: center;
}

.page-category .category--cont .category .sidebar .price--range .false-input {
  border: 1px solid #D1D1D1;
  font-size: 18px;
  line-height: 1;
  color: #818181;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 10px 16px;
  display: inline-block;
  width: 140px;
  margin: 0 2px;
  text-align: center;
}

.page-category .category--cont .category .sidebar .btn {
  width: 100%;
  text-align: center;
}

.page-category .category--cont .category .main {
  width: calc(100% - 360px);
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-category .category--cont .category .main {
    width: 100%;
  }
}

.page-category .category--cont .category .main .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 50px 16px 28px;
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  background: #FBFBFB;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .page-category .category--cont .category .main .filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-category .category--cont .category .main .filters.bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
}

.page-category .category--cont .category .main .filters .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .page-category .category--cont .category .main .filters .pagination {
    margin: 0 auto;
  }
}

.page-category .category--cont .category .main .filters .pagination a.page-numbers,
.page-category .category--cont .category .main .filters .pagination span.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #707070;
}

.page-category .category--cont .category .main .filters .pagination a.page-numbers:hover,
.page-category .category--cont .category .main .filters .pagination span.page-numbers:hover {
  color: white;
  background: #C99C69;
}

.page-category .category--cont .category .main .filters .pagination span.page-numbers {
  color: white;
  background: #C99C69;
}

.page-category .category--cont .category .main .filters .pagination a.prev {
  background: none;
  color: #C99C69;
}

.page-category .category--cont .category .main .filters .select--cont {
  min-width: 200px;
  position: relative;
}

@media (max-width: 1024px) {
  .page-category .category--cont .category .main .filters .select--cont {
    width: 100%;
    margin: 20px 0;
  }
}

.page-category .category--cont .category .main .filters .select--cont i {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #A8A8A8;
}

.page-category .category--cont .category .main .filters .select--cont .select {
  padding-right: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 25px;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  z-index: 20;
  background: none;
  border: none;
}

.page-category .category--cont .category .main .products {
  margin: -14px -8px;
  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;
}

.page-category .category--cont .category .main .products .product--wrap {
  padding: 14px 8px;
  width: 33.33%;
}

@media (max-width: 1240px) {
  .page-category .category--cont .category .main .products .product--wrap {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-category .category--cont .category .main .products .product--wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-category .category--cont .category .main .products .product--wrap {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .page-category .category--cont .category .main .products .product--wrap {
    width: 100%;
  }
}

.page-category .category--cont .category .main .products .product--wrap .product {
  background: #FBFBFB;
  padding-top: 20px;
}

.page-category .category--cont .category .main .products .product--wrap .product .img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.page-category .category--cont .category .main .products .product--wrap .product .img a {
  max-width: 100%;
  height: 100%;
  display: block;
}

.page-category .category--cont .category .main .products .product--wrap .product .img a img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.page-category .category--cont .category .main .products .product--wrap .product .img .label_new {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #fff;
  background: #C99C69;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(201, 156, 105, 0.275);
          box-shadow: 0 0.125rem 0.25rem rgba(201, 156, 105, 0.275);
}

.page-category .category--cont .category .main .products .product--wrap .product .img div.yith-wcwl-add-button {
  position: absolute;
  top: 0;
  right: 20px;
}

.page-category .category--cont .category .main .products .product--wrap .product .img .feedback {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  font-size: 0;
}

.page-category .category--cont .category .main .products .product--wrap .product .img .feedback i {
  font-size: 22px;
}

.page-category .category--cont .category .main .products .product--wrap .product .text {
  text-align: center;
  padding: 20px 26px 18px;
}

.page-category .category--cont .category .main .products .product--wrap .product .text .h2 {
  font-size: 20px;
  line-height: 22px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Suave";
  margin: 0 0 10px;
  text-transform: capitalize;
}

.page-category .category--cont .category .main .products .product--wrap .product .text .p {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 24px;
  text-transform: capitalize;
}

.page-category .category--cont .category .main .products .product--wrap .product .text .h6 {
  font-size: 20px;
  line-height: 22px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Suave";
  margin: 0 0 17px;
  text-transform: capitalize;
}

.page-category .category--cont .category .main .products .product--wrap .product .text .h6 .span {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-weight: 400;
  font-family: "Suave";
  text-transform: capitalize;
  text-decoration: line-through;
}

.page-product .product--cont {
  padding-top: 50px;
  padding-bottom: 100px;
  background: white;
}

@media (max-width: 560px) {
  .page-product .product--cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-product .product--cont .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  .page-product .product--cont .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.page-product .product--cont .product .column:first-of-type {
  width: 43.3%;
}

@media (max-width: 1240px) {
  .page-product .product--cont .product .column:first-of-type {
    width: 50%;
    margin: 0 auto 50px;
  }
}

@media (max-width: 768px) {
  .page-product .product--cont .product .column:first-of-type {
    width: 60%;
  }
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-product .product--cont .product .column:first-of-type .img {
  width: 100%;
}

.page-product .product--cont .product .column:last-of-type {
  width: 49.3%;
}

.page-product .product--cont .product .column:last-of-type .summary {
  float: unset;
  width: unset;
  margin-bottom: unset;
}

@media (max-width: 1240px) {
  .page-product .product--cont .product .column:last-of-type {
    width: 100%;
  }
}

.page-product .product--cont .product .column .img {
  position: relative;
}

.page-product .product--cont .product .column .img .zoom-in {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 2;
}

.page-product .product--cont .product .column .img .zoom-in a:after {
  content: '';
  background-image: url(images/zo.svg);
  background-size: contain;
  padding: 20px;
  position: relative;
  background-repeat: no-repeat;
}

.page-product .product--cont .product .column .img .img--slider {
  width: 100%;
  margin-bottom: 22px;
}

.page-product .product--cont .product .column .img .img--slider .slide {
  background: #FBFBFB;
  padding-top: 100%;
  width: 100%;
  position: relative;
}

.page-product .product--cont .product .column .img .img--slider .slide .image, .page-product .product--cont .product .column .img .img--slider .slide video {
  position: absolute;
  width: 90%;
  height: 90%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-product .product--cont .product .column .img .arrow {
  position: absolute;
  top: 40%;
  z-index: 20;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  cursor: pointer;
}

@media (max-width: 1480px) {
  .page-product .product--cont .product .column .img .arrow {
    display: none;
  }
}

.page-product .product--cont .product .column .img .img--left {
  left: -28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-product .product--cont .product .column .img .img--right {
  right: -28px;
}

.page-product .product--cont .product .column .img .img--slider--nav {
  margin: 0 -11px;
}

.page-product .product--cont .product .column .img .img--slider--nav .slide--wrap {
  padding: 0 11px;
  cursor: pointer;
}

.page-product .product--cont .product .column .img .img--slider--nav .slide--wrap.slick-current .slide {
  border: 2px solid #C99C69;
}

.page-product .product--cont .product .column .img .img--slider--nav .slide--wrap .slide {
  background: #FBFBFB;
  padding-top: 100%;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.page-product .product--cont .product .column .img .img--slider--nav .slide--wrap .slide .image, .page-product .product--cont .product .column .img .img--slider--nav .slide--wrap .slide video {
  position: absolute;
  width: 90%;
  height: 90%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-product .product--cont .product .column .img .share {
  position: absolute;
  top: 24px;
  left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

.page-product .product--cont .product .column .img .share .display-share {
  background: #C99C69;
  color: #FBFBFB;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  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-right: 17px;
}

.page-product .product--cont .product .column .img .share .display-share:hover, .page-product .product--cont .product .column .img .share .display-share.active {
  color: #C99C69;
  background: #FBFBFB;
}

.page-product .product--cont .product .column .img .share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 22px;
  position: relative;
}

.page-product .product--cont .product .column .img .share .social:before {
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: white;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -4.5px;
  z-index: 1;
}

.page-product .product--cont .product .column .img .share .social .li {
  margin: 0;
  position: relatie;
  z-index: 50;
  background: white;
}

.page-product .product--cont .product .column .img .share .social .li .a {
  display: block;
  padding: 0 16px;
  color: #5E5E5E;
  font-size: 13px;
  border-right: 1px solid #E2E2E2;
  background: white;
}

.page-product .product--cont .product .column .img .share .social .li:last-of-type .a {
  border: none;
}

.page-product .product--cont .product .column .text .cart table.variations {
  border: none;
}

.page-product .product--cont .product .column .text .cart table.variations tr, .page-product .product--cont .product .column .text .cart table.variations td {
  border: none;
}

.page-product .product--cont .product .column .text .cart table.variations .label label {
  color: #B4885B;
  font-size: 22px;
}

.page-product .product--cont .product .column .text .cart table.variations .value {
  height: 40px;
  width: 100%;
  padding: 5px;
}

.page-product .product--cont .product .column .text .cart table.variations .value select {
  background: #B4885B;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
}

.page-product .product--cont .product .column .text .cart table.variations .value .reset_variations {
  display: none;
}

.page-product .product--cont .product .column .text .h2, .page-product .product--cont .product .column .text h1 {
  font-size: 30px;
  line-height: 35px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Suave";
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .h2, .page-product .product--cont .product .column .text h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

.page-product .product--cont .product .column .text .details {
  padding-bottom: 23px;
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .page-product .product--cont .product .column .text .details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-product .product--cont .product .column .text .details .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .details .rating {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
}

.page-product .product--cont .product .column .text .details .rating .span {
  font-size: 16px;
  color: #FFBA00;
  margin-right: 5px;
}

.page-product .product--cont .product .column .text .details .rating .p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat";
  color: #1D4289;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .details .rating .p {
    line-height: 18px;
  }
}

.page-product .product--cont .product .column .text .details .rating .p a {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat";
  color: #1D4289;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .details .rating .p a {
    line-height: 18px;
  }
}

.page-product .product--cont .product .column .text .details .h6 {
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
}

.page-product .product--cont .product .column .text .details .h6 span {
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
}

.page-product .product--cont .product .column .text .price {
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-product .product--cont .product .column .text .price .p {
  margin-bottom: 0;
}

.page-product .product--cont .product .column .text .price ins {
  font-size: 30px;
  line-height: 37px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  margin-right: 10px;
}

.page-product .product--cont .product .column .text .price del {
  font-size: 16px;
  line-height: 37px;
  color: #707070;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

.page-product .product--cont .product .column .text .price del bdi {
  font-size: 16px;
  line-height: 37px;
  color: #707070;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  text-decoration: line-through;
}

.page-product .product--cont .product .column .text .price .h5 {
  font-size: 18px;
  line-height: 37px;
  color: #11A500;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  padding-left: 30px;
}

.page-product .product--cont .product .column .text .woocommerce-product-details__short-description {
  display: none;
}

.page-product .product--cont .product .column .text .single_variation_wrap {
  width: 100%;
}

.page-product .product--cont .product .column .text .woocommerce-variation-add-to-cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.page-product .product--cont .product .column .text .yith-wcwl-add-to-wishlist {
  display: inline-block;
  width: 20%;
  padding: 15px 0;
  vertical-align: middle;
  margin: 0;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .yith-wcwl-add-to-wishlist {
    width: 100%;
  }
}

.page-product .product--cont .product .column .text .cart {
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
}

.page-product .product--cont .product .column .text .cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19px;
}

.page-product .product--cont .product .column .text .cart .quantity .screen-reader-text {
  display: none;
}

.page-product .product--cont .product .column .text .cart .quantity input {
  width: 52px;
  height: 52px;
  margin: 0 4px 0 0;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid #CCCCCC;
  -moz-appearance: textfield;
}

.page-product .product--cont .product .column .text .cart .quantity input[type=number]::-webkit-inner-spin-button,
.page-product .product--cont .product .column .text .cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-product .product--cont .product .column .text .cart .quantity .increment,
.page-product .product--cont .product .column .text .cart .quantity .decrement {
  width: 24px;
  height: 24px;
  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;
  color: white;
  font-size: 8px;
  background: #C99C69;
  cursor: pointer;
}

.page-product .product--cont .product .column .text .cart .quantity .increment {
  margin-bottom: 4px;
}

.page-product .product--cont .product .column .text .cart .size {
  border: 1px solid #CCCCCC;
  background: white;
  position: relative;
}

@media (max-width: 768px) {
  .page-product .product--cont .product .column .text .cart .size {
    -webkit-box-flex: 100;
        -ms-flex-positive: 100;
            flex-grow: 100;
  }
}

.page-product .product--cont .product .column .text .cart .size .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  width: 100%;
  padding-left: 20px;
  height: 52px;
  min-width: 185px;
  border: none;
  z-index: 20;
  position: relative;
  font-size: 18px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 768px) {
  .page-product .product--cont .product .column .text .cart .size .select {
    height: 36px;
    width: 100%;
  }
}

.page-product .product--cont .product .column .text .cart .size i {
  position: absolute;
  right: 15px;
  top: 25%;
  translate: transformY(-50%);
  font-size: 20px;
  color: #A8A8A8;
}

.page-product .product--cont .product .column .text .cart .button {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  text-align: center;
  margin-right: 30px;
  height: 54px;
  margin-left: 19px;
  background: #B4885B;
  color: white;
  position: relative;
  z-index: 2;
  border: 1px solid #B4885B;
  font-size: 16px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 18px 32px;
  font-weight: 350;
}

@media (max-width: 768px) {
  .page-product .product--cont .product .column .text .cart .button {
    margin: 5px;
  }
}

.page-product .product--cont .product .column .text .cart .wishlist .img {
  margin-right: 5px;
}

.page-product .product--cont .product .column .text .cart .wishlist .a {
  font-size: 16px;
  line-height: 25px;
  color: #979797;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

.page-product .product--cont .product .column .text .content {
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 5px;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .content {
    padding: 5px 0;
  }
}

.page-product .product--cont .product .column .text .content h1,
.page-product .product--cont .product .column .text .content h2,
.page-product .product--cont .product .column .text .content h3,
.page-product .product--cont .product .column .text .content h4,
.page-product .product--cont .product .column .text .content h5,
.page-product .product--cont .product .column .text .content h6 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

.page-product .product--cont .product .column .text .content p,
.page-product .product--cont .product .column .text .content li,
.page-product .product--cont .product .column .text .content a {
  font-size: 16px;
  line-height: 25px;
  color: #979797;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .content p,
  .page-product .product--cont .product .column .text .content li,
  .page-product .product--cont .product .column .text .content a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .product--cont .product .column .text .ul {
  width: 80%;
}

@media (max-width: 768px) {
  .page-product .product--cont .product .column .text .ul {
    width: 100%;
  }
}

.page-product .product--cont .product .column .text .ul .li {
  padding: 0;
  margin: 0;
  border-bottom: 2px dashed #A5A5A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-product .product--cont .product .column .text .ul .li .p {
  font-size: 16px;
  line-height: 40px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-product .product--cont .product .column .text .ul .li .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .product--cont .product .column .text .ul .li:last-of-type {
  border: none;
}

.page-product .product--cont .product .column .text .ul .li img {
  margin-right: 7px;
}

.page-product .product--cont .product .column .text .ul .li .p {
  margin: 0;
}

.page-product .section--middle .navigation--cont .navigation {
  padding: 0 30px;
}

@media (max-width: 560px) {
  .page-product .section--middle .navigation--cont .navigation {
    padding: 0;
  }
}

.page-product .section--middle .navigation--cont .navigation .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-product .section--middle .navigation--cont .navigation .ul .li {
  background: #FBFBFB;
  margin-bottom: 0;
  margin-right: 16px;
}

@media (max-width: 560px) {
  .page-product .section--middle .navigation--cont .navigation .ul .li {
    margin-right: 5px;
  }
}

.page-product .section--middle .navigation--cont .navigation .ul .li .a {
  color: #C99C69;
  font-size: 16px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  cursor: pointer;
  display: block;
  padding: 10px 60px;
}

@media (max-width: 560px) {
  .page-product .section--middle .navigation--cont .navigation .ul .li .a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .section--middle .navigation--cont .navigation .ul .li.active, .page-product .section--middle .navigation--cont .navigation .ul .li:hover {
  background: #C99C69;
}

.page-product .section--middle .navigation--cont .navigation .ul .li.active .a, .page-product .section--middle .navigation--cont .navigation .ul .li:hover .a {
  color: #FBFBFB;
}

.page-product .section--middle .details--cont {
  background: #FBFBFB;
  padding: 85px 0 65px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.page-product .section--middle .details--cont .details .content h1,
.page-product .section--middle .details--cont .details .content h2,
.page-product .section--middle .details--cont .details .content h3,
.page-product .section--middle .details--cont .details .content h4,
.page-product .section--middle .details--cont .details .content h5,
.page-product .section--middle .details--cont .details .content h6 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .content h1,
  .page-product .section--middle .details--cont .details .content h2,
  .page-product .section--middle .details--cont .details .content h3,
  .page-product .section--middle .details--cont .details .content h4,
  .page-product .section--middle .details--cont .details .content h5,
  .page-product .section--middle .details--cont .details .content h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-product .section--middle .details--cont .details .content li,
.page-product .section--middle .details--cont .details .content p {
  font-size: 16px;
  line-height: 25px;
  color: #979797;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .content li,
  .page-product .section--middle .details--cont .details .content p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .section--middle .details--cont .details .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .page-product .section--middle .details--cont .details .description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-product .section--middle .details--cont .details .description .content {
  width: 40%;
}

@media (max-width: 1480px) {
  .page-product .section--middle .details--cont .details .description .content {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .page-product .section--middle .details--cont .details .description .content {
    width: 100%;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .page-product .section--middle .details--cont .details .reviews--cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews {
  width: 46.9%;
}

@media (max-width: 1024px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews {
    width: 100%;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review {
  margin-bottom: 22px;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .img {
  width: 55px;
  height: 55px;
  background-image: url(./images/user.png);
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .img {
    width: 30px;
    height: 30px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .rating {
  color: #FFCC33;
  font-size: 12px;
  margin-bottom: 8px;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .h3 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .h3 span {
  font-size: 16px;
  line-height: 19px;
  color: #B2B2B2;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews .review .top .h3 span {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .bottom {
  padding-left: 57px;
  padding-top: 10px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews .review .bottom {
    padding-left: 0;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews .review .bottom p {
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews .review .bottom p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form {
  width: 49.5%;
}

@media (max-width: 1024px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form {
    width: 100%;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .stars span a {
  font-size: 0;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .stars span a:hover {
  color: #FFCC33;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .stars span a.active {
  color: #FFCC33;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .stars span a i {
  font-size: 30px;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form p {
  font-size: 18px;
  line-height: 30px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form label {
  font-size: 18px;
  line-height: 30px;
  color: #C99C69;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form input {
  border: 1px solid #CECECE;
  border-radius: 8px;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form input {
    margin-bottom: 10px;
    height: 30px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form textarea {
  border: 1px solid #CECECE;
  border-radius: 8px;
  padding: 15px;
  height: 200px;
  font-size: 16px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 40px;
  resize: none;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form textarea {
    margin-bottom: 10px;
    height: 150px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .rating {
  color: #D6D6D6;
  font-size: 30px;
  margin-bottom: 40px;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .elem, .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .comment-form-cookies-consent {
  width: 100%;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .elem.col_50, .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .comment-form-cookies-consent.col_50 {
  width: 49%;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .elem.col_50, .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .comment-form-cookies-consent.col_50 {
    width: 100%;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .elem.comment-form-cookies-consent, .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .comment-form-cookies-consent.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .elem.comment-form-cookies-consent input, .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .comment-form-cookies-consent.comment-form-cookies-consent input {
  height: unset;
  margin-right: 9px;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .form-submit input[type=submit] {
  font-size: 16px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 18px 32px;
  font-weight: 350;
  text-transform: uppercase;
  background: #C99C69;
  color: white;
  position: relative;
  z-index: 2;
  border: 1px solid #C99C69;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .form-submit input[type=submit]::after {
  content: " ";
  background: #C99C69;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation-name: bigger;
          animation-name: bigger;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .form-submit input[type=submit]:hover {
  color: #C99C69;
  background: none;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .form-submit input[type=submit]:hover:after {
  -webkit-animation-name: smaller;
          animation-name: smaller;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@media (max-width: 1024px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .form-submit input[type=submit]:hover {
    background: none;
    color: white;
  }
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form form .form-submit input[type=submit]:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .btn {
  margin-right: 30px;
}

@media (max-width: 560px) {
  .page-product .section--middle .details--cont .details .reviews--cont .reviews--form .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 25px;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-product .section--middle .details--cont .details .reviews--cont .reviews--form .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-product .section--end {
  padding: 85px 0 100px;
}

@media (max-width: 560px) {
  .page-product .section--end {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.page-product .section--end .text {
  margin-bottom: 55px;
  text-align: center;
}

@media (max-width: 560px) {
  .page-product .section--end .text {
    margin-bottom: 20px;
  }
}

.page-product .section--end .text .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-weight: 400;
  font-family: "Suave";
}

.page-product .section--end .slider {
  padding: 0 0 35px;
}

@media (max-width: 560px) {
  .page-product .section--end .slider {
    padding: 0 0 5px;
  }
}

.page-product .section--end .slider .slick-dots {
  bottom: 0;
}

.page-product .section--end .slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

.page-product .section--end .slider .slick-dots li button::before {
  display: none;
}

.page-product .section--end .slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-product .section--end .slider .product--wrap {
  padding: 14px 8px;
  width: 33.33%;
}

@media (max-width: 1240px) {
  .page-product .section--end .slider .product--wrap {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-product .section--end .slider .product--wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-product .section--end .slider .product--wrap {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .page-product .section--end .slider .product--wrap {
    width: 100%;
  }
}

.page-product .section--end .slider .product--wrap .product {
  background: #FBFBFB;
  padding-top: 20px;
}

.page-product .section--end .slider .product--wrap .product .img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-product .section--end .slider .product--wrap .product .img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.page-product .section--end .slider .product--wrap .product .text {
  text-align: center;
  padding: 20px 26px 18px;
}

.page-product .section--end .slider .product--wrap .product .text .h2 {
  font-size: 20px;
  line-height: 22px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Suave";
  margin: 0 0 10px;
  text-transform: capitalize;
}

.page-product .section--end .slider .product--wrap .product .text .p {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 24px;
  text-transform: capitalize;
}

.page-product .section--end .slider .product--wrap .product .text .h6 {
  font-size: 20px;
  line-height: 22px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Suave";
  margin: 0 0 17px;
  text-transform: capitalize;
}

.page-product .section--end .slider .product--wrap .product .text .h6 .span {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-weight: 400;
  font-family: "Suave";
  text-transform: capitalize;
  text-decoration: line-through;
}

.page-account.wishlist .account--cont .account {
  padding: 0 0px 0 60px;
}

@media (max-width: 1480px) {
  .page-account.wishlist .account--cont .account {
    padding: 0;
  }
}

.page-account .account--cont {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .page-account .account--cont {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-account .account--cont {
    padding: 20px 0;
  }
}

.page-account .account--cont .account {
  padding: 0 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1480px) {
  .page-account .account--cont .account {
    padding: 0;
  }
}

@media (max-width: 1240px) {
  .page-account .account--cont .account {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-account .account--cont .account .sidebar {
  background: #FBFBFB;
  padding: 36px 44px 27px;
  width: 340px;
  margin-right: 50px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 8px;
}

@media (max-width: 1240px) {
  .page-account .account--cont .account .sidebar {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
    background: none;
    margin-right: 0;
  }
}

.page-account .account--cont .account .sidebar .h2 {
  font-size: 30px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

.page-account .account--cont .account .sidebar .ul .li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #515151 !important;
  margin: 0;
  position: relative;
}

.page-account .account--cont .account .sidebar .ul .li img {
  margin-right: 22px;
}

.page-account .account--cont .account .sidebar .ul .li .gold {
  display: none;
}

.page-account .account--cont .account .sidebar .ul .li i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #707070;
  font-size: 12px;
}

.page-account .account--cont .account .sidebar .ul .li a {
  font-size: 18px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #707070;
}

.page-account .account--cont .account .sidebar .ul .li:last-of-type {
  border: none;
  padding-bottom: 0;
}

.page-account .account--cont .account .sidebar .ul .li:hover a, .page-account .account--cont .account .sidebar .ul .li.is-active a {
  color: #C99C69;
}

.page-account .account--cont .account .sidebar .ul .li:hover i, .page-account .account--cont .account .sidebar .ul .li.is-active i {
  color: #C99C69;
}

.page-account .account--cont .account .sidebar .ul .li:hover .gold, .page-account .account--cont .account .sidebar .ul .li.is-active .gold {
  display: initial;
}

.page-account .account--cont .account .sidebar .ul .li:hover .grey, .page-account .account--cont .account .sidebar .ul .li.is-active .grey {
  display: none;
}

.page-account .account--cont .account .content {
  width: calc(100% - 390px);
}

@media (max-width: 1240px) {
  .page-account .account--cont .account .content {
    width: 100%;
  }
}

.page-account .account--cont .account .content .h2 {
  color: #C99C69;
  font-size: 20px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .h2 {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .text h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #707070;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .text h2 {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .text p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #707070;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .text a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #FF0000;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .text a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .text a:hover {
  text-decoration: underline;
}

.page-account .account--cont .account .content .orders {
  width: 100%;
}

.page-account .account--cont .account .content .orders .item {
  border: 2px solid #E1E1E1;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 10px 26px 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.page-account .account--cont .account .content .orders .item .woocommerce-orders-table__cell-order-date {
  display: none;
}

.page-account .account--cont .account .content .orders .item .woocommerce-orders-table__cell-order-total {
  display: none;
}

.page-account .account--cont .account .content .orders .item .woocommerce-orders-table__cell-order-status {
  text-align: center;
}

.page-account .account--cont .account .content .orders .item .woocommerce-orders-table__cell-order-status p {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .orders .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .orders .item {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .orders .item .column:nth-of-type(2) {
  margin: 0  2.75%;
}

.page-account .account--cont .account .content .orders .item .btn {
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  background: #F9F9F9;
  color: #C99C69;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-account .account--cont .account .content .orders .item .p {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-account .account--cont .account .content .orders .item .h3 {
  font-size: 20px;
  line-height: 24px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-account .account--cont .account .content .orders .item .h4 {
  font-size: 18px;
  line-height: 19px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-account .account--cont .account .content .pagination--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 50px 16px 28px;
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  background: #FBFBFB;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
}

.page-account .account--cont .account .content .pagination--cont .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .page-account .account--cont .account .content .pagination--cont .pagination {
    margin: 0 auto;
  }
}

.page-account .account--cont .account .content .pagination--cont .pagination .dots {
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #707070;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-account .account--cont .account .content .pagination--cont .pagination .a,
.page-account .account--cont .account .content .pagination--cont .pagination .span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #707070;
}

.page-account .account--cont .account .content .pagination--cont .pagination .a i,
.page-account .account--cont .account .content .pagination--cont .pagination .span i {
  color: #C99C69;
}

.page-account .account--cont .account .content .pagination--cont .pagination .a:hover,
.page-account .account--cont .account .content .pagination--cont .pagination .span:hover {
  color: white;
  background: #C99C69;
}

.page-account .account--cont .account .content .pagination--cont .pagination .span {
  color: white;
  background: #C99C69;
}

.page-account .account--cont .account .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  .page-account .account--cont .account .content .actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .actions {
    -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;
  }
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .actions {
    margin-bottom: 0;
  }
}

.page-account .account--cont .account .content .actions .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .page-account .account--cont .account .content .actions .pagination {
    margin: 10px 0;
  }
}

.page-account .account--cont .account .content .actions .pagination .a {
  width: 58px;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #515151;
  border-radius: 7px;
  margin-left: 8px;
}

.page-account .account--cont .account .content .actions .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .actions .filters {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .actions .filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-account .account--cont .account .content .actions .filters .label {
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  color: #515151;
  margin-right: 2.5%;
}

.page-account .account--cont .account .content .actions .filters .select--cont {
  padding: 0 24px;
  margin-right: 2.5%;
  border: 1px solid #DFDFDF;
  position: relative;
  border-radius: 7px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .actions .filters .select--cont {
    margin: 5px 5px;
  }
}

.page-account .account--cont .account .content .actions .filters .select--cont .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  height: 55px;
  border: none;
  position: relative;
  z-index: 20;
  padding-right: 20px;
  color: #8D8D8D;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .actions .filters .select--cont .select {
    height: 30px;
  }
}

.page-account .account--cont .account .content .actions .filters .select--cont i {
  position: absolute;
  top: 40%;
  right: 24px;
  color: #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.page-account .account--cont .account .content .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-account .account--cont .account .content .order .column {
  width: calc(100% - 430px);
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .order .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-account .account--cont .account .content .order .column .elem {
  margin-bottom: 54px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .order .column .elem {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .order .column .elem h2 {
  color: #C99C69;
  font-size: 20px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .order .column .elem h2 {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .order .column .elem .h2, .page-account .account--cont .account .content .order .column .elem h2 {
  margin-bottom: 10px;
}

.page-account .account--cont .account .content .order .column .elem .p, .page-account .account--cont .account .content .order .column .elem address {
  color: #484848;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .order .column .elem .p, .page-account .account--cont .account .content .order .column .elem address {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-account .account--cont .account .content .order .card {
  background: #F3F3F3;
  padding: 56px 40px 30px;
  width: 404px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 8px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .order .card {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .order .card {
    padding: 15px;
  }
}

.page-account .account--cont .account .content .order .card .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}

.page-account .account--cont .account .content .order .card .top .img {
  width: 95px;
  height: 95px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.page-account .account--cont .account .content .order .card .top .txt {
  width: calc(100% - 110px);
}

.page-account .account--cont .account .content .order .card .top .txt .h2 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #C99C69;
  margin-bottom: 6px;
}

.page-account .account--cont .account .content .order .card .top .txt .h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #515151;
  margin-bottom: 6px;
}

.page-account .account--cont .account .content .order .card .top .txt .h4 {
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #A4A4A4;
  margin-bottom: 0;
}

.page-account .account--cont .account .content .order .card .ul {
  margin-bottom: 32px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .order .card .ul {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .order .card .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #D6D6D6;
}

.page-account .account--cont .account .content .order .card .ul .li p {
  margin-bottom: 0;
}

.page-account .account--cont .account .content .order .card .ul .li .span {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-weight: 400;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.page-account .account--cont .account .content .order .card .ul .li .p {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-weight: 700;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.page-account .account--cont .account .content .order .card .ul .li .h3 {
  font-size: 25px;
  line-height: 30px;
  color: #B58D3D;
  font-weight: 700;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.page-account .account--cont .account .content .order .card .ul .li:last-of-type {
  border: none;
}

.page-account .account--cont .account .content .order .card .bottom .p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #484848;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .order .card .bottom .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-account .account--cont .account .content .yith-wcwl-share {
  display: none;
}

.page-account .account--cont .account .content .wishlist_view {
  border: none;
}

.page-account .account--cont .account .content .wishlist_view thead {
  display: none;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr {
  border: 2px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
  background: #F8F8F8;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr td {
  border: none;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-remove {
  width: 33px;
  height: 33px;
  background: #E2E2E2;
  border-radius: 50%;
  color: #989898;
  font-size: 14px;
  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;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-name {
  width: 27.7%;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-name {
    width: 100%;
  }
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-name a {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 9px;
  font-weight: 700;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-add-to-cart {
  width: 40%;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-add-to-cart a {
  display: block !important;
  background: #C99C69;
  color: white;
  position: relative;
  z-index: 2;
  border: 1px solid #C99C69;
  font-size: 16px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 18px 32px;
  font-weight: 350;
  text-transform: uppercase;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-thumbnail {
  width: 17%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 134px;
  position: relative;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-thumbnail a {
  width: 100%;
  height: 100%;
  max-width: unset;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-thumbnail {
    padding-top: 50%;
    width: 50%;
  }
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-stock-status {
  display: none;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .h3 {
  font-size: 18px;
  line-height: 22px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 9px;
  font-weight: 700;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .h4 {
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 9px;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .h5 {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .h6 {
  font-size: 28px;
  line-height: 34px;
  color: #937A5D;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  font-weight: 800;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-price {
  padding: 0 23px;
  border: 1px solid #E1E1E1;
  border-top: none;
  border-bottom: none;
}

@media (max-width: 1480px) {
  .page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-price {
    padding: 0 10px;
    border: none;
  }
  .page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-price .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-price span {
  font-size: 28px;
  line-height: 34px;
  color: #937A5D;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  font-weight: 800;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-price del span {
  font-size: 18px;
}

.page-account .account--cont .account .content .wishlist_view .wishlist-items-wrapper tr .product-price del span bdi {
  font-size: 20px;
}

.page-account .account--cont .account .content .pagination--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .pagination--top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .pagination--top .h2 {
  font-size: 20px;
  line-height: 25px;
  color: #C99C69;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .pagination--top .h2 {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .pagination--top .h2 .span {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  font-family: "Josefin Sans", sans-serif;
}

.page-account .account--cont .account .content .pagination--top .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .page-account .account--cont .account .content .pagination--top .pagination {
    margin: 0 auto;
  }
}

.page-account .account--cont .account .content .pagination--top .pagination .dots {
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #707070;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-account .account--cont .account .content .pagination--top .pagination .a,
.page-account .account--cont .account .content .pagination--top .pagination .span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #707070;
}

.page-account .account--cont .account .content .pagination--top .pagination .a i,
.page-account .account--cont .account .content .pagination--top .pagination .span i {
  color: #C99C69;
}

.page-account .account--cont .account .content .pagination--top .pagination .a:hover,
.page-account .account--cont .account .content .pagination--top .pagination .span:hover {
  color: white;
  background: #C99C69;
}

.page-account .account--cont .account .content .pagination--top .pagination .span {
  color: white;
  background: #C99C69;
}

.page-account .account--cont .account .content .address--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-account .account--cont .account .content .address--cont .address--cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .address--cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-account .account--cont .account .content .address--cont .form {
  width: 100%;
}

.page-account .account--cont .account .content .address--cont .column {
  width: 48%;
}

.page-account .account--cont .account .content .address--cont .column.woocommerce-address-fields {
  width: 100%;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .address--cont .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-account .account--cont .account .content .address--cont .column address {
  font-size: 18px;
  line-height: 40px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column address {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox--label a:hover {
  text-decoration: underline;
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-account .account--cont .account .content .address--cont .column .checkbox--cont .checkbox.active::after {
  background: #C99C69;
}

.page-account .account--cont .account .content .address--cont .column .address p, .page-account .account--cont .account .content .address--cont .column address p {
  font-size: 18px;
  line-height: 40px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column .address p, .page-account .account--cont .account .content .address--cont .column address p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-account .account--cont .account .content .address--cont .column .input--cont, .page-account .account--cont .account .content .address--cont .column .form-row {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin-bottom: 17px;
  padding: 9px 19px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column .input--cont, .page-account .account--cont .account .content .address--cont .column .form-row {
    margin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .address--cont .column .input--cont label, .page-account .account--cont .account .content .address--cont .column .form-row label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
  font-weight: 400;
}

.page-account .account--cont .account .content .address--cont .column .input--cont input, .page-account .account--cont .account .content .address--cont .column .form-row input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column .input--cont input, .page-account .account--cont .account .content .address--cont .column .form-row input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-account .account--cont .account .content .address--cont .column .input--cont .select, .page-account .account--cont .account .content .address--cont .column .form-row .select {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 20;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .address--cont .column .input--cont .select, .page-account .account--cont .account .content .address--cont .column .form-row .select {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-account .account--cont .account .content .address--cont .column .input--cont .select--cont, .page-account .account--cont .account .content .address--cont .column .form-row .select--cont {
  width: 100%;
  position: relative;
}

.page-account .account--cont .account .content .address--cont .column .input--cont .select--cont i, .page-account .account--cont .account .content .address--cont .column .form-row .select--cont i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #515151;
  font-size: 16px;
}

.page-account .account--cont .account .content .edit-account {
  position: relative;
}

.page-account .account--cont .account .content .edit-account legend {
  color: #C99C69;
  font-size: 20px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

.page-account .account--cont .account .content .edit-account .woocommerce-form-row {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin-bottom: 17px;
  padding: 9px 19px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .edit-account .woocommerce-form-row {
    amrgin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .edit-account .woocommerce-form-row label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
  font-weight: 400;
}

.page-account .account--cont .account .content .edit-account .woocommerce-form-row input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .edit-account .woocommerce-form-row input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-account .account--cont .account .content .edit-account button[type=submit] {
  background-color: #B58D3D;
  color: #fff;
}

.page-account .account--cont .account .content .details--cont .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-account .account--cont .account .content .details--cont .form .column {
  width: 48%;
}

@media (max-width: 768px) {
  .page-account .account--cont .account .content .details--cont .form .column {
    width: 100%;
  }
}

.page-account .account--cont .account .content .details--cont .form .input--cont {
  border: 1px solid #E6E6E6;
  background: white;
  border-radius: 6px;
  margin-bottom: 17px;
  padding: 9px 19px;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .details--cont .form .input--cont {
    amrgin-bottom: 10px;
  }
}

.page-account .account--cont .account .content .details--cont .form .input--cont .label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #AEAEAE;
  margin: 0 0 5px;
  font-weight: 400;
}

.page-account .account--cont .account .content .details--cont .form .input--cont .input {
  margin: 0;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
  font-family: "Josefin Sans", sans-serif;
  height: 22px;
  padding: 0;
}

@media (max-width: 560px) {
  .page-account .account--cont .account .content .details--cont .form .input--cont .input {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
}

.page-account .account--cont .account .content .details--cont .form .btn {
  margin-left: auto;
}

.page-blog .blog {
  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: 44px 0 100px;
}

@media (max-width: 1024px) {
  .page-blog .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-blog .blog {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-blog .blog {
    padding: 20px 0;
  }
}

.page-blog .blog .sidebar {
  width: 340px;
}

@media (max-width: 1024px) {
  .page-blog .blog .sidebar {
    width: 100%;
  }
}

.page-blog .blog .sidebar .search {
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  background: #FBFBFB;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 56px;
}

@media (max-width: 560px) {
  .page-blog .blog .sidebar .search {
    margin: 0 0 20px;
  }
}

.page-blog .blog .sidebar .search .input {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #AAAAAA;
  padding: 0 20px 0 0;
  margin: 0;
  background: none;
  border: none;
  width: calc(100% - 23px);
}

.page-blog .blog .sidebar .search .button {
  width: 23px;
  height: 23px;
  background: none;
  padding: 0;
}

.page-blog .blog .sidebar .search .button img {
  width: 23px;
  height: auto;
}

.page-blog .blog .sidebar .element {
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  background: #FBFBFB;
  margin: 0 0 42px;
  padding: 28px 26px;
}

@media (max-width: 560px) {
  .page-blog .blog .sidebar .element {
    margin: 0 0 20px;
  }
}

.page-blog .blog .sidebar .element .h2 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 14px;
}

.page-blog .blog .sidebar .element .categories {
  margin-bottom: 16px;
}

.page-blog .blog .sidebar .element .categories .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.page-blog .blog .sidebar .element .categories .li .a {
  font-size: 18px;
  line-height: 30px;
  color: #818181;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.page-blog .blog .sidebar .element .categories .li .a:hover {
  color: #C99C69;
}

.page-blog .blog .sidebar .element .categories .li span {
  font-size: 19px;
  line-height: 30px;
  color: #818181;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.page-blog .blog .sidebar .element .categories .show-categories {
  display: none;
}

.page-blog .blog .sidebar .element .link {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.page-blog .blog .sidebar .element .posts .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-blog .blog .sidebar .element .posts .li .img {
  width: 129px;
  height: 129px;
  background-position: center;
  background-size: cover;
}

.page-blog .blog .sidebar .element .posts .li .text {
  width: calc(100% - 140px);
}

.page-blog .blog .sidebar .element .posts .li .text .h3 {
  font-size: 16px;
  line-height: 19px;
  color: #404040;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 15px;
}

.page-blog .blog .sidebar .element .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-blog .blog .sidebar .element .tags .li {
  margin: 0;
  padding: 0 7px 7px 0;
}

.page-blog .blog .sidebar .element .tags .li .a {
  display: block;
  background: #D4D4D4;
  padding: 10px 18px;
  color: #7A7A7A;
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-blog .blog .sidebar .element .tags .li .a:hover {
  background: #C99C69;
  color: white;
}

.page-blog .blog .sidebar .element .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .page-blog .blog .sidebar .element .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-blog .blog .sidebar .element .socials .li {
  margin: 0 20% 0 0;
}

@media (max-width: 1024px) {
  .page-blog .blog .sidebar .element .socials .li {
    margin: 0 10px 0;
  }
}

.page-blog .blog .sidebar .element .socials .li .a {
  color: #5E5E5E;
  font-size: 20px;
}

.page-blog .blog .sidebar .element .socials .li .a:hover {
  color: #C99C69;
}

.page-blog .blog .blog--cont {
  width: calc(100% - 340px);
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .page-blog .blog .blog--cont {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont {
    margin: 0;
  }
}

.page-blog .blog .blog--cont .article-wrap {
  padding: 0 8px 52px;
  width: 33.33%;
}

@media (max-width: 1240px) {
  .page-blog .blog .blog--cont .article-wrap {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-blog .blog .blog--cont .article-wrap {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .page-blog .blog .blog--cont .article-wrap {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap {
    width: 100%;
    padding: 0 0 20px;
  }
}

.page-blog .blog .blog--cont .article-wrap .article:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.page-blog .blog .blog--cont .article-wrap .article .img {
  width: 100%;
  padding-top: 211px;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap .article .img {
    padding-top: 150px;
  }
}

.page-blog .blog .blog--cont .article-wrap .article .text {
  padding: 0px 18px 20px;
  background: #FBFBFB;
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap .article .text {
    padding: 0;
  }
}

.page-blog .blog .blog--cont .article-wrap .article .text .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap .article .text .h3 {
    margin-bottom: 10px;
  }
}

.page-blog .blog .blog--cont .article-wrap .article .text .p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap .article .text .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-blog .blog .blog--cont .article-wrap .article .text .link {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-blog .blog .blog--cont .article-wrap .article .text .link img {
  margin-left: 15px;
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap .article .text .link {
    margin-bottom: 5px;
  }
}

.page-blog .blog .blog--cont .article-wrap .article .text .link:hover {
  border-bottom-color: #C99C69;
}

.page-blog .blog .blog--cont .article-wrap .article .text .detail {
  padding-top: 18px;
  border-top: 1px solid #CBCBCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .page-blog .blog .blog--cont .article-wrap .article .text .detail {
    padding-top: 5px;
  }
}

.page-blog .blog .blog--cont .article-wrap .article .text .detail .p {
  margin-bottom: 0;
}

.page-blog .blog .blog--cont .article-wrap .article .text .detail .p i {
  color: #C99C69;
  font-size: 12px;
}

.page-blog .blog .blog--cont .article-wrap .article .text .detail .p span,
.page-blog .blog .blog--cont .article-wrap .article .text .detail .p a {
  font-size: 13px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 0;
}

.page-blog .blog .blog--cont .article-wrap .article .text .detail .p a:hover {
  color: #C99C69;
}

.page-article .blog {
  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: 44px 0 100px;
}

@media (max-width: 1024px) {
  .page-article .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-article .blog {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-article .blog {
    padding: 20px 0;
  }
}

.page-article .blog .sidebar {
  width: 340px;
}

@media (max-width: 1024px) {
  .page-article .blog .sidebar {
    width: 100%;
  }
}

.page-article .blog .sidebar .search {
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  background: #FBFBFB;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 56px;
}

@media (max-width: 560px) {
  .page-article .blog .sidebar .search {
    margin: 0 0 20px;
  }
}

.page-article .blog .sidebar .search .input {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #AAAAAA;
  padding: 0 20px 0 0;
  margin: 0;
  background: none;
  border: none;
  width: calc(100% - 23px);
}

.page-article .blog .sidebar .search .button {
  width: 23px;
  height: 23px;
  background: none;
  padding: 0;
}

.page-article .blog .sidebar .search .button img {
  width: 23px;
  height: auto;
}

.page-article .blog .sidebar .element {
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.06);
  background: #FBFBFB;
  margin: 0 0 42px;
  padding: 28px 26px;
}

@media (max-width: 560px) {
  .page-article .blog .sidebar .element {
    margin: 0 0 20px;
  }
}

.page-article .blog .sidebar .element .h2 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 14px;
}

.page-article .blog .sidebar .element .categories {
  margin-bottom: 16px;
}

.page-article .blog .sidebar .element .categories .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.page-article .blog .sidebar .element .categories .li .a {
  font-size: 19px;
  line-height: 30px;
  color: #818181;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.page-article .blog .sidebar .element .categories .li .a:hover {
  color: #C99C69;
}

.page-article .blog .sidebar .element .categories .li span {
  font-size: 19px;
  line-height: 30px;
  color: #818181;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.page-article .blog .sidebar .element .categories .show-categories {
  display: none;
}

.page-article .blog .sidebar .element .link {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.page-article .blog .sidebar .element .posts .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-article .blog .sidebar .element .posts .li .img {
  width: 129px;
  height: 129px;
  background-position: center;
  background-size: cover;
}

.page-article .blog .sidebar .element .posts .li .text {
  width: calc(100% - 140px);
}

.page-article .blog .sidebar .element .posts .li .text .h3 {
  font-size: 16px;
  line-height: 19px;
  color: #404040;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 15px;
}

.page-article .blog .sidebar .element .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-article .blog .sidebar .element .tags .li {
  margin: 0;
  padding: 0 7px 7px 0;
}

.page-article .blog .sidebar .element .tags .li .a {
  display: block;
  background: #D4D4D4;
  padding: 10px 18px;
  color: #7A7A7A;
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-article .blog .sidebar .element .tags .li .a:hover {
  background: #C99C69;
  color: white;
}

.page-article .blog .sidebar .element .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .page-article .blog .sidebar .element .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-article .blog .sidebar .element .socials .li {
  margin: 0 20% 0 0;
}

@media (max-width: 1024px) {
  .page-article .blog .sidebar .element .socials .li {
    margin: 0 10px 0;
  }
}

.page-article .blog .sidebar .element .socials .li .a {
  color: #5E5E5E;
  font-size: 20px;
}

.page-article .blog .sidebar .element .socials .li .a:hover {
  color: #C99C69;
}

.page-article .blog .article--post {
  width: calc(100% - 410px);
}

@media (max-width: 1024px) {
  .page-article .blog .article--post {
    width: 100%;
  }
}

.page-article .blog .article--post .img {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  margin-bottom: 28px;
}

.page-article .blog .article--post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .img {
    margin-bottom: 10px;
  }
}

.page-article .blog .article--post .h1 {
  font-size: 36px;
  line-height: 44px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.page-article .blog .article--post .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0  0 33px;
  padding: 0 0 33px;
  position: relative;
}

.page-article .blog .article--post .details::after {
  width: 82%;
  content: " ";
  position: absolute;
  border-bottom: 1px solid #B1B1B1;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .page-article .blog .article--post .details::after {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-article .blog .article--post .details {
    margin: 0  0 10px;
    padding: 0 0 10px;
  }
}

.page-article .blog .article--post .details .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-article .blog .article--post .details .column:first-of-type .p {
  margin-right: 33px;
}

.page-article .blog .article--post .details .p {
  color: #989898;
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .details .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .article--post .details .p span {
  color: #C99C69;
  font-size: 16px;
  line-height: 19px;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .details .p span {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .article--post .content {
  padding: 0 0 47px;
  color: #515151;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
  }
}

.page-article .blog .article--post .content p {
  color: #515151;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .article--post .content a {
  color: #C99C69;
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .article--post .content a:hover {
  text-decoration: underline;
}

.page-article .blog .article--post .content li {
  color: #989898;
  font-size: 18px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content li {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .article--post .content ul li {
  position: relative;
  padding-left: 20px;
}

.page-article .blog .article--post .content ul li::before {
  content: "-";
  color: #989898;
  font-size: 18px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 0;
}

.page-article .blog .article--post .content ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.page-article .blog .article--post .content ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
}

.page-article .blog .article--post .content ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #989898;
  font-size: 18px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 0;
}

.page-article .blog .article--post .content blockquote {
  padding: 23px 0;
  border: 1px solid #B1B1B1;
  border-left: none;
  border-right: none;
  margin: 0;
  text-align: center;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content blockquote {
    padding: 10px 0;
  }
}

.page-article .blog .article--post .content blockquote::before {
  display: none;
}

.page-article .blog .article--post .content blockquote p {
  color: #C99C69;
  font-size: 22px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  width: 590px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .page-article .blog .article--post .content blockquote p {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content blockquote p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .article--post .content img {
  max-width: 100%;
  height: auto;
}

.page-article .blog .article--post .content h1,
.page-article .blog .article--post .content h2 {
  color: #C99C69;
  font-size: 30px;
  line-height: 34px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content h1,
  .page-article .blog .article--post .content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.page-article .blog .article--post .content h3,
.page-article .blog .article--post .content h4 {
  color: #C99C69;
  font-size: 26px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content h3,
  .page-article .blog .article--post .content h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

.page-article .blog .article--post .content h5,
.page-article .blog .article--post .content h6 {
  color: #C99C69;
  font-size: 22px;
  line-height: 26px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .content h5,
  .page-article .blog .article--post .content h6 {
    font-size: 18px;
    line-height: 22px;
  }
}

.page-article .blog .article--post .share--cont {
  border-bottom: 1px solid #B1B1B1;
  border-top: 1px solid #B1B1B1;
  padding: 32px 0;
}

@media (max-width: 560px) {
  .page-article .blog .article--post .share--cont {
    padding: 10px 0;
  }
}

.page-article .blog .similar--posts {
  padding-top: 65px;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts {
    padding-top: 20px;
  }
}

.page-article .blog .similar--posts .h2 {
  font-size: 30px;
  line-height: 37px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 47px;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .h2 {
    margin: 0  0 10px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider {
  width: 100%;
  margin: 0 -8px;
}

@media (max-width: 1024px) {
  .page-article .blog .similar--posts .similar--posts--slider {
    padding: 0 0 100px;
  }
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider {
    margin: 0;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap {
  padding: 0 8px;
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .img {
  width: 100%;
  padding-top: 211px;
  background-position: center;
  background-size: cover;
  background-image: url(./images/review.jpg);
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .img {
    padding-top: 150px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text {
  padding: 0px 20px 20px;
  background: #FBFBFB;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text {
    padding: 0;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .h3 {
    margin-bottom: 10px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .link {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .link img {
  margin-left: 15px;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .link {
    margin-bottom: 5px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .link:hover {
  border-bottom-color: #C99C69;
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail {
  padding-top: 18px;
  border-top: 1px solid #CBCBCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail {
    padding-top: 5px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail .p {
  margin-bottom: 0;
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail .p i {
  color: #C99C69;
  font-size: 12px;
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail .p span,
.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail .p a {
  font-size: 13px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 0;
}

.page-article .blog .similar--posts .similar--posts--slider .slide-wrap .slide .text .detail .p a:hover {
  color: #C99C69;
}

.page-article .blog .similar--posts .similar--posts--slider .slick-dots {
  bottom: -75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
}

@media (max-width: 1024px) {
  .page-article .blog .similar--posts .similar--posts--slider .slick-dots {
    bottom: 40px;
  }
}

.page-article .blog .similar--posts .similar--posts--slider .slick-dots li {
  margin: 0 2px;
}

.page-article .blog .similar--posts .similar--posts--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
  line-height: 1;
  font-size: 0;
  text-indent: -999px;
  color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
}

.page-article .blog .similar--posts .similar--posts--slider .slick-dots li button::before {
  display: none;
}

.page-article .blog .similar--posts .similar--posts--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-article .blog .comments-section {
  padding-top: 47px;
  border-top: 1px solid #B1B1B1;
  margin-top: 30px;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section {
    margin-top: 0;
    padding-top: 20px;
  }
}

.page-article .blog .comments-section h2 {
  font-size: 30px;
  line-height: 37px;
  color: #C99C69;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 5px;
}

.page-article .blog .comments-section .comment-notes {
  font-size: 18px;
  line-height: 20px;
  color: #7B7B7B;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 13px;
}

.page-article .blog .comments-section .comment-notes .required {
  color: red;
}

.page-article .blog .comments-section .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-article .blog .comments-section .comment-form-comment,
.page-article .blog .comments-section .comment-form-author,
.page-article .blog .comments-section .comment-form-email,
.page-article .blog .comments-section .comment-form-url {
  width: 100%;
  margin-bottom: 18px;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .comment-form-comment,
  .page-article .blog .comments-section .comment-form-author,
  .page-article .blog .comments-section .comment-form-email,
  .page-article .blog .comments-section .comment-form-url {
    margin-bottom: 10px;
  }
}

.page-article .blog .comments-section .comment-form-comment input,
.page-article .blog .comments-section .comment-form-comment textarea,
.page-article .blog .comments-section .comment-form-author input,
.page-article .blog .comments-section .comment-form-author textarea,
.page-article .blog .comments-section .comment-form-email input,
.page-article .blog .comments-section .comment-form-email textarea,
.page-article .blog .comments-section .comment-form-url input,
.page-article .blog .comments-section .comment-form-url textarea {
  background: 1px solid #C1C1C1;
  background: white;
  margin: 0;
  resize: none;
  font-size: 17px;
  line-height: 20px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
}

.page-article .blog .comments-section .comment-form-comment input::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-comment textarea::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-author input::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-author textarea::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-email input::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-email textarea::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-url input::-webkit-input-placeholder,
.page-article .blog .comments-section .comment-form-url textarea::-webkit-input-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1;
  font-family: "Josefin Sans", sans-serif;
}

.page-article .blog .comments-section .comment-form-comment input:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-comment textarea:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-author input:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-author textarea:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-email input:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-email textarea:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-url input:-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-url textarea:-ms-input-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1;
  font-family: "Josefin Sans", sans-serif;
}

.page-article .blog .comments-section .comment-form-comment input::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-comment textarea::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-author input::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-author textarea::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-email input::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-email textarea::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-url input::-ms-input-placeholder,
.page-article .blog .comments-section .comment-form-url textarea::-ms-input-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1;
  font-family: "Josefin Sans", sans-serif;
}

.page-article .blog .comments-section .comment-form-comment input::placeholder,
.page-article .blog .comments-section .comment-form-comment textarea::placeholder,
.page-article .blog .comments-section .comment-form-author input::placeholder,
.page-article .blog .comments-section .comment-form-author textarea::placeholder,
.page-article .blog .comments-section .comment-form-email input::placeholder,
.page-article .blog .comments-section .comment-form-email textarea::placeholder,
.page-article .blog .comments-section .comment-form-url input::placeholder,
.page-article .blog .comments-section .comment-form-url textarea::placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1;
  font-family: "Josefin Sans", sans-serif;
}

.page-article .blog .comments-section .comment-form-comment label,
.page-article .blog .comments-section .comment-form-author label,
.page-article .blog .comments-section .comment-form-email label,
.page-article .blog .comments-section .comment-form-url label {
  margin: 0;
  display: none;
}

.page-article .blog .comments-section .comment-form-cookies-consent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .comment-form-cookies-consent {
    margin-bottom: 10px;
  }
}

.page-article .blog .comments-section .comment-form-cookies-consent input {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

.page-article .blog .comments-section .comment-form-cookies-consent .checkbox--label {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E2E;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .comment-form-cookies-consent .checkbox--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .comments-section .comment-form-cookies-consent .checkbox--label a {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #005AF5;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .comment-form-cookies-consent .checkbox--label a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-article .blog .comments-section .comment-form-cookies-consent .checkbox--label a:hover {
  text-decoration: underline;
}

.page-article .blog .comments-section .comment-form-cookies-consent .checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.page-article .blog .comments-section .comment-form-cookies-consent .checkbox::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C99C69;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-article .blog .comments-section .comment-form-cookies-consent .checkbox.active::after {
  background: #C99C69;
}

.page-article .blog .comments-section .comment-form-cookies-consent label {
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}

.page-article .blog .comments-section .comment-form-cookies-consent input {
  margin: 0;
}

.page-article .blog .comments-section .form-submit {
  margin: 0;
}

.page-article .blog .comments-section .submit {
  padding: 18px 32px;
  background: #C99C69;
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .submit {
    padding: 10px 20px;
  }
}

.page-article .blog .comments-section .comment-form-author,
.page-article .blog .comments-section .comment-form-email {
  width: 48%;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .comment-form-author,
  .page-article .blog .comments-section .comment-form-email {
    width: 100%;
  }
}

.page-article .blog .comments-section .comment-awaiting-moderation {
  color: red;
  padding: 10px 0;
  display: block;
  font-family: "Josefin Sans", sans-serif;
}

.page-article .blog .comments-section br {
  display: none;
}

.page-article .blog .comments-section .commentlist {
  padding: 10px 0 40px;
}

@media (max-width: 560px) {
  .page-article .blog .comments-section .commentlist {
    padding: 10px 0;
  }
}

.page-article .blog .comments-section .commentlist .comment {
  background: #FBFBFB;
  padding: 20px;
  margin-bottom: 20px;
}

.page-article .blog .comments-section .commentlist .comment .fn,
.page-article .blog .comments-section .commentlist .comment .fn a {
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-style: none;
}

.page-article .blog .comments-section .commentlist .comment .reply {
  display: none;
}

.page-article .blog .comments-section .commentlist .comment p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #333333;
}

.page-article .blog .comments-section .commentlist .comment p a {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #C99C69;
}

.page-article .blog .comments-section .commentlist .comment p a:hover {
  text-decoration: underline;
}

.page-article .blog .comments-section .commentlist .comment .comment-meta a {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}

.page-about .section--1 .section {
  padding: 45px 0 85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .page-about .section--1 .section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 560px) {
  .page-about .section--1 .section {
    padding: 20px 0;
  }
}

.page-about .section--1 .section .text {
  width: 44%;
}

@media (max-width: 1024px) {
  .page-about .section--1 .section .text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-about .section--1 .section .text {
    margin-bottom: 20px;
  }
}

.page-about .section--1 .section .text h1,
.page-about .section--1 .section .text h2 {
  font-size: 26px;
  line-height: 29px;
  color: #C99C69;
  font-family: "Suave";
}

@media (max-width: 560px) {
  .page-about .section--1 .section .text h1,
  .page-about .section--1 .section .text h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px;
  }
}

.page-about .section--1 .section .text h3,
.page-about .section--1 .section .text h4 {
  font-size: 24px;
  line-height: 29px;
  color: #C99C69;
  font-family: "Suave";
}

@media (max-width: 560px) {
  .page-about .section--1 .section .text h3,
  .page-about .section--1 .section .text h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}

.page-about .section--1 .section .text h5,
.page-about .section--1 .section .text h6 {
  font-size: 24px;
  line-height: 29px;
  color: #C99C69;
  font-family: "Suave";
}

@media (max-width: 560px) {
  .page-about .section--1 .section .text h5,
  .page-about .section--1 .section .text h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
  }
}

.page-about .section--1 .section .text p,
.page-about .section--1 .section .text li,
.page-about .section--1 .section .text a {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  font-style: italic;
}

@media (max-width: 560px) {
  .page-about .section--1 .section .text p,
  .page-about .section--1 .section .text li,
  .page-about .section--1 .section .text a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-about .section--1 .section .text a:hover {
  color: #C99C69;
  text-decoration: underline;
}

.page-about .section--1 .section .img {
  width: 50.5%;
  padding-top: 35%;
  background: #d1d0d0;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .page-about .section--1 .section .img {
    margin: 0 auto;
    width: 60%;
  }
}

@media (max-width: 768px) {
  .page-about .section--1 .section .img {
    margin: 0 auto;
    width: 80%;
    padding-top: 45%;
  }
}

@media (max-width: 560px) {
  .page-about .section--1 .section .img {
    width: 90%;
    padding-top: 55%;
  }
}

.page-about .section--1 .section .img::before {
  content: " ";
  border: 1px solid #C99C69;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -23px;
  bottom: -25px;
}

@media (max-width: 560px) {
  .page-about .section--1 .section .img::before {
    left: -10px;
    bottom: -10px;
  }
}

.page-about .section--2 {
  background: #FBFBFB;
  padding-top: 90px;
  padding-bottom: 180px;
  position: relative;
}

@media (max-width: 768px) {
  .page-about .section--2 {
    padding-top: 50px;
  }
}

@media (max-width: 560px) {
  .page-about .section--2 {
    padding-bottom: 120px;
    padding-top: 20px;
  }
}

.page-about .section--2 .arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .page-about .section--2 .arrow {
    display: none;
  }
}

.page-about .section--2 .testimonials--left {
  left: calc((100vw - 1400px) / 4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-about .section--2 .testimonials--right {
  right: calc((100vw - 1400px) / 4);
}

.page-about .section--2 .section {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.page-about .section--2 .section .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 32px;
}

@media (max-width: 560px) {
  .page-about .section--2 .section .h2 {
    margin-bottom: 20px;
  }
}

.page-about .section--2 .section .testimonials--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83.2%;
  margin: 0 -37.5px;
}

@media (max-width: 1480px) {
  .page-about .section--2 .section .testimonials--slider {
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .page-about .section--2 .section .testimonials--slider {
    margin: 0 -8px;
  }
}

.page-about .section--2 .section .testimonials--slider .slick-dots {
  bottom: -20px;
}

@media (max-width: 560px) {
  .page-about .section--2 .section .testimonials--slider .slick-dots {
    bottom: 0;
  }
}

.page-about .section--2 .section .testimonials--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

.page-about .section--2 .section .testimonials--slider .slick-dots li button::before {
  display: none;
}

.page-about .section--2 .section .testimonials--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1480px) {
  .page-about .section--2 .section .testimonials--slider {
    width: 100%;
  }
}

.page-about .section--2 .section .testimonials--slider .slide--wrap {
  padding: 0 37.5px;
}

@media (max-width: 1024px) {
  .page-about .section--2 .section .testimonials--slider .slide--wrap {
    padding: 0 8px;
  }
}

.page-about .section--2 .section .testimonials--slider .slide--wrap .img {
  margin-bottom: 25px;
  width: 100%;
  padding-top: 213px;
  background-position: center;
  background-size: cover;
  background-image: url(./images/review.jpg);
}

@media (max-width: 560px) {
  .page-about .section--2 .section .testimonials--slider .slide--wrap .img {
    padding-top: 150px;
  }
}

.page-about .section--2 .section .testimonials--slider .slide--wrap .text {
  text-align: center;
}

.page-about .section--2 .section .testimonials--slider .slide--wrap .h3 {
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .page-about .section--2 .section .testimonials--slider .slide--wrap .h3 {
    margin-bottom: 10px;
  }
}

.page-about .section--2 .section .testimonials--slider .slide--wrap .p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 19px;
}

@media (max-width: 560px) {
  .page-about .section--2 .section .testimonials--slider .slide--wrap .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-about .section--2 .section .testimonials--slider .slide--wrap .span {
  font-size: 14px;
  line-height: 16px;
  color: #C99C69;
  font-family: "Suave";
  font-weight: 350;
  margin-bottom: 0;
}

.page-about .section--3 .section--gold {
  background: #C99C69;
  padding: 34px 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -88px;
  margin-bottom: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1240px) {
  .page-about .section--3 .section--gold {
    padding: 34px 50px;
  }
}

@media (max-width: 1024px) {
  .page-about .section--3 .section--gold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .page-about .section--3 .section--gold {
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.page-about .section--3 .section--gold .text {
  width: 38%;
  margin-right: 55px;
}

@media (max-width: 1480px) {
  .page-about .section--3 .section--gold .text {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .page-about .section--3 .section--gold .text {
    margin: 0;
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold .text {
    width: 100%;
  }
}

.page-about .section--3 .section--gold .text .h2 {
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  font-family: "Suave";
  font-weight: 400;
  margin-bottom: 11px;
  letter-spacing: 8px;
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold .text .h2 {
    letter-spacing: 2px;
  }
}

.page-about .section--3 .section--gold .text .p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold .text .p {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-about .section--3 .section--gold .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  background: white;
  padding: 8px 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .page-about .section--3 .section--gold .form {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold .form {
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-about .section--3 .section--gold .form .input {
  margin-bottom: 0;
  height: 38px;
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 350;
  border: none;
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold .form .input {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .page-about .section--3 .section--gold .form .btn {
    width: 100%;
    border: 1px solid white;
  }
}

.page-gifts .gifts {
  padding: 53px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

@media (max-width: 768px) {
  .page-gifts .gifts {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-gifts .gifts {
    padding: 20px 0;
    margin: 0;
  }
}

.page-gifts .gifts .card--wrap {
  width: 50%;
  padding: 0 8px 20px;
}

@media (max-width: 768px) {
  .page-gifts .gifts .card--wrap {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap {
    padding: 0 0 10px;
  }
}

.page-gifts .gifts .card--wrap .card {
  min-height: 472px;
  background-color: #d6d5d5;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1240px) {
  .page-gifts .gifts .card--wrap .card {
    min-height: 350px;
  }
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card {
    min-height: 200px;
  }
}

.page-gifts .gifts .card--wrap .card::before {
  border: 1px solid #C99C69;
  content: " ";
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  height: calc(100% - 52px);
  top: 26px;
  z-index: 20;
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card::before {
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
    top: 10px;
  }
}

.page-gifts .gifts .card--wrap .card::after {
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .page-gifts .gifts .card--wrap .card::after {
    opacity: 1;
  }
}

.page-gifts .gifts .card--wrap .card:hover::after {
  opacity: 1;
}

.page-gifts .gifts .card--wrap .card.top {
  padding: 94px 20px 20px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .page-gifts .gifts .card--wrap .card.top {
    padding: 40px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card.top {
    padding: 20px;
  }
}

.page-gifts .gifts .card--wrap .card.bottom {
  padding: 20px 20px 60px 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1024px) {
  .page-gifts .gifts .card--wrap .card.bottom {
    padding: 40px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card.bottom {
    padding: 20px;
  }
}

.page-gifts .gifts .card--wrap .card .text {
  width: 61%;
  position: relative;
  z-index: 22;
}

@media (max-width: 1240px) {
  .page-gifts .gifts .card--wrap .card .text {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .page-gifts .gifts .card--wrap .card .text {
    width: 90%;
  }
}

.page-gifts .gifts .card--wrap .card .text .h2 {
  font-size: 30px;
  line-height: 33px;
  color: white;
  font-family: "Suave";
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card .text .h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px;
  }
}

.page-gifts .gifts .card--wrap .card .text .p {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 25px;
  font-weight: 300;
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card .text .p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}

.page-gifts .gifts .card--wrap .card .text .a {
  font-size: 16px;
  line-height: 20px;
  color: #C99C69;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #C99C69;
}

@media (max-width: 560px) {
  .page-gifts .gifts .card--wrap .card .text .a {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-gifts .gifts .card--wrap .card .text .a img {
  margin-left: 5px;
}

.page-login,
.page-register,
.page-password-reset,
.page-password-succes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-login .column-left,
.page-register .column-left,
.page-password-reset .column-left,
.page-password-succes .column-left {
  width: 56%;
  background: #F8F8F8;
  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: 105px 0 102px;
  min-height: 100vh;
  position: relative;
}

@media (max-width: 1240px) {
  .page-login .column-left,
  .page-register .column-left,
  .page-password-reset .column-left,
  .page-password-succes .column-left {
    padding-right: 30px;
  }
}

.page-login .column-left .socials,
.page-register .column-left .socials,
.page-password-reset .column-left .socials,
.page-password-succes .column-left .socials {
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1240px) {
  .page-login .column-left .socials,
  .page-register .column-left .socials,
  .page-password-reset .column-left .socials,
  .page-password-succes .column-left .socials {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .page-login .column-left .socials,
  .page-register .column-left .socials,
  .page-password-reset .column-left .socials,
  .page-password-succes .column-left .socials {
    position: relative;
    right: unset;
    top: unset;
    -webkit-transform: none;
            transform: none;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 560px) {
  .page-login .column-left .socials,
  .page-register .column-left .socials,
  .page-password-reset .column-left .socials,
  .page-password-succes .column-left .socials {
    margin: 10px 0 20px;
  }
}

.page-login .column-left .socials .li,
.page-register .column-left .socials .li,
.page-password-reset .column-left .socials .li,
.page-password-succes .column-left .socials .li {
  margin: 0 0 36px 0;
}

@media (max-width: 768px) {
  .page-login .column-left .socials .li,
  .page-register .column-left .socials .li,
  .page-password-reset .column-left .socials .li,
  .page-password-succes .column-left .socials .li {
    margin: 0 36px;
  }
}

@media (max-width: 560px) {
  .page-login .column-left .socials .li,
  .page-register .column-left .socials .li,
  .page-password-reset .column-left .socials .li,
  .page-password-succes .column-left .socials .li {
    margin: 0 15px;
  }
}

.page-login .column-left .socials .li .a,
.page-register .column-left .socials .li .a,
.page-password-reset .column-left .socials .li .a,
.page-password-succes .column-left .socials .li .a {
  color: black;
  font-size: 27px;
}

@media (max-width: 560px) {
  .page-login .column-left .socials .li .a,
  .page-register .column-left .socials .li .a,
  .page-password-reset .column-left .socials .li .a,
  .page-password-succes .column-left .socials .li .a {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .page-login .column-left,
  .page-register .column-left,
  .page-password-reset .column-left,
  .page-password-succes .column-left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-login .column-left,
  .page-register .column-left,
  .page-password-reset .column-left,
  .page-password-succes .column-left {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 560px) {
  .page-login .column-left,
  .page-register .column-left,
  .page-password-reset .column-left,
  .page-password-succes .column-left {
    padding: 20px 0;
  }
}

.page-login .column-left .container-inner,
.page-register .column-left .container-inner,
.page-password-reset .column-left .container-inner,
.page-password-succes .column-left .container-inner {
  width: 517px;
  text-align: center;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner,
  .page-register .column-left .container-inner,
  .page-password-reset .column-left .container-inner,
  .page-password-succes .column-left .container-inner {
    width: 95%;
  }
}

.page-login .column-left .container-inner .logo,
.page-register .column-left .container-inner .logo,
.page-password-reset .column-left .container-inner .logo,
.page-password-succes .column-left .container-inner .logo {
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .logo,
  .page-register .column-left .container-inner .logo,
  .page-password-reset .column-left .container-inner .logo,
  .page-password-succes .column-left .container-inner .logo {
    margin: 0  0 10px;
  }
  .page-login .column-left .container-inner .logo img,
  .page-register .column-left .container-inner .logo img,
  .page-password-reset .column-left .container-inner .logo img,
  .page-password-succes .column-left .container-inner .logo img {
    height: 50px;
    width: auto;
  }
}

.page-login .column-left .container-inner .h1,
.page-register .column-left .container-inner .h1,
.page-password-reset .column-left .container-inner .h1,
.page-password-succes .column-left .container-inner .h1 {
  font-size: 40px;
  line-height: 48px;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 26px;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .h1,
  .page-register .column-left .container-inner .h1,
  .page-password-reset .column-left .container-inner .h1,
  .page-password-succes .column-left .container-inner .h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0  0 10px;
  }
}

.page-login .column-left .container-inner .h2,
.page-register .column-left .container-inner .h2,
.page-password-reset .column-left .container-inner .h2,
.page-password-succes .column-left .container-inner .h2 {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 47px;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .h2,
  .page-register .column-left .container-inner .h2,
  .page-password-reset .column-left .container-inner .h2,
  .page-password-succes .column-left .container-inner .h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 0  0 10px;
  }
}

.page-login .column-left .container-inner .p,
.page-register .column-left .container-inner .p,
.page-password-reset .column-left .container-inner .p,
.page-password-succes .column-left .container-inner .p {
  font-size: 14px;
  line-height: 25px;
  color: #404040;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .p,
  .page-register .column-left .container-inner .p,
  .page-password-reset .column-left .container-inner .p,
  .page-password-succes .column-left .container-inner .p {
    font-size: 14px;
    line-height: 18px;
    margin: 0  0 10px;
  }
}

.page-login .column-left .container-inner .btn--arrow,
.page-register .column-left .container-inner .btn--arrow,
.page-password-reset .column-left .container-inner .btn--arrow,
.page-password-succes .column-left .container-inner .btn--arrow {
  font-size: 18px;
  line-height: 30px;
  padding: 27.5px 20px;
  color: #404040;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  background: white;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .btn--arrow,
  .page-register .column-left .container-inner .btn--arrow,
  .page-password-reset .column-left .container-inner .btn--arrow,
  .page-password-succes .column-left .container-inner .btn--arrow {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-login .column-left .container-inner .btn--arrow:hover,
.page-register .column-left .container-inner .btn--arrow:hover,
.page-password-reset .column-left .container-inner .btn--arrow:hover,
.page-password-succes .column-left .container-inner .btn--arrow:hover {
  background: #C99C69;
  color: white;
}

.page-login .column-left .container-inner .btn--arrow::after,
.page-register .column-left .container-inner .btn--arrow::after,
.page-password-reset .column-left .container-inner .btn--arrow::after,
.page-password-succes .column-left .container-inner .btn--arrow::after {
  content: url(images/angle-right.png);
  width: 74px;
  height: calc(100% - 12px);
  top: 6px;
  right: 6px;
  position: absolute;
  background: #C99C69;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .btn--arrow::after,
  .page-register .column-left .container-inner .btn--arrow::after,
  .page-password-reset .column-left .container-inner .btn--arrow::after,
  .page-password-succes .column-left .container-inner .btn--arrow::after {
    display: none;
  }
}

.page-login .column-left .container-inner .woocommerce--content h2,
.page-register .column-left .container-inner .woocommerce--content h2,
.page-password-reset .column-left .container-inner .woocommerce--content h2,
.page-password-succes .column-left .container-inner .woocommerce--content h2 {
  display: none;
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 25px;
  color: #404040;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 18px;
    margin: 0  0 10px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row {
  background: white;
  border: 1px solid #E0E0E0;
  padding: 14.5px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row {
    margin: 0  0 10px;
    padding: 10px 20px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row:focus,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row:focus,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row:focus,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row:focus {
  border: 1px solid #C99C69;
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row label,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row label,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row label,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row label {
  padding: 0;
  margin: 0 0 10px;
  line-height: 16px;
  font-size: 19px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: left;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row label,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row label,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row label,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row label {
    font-size: 14px;
    line-height: 18px;
    margin: 0  0 5px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row input,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row input,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row input,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row input {
  margin: 0;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #414141;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-form-row input,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-form-row input,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row input,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-row input {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme {
    margin: 0  0 10px;
    font-size: 18px;
    line-height: 20px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme:hover,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme:hover,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme:hover,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-login__rememberme:hover {
  color: #C99C69;
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-LostPassword,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-LostPassword,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-LostPassword,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-LostPassword {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-LostPassword,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-LostPassword,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-LostPassword,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-LostPassword {
    margin: 0  0 10px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: red;
  text-align: right;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-LostPassword a {
    font-size: 18px;
    line-height: 20px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-LostPassword:hover,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-LostPassword:hover,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-LostPassword:hover,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-LostPassword:hover {
  text-decoration: underline;
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit {
  font-size: 18px;
  line-height: 30px;
  display: block;
  width: 100%;
  background: #C99C69;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 27.5px 20px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 560px) {
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
  .page-login .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
  .page-register .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit,
  .page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit {
    margin: 0  0 10px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit:hover,
.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit:hover,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit:hover,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit:hover,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit:hover,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit:hover,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-login__submit:hover,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit:hover {
  background: white;
  color: #C99C69;
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-form-register__submit {
  margin: 0 0 16px;
}

.page-login .column-left .container-inner .woocommerce--content .actions,
.page-register .column-left .container-inner .woocommerce--content .actions,
.page-password-reset .column-left .container-inner .woocommerce--content .actions,
.page-password-succes .column-left .container-inner .woocommerce--content .actions {
  background: none;
  border: none;
  padding: 0;
}

.page-login .column-left .container-inner .woocommerce--content .woocommerce-error li,
.page-register .column-left .container-inner .woocommerce--content .woocommerce-error li,
.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-error li,
.page-password-succes .column-left .container-inner .woocommerce--content .woocommerce-error li {
  font-family: "Josefin Sans", sans-serif;
  color: red;
  font-size: 18px;
  line-height: 22px;
}

.page-login .column-right,
.page-register .column-right,
.page-password-reset .column-right,
.page-password-succes .column-right {
  width: 44%;
  background-position: center;
  background-size: cover;
  height: inherit;
}

@media (max-width: 1024px) {
  .page-login .column-right,
  .page-register .column-right,
  .page-password-reset .column-right,
  .page-password-succes .column-right {
    display: none;
  }
}

.page-register .column-left .container-inner .woocommerce--content .form-row {
  background: white;
  border: 1px solid #E0E0E0;
  padding: 14.5px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .page-register .column-left .container-inner .woocommerce--content .form-row {
    margin: 0  0 10px;
    padding: 10px 20px;
  }
}

.page-register .column-left .container-inner .woocommerce--content .form-row:focus {
  border: 1px solid #C99C69;
}

.page-register .column-left .container-inner .woocommerce--content .form-row label {
  padding: 0;
  margin: 0 0 10px;
  line-height: 16px;
  font-size: 19px;
  color: #989898;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: left;
}

@media (max-width: 560px) {
  .page-register .column-left .container-inner .woocommerce--content .form-row label {
    font-size: 14px;
    line-height: 18px;
    margin: 0  0 5px;
  }
}

.page-register .column-left .container-inner .woocommerce--content .form-row input {
  margin: 0;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #414141;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

@media (max-width: 560px) {
  .page-register .column-left .container-inner .woocommerce--content .form-row input {
    font-size: 14px;
    line-height: 18px;
  }
}

.page-register .column-left .container-inner .actions.form-row {
  background: none;
  border: none;
}

.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-form-row:last-of-type {
  border: none;
  background: none;
  padding: 0;
}

.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-Button {
  font-size: 18px;
  line-height: 30px;
  display: block;
  width: 100%;
  background: #C99C69;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 27.5px 20px;
  border-radius: 10px;
}

@media (max-width: 560px) {
  .page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-Button {
    margin: 0  0 10px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-password-reset .column-left .container-inner .woocommerce--content .woocommerce-Button:hover {
  background: white;
  color: #C99C69;
}

.page-jewelry .jewelry--cont .jewelry {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry {
    padding: 20px 0;
  }
}

.page-jewelry .jewelry--cont .jewelry .section {
  padding: 0 0 130px;
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section {
    padding: 0 0 60px;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle {
  background: #FBFBFB;
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner {
  width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner {
    width: 100%;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .img {
  width: 55.2%;
  padding-top: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .img {
    width: 30%;
    padding-top: 30%;
  }
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .img {
    width: 90%;
    padding-top: 90%;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text {
  width: 39%;
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text {
    width: 90%;
    padding: 20px 20px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text {
    width: 100%;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .h2 {
  font-size: 26px;
  line-height: 29px;
  font-family: "Suave";
  font-weight: 400;
  color: #C99C69;
  margin: 0 0 24px;
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0 0 24px;
  font-style: italic;
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .btn.btn--gold {
  border: 1px solid #C99C69;
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .btn.btn--gold::after {
  background: #C99C69;
}

.page-jewelry .jewelry--cont .jewelry .section .rectangle--inner .text .btn.btn--gold:hover {
  color: #C99C69;
}

.page-jewelry .jewelry--cont .jewelry .section.reversed .rectangle--inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry .section.reversed .rectangle--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .arrow {
  cursor: pointer;
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .arrow {
    display: none;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--left,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--left,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--left,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--left,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--left,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--left,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider {
  margin: 0 -7px;
  width: 93%;
  max-width: calc(100% - 112px);
}

@media (max-width: 768px) {
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider {
    max-width: 100%;
    width: 100%;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider.centered,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider.centered,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider.centered,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider.centered,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider.centered,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider.centered,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider.centered {
  margin: 0 auto;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots {
  bottom: -75px;
}

@media (max-width: 560px) {
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 1480px) {
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots li,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots li,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots li,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots li,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots li,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots li,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots li {
    width: 25px;
    margin: 0;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots li button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots li button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots li button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots li button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots li button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots li button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  background: #C99C69;
  opacity: 0.3;
  border-radius: 3px;
}

@media (max-width: 1480px) {
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots li button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots li button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots li button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots li button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots li button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots li button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots li button {
    width: 25px;
    padding: 0;
    margin: 0;
    border-radius: 0px;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots li button::before,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots li button::before,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots li button::before,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots li button::before,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots li button::before,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots li button::before,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots li button::before {
  display: none;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots li.slick-active button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots li.slick-active button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots li.slick-active button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots li.slick-active button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots li.slick-active button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots li.slick-active button,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1480px) {
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slick-dots li.slick-active button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slick-dots li.slick-active button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slick-dots li.slick-active button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slick-dots li.slick-active button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slick-dots li.slick-active button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slick-dots li.slick-active button,
  .page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slick-dots li.slick-active button {
    -webkit-transform: none;
            transform: none;
  }
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slide--wrap,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slide--wrap,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slide--wrap,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slide--wrap,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slide--wrap,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slide--wrap,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slide--wrap {
  padding: 0 7px;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slide--wrap .slide .img,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slide--wrap .slide .img,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slide--wrap .slide .img,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slide--wrap .slide .img,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slide--wrap .slide .img,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slide--wrap .slide .img,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slide--wrap .slide .img {
  width: 100%;
  height: 170px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slide--wrap .slide .text,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slide--wrap .slide .text,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slide--wrap .slide .text,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slide--wrap .slide .text,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slide--wrap .slide .text,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slide--wrap .slide .text,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slide--wrap .slide .text {
  text-align: center;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slide--wrap .slide .text .a,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slide--wrap .slide .text .a,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slide--wrap .slide .text .a,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slide--wrap .slide .text .a,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slide--wrap .slide .text .a,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slide--wrap .slide .text .a,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slide--wrap .slide .text .a {
  font-size: 20px;
  line-height: 22px;
  color: #707070;
  font-weight: 300;
  font-family: "Suave";
  text-align: center;
}

.page-jewelry .jewelry--cont .jewelry .section .slider--cont .necklace--slider .slide--wrap .slide .text .a:hover,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .bracelet--slider .slide--wrap .slide .text .a:hover,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .earring--slider .slide--wrap .slide .text .a:hover,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .ring--slider .slide--wrap .slide .text .a:hover,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .wedding--slider .slide--wrap .slide .text .a:hover,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .pendant--slider .slide--wrap .slide .text .a:hover,
.page-jewelry .jewelry--cont .jewelry .section .slider--cont .watch--slider .slide--wrap .slide .text .a:hover {
  color: #C99C69;
}
/*# sourceMappingURL=style.css.map */